/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.slick-dots,
.navbar,
#footer .info,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
.slick-dots li,
.slick-gallery .title,
.slick-gallery .opener,
.slick-gallery .btn-book,
.slick-gallery .detail {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
    General reset
   ---------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #505050;
	background: transparent;
	font: 16px/1.2 "Montserrat Alternates", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

.list-unstyled {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	background: #8ca721;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	padding: 8px 10px;
	margin: 0 0 12px;
	-webkit-transition-property: border, box-shadow;
	transition-property: border, box-shadow;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #000;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	min-height: 160px;
	max-height: 220px;
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* contact form styles */

.contact-form {
	margin: 0 -5px;
	padding: 20px 10px 10px;
	background: #97b22c;
}

.contact-form .agrement {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 40px;
	margin: 5px 0 15px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	cursor: pointer;
}

.contact-form .agrement input {
	display: none;
}

.contact-form .agrement input:checked ~ span:before {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	border-color: #000;
}

.contact-form .agrement span {
	display: inline-block;
	vertical-align: top;
}

.contact-form .agrement span:before {
	width: 30px;
	height: 30px;
	padding: 4px;
	text-align: center;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: -webkit-linear-gradient(top, #809b15 0%, #85a01a 3%, #819c16 6%, #86a11b 9%, #839e18 12%, #85a01a 15%, #75900a 38%, #75900a 100%);
	background: linear-gradient(to bottom, #809b15 0%, #85a01a 3%, #819c16 6%, #86a11b 9%, #839e18 12%, #85a01a 15%, #75900a 38%, #75900a 100%);
	border: 1px solid #425d00;
	border-radius: 3px;
	font-size: 20px;
	line-height: 1;
	color: #000;
}

.contact-form .btn {
	min-width: 180px;
	padding: 10px;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #97b22c;
	background: #000;
}

.contact-form .btn:hover {
	background: rgba(0, 0, 0, .8);
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e904";
}

.icon-instagram:before {
	content: "\e905";
}

.icon-arrow-left:before {
	content: "\e906";
}

.icon-arrow-right:before {
	content: "\e907";
}

.icon-arrow-up:before {
	content: "\e908";
}

.icon-arrow-down:before {
	content: "\e909";
}

.icon-car:before {
	content: "\e901";
}

.icon-train:before {
	content: "\e902";
}

.icon-bus:before {
	content: "\e903";
}

.icon-check:before {
	content: "\e90a";
}

.icon-airplane:before {
	content: "\e900";
}

/* Slick slider styles */

.slick-slider {
	margin: 0 0 15px;
	position: relative;
	z-index: 9;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	padding: 10px 0;
	text-align: center;
	line-height: 0;
}

.slick-dots li {
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	background: #756210;
	border-radius: 1000%;
	cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background-color: #ffe37b;
}

.slick-dots li button {
	display: none;
}

.slick-prev,
.slick-next {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	border: none;
	outline: none;
	opacity: 0;
	visibility: hidden;
}

.slick-prev i,
.slick-next i {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	font-size: 30px;
}

.slick-prev i:hover,
.slick-next i:hover {
	color: #ffe37b;
}

.slick-prev {
	left: -5px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.slick-next {
	right: -5px;
}

/* ---------------------------------------------------------
    Сommon site styles
   ---------------------------------------------------------*/

/* header styles */

#header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 75px;
	z-index: 999;
}

#header:before {
	content: "";
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	height: 60px;
	background-image: url(../images/header-bg.png);
	background-position: 50% 0;
	background-repeat: repeat-x;
	background-size: 1680px 60px;
	z-index: 6;
}

#header:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	height: 62px;
}

#header > .container {
	position: relative;
	z-index: 9;
}

/* page logo styles */

.logo {
	display: block;
	text-align: center;
	max-width: 320px;
	margin: 0 auto;
}

.logo img {
	width: 100%;
}

/* main navigation styles */

.navbar {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	top: 109px;
	left: 0;
	text-align: center;
	z-index: 10;
	background-color: #fff;
}

.navbar img {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.navbar img:hover {
	opacity: .8;
}

.nav-active .navbar {
	opacity: 1;
	visibility: visible;
}

.navbar li {
	padding: 15px 10px;
}

.navbar li.active a {
	color: #ffe37b;
}

.navbar a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
}

.navbar a:hover {
	color: #ffe37b;
}

/* burger menu style */

.nav-opener {
	float: right;
	width: 40px;
	height: 40px;
	top: 63px;
	right: 20px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	border-radius: 3px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
}

.resize-active .navbar {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #ffe37b;
}

.gray {
	background: #dadada;
}

.light-gray {
	background: #f6f6f6;
}

.gray-blue {
	background: #d0d8de;
}

.nocolor {
  /*background-color: rgba(0, 0, 0, .10);*/
  background-color: #88A026;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}

/* main informative part styles */

#main {
	min-height: calc(100vh - 160px);
	position: relative;
	background: #97b22c;
	padding: 0 0 197px;
}

#main:before {
	height: 50%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: -60px;
	background: #3780ad;
	background-image: url(../images/green-bg-top.png);
	background-position: 50% 100%;
	z-index: 5;
	background-repeat: repeat-x;
	background-size: 1680px 60px;
}

#main > .container {
	position: relative;
	z-index: 9;
}

/* slider on site styles */

.main-slider .slick-active {
	outline: none;
}

.main-slider .slide .holder {
	white-space: nowrap;
	text-align: center;
}

.main-slider .slide .holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 415px;
}

.main-slider .slide .holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.main-slider .img-holder {
	min-height: 415px;
	text-align: center;
	position: relative;
}

.main-slider .img-holder .text-wrap {
	padding: 0 10px;
}

.main-slider .img-holder .text-wrap h1 {
	color: #fff;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, .75);
	font-weight: 600;
}

.bg-stretch {
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.btn {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 11px 15px;
	background-color: rgba(0, 0, 0, .48);
}

/*addsimo*/
.btn-small {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  font-size: 14px;
  color: #000;
  /*border: 1px solid #fff;*/
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, .15);
}


.btn:hover {
	background-color: black;
}

.text-container {
	position: relative;
	z-index: 6;
}

.text-holder,.text-holder-full {
	padding: 0 40px 44px 19px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 15px;
	position: relative;
}

.text-holder p,.text-holder-full p {
	margin-bottom: 20px;
}

.text-holder p.home {
  color:#fff;
  margin-bottom: 20px;
}

.text-holder .more {
	font-weight: normal;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	float: right;
	color: #505050;
	position: absolute;
	right: 40px;
	bottom: 20px;
}

.text-holder .more:hover {
	color: #ffe37b;
}

.text-holder h2,.text-holder-full h2 {
	margin-left: -19px;
	padding: 10px 30px 10px 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 45px;
	min-width: 138px;
	font-weight: normal;
	line-height: 1.5;
	font-size: 20px;
	color: #000;
	font-variant: small-caps;
	background-color: #ffe37b;
}

.text-holder h2:before,.text-holder-full h2:before {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	background: url(../images/title-bg.png) no-repeat;
	z-index: 9;
	width: 30px;
}

/* galery slider styles */

.slick-gallery .slick-slide {
	height: 300px;
	position: relative;
	overflow: hidden;
}

.slick-gallery .slick-slide.detail-active .detail {
	visibility: visible;
	opacity: 1;
}

.slick-gallery .slick-slide.detail-active .btn-book {
	visibility: visible;
	opacity: 1;
}

.slick-gallery .slick-slide.detail-active .title {
	visibility: hidden;
	opacity: 0;
}

.slick-gallery .title {
	font-size: 19px;
	font-weight: normal;
	color: #ffe37b;
	position: absolute;
	left: 15px;
	bottom: 13px;
	right: 15px;
	visibility: visible;
	opacity: 1;
}

.slick-gallery .opener,
/*editsimo*/
.slick-gallery .btn-book {
	min-width: 146px;
	/*padding: 10px 20px 10px 0;*/
  padding: 20px 40px 20px 30px;
	font-size: 20px;
	line-height: 28px;
	color: #505050;
	text-align: center;
	background: #ffe37b;
	position: absolute;
	right: 1px;
	z-index: 3;
}

.slick-gallery .opener:hover,
.slick-gallery .btn-book:hover {
	color: #756210;
}

.slick-gallery .opener:before,
.slick-gallery .btn-book:before {
	width: 30px;
	content: "";
	position: absolute;
  /*editsimo*/
	top: 0px;
	left: -29px;
	right: auto;
	bottom: 0;
	background: url(../images/title-bg.png) no-repeat;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	z-index: 9;
}

.slick-gallery .opener {
	font-weight: 300;
	top: 1px;
}

.slick-gallery .opener:hover:after {
	color: inherit;
}

.slick-gallery .opener:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1;
	color: #1c190e;
	margin: 5px -10px 0 10px;
}

.slick-gallery .btn-book {
	bottom: 1px;
	visibility: hidden;
	opacity: 0;
}

.slick-gallery .detail {
	width: 100%;
	padding: 50px 1px;
	background: rgba(0, 0, 0, .45);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}

.slick-gallery .text {
	width: 100%;
	padding: 10px 15px 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 50px;
	right: 0;
	bottom: 50px;
	overflow-y: auto;
}

.slick-gallery .text .heading {
	display: block;
	font-size: 22px;
	margin: 0 -5px 10px;
}

.slick-gallery .text p {
	margin: 0;
}

.slick-gallery .text p:last-child {
	margin: 0 0 5px;
}

.slick-gallery .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}

/* map styles */

.map {
	height: 300px;
	margin: 0 0 15px;
}

.map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* footer styles */

#footer {
	background: #756210;
	overflow: hidden;
	position: relative;
	padding: 30px 0 5px;
	text-align: center;
	margin-top: -172px;
}

#footer:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 58px;
	background-image: url(../images/green-bg-bottom.png);
	background-position: 50% 100%;
	z-index: 5;
	background-repeat: repeat-x;
	background-size: 1680px 60px;
}

#footer .info {
	margin: 0 auto 5px;
	padding-top: 50px;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(126, 109, 35, .9);
	color: #fefefe;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .info li {
	padding: 0 8px;
}

#footer .info li:first-child {
	color: #fefefe;
	font-weight: 300;
	opacity: .5;
	display: block;
	padding: 0;
	letter-spacing: -.2px;
	width: 100%;
	text-align: center;
}

#footer .info li a {
	-webkit-transition: color .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, opacity .3s ease-in-out;
	color: #fefefe;
	font-weight: 300;
	opacity: .5;
}

#footer .info li a:hover {
	color: #ffe37b;
	opacity: 1;
}

#footer .info li + li {
	position: relative;
}

#footer .info li + li:before {
	position: absolute;
	content: "\2013";
	top: 50%;
	left: -3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.social-networks {
	margin: 0 auto;
	text-align: center;
	background-color: #756228;
	overflow: hidden;
	padding: 8px 0;
	display: inline-block;
	vertical-align: top;
}

.social-networks li {
	margin: 0 1px 0;
	float: left;
}

.social-networks li:first-child {
	padding-left: 10px;
}

.social-networks li:last-child {
	padding-right: 10px;
}

.social-networks a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	text-align: center;
	width: 37px;
	height: 37px;
	position: relative;
	color: #d6d0b8;
}

.social-networks a:hover {
	color: #ffe37b;
}

.social-networks a i {
	font-size: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	#header:before {
		background-image: url(../images/header-bg-2x.png);
	}

	#main:before {
		background-image: url(../images/green-bg-top-2x.png);
	}

	#footer:before {
		background-image: url(../images/green-bg-bottom-2x.png);
	}
}

@media (min-width: 480px) {
	.logo {
		max-width: 432px;
	}

	#main:before {
		margin-top: -80px;
	}
}

@media (min-width: 768px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		height: 52px;
		padding: 10px 15px;
		font-size: 22px;
		line-height: 30px;
		/*editsimo margin: 0 0 18px;*/
    margin: 10px 0 5px;
	}

	textarea {
		min-height: 220px;
		max-height: 300px;
	}

	.contact-form {
		margin: 0;
		padding: 40px 15px;
	}

	.contact-form .btn-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contact-form .agrement {
		margin: 0 0 0 10px;
		padding: 0 60px 0 0;
		font-size: 18px;
	}

	.contact-form .agrement span:before {
		width: 40px;
		height: 40px;
		padding: 5px;
		right: 0;
		left: auto;
		font-size: 26px;
	}

	.contact-form .btn {
		min-width: 221px;
		padding: 15px;
		font-size: 20px;
		line-height: 26px;
	}

	.slick-dots {
		padding: 15px 0;
	}

	#header {
		min-height: auto;
		padding-bottom: 0;
	}

	.navbar {
		position: static;
		opacity: 1;
		visibility: visible;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 35px 0 0;
		background: none;
	}

	.nav-opener {
		display: none;
	}

	#main {
		padding: 50px 0 217px;
	}

	#main:before {
		margin-top: -90px;
	}

	#main > .container:before,
	#main > .container:after {
    /*height: 340px;*/
		height: 0px;
		display: block;
		background: url(../images/main-border.png) no-repeat;
		content: "";
		position: absolute;
		top: -26px;
		left: 3px;
		right: 3px;
		bottom: auto;
		z-index: -1;
	}

	#main > .container:after {
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.slick-gallery .slick-slide {
		height: 520px;
	}

	.slick-gallery .slick-slide.detail-active .title {
		visibility: visible;
		opacity: 1;
	}

	.slick-gallery .title {
		right: 320px;
	}

	.slick-gallery .detail {
		width: 300px;
	}

	.slick-gallery .text {
		padding: 20px 15px 0;
	}

	.slick-gallery .text .heading {
		font-size: 25px;
	}

	.slick-gallery .text p:last-child {
		margin: 0 0 15px;
	}

	.map {
		height: 415px;
		margin: 0 0 18px;
	}

	#footer {
		margin-top: -167px;
	}

	#footer .info li:first-child {
		display: inherit;
		padding: 0 8px;
		width: auto;
	}
}

@media (min-width: 992px) {
	.contact-form {
		padding: 50px 25px;
	}

	.contact-form .agrement {
		padding: 0 78px 0 0;
		margin: 0 25px 0 10px;
	}

	.slick-slider {
		margin-bottom: 18px;
	}

	.slick-dots {
		padding: 17px 0;
	}

	.slick-prev,
	.slick-next {
		opacity: 1;
		visibility: visible;
	}

	.navbar {
		padding: 60px 0 0;
	}

	.navbar li {
		padding: 0 20px;
	}

	.navbar li {
		padding: 0 35px;
	}

	.container {
		padding: 0 25px;
	}

	#main {
		padding: 70px 0 237px;
	}

	.main-slider {
		margin-left: -12px;
		margin-right: -12px;
	}

	.main-slider .slick-dots {
		display: none !important;
	}

	.main-slider .slide {
		padding: 0 12px;
	}

	.main-slider .img-holder .text-wrap h1 {
		font-size: 38px;
	}

	.text-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: row wrap;
		flex-wrap: row wrap;
		margin: 0 -12px;
	}

	.text-holder {
		width: calc(33.333% - 24px);
		margin: 0 12px 18px;
	}

  /*addsimo*/
  .text-holder-full {
    width: calc(100% - 1px);
    margin: 0 12px 18px;
  }

	.text-holder.large {
		width: calc(66.666% - 24px);
	}

	.slick-gallery {
		padding: 0 20px;
		margin: 0 0 20px;
	}

	.slick-gallery .slick-slide {
		height: 600px;
	}

	.slick-gallery .title {
		/*ORIG
    left: 24px;
		right: 420px;*/
    left: 0px;
    bottom: 0px;
    /*edit sc*/
    /*right: 420px;*/
    right: 0px;
    background-color:rgba(0,0,0,0.4);
    padding: 10px 5px 10px 10px;
	}

	.slick-gallery .detail {
		width: 400px;
	}

	.slick-gallery .text {
		padding: 30px 20px 0;
		font-size: 18px;
		line-height: 26px;
	}

	.slick-gallery .text .heading {
		font-size: 30px;
		margin: 0 -5px 20px;
	}

	#footer .info li + li:before {
		opacity: .5;
		color: #fefefe;
		visibility: visible;
	}
}

@media (min-width: 1200px) {
	.contact-form {
		margin: 0 -9px;
		padding: 72px 40px 60px 27px;
	}

	.slick-gallery .slick-slide {
		height: 753px;
	}

	.slick-gallery .text {
		padding: 45px 20px 0 25px;
		font-size: 18px;
		line-height: 26px;
	}

	.slick-gallery .text .heading {
		font-size: 32px;
		margin: 0 -10px 31px -5px;
	}

	.slick-gallery .text p:last-child {
		margin: 0 0 25px;
	}
}

@media (min-width: 1400px) {
	.slick-prev {
		left: -50px;
	}

	.slick-next {
		right: -50px;
	}

	#main > .container:before,
	#main > .container:after {
		right: -5px;
		left: -5px;
	}

	.slick-gallery {
		padding: 0;
		margin: 0 11px 20px;
	}
}



/*video 22.03.2023*/
  .video-btn {
    margin: 0 auto;
    text-align:center;
    max-width: 300px;
  }
  .video-btn h2 {
/*    color: #FFF;*/
    font-weight: 400;
  }

  .pulse-button {
/* position:fixed;*/
/* bottom:12%;*/
/* right:45%;*/
/* z-index:10;*/
/* margin-left:-50px;*/
/* margin-top:-50px;*/
margin: 0 auto;
 display:block;
 width:180px;
 height:180px;
 font-size:1rem;
 font-weight:light;
 font-family:'Trebuchet MS',sans-serif;
/* text-transform:uppercase;*/
 text-align:center;
 line-height:1.3rem;
 letter-spacing:1px;
 color:#fff;
 border:none;
 border-radius:50%;
 background:rgba(126, 109, 35, .9);;
 cursor:pointer;
/* box-shadow:0 0 0 0 rgba(255,0,0,.7);*/
 box-shadow:0 0 0 0 rgba(55,128,173,.7);
 -webkit-animation:pulse 1.5s infinite;
 display:flex;
 justify-content:center;
 align-items:center
}
.pulse-button p {
 font-size:.9rem
}
.pulse-button:hover {
 -webkit-animation:none
}
@-webkit-keyframes pulse {
 0% {
  -moz-transform:scale(.9);
  -ms-transform:scale(.9);
  -webkit-transform:scale(.9);
  transform:scale(.9)
 }
 70% {
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -webkit-transform:scale(1);
  transform:scale(1);
  box-shadow:0 0 0 50px rgba(90,153,212,0)
 }
 100% {
  -moz-transform:scale(.9);
  -ms-transform:scale(.9);
  -webkit-transform:scale(.9);
  transform:scale(.9);
  box-shadow:0 0 0 0 rgba(90,153,212,0)
 }
}
.player {
 position:fixed;
 z-index:20000;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:#00000080;
 background:radial-gradient(center,ellipse cover,rgba(0,0,0,.65) 0,#000 100%);
 opacity:0;
 -webkit-transition:opacity .3s ease-in-out;
 transition:opacity .3s ease-in-out
}
.player__video {
 position:relative;
 top:50%;
 left:50%;
 width:auto;
 max-width:75%;
 background-color:#fff;
 box-shadow:0 0 50px rgba(0,0,0,.95);
 -webkit-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%)
}
.js--show-video {
 opacity:1
}
.video-filler {
 display:block;
 width:100%
}
.video-close {
 position:absolute;
 z-index:30000;
 top:0;
 right:-30px;
 padding:5px 10px;
 border:none;
 outline:0;
 border-radius:0 50% 50% 0;
 cursor:pointer;
 font-size:24px;
 color:#000;
 background-color:#fff;
 box-shadow:0 0 20px rgba(0,0,0,.75)
}
.video-iframe {
 position:absolute;
 z-index:20000;
 top:0;
 left:0;
 width:100%;
 height:100%;
 border:10px solid #fff
}