html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: url("../img/bg_fon.png");
}
ul,figure, figcaption, nav, article, main, section, header, footer {
	display: block;
	margin: 0;
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 15px;
	color: #f8f5c2;
}
p {
	margin: 0 0 10px 0;
	line-height: 22px;
}
h1, h2 {
	color: #fff;
	text-align: center;
}
h3 {
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
}
h1 {
	font-size: 28px;
	margin: 0;
}
h2 {
	font-size: 22px;
	margin: 10px 0 25px;
}
section {
	width: 1100px;
	margin: 0 auto;
}
.clear::after {
	content: "";
	display: block;
	clear: both;
}
.container {
	padding: 30px 45px;
	width: 100%!important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

header {
	background: url("../img/logo-top.png")no-repeat top center;
}
.logo {
	width: 1059px;
	margin: 0 auto;
	position: relative;
	height: 191px;
	background: url("../img/logo.png")no-repeat center;
	background-position: center center;
}
.header nav {
	width: calc(100% - 102px);
	position: absolute;
	bottom: 0;
	left: 51px;
	height: 33px;
	text-align: center;
	background: #b2422a;
	background: -webkit-linear-gradient(top,#b2422a 0,#4e0a04 13%,#000 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(#b2422a),color-stop(13%,#4e0a04),to(#000));
	background: linear-gradient(to bottom,#b2422a 0,#4e0a04 13%,#000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2422a', endColorstr='#000000', GradientType=0 );
}
.header li {
	display: inline-block;
	padding: 5px 10px;
	position: relative;
}
.header li::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fabd45;
	position: absolute;
	top: 15px;
	left: -5px;
}
.header .fixed li::after {
	width: 7px;
	height: 7px;
	top: 16px;
}
.header li:first-child::after {
	display: none;
}
.header li a {
	font-size:  16px;
	text-decoration: none;
	color: #efc852;
}
#menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	height: 42px;
	width: 100%;
	margin-top: 0;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(239, 200, 82, 0.4);
	-moz-box-shadow: 0px 5px 25px 0px rgba(239, 200, 82, 0.4);
	box-shadow: 0px 5px 25px 0px rgba(239, 200, 82, 0.4);
}
.header .fixed li {
	padding: 10px 10px;
}
.chat-banner {
	padding: 12px 15px;
	font-size: 16px;
	background: url(../img/marker-bg.png)no-repeat;
	display: inline-block;
	color: #fff;
	background-size: 100% 100%;
	text-align: center;
	margin-top: 13px;
}
.chat-banner strong {
	text-decoration: underline;
}
.text-retu {
	margin-bottom: 30px;
}
.text-retu li {
	list-style-type: none;
	position: relative;
	padding: 16px 0 0 60px;
	font-size: 16px;
	margin: 10px 0 10px 0;
	font-weight: 600;
}
.text-retu li:first-child::before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/icon1.png) no-repeat center;
	background-size: 100% 100%;
	float: left;
	color: #fdc946;
}
.text-retu li:last-child::before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 9px;
	left: 0;
	background: url(../img/icon2.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	color: #fdc946;
}
.icon-menu {
	width: 30px;
	position: absolute;
	top: 0;
	left: 49%;
	display: none;
}
.icon-menu span {
	width: 100%;
	height: 3px;
	display: block;
	margin: 5px 0px;
	background-color: #efc852;
}
#menu.open {
	padding-top: 40px;
}
#menu.open ul {
	display: block;
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	z-index: 234;
	background-color: #200401;
}
#menu.open ul li {
	display: block;
}
img.pull-left {
	margin: 5px 20px 0 0;
}
img.pull-right {
	margin: 5px 0 0 20px;
}
p strong {
	color: #fff;
}
/*******/
.conditions {
	position: relative;
	background-color: #000;
}
.conditions::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 100%;
	background: url("../img/border-left.png");
}
.conditions::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
	background: url("../img/border-right.png");
}
.top-line {
	height: 13px;
	background: url("../img/border-top.png");
}
.bottom-line {
	height: 17px;
	background: url("../img/border-bottom.png");
}
.bottom-line-d {
	height: 20px;
	background: url("../img/dec-boot.png");
}
.delimiter {
	width: 790px;
	margin: 0 auto;
	height: 25px;
	position: relative;
}
.delimiter::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 100%;
	background: url("../img/pillar-left.png");
}
.delimiter::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
	background: url("../img/pillar-right.png");
}

.block-decor {
	background: url("../img/bg-decor.jpg")no-repeat;
	background-size: cover;
	position: relative;
}
.block-decor::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 6px solid #fabd45;
	border-right: 6px solid #fabd45;
}
.block-decor .top-line::after {
	content: "";
	display: block;
	position: absolute;
	top: -16px;
	left: -25px;
	width: 81px;
	height: 177px;
	background: url("../img/topleft.png")no-repeat;
}
.block-decor .top-line::before {
	content: "";
	display: block;
	position: absolute;
	top: -22px;
	right: -29px;
	width: 92px;
	height: 182px;
	background: url("../img/topright.png")no-repeat;
}
.block-decor .bottom-line-d::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -16px;
	left: -25px;
	width: 81px;
	height: 177px;
	background: url("../img/bootleft.png")no-repeat;
}
.block-decor .bottom-line-d::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -22px;
	right: -29px;
	width: 92px;
	height: 182px;
	background: url("../img/bootright.png")no-repeat;
}
.paym {
	text-align: left;
}
.paym .item {
	background-color: #f8f5c2;
	padding: 10px 20px;
	text-align: center;
}
.partn li {
	padding: 3px 39px;
	margin-right: 5px;
	list-style: none;
	float: left;
	background-color: #f8f5c2;
}
.partn li img {
	width: auto;
}
.list-gues {
	margin: 17px 15px;
}
.list-gues li {
	margin-bottom: 10px;
}
.list-gues li a {
	font-size: 16px;
	text-decoration: underline;
	color: #fff;
}
form {
	padding: 30px;
	width: 300px;
	border-radius: 5px;
	background-color: #b54425;
	border: 1px solid #ffdc00;
}
form input {
	height: 40px;
	padding: 5px 10px;
	width: 100%;
	color: #000;
}
form input[type='radio']{
	width: 17px;
	height: 17px;
	float: left;
	margin-right: 10px;
}
form label{
	padding: 7px;
	display: block;
	cursor: pointer;
}
form span {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color: #fff;
}
.btn {
	border: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 24px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	color: #fff;
	margin: 7px auto;
	background: #009fff;
	background: -webkit-linear-gradient(top,#009fff 0,#0071b8 42%,#0071b8 53%,#00adfa 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(#009fff),color-stop(42%,#0071b8),color-stop(53%,#0071b8),to(#00adfa));
	background: linear-gradient(to bottom,#009fff 0,#0071b8 42%,#0071b8 53%,#00adfa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fff', endColorstr='#00adfa', GradientType=0 );
}
.form-group {
	margin-bottom: 15px;
}
form p {
	padding: 5px 0 0 37px;
	font-size: 12px;
	position: relative;
	line-height: 15px;
}
form p::after {
	content: "";
	display: block;
	width: 31px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/icon-sec.png)no-repeat;
	opacity: .4;
}
.error-form{
	outline: none;
	border: 1px solid #ffdc00;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.preim li {
	position: relative;
	padding-left: 45px;
	margin: 15px 0 20px;
	list-style-type: none;
	font-size: 16px;
	font-weight: 600;
}
.preim li::after {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../img/icon3.png) no-repeat;
	background-size: cover;
	float: left;
	color: #fdc946;
}
.fadeInDown {
	animation-name: fadeInDown;
}
.owl-game {
	margin-top: 30px;
}
.owl-controls {
	margin-top: 30px;
	text-align: center;
}
.owl-dot {
	width: 13px;
	height: 13px;
	margin: 2px;
	display: inline-block;
	border: 2px solid #fabd45;
	border-radius: 50%;
}
.owl-dot.active {
	background-color: #fabd45;
}
.phone {
	display: inline-block;
	padding: 0 10px;
	font-weight: 600;
	background: url(../img/marker-bg.png)no-repeat;
	background-size: 100% 100%;
}
.contact p {
	margin-bottom: 5px;
}
table {
	width: 100%;
	margin: 20px 0 20px;
	border-collapse: collapse;
	border-spacing: 0;
}
tbody {
	width: 100%;
}
tbody>tr:nth-child(odd)>td,
tbody>tr:nth-child(odd)>th {
	background-color: #5f5f5f;
}
tbody>tr>td {
	padding: 5px 10px;
	line-height: 1.42857143;
	vertical-align: top;
	background-color: #000;
}
.link-soc a {
	display: inline-block;
}
.link-soc {
	margin: 40px 0 0;
	text-align: center;
}
.padding-30 {
	margin-bottom: 25px;
}
p a,
.seo-text li a {
	color: #f8f5c2;
	text-decoration: underline;
	position: relative;
}
p a:hover,
p a:focus,
p a:active,
.seo-text li a:hover,
.seo-text li a:focus,
.seo-text li a:active {
	color: #fff;
}
footer {
	background: url("../img/bg-footer.png")no-repeat top center;
}
footer .container {
	padding-top: 5px;
	min-height: 220px;
	background: url("../img/kolonn.png")no-repeat top center;
}
footer ul {
	text-align: center;
	padding: 5px 0 8px;
	background: url(../img/marker-bg.png)no-repeat;
	background-size: 100% 100%;
}
footer li {
	margin: 0 3px;
	position: relative;
	display: inline-block;
	list-style-type: none;
}
footer li a {
	color: #f8f5c2;
	text-decoration: none;
}
footer li a:hover,
footer li a:focus,
footer li a:active {
	color: #fff;
}
footer li::after {
	content: "";
	display: block;
	height: 3px;
	width: 3px;
	position: absolute;
	border-radius: 50%;
	top: 9px;
	left: -6px;
	background-color: #ffffff;
}
footer li:first-child::after {
	display: none;
}
footer p {
	margin-top: 30px;
	text-align: center;
}
.contact img {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	body {
		overflow-x: hidden;
	}
	section, .delimiter {
		width: 100%;
	}
	.logo {
		width: 100%;
	}
	.header nav {
		width: calc(100% - 50px);
		left: 25px;
	}
	h1 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 800px) {
	.header nav {
		width: 100%;
		left: 0;
	}
	.container {
		padding: 30px;
	}
	.block-decor .top-line::before,
	.block-decor .top-line::after,
	.block-decor .bottom-line-d::before,
	.block-decor .bottom-line-d::after {
		display: none;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 18px;
	}
	form.p-right,
	form {
		float: none;
		margin: 0 auto;
	}
	.icon-menu {
		display: block;
	}
	#menu ul {
		display: none;
	}
	.partn li {
		width: 100%;
	}
	.logo {
		height: 65px;
	}
	header {
		background-size: cover;
	}
}

@media only screen and (max-width: 414px) {
	form.pull-right {
		margin-top: 10px;
		float: none!important;
	}
	.partn li img {
		width: 100%;
	}
	.logo {
		height: 91px;
		background-size: contain;
		background-position: top center;
	}
	footer li {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	footer li::after {
		top: -4px;
		left: 50%;
	}
}