/*! 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.
 */
@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic);
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: 0.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: -0.5em;
}

sub {
	bottom: -0.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: 0.35em 0.625em 0.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;
}

/*!
 * fullPage 2.7.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: transparent;
}

#superContainer {
	height: 100%;
	position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}

.fp-section {
	position: relative;
	/* Safari<=5 Android<=3 */
	/* <=28 */
	box-sizing: border-box;
}

.fp-slide {
	float: left;
	}

.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: scroll;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li:hover #fp-nav ul li a.active span,
#fp-slidesNav ul li:hover #fp-nav ul li a.active span,
#fp-nav ul li:hover .fp-slidesNav ul li a.active span,
#fp-slidesNav ul li:hover .fp-slidesNav ul li a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li:hover .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

.fp-slidesNav ul li {
	display: inline-block;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
	height: auto !important;
}

@media print {
	html.fp-enabled,
	.fp-enabled body {
		overflow: visible !important;
		height: auto !important;
	}
	html {
		background: #fff;
		width: auto;
		height: auto;
		overflow: visible;
	}
	body {
		background: #fff;
		font-size: 20pt;
		width: auto;
		height: auto;
		border: 0;
		margin: 0 5%;
		padding: 0;
		overflow: visible;
		float: none !important;
	}
	#fp-nav,
	.fp-slidesNav,
	.fp-controlArrow {
		display: none !important;
	}
	/* Need to reduce the size of the fonts for printing */
	h1 {
		font-size: 28pt !important;
	}
	h2 {
		font-size: 24pt !important;
	}
	h3 {
		font-size: 22pt !important;
	}
	h4 {
		font-size: 22pt !important;
		font-variant: small-caps;
	}
	h5 {
		font-size: 21pt !important;
	}
	h6 {
		font-size: 20pt !important;
		font-style: italic;
	}
	.fp-section,
	.fp-tableCell,
	.slimScrollDiv,
	.fp-scrollable {
		width: 100% !important;
		height: auto !important;
		display: block !important;
		position: relative;
		float: none !important;
	}
	.fp-slidesContainer {
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
	.fp-slides,
	.fp-slidesContainer {
		height: auto !important;
		width: 100% !important;
		float: none !important;
		overflow: hidden !important;
	}
	.fp-slides {
		height: 800px !important;
		width: 800px !important;
	}
	.fp-slide {
		float: none !important;
		width: 100% !important;
		position: static !important;
	}
	.fullpage-wrapper {
		float: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		left: 0 !important;
		top: 0 !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		padding: 0 !important;
		zoom: 1 !important;
		overflow: visible !important;
		display: block !important;
		text-align: left !important;
	}
	.fp-section {
		page-break-after: always !important;
	}
	.fp-slide {
		page-break-after: always !important;
	}
}

body {
	font-family: sans-serif;
}

/* PT Sans page-5 form */
@font-face {
	font-family: "GothamProMedium";
	src: url("../fonts/GothamProMedium/GothamProMedium.eot");
	src: url("../fonts/GothamProMedium/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"), url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

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

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

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

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

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

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

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

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

.clearfix:after,
.container:after,
.page-content:after {
	display: table;
	content: "";
	clear: both;
}

.container {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

.page-content {
	position: relative;
	margin: 0 70px;
}

.text-center {
	text-align: center;
}

.accent {
	position: relative;
	z-index: 5;
}

.hide-text {
	display: none;
}

.form-tbtn .mm-ico {
	margin: 0 auto;
	position: relative;
	top: 11px;
}

.form-tbtn .mm-ico:before,
.form-tbtn .mm-ico:after {
	position: absolute;
	content: '';
}

.form-tbtn .mm-ico,
.form-tbtn .mm-ico:before,
.form-tbtn .mm-ico:after {
	width: 25px;
	height: 3px;
	background-color: #aba06c;
	display: block;
}

.form-tbtn .mm-ico:before {
	margin-top: -7px;
}

.form-tbtn .mm-ico:after {
	margin-top: 7px;
}

.form-tbtn .mm-ico {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.form-tbtn .mm-ico:before {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

.form-tbtn .mm-ico:after {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

.form-tbtn.active-toggle .mm-ico {
	background-color: rgba(171, 160, 108, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.form-tbtn.active-toggle .mm-ico:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

.form-tbtn.active-toggle .mm-ico:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

.form-tbtn.active-toggle {
	overflow: hidden;
	width: 24px;
}


.mob-top .mm-ico {
	margin: 0 auto;
	position: relative;
	top: 12px;
}

.mob-top .mm-ico:before,
.mob-top .mm-ico:after {
	position: absolute;
	content: '';
}

.mob-top .mm-ico,
.mob-top .mm-ico:before,
.mob-top .mm-ico:after {
	width: 20px;
	height: 2px;
	background-color: #aba06c;
	display: block;
}

.mob-top .mm-ico:before {
	margin-top: -6px;
}

.mob-top .mm-ico:after {
	margin-top: 6px;
}

.mob-top .mm-ico {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.mob-top .mm-ico:before {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

.mob-top .mm-ico:after {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

.mob-top.active-mob-toggle .mm-ico {
	background-color: rgba(171, 160, 108, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.mob-top.active-mob-toggle .mm-ico:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

.mob-top.active-mob-toggle .mm-ico:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

.mob-top.active-mob-toggle {
	overflow: hidden;
	width: 20px;
}

.mob-top.active-mob-toggle .mob-text {
	color: transparent;
}



/** Modal window Core **/
.ash-modal-area {
	background-color: transparent;
	display: none;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	z-index: 110;
}

.ash-modal-display {
	display: block;
}

.ash-modal-area-open {
	background-color: rgba(0, 0, 0, 0.6);
}

.ash-modal-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ash-modal-window {
	display: block;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border-radius: 20px;
}

.ash-mw-wrapper {
	position: relative;
}

.ash-modal-window-close {
	position: absolute;
	right: -15px;
	top: -42px;
	text-decoration: none;
	font-size: 40px;
}

.ash-modal-window.wm-from-top {
	-webkit-transform: translate(-50%, -200%);
	transform: translate(-50%, -200%);
}

.ash-modal-window.wm-from-bottom {
	-webkit-transform: translate(0, 200%);
	transform: translate(0, 200%);
}

.ash-modal-window.wm-from-left {
	-webkit-transform: translate(-200%, 0);
	transform: translate(-200%, 0);
}

.ash-modal-window.wm-from-right {
	-webkit-transform: translate(200%, 0);
	transform: translate(200%, 0);
}

.ash-modal-window.ash-mw-open {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/** End Modal window Core **/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.bg-bub {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

.bg-bub img {
	width: 100%;
	height: auto;
}

.bg-bub.bi-1 {
	max-width: 340px;
	right: 3%;
	top: 3%;
	opacity: 0;
}

.bg-bub.bi-1.show-elem {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	        transition: opacity 0.5s ease-in-out;
}

.bg-bub.bi-2 {
	max-width: 320px;
	left: 2%;
	top: -20%;
	opacity: 0;
}

.bg-bub.bi-2.show-elem {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	        transition: opacity 0.5s ease-in-out;
}

.bg-bub.bi-3 {
	max-width: 120px;
	left: 8%;
	bottom: 10%;
	opacity: 0;
}

.bg-bub.bi-3.show-elem {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	        transition: opacity 0.5s ease-in-out;
}

.bg-bub.bi-4 {
	max-width: 310px;
	left: 3%;
	bottom: 15%;
}

.bg-bub.bi-5 {
	max-width: 180px;
	right: 5%;
	top: 1%;
}

.bg-bub.bi-6 {
	max-width: 360px;
	right: 4%;
	top: 4%;
}

.bg-bub.bi-7 {
	max-width: 85px;
	right: 17%;
	top: 27%;
}

.bg-bub.bi-8 {
	max-width: 180px;
	left: 6%;
	bottom: 5%;
}

.bg-bub.bi-9 {
	max-width: 41px;
	left: 3%;
	bottom: 3%;
}

.bg-bub.bi-10 {
	max-width: 151px;
	left: 10%;
	top: 20%;
}

.bg-bub.bi-11 {
	max-width: 320px;
	right: 15%;
	top: 5%;
}

.bg-bub.bi-12 {
	max-width: 360px;
	right: 5%;
	top: 10%;
}

.bg-bub.bi-13 {
	max-width: 190px;
	left: 2%;
	bottom: 3%;
}

.bg-bub.bi-14 {
	max-width: 80px;
	right: 10%;
	top: 20%;
}

.bub-1 {
	background-image: url("../img/bub-1.png");
}

.bub-2 {
	background-image: url("../img/bub-2.png");
}

.bub-3 {
	background-image: url("../img/bub-3.png");
}

.bub-3s {
	background-image: url("../img/bub-3.png");
}

.fp-tableCell {
	position: relative;
}

.section-head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.container {
	-webkit-transform: translate3d(0, 0, 0);
}

.page-1 .section-head {
	background: white;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
}

.page-6 .section-bottom {
	background: black;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}

section.section {
	overflow: hidden;
}

.stn-list {
	list-style: none;
	margin: 25px 0 20px;
	padding: 0 30px;
	text-align: center;
}

.stn-list .stn-item {
	display: inline-block;
	float: left;
	font-size: 16px;
	margin: 0 30px;
	line-height: 16px;
	font-weight: 600;
	font-style: normal;
}

.stn-list .stn-item a {
	text-decoration: none;
	color: #fff;
	padding: 11px 0;
	display: inline-block;
}

.stn-list .stn-item a:active,
.stn-list .stn-item a:focus,
.stn-list .stn-item a:visited {
	color: #fff;
}

.stn-list .stn-item a:hover {
	text-decoration: underline;
}

.stn-list .stn-item.callback-item {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'GothamProMedium';
	font-weight: normal;
}

.stn-list .stn-item.callback-item a {
	border: 1px solid #fff;
	padding: 10px 35px;
	border-radius: 25px;
}

#fp-nav {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-top: 0 !important;
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out;
	        transition: opacity 0.1s ease-in-out;
}

#fp-nav.left {
	left: -webkit-calc(50% - 555px);
	left: calc(50% - 555px);
}

#fp-nav.disable-nav {
	opacity: 0;
	pointer-events: none;
}

#fp-nav ul {
	counter-reset: num;
}

#fp-nav ul li {
	width: auto;
	height: auto;
}

#fp-nav ul li:before {
	position: absolute;
	content: counter(num);
	counter-increment: num;
	color: #fff;
	left: 50%;
	top: 50%;
	font-size: 12px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

#fp-nav ul li:last-child {
	display: none;
}

#fp-nav ul li .fp-tooltip {
	color: #fff;
	width: auto;
	height: auto;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
	        transform: translateY(-50%) translateX(-50%) rotate(-90deg);
	top: 50%;
	left: 50%;
	z-index: 2;
	pointer-events: none;
	text-transform: uppercase;
	font-weight: 600;
	font-style: normal;
}

#fp-nav ul li:hover .fp-tooltip {
	opacity: 0;
}

#fp-nav ul li a {
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

#fp-nav ul li a span {
	display: none;
}

#fp-nav ul li a.active {
	width: 33px;
	height: 33px;
	border-radius: 18px;
	height: 150px;
	background: #6c083a;
	background: -webkit-linear-gradient(left, #6c083a 0%, #c30847 100%);
	background: linear-gradient(to right, #6c083a 0%, #c30847 100%);
	border: none;
}

#fp-nav ul li a.active + .fp-tooltip {
	opacity: 1;
}

.center-logo {
	width: 428px;
	height: 428px;
	display: inline-block;
	margin-bottom: 100px;
	opacity: 0;
}

.center-logo.show-elem {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	        transition: opacity 0.5s ease-in-out;
}

.last-page-img {
	width: 381px;
	height: 381px;
	display: inline-block;
}

.page-bg {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.page-bg .layer {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bg-cont {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 105%;
	height: 105%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.bg-1 {
	background-image: url("../img/bg/bg-1.jpg");
}

.bg-1b {
	background-image: url("../img/bg/bg-1b.jpg");
}

.bg-2 {
	background-image: url("../img/bg/bg-2.jpg");
}

.bg-3 {
	background-image: url("../img/bg/bg-3.jpg");
}

.bg-4 {
	background-image: url("../img/bg/bg-4.jpg");
}

.bg-4b {
	background-image: url("../img/bg/bg-4b.jpg");
}

.page-6 .bg-4b {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear 2s;
	        transition: opacity 0.3s linear 2s;
}

.page-6 .last-page-img {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear 2s;
	        transition: opacity 0.3s linear 2s;
}

.page-6.show-elems .bg-4b {
	opacity: 1;
}

.page-6.show-elems .last-page-img {
	opacity: 1;
}

.go-up-link {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 30px;
	margin: 10px 0 30px;
	position: relative;
	font-weight: 600;
	font-style: normal;
}

.go-up-link:before {
	content: "";
	position: absolute;
	display: block;
	width: 42px;
	height: 19px;
	background-image: url("../img/arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: 50%;
	margin-left: -21px;
}

.go-up-link:hover {
	color: #ffffff;
	text-decoration: underline;
}

.go-up-link:active,
.go-up-link:focus,
.go-up-link:visited {
	color: #ffffff;
}

.dc-label {
	display: block;
	width: 200px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 25px;
}

.dc-label img {
	width: 100%;
}

.bottom-white-line {
	background-color: #ffffff;
	height: 50px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
}

.mouse-em-big {
	display: inline-block;
	width: 71px;
	height: 71px;
	background-image: url("../img/mouse-b.png");
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 80px;
	opacity: 0;
}

.mouse-em-big.show-elem {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	        transition: opacity 0.5s ease-in-out;
}

.mouse-em-small {
	display: inline-block;
	width: 23px;
	height: 49px;
	position: absolute;
	left: -webkit-calc(50% - 542px);
	left: calc(50% - 542px);
	bottom: 70px;
	background-image: url("../img/mouse-s.png");
	background-position: center;
	background-repeat: no-repeat;
}

.form-bg {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	height: 345px;
	background-image: url("../img/form-bg.png");
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 5;
}

.open-form-toggle {
	height: 25px;
	display: none;
	width: 25px;
	margin: 10px auto;
	text-align: center;
}


.dog-img {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
}

.dog-img.dog-1 {
	background-image: url("../img/dog-1.png");
	width: 460px;
	height: 435px;
	bottom: 0;
	right: -webkit-calc(50% - 535px);
	right: calc(50% - 535px);
	opacity: 0;
}

.dog-img.dog-1.show-elem {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	        transition: opacity 0.5s ease-in-out;
}

.dog-img.dog-2 {
	background-image: url("../img/dog-2.png");
	width: 440px;
	height: 500px;
	bottom: 27px;
	left: -webkit-calc(50% - 470px);
	left: calc(50% - 470px);
}

.dog-img.dog-3 {
	background-image: url("../img/dog-3.png");
	width: 940px;
	height: 780px;
	bottom: 0px;
	right: 5%;
}

h2 {
	text-align: center;
	font-size: 70px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
}

.page-2 h2 {
	font-size: 45px;
	margin: 100px 0 -40px;
	text-align: right;
}

.page-3 h2,
.page-5 h2 {
	color: #a38d7e;
}

.advantages-wrap {
	margin: 0;
	position: relative;
	left: -webkit-calc(50% - 270px);
	left: calc(50% - 270px);
	width: -webkit-calc(50% + 100px);
	width: calc(50% + 100px);
	padding: 75px;
	background-image: url("../img/p2-list-bg.png");
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.advantages-list {
	width: 75%;
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: p2l;
	position: relative;
	left: 40px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
}

.advantages-list li {
	position: relative;
	padding-left: 55px;
	margin-bottom: 25px;
}

.advantages-list li.show-item {
	opacity: 0;
}

.advantages-list li.show-item.show-elem {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	        transition: opacity 0.3s ease-in-out;
}

.advantages-list li:before {
	content: counter(p2l);
	counter-increment: p2l;
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17.5px;
	line-height: 35px;
	text-align: center;
	display: block;
	background-image: url("../img/bub-3.png");
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
}

.advantages-list li:nth-child(1) {
	left: 145px;
}

.advantages-list li:nth-child(2) {
	left: 120px;
}

.advantages-list li:nth-child(3) {
	left: 90px;
}

.advantages-list li:nth-child(4) {
	left: 65px;
}

.advantages-list li:nth-child(5) {
	left: 30px;
}

.advantages-list li:nth-child(6) {
	left: 0px;
}

.advantages-list li:nth-child(7) {
	left: 15px;
}

.advantages-list li:nth-child(8) {
	left: 30px;
}

.prod-list {
	margin: 20px 0 15px;
}

.prod-list .prod-item {
	float: left;
	display: block;
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
}

.prod-list .prod-item.show-item {
	opacity: 0;
}

.prod-list .prod-item.show-item.show-elem {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	        transition: opacity 0.3s ease-in-out;
}

.prod-list .prod-item img {
	height: 250px;
}

.partners-desc {
	margin: 40px 0 45px;
	padding: 0;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #fff;
}

.partners-list {
	background-color: #ffffff;
	box-shadow: -30px -30px 32px 0px rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	padding-top: 25px;
	position: relative;
	-webkit-transform: translateY(200%);
	        transform: translateY(200%);
	-webkit-transition: 0.2s ease-in-out 0.5s;
	        transition: 0.2s ease-in-out 0.5s;

    text-align: center;
}

.partners-list.show-elem {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.partners-list .partners-item {
	width: -webkit-calc(25% - 50px);
	width: calc(25% - 50px);
	color: #333333;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	/*float: left;*/
	margin: 0 20px 50px;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
}

.partners-img {
	position: relative;
	height: 100px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.partners-img img {
	position: relative;
	top: 50%;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.owl-promotion-carousel {
	display: block;
	text-align: center;
}

.owl-promotion-item {
	display: inline-block;
	margin: 0 25px;
	vertical-align: top;
}

.promotion-list {
	margin: 25px 0 225px;
	text-align: center;
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
	-webkit-transition: 0.4s ease-in-out 0.5s;
    transition: 0.4s ease-in-out 0.5s;
}

.promotion-list.show-elem {
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

.promotion-list .promotion-item {
	vertical-align: top;
	display: block;
	text-align: center;
	overflow: hidden;
	min-height: 258px;
/*	width: -webkit-calc(33.3% - 50px);
	width: calc(33.3% - 50px);*/
	width: 315px;
	margin: 0 auto;
/*	background-color: #9AC049;   */
	border-radius: 0px;
}

.promotion-list .promotion-item .promotion-img {
	height: 270px;
	overflow: hidden;
	position: relative;
}

.promotion-list .promotion-item .promotion-img img {
	position: relative;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.promotion-list .promotion-item .promotion-text {
	padding: 10px 25px;
	font-size: 12px;
	line-height: 22px;
	color: #000;
}

.promotion-list .promotion-item .promotion-text strong {
	display: block;
	font-size: 18px;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: normal;
}

.footer-form-container {
	bottom: 0;
	color: #fff;
	height: 100%;
}

.form-wrapper {
	max-width: 680px;
	margin: 0 auto;
}

.form-wrapper .form-title {
	font-size: 25px;
	margin: 35px 0 25px;
	font-weight: bold;
	font-style: italic;
}

.form-wrapper .form-group {
	width: -webkit-calc(50% - 50px);
	width: calc(50% - 50px);
	float: left;
	margin: 0 25px 30px;
	font-family: 'PT Sans';
	font-weight: normal;
}

.form-wrapper .form-group label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.form-wrapper .form-group .styted-input {
	padding: 10px;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	font-size: 20px;
	background-color: transparent;
	border: none;
	resize: none;
	border-bottom: 2px solid #ffffff;
}

.form-wrapper .form-group .styted-input:focus {
	outline: none;
	border-color: #c4ae8b;
}

.form-wrapper .send-btn {
	background-color: transparent;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 35px;
	font-family: 'GothamProMedium';
	font-weight: normal;
}

.fixed-head {
	position: fixed;
	width: 100%;
	height: 170px;
	z-index: 10;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	        transition: opacity 0.2s ease-in-out;
}

.fixed-head.disable-head {
	opacity: 0;
	pointer-events: none;
}

.fixed-head .fh-cont {
	position: relative;
	height: 100%;
}

.fixed-head .fh-bg {
	position: absolute;
	top: 0;
	background: url("../img/head-bg.png") center top no-repeat;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 2000px;
	height: 170px;
}

.fixed-head .head-small-logo {
	width: 144px;
	height: 170px;
	left: -webkit-calc(50% - 552px);
	left: calc(50% - 552px);
	position: absolute;
	top: 10px;
}

.fixed-head .head-small-logo img {
	width: 100%;
}


.fixed-head .head-dogs {
	position: absolute;
	width: 260px;
	height: 115px;
	background: url("../img/head-dogs.png") center top no-repeat;
	left: -webkit-calc(50% - 378px);
	left: calc(50% - 378px);
}

.fixed-head .head-text {
	position: absolute;
	display: inline-block;
	left: -webkit-calc(50% - 90px);
	left: calc(50% - 90px);
	top: 25px;
	font-size: 15px;
	color: #aba06c;
	font-weight: normal;
	font-style: italic;
}

.fixed-head .head-text strong {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}

.mob-top {
	display: none;
}

.ash-modal-area .ash-modal-window {
	max-width: 750px;
	height: 500px;
	padding: 50px 30px;
	background-color: #fff;
}

.ash-modal-area .ash-modal-window-close {
	color: rgba(0, 0, 0, 0.3);
}

.modal-img {
	width: 45%;
	height: 100%;
	float: left;
	text-align: center;
	position: relative;
	height: 450px;
}

.modal-img img {
	position: relative;
	height: 450px;
	top: 50%;
	margin-top: -225px;
}

.modal-desc {
	width: 55%;
	float: right;
}

.mlabel {
	color: #a38d7e;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
}

.mtitle {
	color: #aba06c;
	font-size: 25px;
	margin: 5px 0 15px;
	font-weight: 600;
	font-style: normal;
}

.mtitle em {
	font-weight: 300;
	font-style: italic;
}

.mdecs,
.mincd {
	font-size: 14px;
	line-height: 25px;
	color: #a38d7e;
	font-weight: normal;
	font-style: normal;
}
.mdecs strong {color:#aba06c;}
.mdecs ul { padding: 0 0 0 10px; margin: 0 0 0 10px;}
.mdecs ul li {}



.minclude {
	margin-top: 20px;
}

.minct {
	font-weight: 600;
	font-style: normal;
	line-height: 25px;
	color: #333;
}

.mowl-controls {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 19px;
	background: url("../img/arrow.png") center no-repeat;
	cursor: pointer;
	display: block;
}

.mowl-controls.hide-controls {
	display: none;
}

.mowl-controls.mowl-prev {
	left: -125px;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.mowl-controls.mowl-next {
	right: -125px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}


#promotionOwl .owl-prev,
#promotionOwl .owl-next{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 10px;
	background-image: url("../img/arrow.png");
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

#promotionOwl .owl-prev {
	left: -5px;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

#promotionOwl .owl-next {
	right: -5px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}



.sp-head-text {
	display: inline-block;
	position: absolute;
	left: -webkit-calc(50% - 25px);
	left: calc(50% - 25px);
	font-size: 50px;
	color: #fff;
	margin-top: 80px;
	top: 0;
	font-weight: bold;
	font-style: italic;
}

.page-6 .sp-head-text {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear 2s;
	transition: opacity 0.3s linear 2s;
}

.page-6.show-elems .sp-head-text {
	opacity: 1;
}

.table-data {
	margin-top: 25px;
}

.table-data span {
	color: #a38d7e;
	display: inline-block;
	font-size: 12px;
}

.table-data span small {
	font-size: 10px;
}

.table-data .mtable {
	margin-top: 10px;
	width: 157px;
	color: #a38d7e;
	font-size: 10px;
	border: 1px solid #a38d7e;
}

.table-data .mtable tr {
	border-bottom: 1px solid #a38d7e;
}

.table-data .mtable tr td {
	padding: 3px 2px;
}

.table-data .mtable tr td:last-child {
	text-align: right;
}

.big-fixed-img {
	text-align: center;
	position: absolute;
	z-index: 140;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	height: -webkit-calc(100% + 100px);
	height: calc(100% + 100px);
	padding: 0;
	left: -30px;
	top: -50px;
	background-color: #FFF;
	border-radius: 20px
}

.big-fixed-img-close {
	position: absolute;
	top: 8px;
	right: 15px;
	font-size: 40px;
    color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.big-fixed-img img {
	width: 100%;
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ash-mw-wrapper,
.ash-mw-content,
#modalOwl,
#modalOwl .owl-wrapper-outer,
#modalOwl .owl-wrapper,
#modalOwl .owl-item,
#modalOwl .item,
#modalOwl .modal-desc {
	height: 100%;
}

#modalOwl .item {
	padding-right: 5px;
	cursor: pointer;
}

#modalOwl .modal-desc {
	overflow-y: auto;
}

.ash-modal-area .ash-modal-window {
	max-height: 100%;
}

@media (max-height: 899px) {

	.open-form-toggle { display: block;	}
	.form-wrapper .form-title { margin-top: 0px; }
	.form-bg {
		bottom: -265px;
		-webkit-transition: 0.2s ease-in-out;
		        transition: 0.2s ease-in-out;
	}
	.form-bg.active-form { bottom: 0px;	}
	.dog-img.dog-3 { bottom: -65px;	}

	.promotion-list { margin-bottom: 90px; }
}

@media (max-height: 650px) {
	.fixed-head .head-text {
		display: none;
	}
	.fixed-head .head-dogs {
		display: none;
	}
	.fixed-head .fh-bg {
		background-image: none;
	}
	.fixed-head .head-small-logo {
		width: 130px;
	}

	.page-2 h2 {
		text-align: right;
		margin-top: 20px;
		margin-bottom: 0;
	}
}


@media (max-width: 1600px) {

	.dog-img.dog-1 {
		height: 360px;
		width: 350px;
	}

	.advantages-wrap {
		margin-top: 0;
	}
	h2 {
		margin-top: 100px;
	}
	.page-5 h2 {
		margin-top: 0;
	}

	.promotion-list {
		left: -140px;
	}    
}


@media (max-width: 1366px) {

	h2,
	.page-2 h2 {
		font-size: 40px;
		margin-bottom: 0;
	}
	.advantages-wrap {
		padding: 30px 75px 75px;
	}
	.advantages-list {
		top: 28px;
	}
	.prod-list .prod-item {
		margin-bottom: 5px;
	}
	.partners-desc {
		margin: 5px 0 10px;
	}
	.partners-list {
		padding-top: 10px;
	}
	.partners-list .partners-item {
		margin-bottom: 25px;
	}
	.page-5 h2 {
		margin-top: 35px;
	}
	.dog-img.dog-3 {
		height: 700px;
		right: 5px;
	}
}


@media (max-width: 1150px) {

	.container {
		width: auto;
		margin: 0 2%;
	}
	#fp-nav.left {
		left: 2px;
	}
	.mouse-em-small {
		left: 12px;
	}
	.stn-list .stn-item {
		margin: 0 15px;
	}
	.mouse-em-big {
		margin-bottom: 50px;
	}
	.dog-img.dog-1 {
		height: 320px;
		width: 320px;
		right: 10px;
	}

	.fixed-head .fh-bg {
		left: 600px;
	}

	.fixed-head .head-small-logo {
		left: 45px;
	}

	.fixed-head .head-dogs {
		left: 222px;
	}

	.fixed-head .head-text {
		left: auto;
		right: 10%;
	}

	.advantages-list {
		top: 8px;
	}
	.advantages-list li {
		margin-bottom: 15px;
	}
	.ash-modal-area .ash-modal-window {
		width: 80%;
	}
	.mowl-controls.mowl-prev {
		left: -85px;
	}
	.mowl-controls.mowl-next {
		right: -85px;
	}
	.sp-head-text {
		left: auto;
		right: 30px;
	}

	.dog-img.dog-3 {
		width: 725px
	}

	.page-2 h2 {
		text-align: right;
	}
}


@media (max-width: 940px) {
	h2,
	.page-2 h2 {
		font-size: 30px;
	}

	.fixed-head .head-dogs {
		background-size: contain;
		width: 200px;
		top: 26px;
		left: 227px;
	}

	.fixed-head .head-text {
		right: 7%;
	}

	.advantages-list li {
		padding-left: 40px;
	}

	.dc-label {
		width: 130px;
		bottom: 0;
	}

	.advantages-wrap {
		width: 555px;
		left: auto;
		right: 5px;
		float: right;
	}

	.dog-img.dog-1 {
		right: 10px;
		width: 260px;
		height: 285px;
	}

	.dog-img.dog-2 {
		left: 110px;
		width: 25%;
	}

	.dog-img.dog-3 {
		display: none;
	}

	.stn-list {
		padding: 0;
	}

	.stn-list .stn-item {
		margin: 0 10px;
	}

	.owl-promotion-item {
		margin: 0 5px;
	}

	.promotion-list {
		left: 0;
	}
}


@media (max-height: 719px) {
	.prod-list .prod-item img {
		height: 160px;
	}
	.partners-desc {
		line-height: 18px;
	}

	.partners-img {
		height: 75px;
	}
	.partners-list .partners-item {
		margin-bottom: 15px;
	}

	.advantages-wrap {
		width: 555px;
		left: auto;
		right: 5px;
		float: right;
	}
	.dog-img.dog-2 {
		left: 20%;
		width: 20%;
	}
	.advantages-list li {
		margin-bottom: 10px;
		padding-left: 40px;
	}
	.advantages-list li:nth-child(1) {
		left: 120px;
	}
	.advantages-list li:nth-child(2) {
		left: 89px;
	}
	.advantages-list li:nth-child(3) {
		left: 57px;
	}
	.advantages-list li:nth-child(4) {
		left: 19px;
	}
	.advantages-list li:nth-child(5) {
		left: -12px;
	}
	.advantages-list li:nth-child(6) {
		left: -32px;
		margin-bottom: 20px;
	}
	.advantages-list li:nth-child(7) {
		left: -48px;
	}
	.advantages-list li:nth-child(8) {
		left: -67px;
	}
	.sp-head-text {
		margin-top: 10px;
	}  
}

@media (max-height: 719px) and (max-width: 1150px) {
	.dog-img.dog-2 {
		left: 10%;
	}
}
@media (max-height: 719px) and (max-width: 940px) {
	.dog-img.dog-2 {
		left: auto;
		right: 10px;
	}
}

@media (max-width: 768px) {

	h2, .page-2 h2 {
		font-size: 21px;
	}
	.stn-list {
		margin: 25px 0;
		padding: 0;
	}
	.stn-list .stn-item {
		font-size: 13px;
		margin: 0 8px;
	}
	.stn-list .stn-item.callback-item a {
		padding: 10px 10px;
	}

	.fixed-head .head-dogs {
		display: none;
	}
	.fixed-head .head-text {
		right: 20px;
	}

	.page-content {
		margin: 0 35px;
	}
	.partners-desc {
		font-size: 13px;
	}
	.dog-img.dog-2 {
		width: 15%;
	}
	.advantages-wrap {
		background-image: none;
		padding: 10px 20px;
		background-color: #fff;
		width: 75%;
		float: none;
		margin: 15px 0 30px 50px;
		border-radius: 5px;
	}
	.advantages-wrap .advantages-list {
		font-size: 13px;
		line-height: 17px;
		width: auto;
		left: 0;
	}
	.advantages-wrap .advantages-list li {
		left: 0;
		margin-bottom: 12px;
	}
	.dog-img.dog-2 {
		height: 230px;
		left: auto;
		right: 5px;
	}
	.page-2 h2 {
		margin-top: 50px;
	}
	.partners-list .partners-item {
		margin: 0 5px 5px;
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
	}
	.partners-img {
		height: 100px;
	}
	.partners-img img {
		width: 100%;
	}

	.modal-img {
		width: 30%;
		overflow: hidden;
	}
	.modal-img img {
		width: 100%;
		height: auto;
	}
	.modal-desc {
		width: 70%;
	}

	.owl-promotion-item {
		margin: 2px;
	}

	.dog-img.dog-1 {
		right: 10px;
		width: 230px;
		height: 240px;
	}
}


@media (max-width: 650px) {

	.section-head {
		z-index: 10;
	}
	.stn-list {
		background: #fff;
		z-index: 10;
		margin: 0 -2% 0;
		padding-top: 0;
		max-height: 0;
		-webkit-transition: 0.2s ease-in-out;
		        transition: 0.2s ease-in-out;
		overflow: hidden;
	}
	.stn-list.active-mob-top {
		padding-top: 20px;
		max-height: 400px;
	}
	.stn-list .stn-item {
		float: none;
		display: block;
		text-align: center;
	}
	.stn-list .stn-item a {
		color: #000;
	}
	.stn-list .stn-item a:active,
	.stn-list .stn-item a:focus,
	.stn-list .stn-item a:visited {
		color: #000;
	}
	.stn-list .stn-item.callback-item {
		float: none;
		display: block;
		text-align: center;
	}
	.mob-top {
		display: block;
		width: 20px;
		height: 30px;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 5px;
		z-index: 11;
	}
	.center-logo {
		width: 218px;
		height: 218px;
	}
	.dog-img.dog-1 {
		width: 230px;
	}
	.mouse-em-big {
		display: none;
	}

	.fixed-head {
		height: 90px;
	}

	.fixed-head .head-text {
		display: none;
	}

	.fixed-head .fh-bg {
		display: none;
	}

	.fixed-head .head-small-logo {
		left: 5px;
		top: 5px;
		width: 90px;
		height: 100px;
	}

	.fixed-head .head-small-logo img {
		width: 100%;
	}

	#fp-nav.left {
		left: 2px;
	}
	#fp-nav ul li {
		margin: 7px 0;
	}
	#fp-nav ul li a {
		width: 25px;
		height: 25px;
	}
	#fp-nav ul li a.active {
		width: 27px;
		height: 120px;
	}
	#fp-nav ul li .fp-tooltip {
		font-size: 11px;
	}
	.dc-label {
		width: 100px;
		bottom: -20px;
	}
	.last-page-img {
		width: 190px;
		height: 190px;
	}
	.mouse-em-small {
		display: none;
	}
	.page-content {
		margin: 0 20px;
	}
	.advantages-wrap {
		width: auto;
		padding: 5px;
		margin: 20px 22px 115px;
		left: auto;
		right: auto;
	}
	.advantages-list {
		font-size: 12px;
		line-height: 15px;
	}
	.advantages-list li {
		padding-left: 30px;
	}
	.advantages-list li:before {
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin-top: -12.5px;
		font-size: 15px;
	}
	.page-2 h2 {
		text-align: right;
		font-size: 16px;
		margin-top: 70px;
	}
	.prod-list .prod-item img {
		height: 150px;
	}
	.page-3 h2 {
		margin-top: 25px;
	}
	.page-4 h2 {
		margin-top: 25px;
	}
	.partners-desc {
		line-height: 17px;
	}
	.partners-list {
		-webkit-transform: translateY(250%);
		        transform: translateY(250%);
	}
	.ash-modal-area .ash-modal-window {
		padding: 20px;
		height: 420px;
	}


	.big-fixed-img {
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		height: -webkit-calc(100% + 40px);
		height: calc(100% + 40px);
		left: -20px;
		top: -20px;
	}

	.ash-modal-window-close {
		top: -24px;
	}

	.mowl-controls.mowl-prev {
		left: -65px;
	}
	.mowl-controls.mowl-next {
		right: -65px;
	}
	.sp-head-text {
		font-size: 38px;
	}
	.modal-img {
		display: none;
	}
	.modal-desc {
		width: 100%;
	}

	.partners-img {
		height: 75px;
	}
	.partners-list .partners-item {
		margin-bottom: 15px;
	}

	.owl-promotion-item {
		margin: 0 10px;
		display: block;
	}

	.promotion-list {
		margin: 5px auto 60px;
	}

	.promotion-list .promotion-item {
		width: 295px;
		min-height: 320px;
	}
	.promotion-list .promotion-item .promotion-img {
		height: 130px;
	}
	.promotion-list .promotion-item .promotion-text {
		padding: 5px;
	}
}

@media (max-width: 480px) {

	.page-5 h2 {
		margin-top: 10px;
	}
	.form-wrapper .form-group label {
		white-space: nowrap;
	}
	.form-wrapper .form-title {
		font-size: 18px;
	}
	
	.ash-modal-area .ash-modal-window {
		height: -webkit-calc(100% - 135px);
		height: calc(100% - 80px);
		width: 71%;
	}

	.mtitle {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.mdecs,
	.mincd {
		font-size: 12px;
		line-height: 18px;
	}
	.minct {
		line-height: 18px;
		font-size: 12px;
	}
	.minclude {
		margin-top: 5px;
	}
	.table-data {
		margin-top: 0;
	}
	.table-data .mtable {
		margin-top: 0;
	}
	.mowl-controls.mowl-prev {
		left: -55px;
	}
	.mowl-controls.mowl-next {
		right: -55px;
	}
	.advantages-wrap .advantages-list {
		font-size: 12px;
		line-height: 12px;
	}
	.advantages-wrap .advantages-list li:before {
		top: 0;
		margin-top: 0;
		background: none;
		color: darkred;
		font-size: 12px;
		line-height: 12px;
		height: auto;
		width: auto;
		display: inline;
	}
	.advantages-wrap .advantages-list li {
		padding-left: 10px;
		margin-bottom: 8px;
	}

	.page-2 h2 {
		width: 70%;
		float: right;
		margin-top: 25px;
	}
	.partners-desc {
		font-size: 12px;
		line-height: 12px;
	}

	.partners-list {
		padding-top: 0px;
	}
	.partners-list .partners-item {
		width: -webkit-calc(33% - 20px);
		width: calc(33% - 20px);
		margin-bottom: 10px;
	}
	.partners-list .partners-item .partners-img {
		height: 50px;
	}
	.advantages-wrap {
		margin-bottom: 52px;
	}
	.sp-head-text {
		display: block;
		text-align: center;
		left: auto;
		right: auto;
	}

	.prod-list .prod-item img {
		height: 115px;
	}

	.dog-img.dog-1 {
		height: 175px;
	}
}

@media (max-height: 420px) {
	.advantages-wrap .advantages-list {
		font-size: 11px;
		line-height: 11px;
	}
}