/*! 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;
}

/* FARGER

Mørkegrønn: #05261d
Lysegrønn: #4d7343
Orange: #f90
Sand: #fff
Off white: #eaeaea
Mørkegrå: #333
Blå: #39c

*/

/* Markert tekst (velger) */

/* Tynn linje øverst **loading** */

/* Tynn linje øverst ferdig loaded */

/* Link mouseover i tekst */

/* Samme som header BG - denne vises ikke noe sted */

/* Bakgrunn header */

/* Bakgrunn side */

/* Bakgrunn ikoner høyre */

/* Meny hovedfarge */

/* Meny mouseover */

/* Aktivt menypunkt */

/* Bullet meny */

/* Menyåpner mobil */

/* Menyåpner mobil "hover" */

/* Tekst over banner (statement under linje) */

/* Farge på pil for å bla i toppbanner */

/* Suse-forbi-bilde-BG */

/* Dot */

/* Dot - aktive */

/* Bakgrunn Footer */

/* Hovedtekst footer */

/* Alternativ tekst footer */

/* Farge på overskrift på siden forøvrig */

/* Tekst over banner (overskrift) */

/* Linje mellom overskrifter og tekst */

/* Listevisning for velger */

/* BG for knapp på bilder i lightbox */

/* Standard farge på pil i lightbox-dekor */

/* Mouseoverfarge på pil i lightbox-dekor */

/* Ikon lightbox aktivt */

/* Loading bar lightbox - burde være samme som linje over header */

/* Generell tekst */

/* Basic linkfarge i tekst */

.navigation,
.navigation > li ul,
.social-network,
.lang-drop,
.custom-list,
.contact-list,
.footer-area ul,
.intro-slider .pagination ul,
.contact-info,
.img-list,
.hover-area,
.checkbox-list,
.radiobox-list,
.btn-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.contact-info li:after,
#window-overlay .content-area:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #eaeaea;
	font: 18px/1.182 "Raleway", "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: top;
}

.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: #39c;
	text-decoration: none;
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #fff;
}

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 {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

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;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?h4fy8b");
	src: url("../fonts/icomoon.eot?h4fy8b#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?h4fy8b") format("truetype"), url("../fonts/icomoon.woff?h4fy8b") format("woff"), url("../fonts/icomoon.svg?h4fy8b#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-print:before {
	content: "\e905";
}

.icon-dots-three-horizontal:before {
	content: "\e904";
}

.icon-chevron-right:before {
	content: "\e900";
}

.icon-chevron-left:before {
	content: "\e901";
}

.icon-chevron-down:before {
	content: "\e902";
}

.icon-chevron-up:before {
	content: "\e903";
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #000;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .7;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #4d7343;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
	opacity: 1 !important;
	display: block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	border-radius: 50%;
	padding: 0;
	margin: 0;
	border: none;
	background: rgba(255, 255, 255, .2);
	color: #333;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	outline: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	left: 5px;
}

.fancybox-navigation .fancybox-button--arrow_left:hover:before,
.fancybox-navigation .fancybox-button--arrow_right:hover:before {
	color: #599fca;
}

.fancybox-navigation .fancybox-button--arrow_left:before,
.fancybox-navigation .fancybox-button--arrow_right:before {
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 18px;
	margin: 0 0 0 -2px;
	color: #333;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.fancybox-navigation .fancybox-button--arrow_left > div,
.fancybox-navigation .fancybox-button--arrow_right > div {
	display: none !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
	left: auto;
	right: 5px;
}

.fancybox-navigation .fancybox-button--arrow_right:before {
	content: "\e900";
	margin: 0 0 0 2px;
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption p {
	color: inherit;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #39c;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-demo {
	padding: 0;
}

.lightbox-demo .fancybox-button.fancybox-close-small {
	display: none !important;
}

.lightbox-demo .lightbox-content {
	position: relative;
	padding: 10px;
	min-height: 120px;
}

.print-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	bottom: 15px;
	background: #fff;
	color: #333;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .35);
}

.print-btn:hover,
.print-btn:active {
	color: #39c;
}

.print-btn .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 20px;
}

.lightbox-close {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 15px;
	background: #fff;
	color: #333;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .35);
}

.lightbox-close:before,
.lightbox-close:after {
	content: "";
	background: #333;
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	border-radius: 4px;
	height: 4px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.lightbox-close:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.lightbox-close:hover:before,
.lightbox-close:hover:after,
.lightbox-close:active:before,
.lightbox-close:active:after {
	background: #39c;
}

/**
 * Swiper 11.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 13, 2024
 */

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none;
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity,height,-webkit-transform;
	transition-property: opacity,height,-webkit-transform;
	transition-property: transform,opacity,height;
	transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pace .pace-progress {
	background: #333;
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	right: 100%;
	height: 2px;
}

.pace-done .pace .pace-progress {
	background: #599fca;
}

#header {
	border-top: 2px solid transparent;
	background: #006b73;
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-width: 320px;
	z-index: 99;
	height: 59px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header.sticky {
	position: fixed;
}

#header .header-holder {
	width: 100%;
}

#header:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 22px;
	background-image: url(/images/header-pattern.png);
	background-repeat: repeat-x;
	background-position: 11px 0;
	z-index: 1;
	margin: -6px 0 0;
	pointer-events: none;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 0 auto;
	width: 37px;
	height: 37px;
	line-height: 1;
	font-size: 32px;
	color: #eaeaea;
}

.nav-opener:hover {
	color: #fff;
}

.logo {
	max-width: 200px;
	height: 37px;
}

.logo a {
	display: block;
	height: 100%;
}

.logo img {
	object-fit: contain;
	width: auto;
	height: 100%;
}

.nav-active {
	overflow: hidden;
}

.nav-drop {
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	background: #006b73;
	z-index: 999;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	padding: 57px 0 0 0;
	box-shadow: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-transform: translate3d(111%, 0%, 0px);
	transform: translate3d(111%, 0%, 0px);
	-webkit-transition: box-shadow .3s linear, -webkit-transform 200ms cubic-bezier(.61, .92, .68, 1.14) 0s;
	transition: box-shadow .3s linear, -webkit-transform 200ms cubic-bezier(.61, .92, .68, 1.14) 0s;
	transition: transform 200ms cubic-bezier(.61, .92, .68, 1.14) 0s, box-shadow .3s linear;
	transition: transform 200ms cubic-bezier(.61, .92, .68, 1.14) 0s, box-shadow .3s linear, -webkit-transform 200ms cubic-bezier(.61, .92, .68, 1.14) 0s;
}

.resize-active .nav-drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active .nav-drop {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	box-shadow: -1px 0 3px rgba(0, 0, 0, .25);
}

.nav-drop .nav-opener {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-drop .nav-opener:hover:before,
.nav-drop .nav-opener:hover:after {
	background: #fff;
}

.nav-drop .nav-opener:before,
.nav-drop .nav-opener:after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: auto -4px;
	left: calc(50% + 1px);
	top: calc(50% - 3px);
	background: #eaeaea;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .25s ease 0ms;
	transition: all .25s ease 0ms;
}

.nav-active .nav-drop .nav-opener:before,
.nav-active .nav-drop .nav-opener:after {
	-webkit-transform: scale(1, 1) rotate(45deg) translate(0, 0);
	-ms-transform: scale(1, 1) rotate(45deg) translate(0, 0);
	transform: scale(1, 1) rotate(45deg) translate(0, 0);
	width: 3.5px;
	height: 30px;
	top: calc(50% - 15px);
	-webkit-transition: all .25s ease .25s;
	transition: all .25s ease .25s;
}

.nav-drop .nav-opener:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-active .nav-drop .nav-opener:after {
	-webkit-transform: scale(1, 1) rotate(-45deg) translate(0, 0);
	-ms-transform: scale(1, 1) rotate(-45deg) translate(0, 0);
	transform: scale(1, 1) rotate(-45deg) translate(0, 0);
}

.navigation {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.222;
	font-weight: 500;
	margin: 0 0 30px;
}

.navigation > li {
	margin: 0 0 15px;
}

.navigation > li:first-child > a:before {
	display: none;
}

.nav-active .navigation > li:nth-child(1) > a {
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.nav-active .navigation > li:nth-child(2) > a {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.nav-active .navigation > li:nth-child(3) > a {
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

.nav-active .navigation > li:nth-child(4) > a {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.nav-active .navigation > li:nth-child(5) > a {
	-webkit-transition-delay: .55s;
	transition-delay: .55s;
}

.nav-active .navigation > li:nth-child(6) > a {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.nav-active .navigation > li:nth-child(7) > a {
	-webkit-transition-delay: .65s;
	transition-delay: .65s;
}

.nav-active .navigation > li:nth-child(8) > a {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.nav-active .navigation > li:nth-child(9) > a {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

.nav-active .navigation > li:nth-child(10) > a {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.nav-active .navigation > li:nth-child(11) > a {
	-webkit-transition-delay: .85s;
	transition-delay: .85s;
}

.nav-active .navigation > li:nth-child(12) > a {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.nav-active .navigation > li:nth-child(13) > a {
	-webkit-transition-delay: .95s;
	transition-delay: .95s;
}

.nav-active .navigation > li:nth-child(14) > a {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.nav-active .navigation > li:nth-child(15) > a {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s;
}

.navigation > li.active > a {
	color: #0c6;
}

.navigation > li.active > ul {
	display: block;
}

.navigation > li > a {
	color: #fc0;
	display: block;
	padding: 5px 15px;
	opacity: 0;
	-webkit-transform: translate3d(-6.25%, 0, 0);
	transform: translate3d(-6.25%, 0, 0);
	-webkit-transition: opacity 250ms cubic-bezier(.2, .3, .25, .9) 0s, -webkit-transform 250ms cubic-bezier(.2, .3, .25, .9) 0s;
	transition: opacity 250ms cubic-bezier(.2, .3, .25, .9) 0s, -webkit-transform 250ms cubic-bezier(.2, .3, .25, .9) 0s;
	transition: opacity 250ms cubic-bezier(.2, .3, .25, .9) 0s, transform 250ms cubic-bezier(.2, .3, .25, .9) 0s;
	transition: opacity 250ms cubic-bezier(.2, .3, .25, .9) 0s, transform 250ms cubic-bezier(.2, .3, .25, .9) 0s, -webkit-transform 250ms cubic-bezier(.2, .3, .25, .9) 0s;
}

.nav-active .navigation > li > a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.resize-active .navigation > li > a {
	-webkit-transition: none;
	transition: none;
}

.navigation > li > a:hover {
	color: #fff;
}

.navigation > li ul {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	display: none;
	padding: 5px 0 0;
	font-weight: 500;
}

.navigation > li ul li {
	margin: 0 0 5px;
}

.navigation > li ul li.active a {
	color: #0c6;
}

.navigation > li ul li a {
	display: block;
	padding: 5px 25px;
	color: #fc0;
}

.navigation > li ul li a:hover {
	color: #fff;
}

.social-network {
	background: #a31d22;
	padding: 30px 15px 20px;
}

.social-network li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 10px 0;
}

.social-network a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}

.social-network a:hover {
	opacity: .9;
}

.social-network img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lang {
	position: absolute;
	top: 100%;
	right: 0;
	width: 160px;
	text-align: right;
	border-radius: 0 0 10px 10px;
	-webkit-transition: background .3s ease-in-out, border-radius .3s ease-in-out;
	transition: background .3s ease-in-out, border-radius .3s ease-in-out;
	cursor: pointer;
}

.lang.hover {
	background: #333;
}

.lang.hover .lang-opener .lang-txt {
	opacity: 1;
	visibility: visible;
}

.lang.active {
	border-radius: 0;
	background: #333;
}

.lang.active .lang-opener .lang-txt {
	opacity: 1;
	visibility: visible;
}

.lang.active .lang-drop {
	opacity: 1;
	visibility: visible;
}

.lang-opener {
	padding: 11px 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 60px;
	text-align: center;
	border-radius: 0 0 10px 10px;
	background: #333;
}

.lang-opener .lang-img {
	display: block;
	width: 29px;
	margin: 0 auto;
}

.lang-opener .lang-txt {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	font-size: 16px;
	line-height: 1.3;
	margin-right: -8px;
	color: #fc3;
	font-weight: 700;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.lang-drop {
	background: #333;
	font-size: 12px;
	line-height: 1.3;
	padding-bottom: 11px;
	border-radius: 0 0 10px 10px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	cursor: default;
}

.lang-drop li {
	margin-bottom: 10px;
}

.lang-drop li:last-child {
	margin-bottom: 0;
}

.lang-drop li.active a {
	color: #fc3;
}

.lang-drop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	padding: 0 14px;
}

.lang-drop a:hover {
	color: #fc3;
}

.lang-drop .lang-img {
	width: 29px;
	-ms-flex-preferred-size: 29px;
	flex-basis: 29px;
	margin-left: 11px;
}

.lang-drop .lang-txt {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.lang-drop a {
	color: #fff;
}

html {
	background: #599fca;
	min-width: 360px;
}

body {
	font-size: 16px;
	font-weight: 500;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

#wrapper.alt-bg {
	background: #eaeaea;
}

.w1 {
	background: #eaeaea;
	position: relative;
	z-index: 3;
	padding: 0 0 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 0;
	height: 0;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.container {
	padding: 0 20px;
	max-width: 1036px;
	margin: 0 auto;
}

.container.sm {
	max-width: 1003px;
}

h1,
.h1 {
	margin: 0 0 10px;
	color: #333;
	font-weight: 500;
	font-size: 27px;
	line-height: 1.192;
	text-transform: uppercase;
	word-break: break-all;
	word-break: break-word;
}

h1 a,
.h1 a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover {
	opacity: .9;
}

h2,
.h2 {
	margin: 0;
	color: #333;
	font-size: 22px;
	line-height: 1.182;
	font-weight: 900;
	margin: 0 0 15px;
	word-break: break-all;
	word-break: break-word;
}

.with-decor {
	margin: 0 0 10px;
	padding-bottom: 12px;
	position: relative;
}

.with-decor:before {
	content: "";
	width: 125px;
	height: 3px;
	background: #599fca;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#main {
	padding-top: 59px;
}

.custom-list {
	text-align: left;
}

.custom-list > li {
	position: relative;
	padding: 0 0 0 17px;
	opacity: 0;
	-webkit-transition: opacity .3s linear 0s;
	transition: opacity .3s linear 0s;
}

.in-viewport .custom-list > li:nth-child(1) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.in-viewport .custom-list > li:nth-child(2) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.in-viewport .custom-list > li:nth-child(3) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.in-viewport .custom-list > li:nth-child(4) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.in-viewport .custom-list > li:nth-child(5) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.in-viewport .custom-list > li:nth-child(6) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.in-viewport .custom-list > li:nth-child(7) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.in-viewport .custom-list > li:nth-child(8) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.in-viewport .custom-list > li:nth-child(9) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.in-viewport .custom-list > li:nth-child(10) {
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.in-viewport .custom-list > li:nth-child(11) {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.in-viewport .custom-list > li:nth-child(12) {
	-webkit-transition-delay: 3.9s;
	transition-delay: 3.9s;
}

.in-viewport .custom-list > li:nth-child(13) {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.in-viewport .custom-list > li:nth-child(14) {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.in-viewport .custom-list > li:nth-child(15) {
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.in-viewport .custom-list > li:nth-child(16) {
	-webkit-transition-delay: 5.1s;
	transition-delay: 5.1s;
}

.in-viewport .custom-list > li:nth-child(17) {
	-webkit-transition-delay: 5.4s;
	transition-delay: 5.4s;
}

.in-viewport .custom-list > li:nth-child(18) {
	-webkit-transition-delay: 5.7s;
	transition-delay: 5.7s;
}

.in-viewport .custom-list > li:nth-child(19) {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}

.in-viewport .custom-list > li:nth-child(20) {
	-webkit-transition-delay: 6.3s;
	transition-delay: 6.3s;
}

.in-viewport .custom-list > li:nth-child(21) {
	-webkit-transition-delay: 6.6s;
	transition-delay: 6.6s;
}

.in-viewport .custom-list > li:nth-child(22) {
	-webkit-transition-delay: 6.9s;
	transition-delay: 6.9s;
}

.in-viewport .custom-list > li:nth-child(23) {
	-webkit-transition-delay: 7.2s;
	transition-delay: 7.2s;
}

.in-viewport .custom-list > li:nth-child(24) {
	-webkit-transition-delay: 7.5s;
	transition-delay: 7.5s;
}

.in-viewport .custom-list > li:nth-child(25) {
	-webkit-transition-delay: 7.8s;
	transition-delay: 7.8s;
}

.in-viewport .custom-list > li {
	opacity: 1;
}

.custom-list > li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #39c;
	position: absolute;
	left: 1px;
	top: 6px;
	pointer-events: none;
}

.custom-list > li a:hover {
	color: #fff;
}

.visual-block {
	position: relative;
	z-index: -1;
}

.bg-holder {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	background-repeat: no-repeat;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}

.bg-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bg-hold {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg-item {
	will-change: transform;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 1;
}

.bg-item img,
.bg-item video {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	max-width: none;
	min-height: 100%;
	height: auto;
	display: block;
	min-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}

admin-bar {
	z-index: 10;
}

iframe {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
	aspect-ratio: 16/9;
}

p a {
	color: inherit;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
	color: inherit;
}

#footer {
	background: #599fca;
	color: #fff;
	font-size: 13px;
	line-height: 1.231;
	padding: 20px 0 18px;
	font-weight: 400;
	position: relative;
	z-index: 2;
}

#footer a:hover {
	text-decoration: underline;
}

.footer-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px 20px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.footer-contact .col {
	padding: 0 10px;
	max-width: 160px;
	min-width: 128px;
}

address {
	font-style: normal;
	margin: 0;
	display: block;
	padding: 0;
}

.contact-list li {
	letter-spacing: -4px;
}

.contact-list li > * {
	letter-spacing: 0;
}

.contact-list li .dt {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

.contact-list li .dd {
	display: inline-block;
	vertical-align: top;
}

.contact-list li a {
	color: #fff;
}

.footer-area {
	color: #ccc;
}

.footer-area ul {
	text-align: center;
}

.footer-area ul li {
	margin: 0 0 5px;
}

.footer-area ul li:first-child {
	padding: 0;
}

.footer-area ul li:first-child:before {
	display: none;
}

.footer-area ul li a {
	color: #ccc;
}

.bg-video-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.bg-video-holder.video-active .bg-video {
	opacity: 1;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.resize-active .bg-video-holder .bg-video {
	-webkit-transition: none !important;
	transition: none !important;
}

.intro-section {
	position: relative;
}

.intro-section.alternative-style .intro-slider:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background: none;
	z-index: 2;
}

.intro-section.alternative-style .intro-text {
	position: relative;
	z-index: 3;
}

.intro-text .content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	color: #eaeaea;
	min-height: 278px;
	padding: 36px 0;
	pointer-events: none;
}

.intro-text .content-block:after {
	content: "";
	min-height: inherit;
	font-size: 0;
	line-height: 0;
	display: block;
}

.intro-text .content-align {
	width: 100%;
	text-align: center;
	padding: 30px 0 36px;
	pointer-events: auto;
}

.intro-text .container {
	padding: 0 40px;
}

.intro-text h1 {
	margin: 0 0 10px;
	padding: 0 0 9px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}

.intro-text h1:before {
	content: "";
	width: 125px;
	height: 3px;
	background: #599fca;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.intro-slider {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}

.intro-slider.not-enough-slides .btn-next,
.intro-slider.not-enough-slides .btn-prev,
.intro-slider.not-enough-slides .pagination {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.intro-slider .slideset {
	height: 100%;
	min-height: 100px;
}

.intro-slider .bg-wrap {
	z-index: 1;
}

.intro-slider .slide {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	display: block;
}

.intro-slider .slide.slide.active {
	visibility: visible;
}

.intro-slider .caption-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.intro-slider .caption-holder .caption {
	position: static;
	display: block;
}

.intro-slider .slide {
	height: 100%;
	overflow: hidden;
}

.intro-slider .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.intro-slider .btn-next,
.intro-slider .btn-prev {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	color: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: 5;
	outline: none;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

.resize-active .intro-slider .btn-next,
.resize-active
    .intro-slider .btn-prev {
	-webkit-transition: none !important;
	transition: none !important;
}

.intro-slider .btn-next:hover .ico-holder,
.intro-slider .btn-prev:hover .ico-holder {
	color: #599fca;
	background: rgba(255, 255, 255, .8);
}

.intro-slider .btn-next {
	left: auto;
	right: 0;
}

.intro-slider .btn-next .ico-holder {
	left: auto;
	right: 5px;
}

.intro-slider .btn-next .ico-holder .icon {
	margin: 0 0 0 1px;
}

.intro-slider .ico-holder {
	display: block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	border-radius: 50%;
	padding: 0;
	margin: 0;
	border: none;
	background: rgba(255, 255, 255, .2);
	color: #333;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	width: 30px;
	height: 30px;
	outline: none;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

.resize-active .intro-slider .ico-holder {
	-webkit-transition: none !important;
	transition: none !important;
}

.intro-slider .ico-holder .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 18px;
	margin: 0 0 0 -1px;
}

.intro-slider .pagination {
	position: relative;
	z-index: 11;
}

.intro-slider .pagination ul {
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9;
	font-size: 0;
	line-height: 0;
	pointer-events: none;
}

.intro-slider .pagination ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1;
	margin: 0 2px;
}

.intro-slider .pagination ul li.active a {
	background: #599fca;
}

.intro-slider .pagination ul a {
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	width: 15px;
	height: 15px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	border: none;
	border-radius: 50%;
	display: block;
	background: #333;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	outline: none;
	pointer-events: auto;
	position: relative;
	z-index: 11;
}

.resize-active .intro-slider .pagination ul a {
	-webkit-transition: none !important;
	transition: none !important;
}

.intro-slider .pagination ul a:hover {
	background: #599fca;
}

.full-img {
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
	position: relative;
}

.full-img.in-viewport {
	opacity: 1;
}

.full-img > .img {
	display: block;
	background-size: cover;
	background-position: center;
	padding-top: 56.25%;
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #333;
	font-size: 12px;
	line-height: 1.286;
	text-align: right;
	padding: 3px 6px;
	z-index: 1;
}

.caption .title {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 0;
}

.caption .name,
.caption a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
}

.caption .name:hover,
.caption a:hover {
	text-decoration: underline;
}

.visual-section {
	margin: 0 0 30px;
	position: relative;
}

.visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 400px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.visual:after {
	content: "";
	min-height: inherit;
	font-size: 0;
	line-height: 0;
}

.visual.in-viewport {
	opacity: 1;
}

.visual .visual-align {
	width: 100%;
	padding: 20px;
}

.visual .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.visual-text-box {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 200px;
	max-width: 350px;
	margin: 0 auto;
}

.visual-text-box:after {
	content: "";
	min-height: inherit;
	font-size: 0;
	line-height: 0;
}

.visual-text-box .visual-text-align {
	padding: 10px;
	text-align: center;
	width: 100%;
}

.visual-text-box h1:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.img-text-section {
	padding: 20px 0 0;
}

.img-text-row {
	margin: 0 0 30px;
}

.img-text-row.viewport-section .img-holder {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
}

.img-text-row.viewport-section .text-holder {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
}

.img-text-row.viewport-section:nth-child(2n) .img-holder {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.img-text-row.viewport-section:nth-child(2n) .text-holder {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.img-text-row.viewport-section:nth-child(2n).in-viewport .img-holder {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.img-text-row.viewport-section:nth-child(2n).in-viewport .text-holder {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.img-text-row.viewport-section.in-viewport .img-holder {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.img-text-row.viewport-section.in-viewport .text-holder {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.img-text-row .img-holder {
	margin: 0 0 20px;
	text-align: center;
}

.img-text-row .img-holder .image {
	position: relative;
	margin: 0 auto;
	max-width: 500px;
}

.img-text-row .img-holder .image.smaller {
	max-width: 480px;
}

.img-text-row .img-holder .image.smaller > a {
	padding-top: 60.45%;
}

.img-text-row .img-holder .image > a {
	display: block;
	background-size: cover;
	background-position: center;
	padding-top: 56%;
}

.img-text-row .img-holder .image > a:hover {
	opacity: .9;
}

.img-text-row .text-holder {
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
}

.img-text-row .text-holder p {
	margin: 0 0 15px;
}

.img-text-row .text-holder p:last-child {
	margin: 0;
}

.img-text-row .text > a {
	color: #333;
}

.img-text-row .text > a:hover {
	opacity: .9;
}

.img-text-row .align-left {
	text-align: left;
}

.full-img-section {
	margin: 0 0 30px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.full-img-section a:hover {
	opacity: .8;
}

.gallery-section {
	padding: 31px 0 30px;
}

.info-block {
	margin: 0 0 40px;
}

.info-block.style-full-width .img-holder {
	margin: 0 auto 20px;
}

.info-block.in-viewport .img-holder {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.info-block.in-viewport .text-holder {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.info-block .img-holder {
	position: relative;
	margin: 0 auto 20px;
	max-width: 290px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-block .img-holder .image {
	display: block;
	background-size: cover;
	background-position: center;
	padding-top: 100%;
}

.info-block .text-holder {
	text-align: center;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
}

.contact-info li {
	margin: 0 0 5px;
}

.contact-info .dd a {
	color: #333;
}

.contact-info .dd a:hover {
	color: #fc0;
}

.image-gallery-block h2 {
	margin: 0 0 7px;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
}

.image-gallery-block p {
	margin: 0 0 16px;
}

.image-gallery-block p a:hover {
	color: #fff;
}

.img-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.img-list > li {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto 20px;
	max-width: 250px;
	opacity: 0;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.resize-active .img-list > li {
	-webkit-transition: none;
	transition: none;
}

.img-list > li.in-viewport {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.img-list > li .img-wrap {
	position: relative;
}

.img-list > li .image {
	display: block;
	-webkit-transition: box-shadow .3s linear;
	transition: box-shadow .3s linear;
	background-size: cover;
	background-position: center;
	padding-top: 100%;
}

.img-list > li .image:hover {
	box-shadow: 1px 2px 5px rgba(51, 51, 51, .26);
}

.img-list > li .caption {
	font-size: 12px;
	padding: 7px 10px;
}

.disable-animation > * {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.plot-section {
	padding: 31px 0;
}

.info-row {
	margin: 0 0 30px;
}

.info-row .text-holder {
	margin: 0 0 30px;
	text-align: center;
}

.info-row .text-holder p {
	margin: 0 0 10px;
}

.info-row h1,
.info-row .h1 {
	margin: 0 0 15px;
}

.map-holder {
	text-align: center;
}

.map {
	display: block;
	max-width: 639px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	background: url(/images/map.png) no-repeat;
	background-size: 100% 100%;
}

.map img {
	z-index: 10;
	width: 100%;
	height: auto;
	max-width: none;
	display: block;
	position: relative;
}

.hover-area li {
	position: absolute;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: none;
	pointer-events: none;
}

.hover-area li.activestate {
	display: block;
}

.hover-area li.active {
	display: block;
}

.hover-area li#plot-1 {
	background-image: url(/images/plot-53.png);
	top: 1%;
	left: 19.9%;
	width: 17.7%;
	height: 29.6%;
}

.hover-area li#plot-2 {
	background-image: url(/images/plot-54.png);
	top: 2.9%;
	left: 35%;
	width: 16.9%;
	height: 26.7%;
}

.hover-area li#plot-3 {
	background-image: url(/images/plot-55.png);
	top: 5.2%;
	left: 49.5%;
	width: 18%;
	height: 26%;
}

.hover-area li#plot-4 {
	background-image: url(/images/plot-56.png);
	top: 7.3%;
	left: 66%;
	width: 20.7%;
	height: 26.5%;
}

.hover-area li#plot-5 {
	background-image: url(/images/plot-57.png);
	top: 9.5%;
	left: 80.6%;
	width: 19.3%;
	height: 31.1%;
}

.hover-area li#plot-6 {
	background-image: url(/images/plot-58.png);
	top: 31.9%;
	left: 6.6%;
	width: 22.9%;
	height: 24.4%;
}

.hover-area li#plot-7 {
	background-image: url(/images/plot-59.png);
	top: 35.7%;
	left: 28.4%;
	width: 16.9%;
	height: 18.1%;
}

.hover-area li#plot-8 {
	background-image: url(/images/plot-60.png);
	top: 35.5%;
	left: 44.2%;
	width: 18.2%;
	height: 23%;
}

.hover-area li#plot-9 {
	background-image: url(/images/plot-61.png);
	top: 41.9%;
	left: 62.8%;
	width: 19.1%;
	height: 33.4%;
}

.hover-area li#plot-10 {
	background-image: url(/images/plot-62.png);
	top: 63%;
	left: 56.8%;
	width: 18.6%;
	height: 36.9%;
}

.hover-area li#plot-11 {
	background-image: url(/images/plot-63.png);
	top: 62%;
	left: 45.3%;
	width: 15.8%;
	height: 36.3%;
}

.hover-area li#plot-12 {
	background-image: url(/images/plot-64.png);
	top: 58.3%;
	left: 32.4%;
	width: 15.7%;
	height: 37.3%;
}

.hover-area li#plot-13 {
	background-image: url(/images/plot-65.png);
	top: 58.6%;
	left: 18.5%;
	width: 16.6%;
	height: 34.5%;
}

.plot-number {
	position: absolute;
	z-index: 5;
	line-height: 1;
	font-weight: 900;
	color: #333;
	pointer-events: none;
	font-size: 16px;
}

.plot-number.number-1 {
	top: 3%;
	left: 23%;
}

.plot-number.number-2 {
	top: 5%;
	left: 38%;
}

.plot-number.number-3 {
	top: 7.5%;
	left: 54%;
}

.plot-number.number-4 {
	top: 9%;
	left: 69%;
}

.plot-number.number-5 {
	top: 11.5%;
	left: 88.5%;
}

.plot-number.number-6 {
	top: 40%;
	left: 10%;
}

.plot-number.number-7 {
	top: 40%;
	left: 31%;
}

.plot-number.number-8 {
	top: 39.5%;
	left: 46.5%;
}

.plot-number.number-9 {
	top: 47.5%;
	left: 69%;
}

.plot-number.number-10 {
	top: 68%;
	left: 62.5%;
}

.plot-number.number-11 {
	top: 65%;
	left: 50%;
}

.plot-number.number-12 {
	top: 60%;
	left: 37%;
}

.plot-number.number-13 {
	top: 65%;
	left: 22.5%;
}

.tab-content {
	position: relative;
}

.tab-content .tab-data {
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.tab-content .tab-data.js-tab-hidden {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.tab-content .tab-data.active {
	opacity: 1;
	visibility: visible;
	position: static;
}

.tab-content .text-area {
	max-width: 890px;
	margin: 0 0 30px;
	text-align: center;
}

.tab-content .text-area p {
	margin: 0 0 15px;
}

.tab-content .text-mark {
	color: #f90;
}

.form-section {
	padding: 21px 0 30px;
}

.info-form.in-viewport h2 {
	opacity: 1;
}

.info-form.in-viewport .form-fields {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.info-form h2 {
	margin: 0 0 7px;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form .form-fields {
	max-width: 528px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), transform .5s cubic-bezier(.25, .85, .93, 1.02), -webkit-transform .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form .input-holder {
	margin: 0 0 7px;
}

.info-form .input-holder.input-error input[type=text],
.info-form .input-holder.input-error input[type=email],
.info-form .input-holder.input-error input[type=password],
.info-form .input-holder.input-error textarea {
	box-shadow: inset 0 0 5px #f00;
	color: #f00;
}

.info-form .input-holder.input-error input[type=text]::-webkit-input-placeholder,
.info-form .input-holder.input-error input[type=email]::-webkit-input-placeholder,
.info-form .input-holder.input-error input[type=password]::-webkit-input-placeholder,
.info-form .input-holder.input-error textarea::-webkit-input-placeholder {
	color: #f00;
}

.info-form .input-holder.input-error input[type=text]::-moz-placeholder,
.info-form .input-holder.input-error input[type=email]::-moz-placeholder,
.info-form .input-holder.input-error input[type=password]::-moz-placeholder,
.info-form .input-holder.input-error textarea::-moz-placeholder {
	opacity: 1;
	color: #f00;
}

.info-form .input-holder.input-error input[type=text]:-moz-placeholder,
.info-form .input-holder.input-error input[type=email]:-moz-placeholder,
.info-form .input-holder.input-error input[type=password]:-moz-placeholder,
.info-form .input-holder.input-error textarea:-moz-placeholder {
	color: #f00;
}

.info-form .input-holder.input-error input[type=text]:-ms-input-placeholder,
.info-form .input-holder.input-error input[type=email]:-ms-input-placeholder,
.info-form .input-holder.input-error input[type=password]:-ms-input-placeholder,
.info-form .input-holder.input-error textarea:-ms-input-placeholder {
	color: #f00;
}

.info-form .input-holder.input-error input[type=text].placeholder,
.info-form .input-holder.input-error input[type=email].placeholder,
.info-form .input-holder.input-error input[type=password].placeholder,
.info-form .input-holder.input-error textarea.placeholder {
	color: #f00;
}

.info-form input[type=text],
.info-form input[type=email],
.info-form input[type=password],
.info-form textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 63px;
	background: #ccc;
	box-shadow: none;
	border-radius: 5px;
	padding: 19px 21px;
	margin: 0;
	border: none;
	-webkit-appearance: none;
	outline: none;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.2;
	color: #333;
	-webkit-transition: box-shadow .5s cubic-bezier(.25, .85, .93, 1.02), color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: box-shadow .5s cubic-bezier(.25, .85, .93, 1.02), color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form input[type=text]::-webkit-input-placeholder,
.info-form input[type=email]::-webkit-input-placeholder,
.info-form input[type=password]::-webkit-input-placeholder,
.info-form textarea::-webkit-input-placeholder {
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form input[type=text]::-moz-placeholder,
.info-form input[type=email]::-moz-placeholder,
.info-form input[type=password]::-moz-placeholder,
.info-form textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form input[type=text]:-moz-placeholder,
.info-form input[type=email]:-moz-placeholder,
.info-form input[type=password]:-moz-placeholder,
.info-form textarea:-moz-placeholder {
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form input[type=text]:-ms-input-placeholder,
.info-form input[type=email]:-ms-input-placeholder,
.info-form input[type=password]:-ms-input-placeholder,
.info-form textarea:-ms-input-placeholder {
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form input[type=text].placeholder,
.info-form input[type=email].placeholder,
.info-form input[type=password].placeholder,
.info-form textarea.placeholder {
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form textarea {
	resize: none;
	height: 191px;
}

.info-form .btn-holder {
	text-align: right;
}

.info-form input[type=submit],
.info-form button[type=submit] {
	width: auto;
	height: auto;
	padding: 18px 10px;
	margin: 0;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 1.2;
	color: #fff;
	background: #631a4f;
	border-radius: 5px;
	font-weight: 400;
	min-width: 178px;
	text-align: center;
	outline: none;
	-webkit-transition: background .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: background .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form input[type=submit]:hover,
.info-form button[type=submit]:hover {
	background: #3b0f2f;
}

.info-form .fui-input-container,
.info-form .fui-btn-wrapper {
	max-width: 528px;
}

.info-form .fui-btn-wrapper {
	margin: 0;
}

.checkbox-list,
.radiobox-list {
	margin: 0 0 -1px;
}

.checkbox-list > li,
.radiobox-list > li {
	margin: 0 0 4px;
}

.checkbox-list label,
.radiobox-list label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.checkbox-list input[type="checkbox"],
.checkbox-list input[type="radio"],
.radiobox-list input[type="checkbox"],
.radiobox-list input[type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.checkbox-list input[type="checkbox"]:checked + .fake-input:before,
.checkbox-list input[type="radio"]:checked + .fake-input:before,
.radiobox-list input[type="checkbox"]:checked + .fake-input:before,
.radiobox-list input[type="radio"]:checked + .fake-input:before {
	background: #333;
}

.checkbox-list .fake-input,
.radiobox-list .fake-input {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: #ccc;
	border-radius: 5px;
	position: relative;
	-webkit-transition: box-shadow .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: box-shadow .5s cubic-bezier(.25, .85, .93, 1.02);
}

.input-error .checkbox-list .fake-input,
.input-error
    .radiobox-list .fake-input {
	box-shadow: inset 0 0 5px #f00;
}

.checkbox-list .fake-input:before,
.radiobox-list .fake-input:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 1;
	-webkit-transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), background .5s cubic-bezier(.25, .85, .93, 1.02), border-color .5s cubic-bezier(.25, .85, .93, 1.02), opacity .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), background .5s cubic-bezier(.25, .85, .93, 1.02), border-color .5s cubic-bezier(.25, .85, .93, 1.02), opacity .5s cubic-bezier(.25, .85, .93, 1.02);
}

.checkbox-list .fake-label,
.radiobox-list .fake-label {
	max-width: calc(100% - 40px);
	font-size: 22px;
	line-height: 1.2;
	color: #333;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 4px 8px;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.input-error .checkbox-list .fake-label,
.input-error
    .radiobox-list .fake-label {
	color: #f00;
}

.checkbox-list input[type="checkbox"]:checked + .fake-input:before {
	background: none;
	border-color: #333;
	opacity: 1;
}

.checkbox-list .fake-input:before {
	border-radius: 0;
	width: 20px;
	height: 12px;
	background: none;
	border: 5px solid #333;
	border-top: none;
	border-right: none;
	margin: -2px 0 0 1px;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	opacity: 0;
}

.fui-i {
	font-family: inherit !important;
}

.fui-field:not(.fui-type-hidden-field) {
	margin-bottom: 7px !important;
}

.fui-radio input + label,
.fui-checkbox input + label {
	font-size: 22px;
	line-height: 1.2;
	color: #333;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	min-height: 40px;
	padding-left: 50px;
}

.fui-radio input + label:after,
.fui-checkbox input + label:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #ccc;
	border-radius: 5px;
	-webkit-transition: box-shadow .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: box-shadow .5s cubic-bezier(.25, .85, .93, 1.02);
}

.fui-radio input + label:before,
.fui-checkbox input + label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	-webkit-transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), background .5s cubic-bezier(.25, .85, .93, 1.02), border-color .5s cubic-bezier(.25, .85, .93, 1.02), opacity .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: opacity .5s cubic-bezier(.25, .85, .93, 1.02), background .5s cubic-bezier(.25, .85, .93, 1.02), border-color .5s cubic-bezier(.25, .85, .93, 1.02), opacity .5s cubic-bezier(.25, .85, .93, 1.02);
	background-image: none !important;
}

.fui-radio input:focus + label:before,
.fui-checkbox input:focus + label:before {
	box-shadow: none !important;
}

.fui-radio input + label:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: none;
}

.fui-radio input:checked + label:before {
	background: #333 !important;
}

.fui-checkbox input + label:before {
	content: "";
	border-radius: 0;
	width: 20px;
	height: 12px;
	background: none;
	border: 5px solid #333;
	border-top: none;
	border-right: none;
	margin: -2px 0 0 1px;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
	opacity: 0;
}

.fui-checkbox input:checked + label:before {
	background: none !important;
	border-color: #333 !important;
	opacity: 1;
}

.fui-input:focus {
	box-shadow: none !important;
}

.fancybox-active {
	overflow: hidden;
}

#window-overlay-opener {
	width: 0;
	height: 0;
	text-indent: -99999px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

#window-overlay {
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 0 !important;
	background: #fff;
	color: #000;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.21;
	font-weight: 400;
	width: 290px;
}

#window-overlay .content-area {
	padding: 20px 10px 0;
}

#window-overlay .img-holder {
	width: 230px;
	margin: 0 auto 30px;
}

#window-overlay .img-holder .img {
	padding-top: 151%;
	position: relative;
	height: 0;
	background-size: cover;
	background-position: top center;
	margin: 0 0 18px;
}

#window-overlay .img-holder .img-caption {
	text-align: center;
	color: #333;
}

#window-overlay .img-holder .img-caption p {
	margin: 0;
}

#window-overlay .text-holder a {
	color: #006b82;
}

#window-overlay .text-holder a:hover {
	color: #00414f;
}

#window-overlay h2,
#window-overlay .h2 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.21;
	font-weight: 400;
	color: #000;
}

#window-overlay .text-row {
	border-top: 2px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

#window-overlay .text-row.secondary-color {
	color: #333;
}

#window-overlay .text-row.secondary-color h2,
#window-overlay .text-row.secondary-color .h2 {
	color: #333;
}

#window-overlay .text-row:first-child {
	border-top: none;
	padding-top: 0;
}

#window-overlay .text-row:last-child {
	margin-bottom: 0;
}

#window-overlay p {
	margin: 0 0 18px;
}

.btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.btn-list > li {
	margin: 0 0 5px 5px;
}

.btn-list > li a {
	display: block;
	padding: 13px 22px;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	background: #666;
	outline: none;
	font-weight: 700;
	outline: none;
}

.btn-list > li a:hover {
	background: #4d4c4c;
}

.btn-list > li a.close {
	background: #09c;
	color: #fff;
}

.btn-list > li a.close:hover {
	background: #007399;
}

.calendar-section {
	padding: 29px 0;
	font-size: 16px;
	line-height: 1.22;
	color: #333;
}

.calendar-section .container {
	max-width: 1034px;
}

.calendar-section .text-holder {
	margin: 0 0 22px;
}

.calendar-section h1,
.calendar-section .h1 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
}

.calendar-section p {
	margin: 0 0 20px;
}

.calendar-section p a {
	color: #006b73;
}

.calendar-section p a:hover {
	text-decoration: underline;
}

.cols .col {
	margin: 0 0 70px;
}

.sync-swiper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 13px;
	max-width: 417px;
}

.sync-swiper .main-swiper {
	width: 77%;
	padding: 0 10px 0 0;
}

.sync-swiper .main-swiper .swiper-slide {
	position: relative;
}

.sync-swiper .main-swiper .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sync-swiper .main-swiper .img-holder img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.sync-swiper .thumb-swiper {
	width: 23%;
	overflow: hidden;
	height: 235px;
	position: relative;
}

.sync-swiper .thumb-swiper .swiper-slide {
	position: relative;
	cursor: pointer;
}

.sync-swiper .thumb-swiper .swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #006b73;
	z-index: 2;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	opacity: 0;
}

.sync-swiper .thumb-swiper .swiper-slide.swiper-slide-thumb-active:before {
	opacity: 1;
}

.sync-swiper .thumb-swiper .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sync-swiper .thumb-swiper .img-holder img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.sync-swiper .swiper-wrapper {
	box-sizing: border-box;
}

.sync-swiper .swiper-button-prev,
.sync-swiper .swiper-button-next {
	width: 23%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: 0;
	height: auto;
	padding: 0;
	left: auto;
	border: none;
	background: none;
	height: 20px;
}

.sync-swiper .swiper-button-prev:after,
.sync-swiper .swiper-button-next:after {
	font-size: 20px;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	position: absolute;
	top: 50%;
	left: 50%;
	color: #006b73;
}

.sync-swiper .swiper-button-prev.swiper-button-disabled,
.sync-swiper .swiper-button-next.swiper-button-disabled {
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.sync-swiper .swiper-button-next {
	top: auto;
	bottom: 0;
}

.calendar-holder {
	position: relative;
	background: #f7f7f7;
	padding: 0 30px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 auto 7px;
	max-width: 500px;
}

.calendar-holder .calendar {
	width: 100%;
	background: #fff;
	color: #333;
}

.calendar-holder .calendar-header {
	padding: 12px 10px 1px;
}

.calendar-holder .calendar-body {
	font-size: 12px;
	line-height: 1;
}

.calendar-holder .month-year {
	font-size: 14px;
	font-weight: 700;
}

.calendar-holder .calendar-body {
	padding: 5px 10px 14px;
}

.calendar-holder .weekdays {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.calendar-holder .weekdays div {
	width: calc(100% / 8);
	text-align: center;
	padding: 10px 5px;
	box-sizing: border-box;
}

.calendar-holder .days {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.calendar-holder .days div {
	width: calc(100% / 8);
	text-align: center;
	padding: 8px 5px 8px;
	box-sizing: border-box;
	position: relative;
}

.calendar-holder .days div.selected {
	color: #fff;
	z-index: 1;
}

.calendar-holder .days div.selected:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	background: #a31d22;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}

.calendar-holder .days div.today {
	color: #fff;
	z-index: 1;
}

.calendar-holder .days div.today:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	background: #235cb9;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}

.calendar-holder .days div.prev-date,
.calendar-holder .days div.next-date {
	opacity: .5;
}

.calendar-holder .days .week-number {
	background-color: #f1f3f4;
}

.calendar-holder .prev-month,
.calendar-holder .next-month {
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	width: 20px;
	height: 20px;
	background: #fff;
	color: #333;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	border: none;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: background .3s linear, color .3s linear;
	transition: background .3s linear, color .3s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	font-size: 10px;
}

.calendar-holder .prev-month:hover,
.calendar-holder .next-month:hover {
	background: #006b73;
	color: #fff;
}

.calendar-holder .next-month {
	left: auto;
	right: 5px;
}

.calendar-holder .next-month:before {
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	-ms-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
	margin: 0 0 0 -2px;
}

.info-form-holder .info-form {
	margin: 0 0 60px;
}

.info-form-holder .info-form .fui-i {
	font-size: 16px;
	line-height: 1.2;
	color: #333;
}

.info-form-holder .info-form input::-webkit-outer-spin-button,
.info-form-holder .info-form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.info-form-holder .info-form input[type=number] {
	-moz-appearance: textfield;
}

.info-form-holder .info-form h2,
.info-form-holder .info-form .fui-heading-h2 {
	text-transform: uppercase;
	margin: 25px 0 0;
	color: #961312;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 500;
}

.info-form-holder .info-form h3,
.info-form-holder .info-form .fui-heading-h3 {
	text-transform: capitalize;
	margin: 20px 0 0;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
}

.info-form-holder .info-form .fui-input-container {
	max-width: 100%;
}

.info-form-holder .info-form .fui-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -6px;
}

.info-form-holder .info-form .fui-row:first-child h2,
.info-form-holder .info-form .fui-row:first-child .fui-heading-h2 {
	margin: 0;
}

.info-form-holder .info-form .fui-row:last-child .fui-field .fui-field-container {
	display: block;
}

.info-form-holder .info-form .fui-row:last-child .fui-field .fui-field-container .fui-label {
	width: 100%;
	display: block;
	margin: 10px 0 3px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.info-form-holder .info-form .fui-row:last-child .fui-field .fui-field-container .fui-input-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.info-form-holder .info-form .fui-row .fui-field {
	padding: 0 6px;
	margin: 0 0 2px !important;
	width: calc(100% - 200px);
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.info-form-holder .info-form .fui-row .fui-field:nth-child(1) {
	width: 80px;
}

.info-form-holder .info-form .fui-row .fui-field:nth-child(2) {
	width: 120px;
}

.info-form-holder .info-form .fui-row .fui-field:only-child {
	width: 100%;
}

.info-form-holder .info-form .fui-row .fui-field .fui-field-container .fui-label {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	display: block;
	width: 100%;
	margin: 10px 0 2px;
}

.info-form-holder .info-form .fui-row .fui-field input[type=text],
.info-form-holder .info-form .fui-row .fui-field input[type=number],
.info-form-holder .info-form .fui-row .fui-field textarea,
.info-form-holder .info-form .fui-row .fui-field .fui-input {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 40px;
	background: #ccc;
	box-shadow: none;
	border-radius: 5px;
	padding: 12px 12px;
	margin: 0;
	border: none;
	-webkit-appearance: none;
	outline: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	-webkit-transition: box-shadow .5s cubic-bezier(.25, .85, .93, 1.02), color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: box-shadow .5s cubic-bezier(.25, .85, .93, 1.02), color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form-holder .info-form .fui-row .fui-field input[type=text]::-webkit-input-placeholder,
.info-form-holder .info-form .fui-row .fui-field input[type=number]::-webkit-input-placeholder,
.info-form-holder .info-form .fui-row .fui-field textarea::-webkit-input-placeholder,
.info-form-holder .info-form .fui-row .fui-field .fui-input::-webkit-input-placeholder {
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form-holder .info-form .fui-row .fui-field input[type=text]::-moz-placeholder,
.info-form-holder .info-form .fui-row .fui-field input[type=number]::-moz-placeholder,
.info-form-holder .info-form .fui-row .fui-field textarea::-moz-placeholder,
.info-form-holder .info-form .fui-row .fui-field .fui-input::-moz-placeholder {
	opacity: 1;
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form-holder .info-form .fui-row .fui-field input[type=text]:-moz-placeholder,
.info-form-holder .info-form .fui-row .fui-field input[type=number]:-moz-placeholder,
.info-form-holder .info-form .fui-row .fui-field textarea:-moz-placeholder,
.info-form-holder .info-form .fui-row .fui-field .fui-input:-moz-placeholder {
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form-holder .info-form .fui-row .fui-field input[type=text]:-ms-input-placeholder,
.info-form-holder .info-form .fui-row .fui-field input[type=number]:-ms-input-placeholder,
.info-form-holder .info-form .fui-row .fui-field textarea:-ms-input-placeholder,
.info-form-holder .info-form .fui-row .fui-field .fui-input:-ms-input-placeholder {
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form-holder .info-form .fui-row .fui-field input[type=text].placeholder,
.info-form-holder .info-form .fui-row .fui-field input[type=number].placeholder,
.info-form-holder .info-form .fui-row .fui-field textarea.placeholder,
.info-form-holder .info-form .fui-row .fui-field .fui-input.placeholder {
	color: #333;
	-webkit-transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: color .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form-holder .info-form .fui-row .fui-field textarea.fui-input {
	resize: none;
	height: 191px;
}

.info-form-holder .info-form .fui-btn-wrapper {
	padding: 5px 0 0;
	max-width: 100%;
	border: none;
}

.info-form-holder .info-form .fui-btn-wrapper button[type=submit],
.info-form-holder .info-form .fui-btn-wrapper .fui-btn {
	width: 100%;
	height: auto;
	padding: 12px 10px;
	margin: 0;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	background: #631a4f;
	border-radius: 5px;
	font-weight: 400;
	min-width: 178px;
	text-align: center;
	outline: none;
	-webkit-transition: background .5s cubic-bezier(.25, .85, .93, 1.02);
	transition: background .5s cubic-bezier(.25, .85, .93, 1.02);
}

.info-form-holder .info-form .fui-btn-wrapper button[type=submit]:hover,
.info-form-holder .info-form .fui-btn-wrapper .fui-btn:hover {
	background: #3b0f2f;
}

.info-form-holder .images-list .img-holder {
	margin: 0 0 10px;
}

.info-form-holder .images-list .img-holder img {
	width: 100%;
	max-width: none;
	height: auto;
}

@media (min-width: 480px) {
	body {
		font-size: 18px;
	}

	h1,
	.h1 {
		font-size: 32px;
	}

	.img-list > li {
		width: 50%;
		margin: 0 0 20px;
		max-width: none;
	}

	#window-overlay {
		width: 450px;
	}

	.sync-swiper {
		max-width: 100%;
	}

	.sync-swiper .thumb-swiper {
		height: 300px;
	}

	.calendar-holder {
		padding: 0 50px;
	}

	.calendar-holder .prev-month,
	.calendar-holder .next-month {
		left: 10px;
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.calendar-holder .next-month {
		left: auto;
		right: 10px;
	}

	.info-form-holder .info-form .fui-i {
		font-size: 18px;
	}

	.info-form-holder .info-form h2,
	.info-form-holder .info-form .fui-heading-h2 {
		font-size: 24px;
	}

	.info-form-holder .info-form h3,
	.info-form-holder .info-form .fui-heading-h3 {
		font-size: 18px;
	}

	.info-form-holder .info-form .fui-row .fui-field .fui-field-container .fui-label {
		font-size: 18px;
	}

	.info-form-holder .info-form .fui-row .fui-field input[type=text],
	.info-form-holder .info-form .fui-row .fui-field input[type=number],
	.info-form-holder .info-form .fui-row .fui-field textarea,
	.info-form-holder .info-form .fui-row .fui-field .fui-input {
		font-size: 18px;
	}

	.info-form-holder .info-form .fui-btn-wrapper button[type=submit],
	.info-form-holder .info-form .fui-btn-wrapper .fui-btn {
		font-size: 18px;
	}
}

@media (min-width: 480px) and (max-width: 599px) {
	.img-list > li:nth-child(1),
	.img-list > li:nth-child(2n+1) {
		opacity: 0;
		-webkit-transform: translateX(-20%);
		-ms-transform: translateX(-20%);
		transform: translateX(-20%);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.resize-active .img-list > li:nth-child(1),
	.resize-active .img-list > li:nth-child(2n+1) {
		-webkit-transition: none;
		transition: none;
	}

	.img-list > li:nth-child(1).in-viewport,
	.img-list > li:nth-child(2n+1).in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.img-list > li:nth-child(2),
	.img-list > li:nth-child(2n) {
		opacity: 0;
		-webkit-transform: translateX(20%);
		-ms-transform: translateX(20%);
		transform: translateX(20%);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.resize-active .img-list > li:nth-child(2),
	.resize-active .img-list > li:nth-child(2n) {
		-webkit-transition: none;
		transition: none;
	}

	.img-list > li:nth-child(2).in-viewport,
	.img-list > li:nth-child(2n).in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (min-width: 600px) {
	.img-list > li {
		width: 33.33%;
		margin: 0 0 30px;
	}
}

@media (min-width: 600px) and (max-width: 1023px) {
	.img-list > li:nth-child(1),
	.img-list > li:nth-child(3n+1) {
		opacity: 0;
		-webkit-transform: translateX(-20%);
		-ms-transform: translateX(-20%);
		transform: translateX(-20%);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.resize-active .img-list > li:nth-child(1),
	.resize-active .img-list > li:nth-child(3n+1) {
		-webkit-transition: none;
		transition: none;
	}

	.img-list > li:nth-child(1).in-viewport,
	.img-list > li:nth-child(3n+1).in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.img-list > li:nth-child(2),
	.img-list > li:nth-child(3n-1) {
		opacity: 0;
		-webkit-transform: translateY(-20%);
		-ms-transform: translateY(-20%);
		transform: translateY(-20%);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.resize-active .img-list > li:nth-child(2),
	.resize-active .img-list > li:nth-child(3n-1) {
		-webkit-transition: none;
		transition: none;
	}

	.img-list > li:nth-child(2).in-viewport,
	.img-list > li:nth-child(3n-1).in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.img-list > li:nth-child(3),
	.img-list > li:nth-child(3n) {
		opacity: 0;
		-webkit-transform: translateX(20%);
		-ms-transform: translateX(20%);
		transform: translateX(20%);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.resize-active .img-list > li:nth-child(3),
	.resize-active .img-list > li:nth-child(3n) {
		-webkit-transition: none;
		transition: none;
	}

	.img-list > li:nth-child(3).in-viewport,
	.img-list > li:nth-child(3n).in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (min-width: 768px) {
	.fancybox-navigation .fancybox-button--arrow_left,
	.fancybox-navigation .fancybox-button--arrow_right {
		width: 44px;
		height: 44px;
		left: 10px;
	}

	.fancybox-navigation .fancybox-button--arrow_left:before,
	.fancybox-navigation .fancybox-button--arrow_right:before {
		font-size: 22px;
	}

	.fancybox-navigation .fancybox-button--arrow_right {
		left: auto;
		right: 10px;
	}

	.print-btn {
		width: 50px;
		height: 50px;
	}

	.print-btn .icon {
		font-size: 25px;
	}

	.lightbox-close {
		width: 40px;
		height: 40px;
	}

	#header {
		padding: 0;
		height: 96px;
	}

	#header .container {
		padding: 0 0 0 20px;
	}

	.nav-opener {
		display: none;
	}

	.logo {
		max-width: 220px;
		height: 40px;
		margin-right: 20px;
	}

	.nav-active .nav-drop {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		box-shadow: none;
	}

	.nav-drop {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: static;
		background: none;
		width: 100%;
		overflow: visible;
		height: auto;
		padding: 0;
		box-shadow: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		box-shadow: none;
	}

	.nav-drop .nav-opener {
		display: none !important;
	}

	.navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0 10px 0 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 16px;
		margin: 0;
		position: relative;
	}

	.navigation > li {
		margin: 0 0 1px;
		padding: 0 0 0 14px;
	}

	.navigation > li:first-child {
		padding: 0;
	}

	.navigation > li:first-child:before {
		display: none;
	}

	.navigation > li.active > ul {
		opacity: 1;
		visibility: visible;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.navigation > li > a {
		position: relative;
		opacity: 1;
		padding: 0;
		display: inline;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: color .3s linear;
		transition: color .3s linear;
	}

	.navigation > li > a:before {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: -8px;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #fc0;
	}

	.navigation > li ul {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		width: 100%;
		padding: 2px 11px 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 14px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
	}

	.navigation > li ul li {
		margin: 0;
		padding: 0 0 0 14px;
	}

	.navigation > li ul li:first-child a:before {
		display: none;
	}

	.navigation > li ul li a {
		display: inline;
		padding: 0;
		position: relative;
	}

	.navigation > li ul li a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -8px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #fc0;
	}

	.social-network {
		padding: 4px 0 6px;
		width: 60px;
		position: relative;
	}

	.social-network:before {
		content: "";
		height: 2px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		background: #a31d22;
	}

	.social-network li {
		padding: 6px 0;
		margin: 0;
		display: block;
	}

	body {
		font-size: 20px;
	}

	.w1 {
		margin-bottom: 86px;
	}

	h1,
	.h1 {
		font-size: 42px;
	}

	.with-decor:before {
		left: 2px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#main {
		padding-top: 95px;
	}

	.custom-list > li {
		padding: 0 0 0 35px;
	}

	.custom-list > li:before {
		position: absolute;
		left: 13px;
		top: 5px;
		width: 12px;
		height: 12px;
		margin: 0;
		top: 5px;
	}

	#footer {
		padding: 13px 0;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.footer-contact {
		margin: 0;
		width: 320px;
	}

	.footer-contact .col {
		padding: 0 0 0 20px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: none;
		min-width: 0;
	}

	.contact-list li {
		white-space: nowrap;
	}

	.footer-area {
		width: calc(100% - 320px);
		padding: 0 0 0 10px;
	}

	.footer-area ul {
		text-align: right;
	}

	.footer-area ul li {
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 19px;
		position: relative;
		margin: 0;
	}

	.footer-area ul li:before {
		content: "";
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #ccc;
		position: absolute;
		top: 6px;
		left: 6px;
	}

	.bg-video-holder {
		top: -50px;
		bottom: -50px;
	}

	.intro-text .content-block {
		min-height: 378px;
	}

	.intro-text .container {
		padding: 0 60px;
	}

	.intro-slider .mobile-img {
		display: none !important;
	}

	.intro-slider .img {
		top: -60px;
		bottom: -60px;
	}

	.intro-slider .btn-next .ico-holder {
		left: auto;
		right: 10px;
	}

	.intro-slider .ico-holder {
		width: 44px;
		height: 44px;
		left: 10px;
	}

	.intro-slider .ico-holder .icon {
		font-size: 22px;
	}

	.intro-slider .pagination ul {
		bottom: 10px;
	}

	.caption {
		font-size: 14px;
		padding: 6px 10px;
	}

	.visual {
		min-height: 520px;
	}

	.visual .with-decor {
		padding-right: 20px;
		padding-left: 20px;
	}

	.visual-text-box {
		max-width: 400px;
		min-height: 250px;
	}

	.img-text-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.img-text-row:nth-child(2n) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.img-text-row:nth-child(2n) .img-holder {
		text-align: left;
	}

	.img-text-row:nth-child(2n) .img-holder .image {
		margin: 0;
	}

	.img-text-row .img-holder {
		margin: 0;
		width: 50%;
		text-align: right;
	}

	.img-text-row .img-holder .image {
		margin: 0 0 0 auto;
	}

	.img-text-row .text-holder {
		width: 50%;
		text-align: left;
		max-width: none;
	}

	.img-text-row .text {
		margin: 0 auto;
		max-width: 478px;
		padding: 0 11px;
	}

	.img-text-row .with-decor {
		padding-right: 20px;
	}

	.info-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 55px;
	}

	.info-block.style-full-width {
		display: block;
		padding: 0;
		margin: 0 0 40px;
	}

	.info-block.style-full-width .text-holder {
		width: 100%;
		padding: 0;
	}

	.info-block.style-full-width .contact-info {
		padding: 0 3px;
	}

	.info-block .img-holder {
		width: 250px;
		margin: 0;
		max-width: none;
	}

	.info-block .text-holder {
		width: calc(100% - 250px);
		padding: 1px 0 0 20px;
		text-align: left;
	}

	.contact-info li {
		margin: 0;
	}

	.contact-info .dt {
		float: left;
		margin: 0 5px 0 0;
	}

	.contact-info .dd {
		overflow: hidden;
		display: block;
	}

	.image-gallery-block h2 {
		font-size: 30px;
	}

	.info-row .text-holder {
		text-align: left;
	}

	.plot-number {
		font-size: 24px;
	}

	.tab-content .text-area {
		text-align: left;
	}

	.info-form h2 {
		font-size: 30px;
		margin: 0 3px 11px;
	}

	#window-overlay {
		width: 720px;
	}

	#window-overlay .content-area {
		padding: 30px 15px 0 15px;
	}

	#window-overlay .img-holder {
		float: right;
		width: 250px;
		margin: 5px 0 0 30px;
	}

	#window-overlay .text-holder {
		overflow: hidden;
	}

	#window-overlay h2,
	#window-overlay .h2 {
		margin: 0 0 16px;
	}

	.btn-list {
		margin: -23px 0 0;
		padding: 0 0 0 150px;
	}

	.btn-list > li a {
		padding: 13px 27px;
	}

	.btn-list > li a.close {
		padding: 13px 30px;
	}

	.calendar-section {
		font-size: 18px;
	}

	.calendar-section h1,
	.calendar-section .h1 {
		font-size: 28px;
	}

	.sync-swiper .thumb-swiper {
		height: 400px;
	}

	.calendar-holder {
		padding: 0 80px;
		max-width: 520px;
	}

	.calendar-holder .calendar-header {
		padding: 12px 24px 1px;
	}

	.calendar-holder .calendar-body {
		padding: 5px 23px 14px;
	}

	.calendar-holder .prev-month,
	.calendar-holder .next-month {
		left: 15px;
		width: 50px;
		height: 50px;
		font-size: 26px;
	}

	.calendar-holder .next-month {
		left: auto;
		right: 15px;
	}

	.calendar-holder .next-month:before {
		margin: 0 0 0 -3px;
	}

	.info-form-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info-form-holder .info-form {
		width: 65%;
		padding: 0 5px 0 0;
	}

	.info-form-holder .info-form .fui-i {
		font-size: 20px;
	}

	.info-form-holder .info-form h2,
	.info-form-holder .info-form .fui-heading-h2 {
		font-size: 28px;
	}

	.info-form-holder .info-form h3,
	.info-form-holder .info-form .fui-heading-h3 {
		font-size: 20px;
	}

	.info-form-holder .info-form .fui-row:last-child .fui-field .fui-field-container .fui-label {
		margin: 0 0 3px;
	}

	.info-form-holder .info-form .fui-row .fui-field .fui-field-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info-form-holder .info-form .fui-row .fui-field .fui-field-container .fui-label {
		font-size: 20px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0 10px 0 0;
		width: 200px;
	}

	.info-form-holder .info-form .fui-row .fui-field .fui-field-container .fui-input-container {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.info-form-holder .info-form .fui-row .fui-field input[type=text],
	.info-form-holder .info-form .fui-row .fui-field input[type=number],
	.info-form-holder .info-form .fui-row .fui-field textarea,
	.info-form-holder .info-form .fui-row .fui-field .fui-input {
		font-size: 20px;
		height: 50px;
		padding: 15px 15px;
	}

	.info-form-holder .info-form .fui-btn-wrapper button[type=submit],
	.info-form-holder .info-form .fui-btn-wrapper .fui-btn {
		font-size: 20px;
		padding: 15px 10px;
	}

	.info-form-holder .images-list {
		width: 35%;
		padding: 0 0 0 5px;
	}
}

@media screen and (min-width: 768px) {
	#nav {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (min-width: 1024px) {
	.fancybox-navigation .fancybox-button--arrow_left,
	.fancybox-navigation .fancybox-button--arrow_right {
		width: 56px;
		height: 56px;
	}

	.fancybox-navigation .fancybox-button--arrow_left:before,
	.fancybox-navigation .fancybox-button--arrow_right:before {
		font-size: 31px;
	}

	#header .container {
		padding: 0 20px;
		position: relative;
	}

	.logo {
		max-width: 300px;
		height: 55px;
	}

	.navigation {
		font-size: 18px;
	}

	.navigation > li {
		padding: 0 0 0 24px;
	}

	.navigation > li > a:before {
		left: -13px;
		width: 4px;
		height: 4px;
	}

	.navigation > li ul {
		font-size: 16px;
		padding: 0 9px 10px 0;
	}

	.navigation > li ul li {
		padding: 0 0 0 22px;
	}

	.navigation > li ul li a:before {
		left: -13px;
	}

	.social-network {
		width: 80px;
	}

	.lang {
		right: 20px;
	}

	.lang-opener {
		width: 80px;
	}

	.lang-opener .lang-txt {
		margin-right: -16px;
	}

	.lang-drop a {
		padding: 0 25px;
	}

	body {
		font-size: 22px;
	}

	h1,
	.h1 {
		font-size: 52px;
	}

	h2,
	.h2 {
		margin: 0 0 27px;
	}

	#main {
		padding-top: 95px;
	}

	.custom-list > li:before {
		top: 6px;
		width: 15px;
		height: 15px;
	}

	.bg-video-holder {
		top: -100px;
		bottom: -100px;
	}

	.intro-text .content-block {
		min-height: 430px;
	}

	.intro-text .container {
		padding: 0 100px;
	}

	.intro-slider .img {
		top: -100px;
		bottom: -100px;
	}

	.intro-slider .btn-next .ico-holder {
		left: auto;
		right: 28px;
	}

	.intro-slider .ico-holder {
		left: 28px;
		width: 56px;
		height: 56px;
	}

	.intro-slider .ico-holder .icon {
		font-size: 31px;
	}

	.visual {
		min-height: 630px;
	}

	.visual-text-box {
		min-height: 300px;
		max-width: 500px;
	}

	.info-block .img-holder {
		width: 290px;
	}

	.info-block .text-holder {
		width: calc(100% - 290px);
		padding: 1px 0 0 27px;
	}

	.image-gallery-block h2 {
		font-size: 32px;
	}

	.img-list > li {
		width: 25%;
	}

	.img-list > li:nth-child(1),
	.img-list > li:nth-child(4n-3) {
		opacity: 0;
		-webkit-transform: translateX(-20%);
		-ms-transform: translateX(-20%);
		transform: translateX(-20%);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.resize-active .img-list > li:nth-child(1),
	.resize-active .img-list > li:nth-child(4n-3) {
		-webkit-transition: none;
		transition: none;
	}

	.img-list > li:nth-child(1).in-viewport,
	.img-list > li:nth-child(4n-3).in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.img-list > li:nth-child(2),
	.img-list > li:nth-child(4n-2) {
		opacity: 0;
		-webkit-transform: translateY(-20%);
		-ms-transform: translateY(-20%);
		transform: translateY(-20%);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.resize-active .img-list > li:nth-child(2),
	.resize-active .img-list > li:nth-child(4n-2) {
		-webkit-transition: none;
		transition: none;
	}

	.img-list > li:nth-child(2).in-viewport,
	.img-list > li:nth-child(4n-2).in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.img-list > li:nth-child(3),
	.img-list > li:nth-child(4n-1) {
		opacity: 0;
		-webkit-transform: translateY(-20%);
		-ms-transform: translateY(-20%);
		transform: translateY(-20%);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.resize-active .img-list > li:nth-child(3),
	.resize-active .img-list > li:nth-child(4n-1) {
		-webkit-transition: none;
		transition: none;
	}

	.img-list > li:nth-child(3).in-viewport,
	.img-list > li:nth-child(4n-1).in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.img-list > li:nth-child(4),
	.img-list > li:nth-child(4n) {
		opacity: 0;
		-webkit-transform: translateX(20%);
		-ms-transform: translateX(20%);
		transform: translateX(20%);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.resize-active .img-list > li:nth-child(4),
	.resize-active .img-list > li:nth-child(4n) {
		-webkit-transition: none;
		transition: none;
	}

	.img-list > li:nth-child(4).in-viewport,
	.img-list > li:nth-child(4n).in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.info-row {
		margin: 0 0 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info-row .text-holder {
		width: 320px;
		padding: 14px 20px 0 0;
		margin: 0;
	}

	.info-row .text-holder p {
		margin: 0 0 28px;
	}

	.map-holder {
		width: calc(100% - 320px);
	}

	.plot-number {
		font-size: 27px;
	}

	.tab-content .text-area {
		margin: 0 0 15px;
	}

	.info-form h2 {
		font-size: 32px;
	}

	#window-overlay {
		max-width: 975px;
		min-width: 733px;
		width: auto;
	}

	#window-overlay .content-area {
		padding: 30px 29px 0 21px;
	}

	#window-overlay .img-holder {
		width: 260px;
		margin: 5px 0 0 37px;
	}

	#window-overlay .text-holder {
		max-width: 664px;
	}

	#window-overlay .text-row {
		padding: 24px 25px 0 9px;
		margin: 0 0 27px;
	}

	.calendar-section .text-holder {
		max-width: 450px;
	}

	.calendar-section h1,
	.calendar-section .h1 {
		font-size: 32px;
	}

	.cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 -4px;
	}

	.cols .col {
		width: 50%;
		padding: 0 4px;
		margin: 0;
	}

	.sync-swiper {
		max-width: 417px;
	}

	.sync-swiper .thumb-swiper {
		height: 235px;
	}

	.calendar-holder {
		padding: 0 95px 0 99px;
		margin: 0 0 7px;
		max-width: 100%;
	}

	.calendar-holder .prev-month,
	.calendar-holder .next-month {
		left: 34px;
		font-size: 28px;
	}

	.calendar-holder .next-month {
		left: auto;
		right: 29px;
	}

	.info-form-holder .info-form .fui-i {
		font-size: 22px;
	}

	.info-form-holder .info-form h2,
	.info-form-holder .info-form .fui-heading-h2 {
		font-size: 32px;
	}

	.info-form-holder .info-form h3,
	.info-form-holder .info-form .fui-heading-h3 {
		font-size: 22px;
	}

	.info-form-holder .info-form .fui-row .fui-field .fui-field-container .fui-label {
		font-size: 22px;
	}

	.info-form-holder .info-form .fui-row .fui-field input[type=text],
	.info-form-holder .info-form .fui-row .fui-field input[type=number],
	.info-form-holder .info-form .fui-row .fui-field textarea,
	.info-form-holder .info-form .fui-row .fui-field .fui-input {
		font-size: 22px;
		height: 63px;
		padding: 19px 15px;
	}

	.info-form-holder .info-form .fui-btn-wrapper button[type=submit],
	.info-form-holder .info-form .fui-btn-wrapper .fui-btn {
		font-size: 22px;
		padding: 18px 10px;
	}
}

@media (min-width: 1200px) {
	.logo {
		margin: 0 30px 0 20px;
	}

	#footer {
		padding: 13px 0 25px;
	}

	.img-text-row .img-holder {
		width: 52.5%;
	}

	.img-text-row .text-holder {
		width: 47.5%;
	}

	.img-text-row .text-holder p {
		margin: 0 0 28px;
	}

	.info-block {
		padding: 0 0 0 20px;
	}

	.img-list {
		padding: 0 7px 0 0;
	}

	.info-row {
		padding: 0 0 0 20px;
	}

	.tab-content .text-area {
		padding: 0 0 0 20px;
	}

	#window-overlay {
		max-width: 1050px;
	}

	#window-overlay .img-holder {
		width: 278px;
	}

	#window-overlay .text-row {
		padding: 24px 65px 0 9px;
	}

	.cols .wrap {
		padding: 0 20px;
	}
}

@media (max-width: 1023px) {
	.disable-tablet-animation > * {
		opacity: 1 !important;
		visibility: visible !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.calendar-section .text-holder {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.navigation {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
	}

	.social-network {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
	}

	.intro-slider .desktop-img {
		display: none !important;
	}

	.disable-mobile-animation > * {
		opacity: 1 !important;
		visibility: visible !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.info-form-holder .info-form .fui-row .fui-field .fui-field-container .fui-input-container {
		width: 100%;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 479px) {
	.intro-text h1 {
		font-size: 27px;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media print {
	.fancybox-active #wrapper {
		display: none;
	}

	.fancybox-active .print-btn {
		display: none;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
