@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Scada:400,700&subset=latin,cyrillic);

html,
body {
	/*   height: 100%; */
}

body {
	min-width: 300px;
	padding: 0px;
}

html,
body,
figure,
hr {
	margin: 0px;
	padding: 0px;
}

h2,
h3 {
	text-transform: uppercase;
	color: #313131;
	line-height: 18px;
	font-size: 13px;
	margin-top: 20px;
}

h2 img {
	margin-top: -2px;
	margin-right: 3px;
}

a:active,
a:hover,
a:focus {
	outline: 0;
}

.mainwrapper * {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input,
button,
textarea,
*:focus {
	outline: none !important;
}

article,
aside,
footer,
header,
nav,
section,
audio,
video {
	display: block;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: top;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="clear"] {
	cursor: pointer;
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

textarea {
	resize: none;
}

address {
	font-style: normal;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}

.pd {
	padding-left: 10px;
	padding-right: 10px;
}

.wib {
	font-size: 0px;
	display: block;
}

.ib {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.ibc {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.wtb {
	display: table;
	width: 100%;
}

.tfixed {
	table-layout: fixed;
}

.tb {
	display: table-cell;
	vertical-align: top;
}

.tbc {
	display: table-cell;
	vertical-align: middle;
}

.tbr {
	display: table-row;
}

.wfb {
	display: block;
}

.wfb:after {
	display: table;
	clear: both;
	content: "";
}

.fbl {
	display: block;
	float: left;
}

.fbr {
	display: block;
	float: right;
}

.cf2 .dropblock:nth-child(2n + 1),
.cf3 .dropblock:nth-child(3n + 1),
.cf4 .dropblock:nth-child(4n + 1),
.cf5 .dropblock:nth-child(5n + 1),
.cf6 .dropblock:nth-child(6n + 1) {
	clear: both;
}

.x1 {
	width: 100%;
}

.relative {
	position: relative;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.block {
	display: block;
}

.no-display {
	display: none;
}

.table {
	display: table;
}

.cell {
	display: table-cell;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.inline,
.inline-ul li {
	display: inline-block;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.v-bot {
	vertical-align: bottom;
}

.fl-r {
	float: right;
}

.fl-l {
	float: left;
}

.overflow {
	overflow: hidden;
}

.overflow-x {
	overflow-x: hidden;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.upper {
	text-transform: uppercase;
}

.pointer,
.submit {
	cursor: pointer;
}

.clear-ul {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.no-bord {
	border: 0px;
}

.cf:after {
	clear: both;
	display: table;
	content: "";
}

.full-center {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.no-js body:after {
	display: block;
	position: fixed;
	top: 5px;
	left: 5%;
	right: 5%;
	padding: 10px 0;
	background: firebrick;
	color: lightyellow;
	text-align: center;
	font-weight: bold;
	z-index: 100500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: "This page requires JavaScript for correct performance";
}

.lh1 {
	line-height: 1;
}

.lh11 {
	line-height: 1.1;
}

.lh12 {
	line-height: 1.2;
}

.lh14 {
	line-height: 1.4;
}

.lh15 {
	line-height: 1.5;
}

.lh17 {
	line-height: 1.7;
}

.lh20 {
	line-height: 2;
}

.thin {
	font-weight: 100;
}

.extralight {
	font-weight: 200;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extrabold {
	font-weight: 800;
}

.nowrap {
	white-space: nowrap;
}

.transition-03 {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.b-circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-17 {
	font-size: 17px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.pad-bot-0 {
	padding-bottom: 0px;
}

.marg-bot-0 {
	margin-bottom: 0px;
}

.pad-top-0 {
	padding-top: 0px;
}

.marg-top-0 {
	margin-top: 0px;
}

.pad-left-0 {
	padding-left: 0px;
}

.marg-left-0 {
	margin-left: 0px;
}

.pad-right-0 {
	padding-right: 0px;
}

.marg-right-0 {
	margin-right: 0px;
}

.pad-h0 {
	padding-left: 0px;
	padding-right: 0px;
}

.marg-h0 {
	margin-left: 0px;
	margin-right: 0px;
}

.pad-v0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.marg-v0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pad-bot-2 {
	padding-bottom: 2px;
}

.marg-bot-2 {
	margin-bottom: 2px;
}

.pad-top-2 {
	padding-top: 2px;
}

.marg-top-2 {
	margin-top: 2px;
}

.pad-left-2 {
	padding-left: 2px;
}

.marg-left-2 {
	margin-left: 2px;
}

.pad-right-2 {
	padding-right: 2px;
}

.marg-right-2 {
	margin-right: 2px;
}

.pad-h2 {
	padding-left: 2px;
	padding-right: 2px;
}

.marg-h2 {
	margin-left: 2px;
	margin-right: 2px;
}

.pad-v2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.marg-v2 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.pad-bot-3 {
	padding-bottom: 3px;
}

.marg-bot-3 {
	margin-bottom: 3px;
}

.pad-top-3 {
	padding-top: 3px;
}

.marg-top-3 {
	margin-top: 3px;
}

.pad-left-3 {
	padding-left: 3px;
}

.marg-left-3 {
	margin-left: 3px;
}

.pad-right-3 {
	padding-right: 3px;
}

.marg-right-3 {
	margin-right: 3px;
}

.pad-h3 {
	padding-left: 3px;
	padding-right: 3px;
}

.marg-h3 {
	margin-left: 3px;
	margin-right: 3px;
}

.pad-v3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.marg-v3 {
	margin-top: 3px;
	margin-bottom: 3px;
}

.pad-bot-4 {
	padding-bottom: 4px;
}

.marg-bot-4 {
	margin-bottom: 4px;
}

.pad-top-4 {
	padding-top: 4px;
}

.marg-top-4 {
	margin-top: 4px;
}

.pad-left-4 {
	padding-left: 4px;
}

.marg-left-4 {
	margin-left: 4px;
}

.pad-right-4 {
	padding-right: 4px;
}

.marg-right-4 {
	margin-right: 4px;
}

.pad-h4 {
	padding-left: 4px;
	padding-right: 4px;
}

.marg-h4 {
	margin-left: 4px;
	margin-right: 4px;
}

.pad-v4 {
	padding-top: 4px;
	padding-bottom: 4px;
}

.marg-v4 {
	margin-top: 4px;
	margin-bottom: 4px;
}

.pad-bot-5 {
	padding-bottom: 5px;
}

.marg-bot-5 {
	margin-bottom: 5px;
}

.pad-top-5 {
	padding-top: 5px;
}

.marg-top-5 {
	margin-top: 5px;
}

.pad-left-5 {
	padding-left: 5px;
}

.marg-left-5 {
	margin-left: 5px;
}

.pad-right-5 {
	padding-right: 5px;
}

.marg-right-5 {
	margin-right: 5px;
}

.pad-h5 {
	padding-left: 5px;
	padding-right: 5px;
}

.marg-h5 {
	margin-left: 5px;
	margin-right: 5px;
}

.pad-v5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.marg-v5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.pad-bot-7 {
	padding-bottom: 7px;
}

.marg-bot-7 {
	margin-bottom: 7px;
}

.pad-top-7 {
	padding-top: 7px;
}

.marg-top-7 {
	margin-top: 7px;
}

.pad-left-7 {
	padding-left: 7px;
}

.marg-left-7 {
	margin-left: 7px;
}

.pad-right-7 {
	padding-right: 7px;
}

.marg-right-7 {
	margin-right: 7px;
}

.pad-h7 {
	padding-left: 7px;
	padding-right: 7px;
}

.marg-h7 {
	margin-left: 7px;
	margin-right: 7px;
}

.pad-v7 {
	padding-top: 7px;
	padding-bottom: 7px;
}

.marg-v7 {
	margin-top: 7px;
	margin-bottom: 7px;
}

.pad-bot-8 {
	padding-bottom: 8px;
}

.marg-bot-8 {
	margin-bottom: 8px;
}

.pad-top-8 {
	padding-top: 8px;
}

.marg-top-8 {
	margin-top: 8px;
}

.pad-left-8 {
	padding-left: 8px;
}

.marg-left-8 {
	margin-left: 8px;
}

.pad-right-8 {
	padding-right: 8px;
}

.marg-right-8 {
	margin-right: 8px;
}

.pad-h8 {
	padding-left: 8px;
	padding-right: 8px;
}

.marg-h8 {
	margin-left: 8px;
	margin-right: 8px;
}

.pad-v8 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.marg-v8 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.pad-bot-9 {
	padding-bottom: 9px;
}

.marg-bot-9 {
	margin-bottom: 9px;
}

.pad-top-9 {
	padding-top: 9px;
}

.marg-top-9 {
	margin-top: 9px;
}

.pad-left-9 {
	padding-left: 9px;
}

.marg-left-9 {
	margin-left: 9px;
}

.pad-right-9 {
	padding-right: 9px;
}

.marg-right-9 {
	margin-right: 9px;
}

.pad-h9 {
	padding-left: 9px;
	padding-right: 9px;
}

.marg-h9 {
	margin-left: 9px;
	margin-right: 9px;
}

.pad-v9 {
	padding-top: 9px;
	padding-bottom: 9px;
}

.marg-v9 {
	margin-top: 9px;
	margin-bottom: 9px;
}

.pad-bot-10 {
	padding-bottom: 10px;
}

.marg-bot-10 {
	margin-bottom: 10px;
}

.pad-top-10 {
	padding-top: 10px;
}

.marg-top-10 {
	margin-top: 10px;
}

.pad-left-10 {
	padding-left: 10px;
}

.marg-left-10 {
	margin-left: 10px;
}

.pad-right-10 {
	padding-right: 10px;
}

.marg-right-10 {
	margin-right: 10px;
}

.pad-h10 {
	padding-left: 10px;
	padding-right: 10px;
}

.marg-h10 {
	margin-left: 10px;
	margin-right: 10px;
}

.pad-v10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.marg-v10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.pad-bot-15 {
	padding-bottom: 15px;
}

.marg-bot-15 {
	margin-bottom: 15px;
}

.pad-top-15 {
	padding-top: 15px;
}

.marg-top-15 {
	margin-top: 15px;
}

.pad-left-15 {
	padding-left: 15px;
}

.marg-left-15 {
	margin-left: 15px;
}

.pad-right-15 {
	padding-right: 15px;
}

.marg-right-15 {
	margin-right: 15px;
}

.pad-h15 {
	padding-left: 15px;
	padding-right: 15px;
}

.marg-h15 {
	margin-left: 15px;
	margin-right: 15px;
}

.pad-v15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.marg-v15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pad-bot-20 {
	padding-bottom: 20px;
}

.marg-bot-20 {
	margin-bottom: 20px;
}

.pad-top-20 {
	padding-top: 20px;
}

.marg-top-20 {
	margin-top: 20px;
}

.pad-left-20 {
	padding-left: 20px;
}

.marg-left-20 {
	margin-left: 20px;
}

.pad-right-20 {
	padding-right: 20px;
}

.marg-right-20 {
	margin-right: 20px;
}

.pad-h20 {
	padding-left: 20px;
	padding-right: 20px;
}

.marg-h20 {
	margin-left: 20px;
	margin-right: 20px;
}

.pad-v20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.marg-v20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pad-bot-30 {
	padding-bottom: 30px;
}

.marg-bot-30 {
	margin-bottom: 30px;
}

.pad-top-30 {
	padding-top: 30px;
}

.marg-top-30 {
	margin-top: 30px;
}

.pad-left-30 {
	padding-left: 30px;
}

.marg-left-30 {
	margin-left: 30px;
}

.pad-right-30 {
	padding-right: 30px;
}

.marg-right-30 {
	margin-right: 30px;
}

.pad-h30 {
	padding-left: 30px;
	padding-right: 30px;
}

.marg-h30 {
	margin-left: 30px;
	margin-right: 30px;
}

.pad-v30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.marg-v30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.pad-bot-50 {
	padding-bottom: 50px;
}

.marg-bot-50 {
	margin-bottom: 50px;
}

.pad-top-50 {
	padding-top: 50px;
}

.marg-top-50 {
	margin-top: 50px;
}

.pad-left-50 {
	padding-left: 50px;
}

.marg-left-50 {
	margin-left: 50px;
}

.pad-right-50 {
	padding-right: 50px;
}

.marg-right-50 {
	margin-right: 50px;
}

.pad-h50 {
	padding-left: 50px;
	padding-right: 50px;
}

.marg-h50 {
	margin-left: 50px;
	margin-right: 50px;
}

.pad-v50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.marg-v50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.pad-bot-60 {
	padding-bottom: 60px;
}

.marg-bot-60 {
	margin-bottom: 60px;
}

.pad-top-60 {
	padding-top: 60px;
}

.marg-top-60 {
	margin-top: 60px;
}

.pad-left-60 {
	padding-left: 60px;
}

.marg-left-60 {
	margin-left: 60px;
}

.pad-right-60 {
	padding-right: 60px;
}

.marg-right-60 {
	margin-right: 60px;
}

.pad-h60 {
	padding-left: 60px;
	padding-right: 60px;
}

.marg-h60 {
	margin-left: 60px;
	margin-right: 60px;
}

.pad-v60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.marg-v60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.pad-bot-80 {
	padding-bottom: 80px;
}

.marg-bot-80 {
	margin-bottom: 80px;
}

.pad-top-80 {
	padding-top: 80px;
}

.marg-top-80 {
	margin-top: 80px;
}

.pad-left-80 {
	padding-left: 80px;
}

.marg-left-80 {
	margin-left: 80px;
}

.pad-right-80 {
	padding-right: 80px;
}

.marg-right-80 {
	margin-right: 80px;
}

.pad-h80 {
	padding-left: 80px;
	padding-right: 80px;
}

.marg-h80 {
	margin-left: 80px;
	margin-right: 80px;
}

.pad-v80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.marg-v80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.pad-bot-100 {
	padding-bottom: 100px;
}

.marg-bot-100 {
	margin-bottom: 100px;
}

.pad-top-100 {
	padding-top: 100px;
}

.marg-top-100 {
	margin-top: 100px;
}

.pad-left-100 {
	padding-left: 100px;
}

.marg-left-100 {
	margin-left: 100px;
}

.pad-right-100 {
	padding-right: 100px;
}

.marg-right-100 {
	margin-right: 100px;
}

.pad-h100 {
	padding-left: 100px;
	padding-right: 100px;
}

.marg-h100 {
	margin-left: 100px;
	margin-right: 100px;
}

.pad-v100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.marg-v100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.x1d2,
.x2d4,
.x3d6,
.x4d8,
.x5d10,
.x6d12 {
	width: 50%;
}

.x1d3,
.x2d6,
.x3d9,
.x4d12 {
	width: 33.33333%;
}

.x2d3,
.x4d6,
.x6d9,
.x8d12 {
	width: 66.66667%;
}

.x1d4,
.x2d8,
.x3d12 {
	width: 25%;
}

.x3d4,
.x6d8,
.x9d12 {
	width: 75%;
}

.x1d5,
.x2d10 {
	width: 20%;
}

.x2d5,
.x4d10 {
	width: 40%;
}

.x3d5,
.x6d10 {
	width: 60%;
}

.x4d5,
.x8d10 {
	width: 80%;
}

.x1d6,
.x2d12 {
	width: 16.66667%;
}

.x5d6,
.x10d12 {
	width: 83.33333%;
}

.x1d7 {
	width: 14.28571%;
}

.x2d7 {
	width: 28.57143%;
}

.x3d7 {
	width: 42.85714%;
}

.x4d7 {
	width: 57.14286%;
}

.x5d7 {
	width: 71.42857%;
}

.x6d7 {
	width: 85.71429%;
}

.x1d8 {
	width: 12.5%;
}

.x3d8 {
	width: 37.5%;
}

.x5d8 {
	width: 62.5%;
}

.x7d8 {
	width: 87.5%;
}

.x1d9 {
	width: 11.11111%;
}

.x2d9 {
	width: 22.22222%;
}

.x4d9 {
	width: 44.44444%;
}

.x5d9 {
	width: 55.55556%;
}

.x7d9 {
	width: 77.77778%;
}

.x8d9 {
	width: 88.88889%;
}

.x1d10 {
	width: 10%;
}

.x3d10 {
	width: 30%;
}

.x7d10 {
	width: 70%;
}

.x9d10 {
	width: 90%;
}

.x1d11 {
	width: 9.09091%;
}

.x2d11 {
	width: 18.18182%;
}

.x3d11 {
	width: 27.27273%;
}

.x4d11 {
	width: 36.36364%;
}

.x5d11 {
	width: 45.45455%;
}

.x6d11 {
	width: 54.54545%;
}

.x7d11 {
	width: 63.63636%;
}

.x8d11 {
	width: 72.72727%;
}

.x9d11 {
	width: 81.81818%;
}

.x10d11 {
	width: 90.90909%;
}

.x1d12 {
	width: 8.33333%;
}

.x5d12 {
	width: 41.66667%;
}

.x7d12 {
	width: 58.33333%;
}

.x11d12 {
	width: 91.66667%;
}

.wrap {
	width: 1000px;
	margin: auto;
}

.cl-black {
	color: #000;
}

.cl-white {
	color: #fff;
}

.cl-grey {
	color: #363636;
}

@font-face {
	font-family: "Arsenal";
	src: url("../fonts/ArsenalRegular/ArsenalRegular.eot");
	src: url("../fonts/ArsenalRegular/ArsenalRegular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/ArsenalRegular/ArsenalRegular.woff") format("woff"),
		url("../fonts/ArsenalRegular/ArsenalRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "AGSouvenirCyr";
	src: url("../fonts/AGSouvenirCyrBold.eot");
	src: url("../fonts/AGSouvenirCyrBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/AGSouvenirCyrBold.woff") format("woff"),
		url("../fonts/AGSouvenirCyrBold.ttf") format("truetype"),
		url("../fonts/AGSouvenirCyrBold.svg#AGSouvenirCyrBold") format("svg");
	font-weight: 700;
	font-style: bold;
}

body {
	font-family: Open Sans;
	height: 100%;
	min-width: 1000px;
}

.mainwrapper {
	min-width: 1000px;
	min-height: 100%;
}

/*
.bg-1 {
  background: url(../images/bg1.jpg) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
*/
.sectors-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.marker {
	position: absolute;
	margin-left: -20px;
	margin-top: -53px;
	width: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.marker.mini {
	margin-left: -15px;
	margin-top: -40px;
	width: 30px;
}

.bottom-menu-wrapper {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 100;
}

.bottom-menu-wrapper .menu-gradient-wrapper {
	width: 1000px;
	margin: 0 auto;
}

.bottom-menu-wrapper .menu-gradient {
	margin-left: 200px;
	height: 80px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0%, rgba(255, 255, 255, 0)),
			color-stop(100%, rgba(255, 255, 255, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.fixed-bottom-menu {
	width: 1000px;
	height: 69px;
	margin: 0 auto;
	background-color: #333;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+PHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+PHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDIiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
	background-size: 100%;
	background-image: -webkit-gradient(linear,
			50% 100%,
			50% 0%,
			color-stop(0%, rgba(0, 0, 0, 0.07)),
			color-stop(7%, rgba(0, 0, 0, 0.03)),
			color-stop(14%, rgba(0, 0, 0, 0.02)),
			color-stop(25%, rgba(0, 0, 0, 0.02)),
			color-stop(40%, rgba(0, 0, 0, 0.01)),
			color-stop(100%, rgba(0, 0, 0, 0)),
			color-stop(100%, rgba(0, 0, 0, 0)),
			color-stop(100%, rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(bottom,
			rgba(0, 0, 0, 0.07) 0%,
			rgba(0, 0, 0, 0.03) 7%,
			rgba(0, 0, 0, 0.02) 14%,
			rgba(0, 0, 0, 0.02) 25%,
			rgba(0, 0, 0, 0.01) 40%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(bottom,
			rgba(0, 0, 0, 0.07) 0%,
			rgba(0, 0, 0, 0.03) 7%,
			rgba(0, 0, 0, 0.02) 14%,
			rgba(0, 0, 0, 0.02) 25%,
			rgba(0, 0, 0, 0.01) 40%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top,
			rgba(0, 0, 0, 0.07) 0%,
			rgba(0, 0, 0, 0.03) 7%,
			rgba(0, 0, 0, 0.02) 14%,
			rgba(0, 0, 0, 0.02) 25%,
			rgba(0, 0, 0, 0.01) 40%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%);
	border: 1px solid rgba(0, 0, 0, 0.11);
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px;
	border-radius: 8px 8px 0px 0px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
}

.gsInformer {
	position: absolute !important;
	margin-top: 25px;
	left: 20px;
	background: #303030;
	border-radius: 4px;
	border-top: 1px solid #555461 !important;
}

.gsInformer .gsLinks {
	background-color: #eeeeee !important;
	padding: 1px 0 !important;
	height: 19px !important;
	border-radius: 0 0 4px 4px;
}

.ds-block {
	border-right: 1px solid #464646;
	position: relative;
	width: 10%;
}

.ds-block .hiden-list {
	display: none;
}

.ds-block:hover .hiden-list {
	display: block;
	z-index: 50;
}

.ds-block span {
	display: block;
	margin: 0 0;
  overflow-wrap: normal;
}

.nav-ul {
	list-style: none;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.7);
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.3;
}

.nav-ul li {
	display: table-cell;
	height: 100%;
}

.nav-ul li.ds-block:hover,
.nav-ul li.active {
	background-color: #007d98;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF007D98', endColorstr='#FF006987');
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2Q5OCIvPjxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMDA3OTk0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDc5OTQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwNjc4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzk5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjk4NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size: 100%;
	background-image: -webkit-gradient(linear,
			0% 50%,
			100% 50%,
			color-stop(0%, #007d98),
			color-stop(49%, #007994),
			color-stop(50%, #007994),
			color-stop(50%, #006784),
			color-stop(100%, #007994),
			color-stop(100%, #006987));
	background-image: -moz-linear-gradient(left,
			#007d98 0%,
			#007994 49%,
			#007994 50%,
			#006784 50%,
			#007994 100%,
			#006987 100%);
	background-image: -webkit-linear-gradient(left,
			#007d98 0%,
			#007994 49%,
			#007994 50%,
			#006784 50%,
			#007994 100%,
			#006987 100%);
	background-image: linear-gradient(to right,
			#007d98 0%,
			#007994 49%,
			#007994 50%,
			#006784 50%,
			#007994 100%,
			#006987 100%);
}

.nav-ul li a {
	color: #d6d6d6;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.nav-ul li:first-child {
	-moz-border-radius: 8px 0px 0px 0px;
	-webkit-border-radius: 8px;
	border-radius: 8px 0px 0px 0px;
}

.nav-ul li:last-child {
	border-right: 0;
	-moz-border-radius: 0px 8px 0px 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px 8px 0px 0px;
}

.nav-ul li li {
	padding: 0;
}

.nav-ul .rev-img {
	display: block;
	margin-top: -62px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	position: relative;
	z-index: 100;
	width: 97px;
	height: 83px;
	padding-top: 96px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-ul .rev-img.hover {}
.header-with-spa .int-header {
	height: 79px;
}
.int-header {
	width: 100%;
	max-width: 620px;
	max-width: 496px;
	display: block;
	margin: auto;
	height: 110px;
	background-color: #333;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+PHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+PHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDIiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
	background-size: 100%;
	background-image: -webkit-gradient(linear,
			50% 100%,
			50% 0%,
			color-stop(0%, rgba(0, 0, 0, 0.07)),
			color-stop(7%, rgba(0, 0, 0, 0.03)),
			color-stop(14%, rgba(0, 0, 0, 0.02)),
			color-stop(25%, rgba(0, 0, 0, 0.02)),
			color-stop(40%, rgba(0, 0, 0, 0.01)),
			color-stop(100%, rgba(0, 0, 0, 0)),
			color-stop(100%, rgba(0, 0, 0, 0)),
			color-stop(100%, rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(bottom,
			rgba(0, 0, 0, 0.07) 0%,
			rgba(0, 0, 0, 0.03) 7%,
			rgba(0, 0, 0, 0.02) 14%,
			rgba(0, 0, 0, 0.02) 25%,
			rgba(0, 0, 0, 0.01) 40%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(bottom,
			rgba(0, 0, 0, 0.07) 0%,
			rgba(0, 0, 0, 0.03) 7%,
			rgba(0, 0, 0, 0.02) 14%,
			rgba(0, 0, 0, 0.02) 25%,
			rgba(0, 0, 0, 0.01) 40%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top,
			rgba(0, 0, 0, 0.07) 0%,
			rgba(0, 0, 0, 0.03) 7%,
			rgba(0, 0, 0, 0.02) 14%,
			rgba(0, 0, 0, 0.02) 25%,
			rgba(0, 0, 0, 0.01) 40%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%,
			rgba(0, 0, 0, 0) 100%);
	border: 1px solid rgba(0, 0, 0, 0.11);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
}

.int-ul-header {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table;
	height: 100%;
	width: 100%;
}

.int-ul-header li {
	display: table-cell;
	border-right: 1px solid #464646;
	height: 100%;
	padding: 10px;
	vertical-align: top;
}
.header-with-spa .int-ul-header li {
	padding: 0px 10px;
	vertical-align: middle;
}

.int-ul-header .book-button {
	margin-bottom: 0;
}

.int-ul-header li:last-child {
	border-right: 0px;
}

.int-ul-header .blue-button.big-button {
    padding: 8px 24px 6px 24px;	
}

.header-with-spa .int-ul-header .blue-button.big-button {
	padding: 8px 14px 6px 14px;
	margin-bottom: 4px;
	max-width: 160px;
	width: 100%;	
}
.header-logo {
	background-color: rgba(40, 40, 40, 0.8);
	border: 1px solid #444444;
	padding: 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 114px;
	margin: -24px 0;
	position: relative;
}
.header-with-spa .header-logo {
	top: -30px;
}

.blue-button {
	background-color: #005e7b;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF008EA9', endColorstr='#FF007D99');
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGVhOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA4ZWE5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDdkOTkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkOTkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
	background-size: 100%;
	background-image: -webkit-gradient(linear,
			0% 50%,
			100% 50%,
			color-stop(0%, #006a88),
			color-stop(50%, #006a88),
			color-stop(50%, #005e7b),
			color-stop(100%, #005e7b));
	background-image: -moz-linear-gradient(left,
			#006a88 0%,
			#006a88 50%,
			#005e7b 50%,
			#005e7b 100%);
	background-image: -webkit-linear-gradient(left,
			#006a88 0%,
			#006a88 50%,
			#005e7b 50%,
			#005e7b 100%);
	background-image: linear-gradient(to right,
			#006a88 0%,
			#006a88 50%,
			#005e7b 50%,
			#005e7b 100%);

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 4px 0 rgba(6, 67, 83, 0.6);
	-webkit-box-shadow: 0 4px 0 rgba(6, 67, 83, 0.6);
	box-shadow: 0 4px 0 rgba(6, 67, 83, 0.6);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.79);
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Scada;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	border: 0px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blue-button:hover,
.blue-button:focus {
	background-image: -webkit-gradient(linear,
			0% 50%,
			100% 50%,
			color-stop(0%, #00a2b8),
			color-stop(50%, #00a2b8),
			color-stop(50%, #007d99),
			color-stop(100%, #007d99));
	background-image: -moz-linear-gradient(left,
			#00a2b8 50%,
			#00a2b8 0%,
			#007d99 50%,
			#007d99 100%);
	background-image: -webkit-linear-gradient(left,
			#00a2b8 0%,
			#00a2b8 50%,
			#007d99 50%,
			#007d99 100%);
	background-image: linear-gradient(to right,
			#00a2b8 0%,
			#00a2b8 50%,
			#007d99 50%,
			#007d99 100%);

	-moz-box-shadow: 0 4px 0 rgba(6, 67, 83, 0.6),
		inset 0 0 20px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 4px 0 rgba(6, 67, 83, 0.6),
		inset 0 0 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 0 rgba(6, 67, 83, 0.6), inset 0 0 20px rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

.blue-button.yellow-button {
	background-color: #ff7f00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*border-radius: 5px 0 0 5px;*/
	-moz-box-shadow: 0 4px 0 rgba(186, 90, 1, 0.6),
		inset 0 0 7px rgba(249, 246, 192, 0.26);
	-webkit-box-shadow: 0 4px 0 rgba(186, 90, 1, 0.6),
		inset 0 0 7px rgba(249, 246, 192, 0.26);
	box-shadow: 0 4px 0 rgba(186, 90, 1, 0.6),
		inset 0 0 7px rgba(249, 246, 192, 0.26);

	background-image: -webkit-gradient(linear,
			0% 50%,
			100% 50%,
			color-stop(0%, #ff7f00),
			color-stop(50%, #ff7f00),
			color-stop(50%, #d96c00),
			color-stop(100%, #d96c00));
	background-image: -moz-linear-gradient(left,
			#ff7f00 50%,
			#ff7f00 0%,
			#d96c00 50%,
			#d96c00 100%);
	background-image: -webkit-linear-gradient(left,
			#ff7f00 0%,
			#ffaa00 50%,
			#d96c00 50%,
			#d96c00 100%);
	background-image: linear-gradient(to right,
			#ff7f00 0%,
			#ff7f00 50%,
			#d96c00 50%,
			#d96c00 100%);
}

.blue-button.yellow-button:hover,
.blue-button.yellow-button:focus {
	background-image: -webkit-gradient(linear,
			0% 50%,
			100% 50%,
			color-stop(0%, #ffaa00),
			color-stop(50%, #ffaa00),
			color-stop(50%, #ff9000),
			color-stop(100%, #ff9000));
	background-image: -moz-linear-gradient(left,
			#ffaa00 50%,
			#ffaa00 0%,
			#ff9000 50%,
			#ff9000 100%);
	background-image: -webkit-linear-gradient(left,
			#ffaa00 0%,
			#ffaa00 50%,
			#ff9000 50%,
			#ff9000 100%);
	background-image: linear-gradient(to right,
			#ffaa00 0%,
			#ffaa00 50%,
			#ff9000 50%,
			#ff9000 100%);

	-moz-box-shadow: 0 4px 0 rgba(186, 90, 1, 0.6), inset 0 0 10px #f17800;
	-webkit-box-shadow: 0 4px 0 rgba(186, 90, 1, 0.6), inset 0 0 10px #f17800;
	box-shadow: 0 4px 0 rgba(186, 90, 1, 0.6), inset 0 0 10px #f17800;
}

aside .blue-button.big-button.green-button {
	margin-bottom: 20px;
	padding: 6px 15px 6px 15px;
	width: 100%;
}

.blue-button.green-button {
	background-color: #6D9E03;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*border-radius: 5px 0 0 5px;*/
	-moz-box-shadow: 0 4px 0 rgba(52, 74, 5, 0.60),
		inset 0 0 7px rgba(228, 249, 192, 0.26);
	-webkit-box-shadow: 0 4px 0 rgba(52, 74, 5, 0.60),
		inset 0 0 7px rgba(228, 249, 192, 0.26);
	box-shadow: 0 4px 0 rgba(52, 74, 5, 0.60),
		inset 0 0 7px rgba(228, 249, 192, 0.26);

	background-image: -webkit-gradient(linear,
			0% 50%,
			100% 50%,
			color-stop(0%, #6D9E03),
			color-stop(50%, #6D9E03),
			color-stop(50%, #5E8A00),
			color-stop(100%, #5E8A00));
	background-image: -moz-linear-gradient(left,
			#6D9E03 50%,
			#6D9E03 0%,
			#5E8A00 50%,
			#5E8A00 100%);
	background-image: -webkit-linear-gradient(left,
			#6D9E03 0%,
			#6D9E03 50%,
			#5E8A00 50%,
			#5E8A00 100%);
	background-image: linear-gradient(to right,
			#6D9E03 0%,
			#6D9E03 50%,
			#5E8A00 50%,
			#5E8A00 100%);
}

.blue-button.green-button:hover,
.blue-button.green-button:focus {
	background-image: -webkit-gradient(linear,
			0% 50%,
			100% 50%,
			color-stop(0%, #87C309),
			color-stop(50%, #87C309),
			color-stop(50%, #77AC07),
			color-stop(100%, #77AC07));
	background-image: -moz-linear-gradient(left,
			#87C309 50%,
			#87C309 0%,
			#77AC07 50%,
			#77AC07 100%);
	background-image: -webkit-linear-gradient(left,
			#87C309 0%,
			#87C309 50%,
			#77AC07 50%,
			#77AC07 100%);
	background-image: linear-gradient(to right,
			#87C309 0%,
			#87C309 50%,
			#77AC07 50%,
			#77AC07 100%);

	-moz-box-shadow: 0 4px 0 rgba(52, 74, 5, 0.60), inset 0 0 10px rgba(228, 249, 192, 0.26);
	-webkit-box-shadow: 0 4px 0 rgba(52, 74, 5, 0.60), inset 0 0 10px rgba(228, 249, 192, 0.26);
	box-shadow: 0 4px 0 rgba(52, 74, 5, 0.60), inset 0 0 10px rgba(228, 249, 192, 0.26);
}

.blue-button.small-button {
	padding: 7px 10px 5px 10px;

	/*width:193px;*/
}

.blue-button.big-button {
	padding: 11px 35px 9px 35px;
}

.i-inmap {
	display: inline-block;
	background: url(../images/inmap.png) no-repeat;
	width: 21px;
	height: 17px;
}

.inmap-link {
	color: #eaeae9;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	font-family: Arsenal;
}

.inmap-link i {
	margin-right: 8px;
	vertical-align: top;
}

.inmap-link span {
	border-bottom: 2px dotted #b5b5b5;
	display: inline-block;
	vertical-align: top;
}

.calendar {
	display: block;
	position: absolute;
	top: 60px;
	left: -17px;
	width: 100%;
	text-align: center;
	font-family: AGSouvenirCyr;
}
.header-with-spa  .calendar {
	top: 28px;
}

.calendar:before {
	content: "";
	display: block;
	height: 102px;
	width: 105px;
	position: absolute;
	box-shadow: 0 0 70px #ffaa00;
	left: 30px;
	top: 55px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.calendar:hover:before {
	opacity: 1;
}

.calendar .year:after {
	width: 75px;
	height: 4px;
}

.calendar .date-wrap {
	position: absolute;
	background: url(../images/calendar.png) no-repeat center top;
	background-size: cover;
	width: 133px;
	height: 130px;
	left: 15px;
	top: 40px;
}

.calendar .date {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 43px;
}

.calendar .date .year {
	font-size: 8px;
	font-weight: normal;
	margin-bottom: 0;
	color: #414141;
}

.calendar .date .month {
	font-size: 8px;
	text-transform: uppercase;
	color: #414141;
	line-height: 8px;
}

.calendar .date .day {
	color: #414141;
	font-size: 22px;
	line-height: 19px;
	margin: 4px 0 0 0;
}

.calendar .date .weekday {
	color: #414141;
	text-transform: uppercase;
	font-size: 7px;
}

.index100 {
	z-index: 100;
}

.telephone {
	background: url(../images/ramka.png) no-repeat;
	background-size: cover;
	width: 158px;
	height: 38px;
	display: block;
	text-shadow: 0 2px 1px #000;
	color: #fff;
	font-family: Scada;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
}

.telephone .big {
	font-size: 20px;
}

.logo-div {
	width: 119px;
}

.email-link {
	color: #eaeae9;
	font-family: Arsenal;
	font-size: 14px;
	text-decoration: none;
}

.i-mail {
	width: 14px;
	height: 8px;
	display: inline-block;
	background: url(../images/email.png) no-repeat;
}

.i-mail.yellow-2 {
	background: url(../images/email2.png) no-repeat;
}
.header-with-spa .header-float{
	padding-top: 60px;
}
.header-float {
	padding-top: 25px;
	max-width: 620px;
	margin: 0 auto;
}

.width620 {
	max-width: 620px;
	margin: 0 auto;
}

.weather-inf {
	position: absolute;
	left: 40px;
	top: 65px;
}

.social-layer {
	background: url(../images/social.png) no-repeat;
	background-size: contain;
	width: 35px;
	height: 315px;
	height: auto;
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -172px;
	text-align: center;
}

.social-layer a {
	display: block;
	margin: auto;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.social-layer a img {
	padding: 10px 0px;
	max-width: 18px;
}

.social-layer a:after {
	width: 10px;
	height: 1px;
	background-color: #82847d;
	display: block;
	margin: auto;
	content: "";
}

.social-layer a:hover {
	opacity: 0.5;
}

.social-layer a:last-child:after {
	display: none;
}

.js-close {
	display: block;
	width: 10px;
	height: 9px;
	position: absolute;
	top: 25px;
	right: 25px;
	background: url(../images/close.png) no-repeat;
}

.modal-window {
	background: #fff;
	position: fixed;
	width: 100%;
	display: none;
	z-index: 100;
}

.modal-window.js-active {
	display: block;
	opacity: 0;
}

.modal-window.absolute {
	height: 100%;
	overflow-y: scroll;
}

.modal-shadow {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.modal-shadow.js-active {
	display: block;
	opacity: 0;
}

.event-window {
	background: url(../images/modal-bg.png) no-repeat;
	width: 636px;
	height: 477px;
}

.index50 {
	z-index: 50;
}

.modal-block {
	display: table;
	width: 100%;
}

.mask-img {
	display: table-cell;
	width: 160px;
}

.text-block {
	display: table-cell;
	vertical-align: top;
}

.mask-for-img {
	background: url(../images/img-mask.png) no-repeat;
	width: 143px;
	height: 97px;
	display: block;
	text-align: right;
	padding-right: 11px;
	padding-top: 10px;
}

.mask-for-img img {
	width: 98px;
	height: 77px;
}

.modal-inner {
	padding: 30px;
}

.text-title {
	font-family: AGSouvenirCyr;
	font-weight: 700;
	margin-top: 0px;
	line-height: 1;
	margin-bottom: 11px;
	text-transform: uppercase;
	color: #434343;
	font-size: 14px;
}

.all-text {
	margin: 0px;
	font-size: 13px;
	line-height: 1.3;
	color: #434343;
}

.rm-block {
	margin-bottom: 20px;
	position: relative;
}

.rm-block:after {
	width: 175px;
	height: 6px;
	background: url(../images/hr-line-2.png) no-repeat;
	display: block;
	margin: auto;
	margin-top: 7px;
	content: "";
}

.readmore {
	font-family: Open Sans;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #434343;
}

.year {
	color: #414141;
	font-size: 16px;
	font-weight: 400;
	font-family: AGSouvenirCyr;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 14px;
}

.year:after {
	width: 123px;
	height: 4px;
	background: url(../images/hr-line.png) no-repeat;
	display: block;
	margin: auto;
	content: "";
}

.hiden-list {
	display: none;
	position: absolute;
	bottom: 68px;
	/*bottom: 100%;*/
	left: 0px;
	width: 100%;
	background: url(../images/menu-hover.png) top no-repeat;
	list-style: none;
	background-size: cover;
	padding: 10px 0px 60px 0px;
	margin: 0;
	/*text-transform: initial;*/
	text-transform: none;
	font-size: 12px;
}

.book-button .blue-button {
	position: relative;
	z-index: 1;
}

.book-button .hiden-list {
	bottom: auto;
	background: rgba(0, 0, 0, 0.7);
	background: url(../images/book-bg-long.png) no-repeat center bottom;
	background-size: cover;

	margin: -3px 4px 0 1px;
	width: 158px;
	padding: 10px 0;
	border-radius: 0 0 8px 8px;
}

.book-button.book-button-type .hiden-list {
	margin-top: 0;
	width: 160px;
	margin-left: 20px;
	background-size: cover;
}

.book-button .hiden-list li:last-child:after {
	display: none;
}

.book-button .hiden-list li {
	display: block !important;
	border: none !important;
	height: auto !important;
	padding: 0 !important;
}

.book-button .hiden-list li a {
	color: #d6d6d6;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 4px 5px;
}

.book-button .hiden-list li:after {
	margin: 3px auto;
}

.hiden-list li {
	display: block;
}

.hiden-list li:after {
	width: 10px;
	height: 1px;
	background-color: #bebebe;
	display: block;
	margin: 5px auto;
	content: "";
}

.hiden-list li a {
	background: none;
	padding: 7px 5px;
}

.hiden-list li a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00627f+0,007d99+31,007d99+70,00627f+100 */
	background: #00627f;
	/* Old browsers */
	background: -moz-linear-gradient(top,
			#00627f 0%,
			#007d99 31%,
			#007d99 70%,
			#00627f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0%, #00627f),
			color-stop(31%, #007d99),
			color-stop(70%, #007d99),
			color-stop(100%, #00627f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,
			#00627f 0%,
			#007d99 31%,
			#007d99 70%,
			#00627f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,
			#00627f 0%,
			#007d99 31%,
			#007d99 70%,
			#00627f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top,
			#00627f 0%,
			#007d99 31%,
			#007d99 70%,
			#00627f 100%);
	/* IE10+ */
	background: linear-gradient(to bottom,
			#00627f 0%,
			#007d99 31%,
			#007d99 70%,
			#00627f 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00627f', endColorstr='#00627f', GradientType=0);
	/* IE6-9 */
}

.hiden-list li:hover {
	background: none;
}

.bg-2 {
	background-image: url(../images/bg2.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/*
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
*/
}

/* 1.То что закоменчено - было написано раньше.
   2.То что написано через пустую строку - я добавил, для корретного отобржаения
     фотогалереи базы отдыха.*/
.mainblock {
	/*display: table;*/
	width: 100%;
	height: 100%;
	min-height: 1000px;

	display: flex;
	display: -ms-flexbox;
}

.aside {
	/*display: table-cell;*/
	width: 200px;
	background-color: #282828;
	padding-bottom: 160px;
	display: block;
}

.main-content {
	/*display: table-cell;*/
	vertical-align: top;
	background: #fff;
	padding: 20px;
	padding-bottom: 200px;
	overflow: hidden;

	display: block;
	overflow: hidden;
	flex: 1;
	-ms-flex: 1;
}

.head-img {
	width: 100%;
	margin-bottom: 25px;
}

.breadcrumbs {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: #777;
	margin-bottom: 20px;
}

.breadcrumbs a {
	text-decoration: none;
	border-bottom: 1px dotted #777;
	color: #777;
}

.breadcrumbs .last-page {
	color: #007a95;
}

.article {
	color: #777;
	font-weight: 400;
	line-height: 18px;
	font-size: 13px;
}

.icon-block {
	padding-left: 36px;
	padding-top: 3px;
	display: inline-block;
	margin: 10px 0 20px 0;
	padding-right: 30px;
	font-size: 13px;
	vertical-align: top;
}

.icon-block h4 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #18140e;
	font-weight: 600;
	line-height: 18px;
}

.article-ul {
	list-style: none;
	padding-left: 20px;
}

.article-ul li {
	margin-bottom: 5px;
}

.ic-1 {
	background: url(../images/icon-present.gif) 0px 0px no-repeat;
}

.ic-2 {
	background: url(../images/icon-rub.gif) 0px 0px no-repeat;
}

.ic-3 {
	background: url(../images/icon-x2.gif) 0px 0px no-repeat;
}

.ic-4 {
	background: url(../images/icon-water.gif) 0px 0px no-repeat;
}

.aside-logo {
	display: block;
	margin: 0 auto 13px auto;
}

.aside-block {
	padding: 13px 20px;
	border-bottom: 1px solid #3e3e3e;
}

.aside-block.block-swf {
	padding: 13px 15px;
	position: relative;
	z-index: 1;
}

.i-tel {
	display: inline-block;
	background: url(../images/telus.png) no-repeat;
	width: 12px;
	height: 12px;
}

.tel-link {
	color: #eaeae9;
	font-family: Arsenal;
	font-size: 14px;
	text-decoration: none;
}

.navigate-link {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-family: Arsenal;
	text-decoration: none;
	display: block;
	margin: 10px 0px;
	line-height: 1;
	transition: unset;
}

.navigate-link span {
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}

.navigate-link:hover span,
.navigate-link.active span {
	color: #fff;
	background-color: #007d98;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF007D98', endColorstr='#FF006987');
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2Q5OCIvPjxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMDA3OTk0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDc5OTQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwNjc4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzk5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjk4NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size: 100%;
	background-image: -webkit-gradient(linear,
			0% 50%,
			100% 50%,
			color-stop(0%, #007d98),
			color-stop(49%, #007994),
			color-stop(50%, #007994),
			color-stop(50%, #006784),
			color-stop(100%, #007994),
			color-stop(100%, #006987));
	background-image: -moz-linear-gradient(left,
			#007d98 0%,
			#007994 49%,
			#007994 50%,
			#006784 50%,
			#007994 100%,
			#006987 100%);
	background-image: -webkit-linear-gradient(left,
			#007d98 0%,
			#007994 49%,
			#007994 50%,
			#006784 50%,
			#007994 100%,
			#006987 100%);
	background-image: linear-gradient(to right,
			#007d98 0%,
			#007994 49%,
			#007994 50%,
			#006784 50%,
			#007994 100%,
			#006987 100%);
}

.social-block {
	padding-bottom: 1px;
	text-align: center;
}

.social-block li {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-bottom: 12px;
}

.social-block a {
	padding: 3px 0px;
	min-width: 34px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.social-block a:hover {
	background-color: #007d98;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF007D98', endColorstr='#FF006987');
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2Q5OCIvPjxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMDA3OTk0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDc5OTQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwNjc4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzk5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjk4NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size: 100%;
	background-image: -webkit-gradient(linear,
			0% 50%,
			100% 50%,
			color-stop(0%, #007d98),
			color-stop(49%, #007994),
			color-stop(50%, #007994),
			color-stop(50%, #006784),
			color-stop(100%, #007994),
			color-stop(100%, #006987));
	background-image: -moz-linear-gradient(left,
			#007d98 0%,
			#007994 49%,
			#007994 50%,
			#006784 50%,
			#007994 100%,
			#006987 100%);
	background-image: -webkit-linear-gradient(left,
			#007d98 0%,
			#007994 49%,
			#007994 50%,
			#006784 50%,
			#007994 100%,
			#006987 100%);
	background-image: linear-gradient(to right,
			#007d98 0%,
			#007994 49%,
			#007994 50%,
			#006784 50%,
			#007994 100%,
			#006987 100%);
}

.navigation-pages a,
.navigation-pages span {
	margin: 0 5px;
}

.spa-box {
	width: 100%;
	margin-bottom: 5px;
	/* было 33px  */
	/*margin-bottom: 83px;*/
}

/*переход на полную и мобильную версии*/
ul.b-viewed-mode {
	padding-top: 1px;
	padding-left: 0px;
	width: 100%;
	margin: 0px;
	box-shadow: 1px 0px 0px #323232, -1px 0px 0px #323232, 0px 0px 0px #323232,
		0px 0px 0px #323232;
}

.wrapper-after-menu {
	position: relative;
	display: block;
	width: 100%;
	background: #323232;
}

.viewed-form {
	display: none;
}

.wrapper-after-menu div.links {
	text-align: center;
	color: #fff;
	border-top: 1px solid #5c5c5c;
	height: 40px;
	line-height: 36px;
}

.wrapper-after-menu div.links span {
	margin-left: -9px;
	margin-right: 3px;
}

.wrapper-after-menu div.links a {
	color: #fff;
	font-size: 1.3rem;
	transform: scaleX(0.9) scaleY(1.1);
	display: inline-block;
	transform-origin: left center;
	height: 95% !important;
	font-weight: 500;
	/* margin-left: 5px; */
}

.wrapper-after-menu div.links a.selected:after {
	content: "";
	display: none;
}

.wrapper-after-menu div.links a:after {
	border-bottom: 1px solid #ffffff;
	position: absolute;
	top: -11px;
	left: 0px;
	content: "";
	height: 100%;
	width: 100%;
}

.wrapper-after-menu div.links a.selected {
	color: #ed6405;
}

a.tel-link:hover {
	text-decoration: none;
}

a.tel-link span.inline {
	position: relative;
}

a.tel-link:hover span.inline::after {
	position: absolute;
	content: "";
	display: block;
	bottom: 2px;
	left: 0px;
	right: 0px;
	background: #fff;
	height: 1px;
}

.excursions-footer {
	position: absolute;
	bottom: 0px;
	background-color: #282828;
	z-index: 33;
	width: 100%;
	max-width: 800px;
	left: 0;
	padding: 0 20px;
	padding-bottom: 150px;
}

.main-content {
	position: relative;
}

.excursion-footer-links a {
	color: #777;
}