/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * 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.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none; }

.fp-section {
  position: relative;
  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 .3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#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-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-slidesNav ul li {
  display: inline-block; }

#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-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover 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 .1s ease-in-out;
  -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 0 0 -5px; }

#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;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important; }
/*{"c":"2016-07-11T03:52:28Z","s":"prod-origin-bd780921","v":"ed9334"}*/
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * proxima-nova:
 *   - http://typekit.com/eulas/00000000000000003b9ad1b9
 *   - http://typekit.com/eulas/00000000000000003b9ad1b7
 * trumpgothicpro:
 *   - http://typekit.com/eulas/0000000000000000000156f2
 *   - http://typekit.com/eulas/0000000000000000000156ee
 *
 * (c) 2009-2016 Adobe Systems Incorporated. All Rights Reserved.
 */
* {
  outline: none; }

html, body {
  height: 100%; }

body {
  font-size: 16px;
  color: #4c4c4c;
  font-family: "proxima-nova";
  color: #1a1a1a; }

#logo {
  width: 189px;
  height: 148px;
  text-align: center;
  margin: 50px auto 0;
  position: relative; }

#logo-animation {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0; }

#logo * {
  -webkit-transition: all 1000ms;
  transition: all 1000ms; }

.logo-medal {
  width: 66px;
  margin: 0 auto 10px;
  clear: both; }

body .logo-main {
  fill: #008339; }

a {
  text-decoration: none; }

header {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -95px;
  z-index: 2100; }

footer {
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 131, 57, 0.7);
  text-align: center; }

body#platinum footer,
body#silver footer
body#gold footer,
body#assortiment footer {
  background: #008339;
  -webkit-transition: 600ms all;
  transition: 600ms all; }

footer nav {
  display: inline-block; }

footer .social {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 0 0 15px; }

footer .social a {
  margin-right: 10px;
  opacity: 0.7;
  -webkit-transition: 300ms all;
  transition: 300ms all; }

footer .social a:hover {
  opacity: 1; }

footer .logos {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  padding: 8px 30px; }

#logo-asia {
  margin-right: 50px; }

h1, h2,
.tab-menu a {
  font-family: "trumpgothicpro",sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 3.4px; }

a.bt-presentation {
  font-family: "trumpgothicpro",sans-serif;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  border: 1px solid #fff;
  top: -12px;
  position: relative;
  opacity: 1;
  box-sizing: border-box;
  margin-left: 10px; }

nav a {
  font-family: "trumpgothicpro",sans-serif;
  font-size: 18px;
  height: 55px;
  line-height: 60px;
  display: inline-block;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px; }

nav a:hover,
nav a.active {
  border-bottom: 5px solid #fff;
  -webkit-transition: 0ms all;
  transition: 0ms all; }

#sidemenu * {
  -webkit-transition: 300ms all;
  transition: 300ms all; }

#sidemenu {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -130px;
  width: 50px;
  z-index: 1200; }

#sidemenu a {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 0 15px 0; }

#sidemenu a .path,
#sidemenu a .path {
  fill: #22211f;
  fill-rule: evenodd; }

body#about #sidemenu a .path,
body#about #sidemenu a .path {
  fill: #fff;
  fill-rule: evenodd; }

body#about #sidemenu a:hover .path,
body#about #sidemenu a.active .path,
#sidemenu a:hover .path,
#sidemenu a.active .path {
  fill: rgba(0, 131, 57, 0.7);
  fill-rule: evenodd; }

.arrow {
  position: fixed;
  bottom: 75px;
  left: 50%;
  margin-left: -25px; }

section,
.slide {
  position: relative; }

svg {
  -webkit-transition: 300ms all;
  transition: 300ms all; }

.side-text {
  height: 300px;
  position: fixed;
  right: -200px;
  top: 50%;
  margin-top: -150px;
  z-index: 1000;
  padding: 20px 130px 0 50px;
  box-sizing: border-box;
  -webkit-transition: 600ms all;
  transition: 600ms all;
  width: 0;
  overflow: hidden;
  display: block;
  background-color: rgba(255, 255, 255, 0.8); }
  .side-text.side-recipe {
    height: 440px;
    margin-top: -220px; }

.fp-viewing-origin-0 .side-borovoe,
.fp-viewing-origin-1 .side-zerenda,
.fp-viewing-origin-2 .side-tyan-shan,
.fp-viewing-production-0 .side-water,
.fp-viewing-production-1 .side-alcohol,
.fp-viewing-production-2 .side-aroma,
.fp-viewing-production-3 .side-recipe {
  display: block;
  width: 530px;
  right: 0; }

.side-text.side-text-blank {
  display: block;
  position: absolute;
  background: none;
  right: 50%;
  margin-right: -580px;
  padding-right: 0;
  width: 400px;
  height: 360px; }

.side-text h2 {
  margin: 0 0 10px; }

.fp-controlArrow.fp-prev {
  right: 485px;
  width: 45px;
  height: 45px;
  background: url("../images/bt_arrow_left.svg") 0 0 no-repeat;
  border: 0;
  z-index: 1200;
  margin-top: -22.5px; }

.fp-controlArrow.fp-next {
  right: 85px;
  width: 45px;
  height: 45px;
  background: url("../images/bt_arrow_right.svg") 0 0 no-repeat;
  border: 0;
  margin-top: -22.5px; }

body#about .logo-main {
  fill: #008339; }

body {
  background: url("../images/bg_borovoe.jpg") center center no-repeat;
  background-size: cover; }

.about h1 {
  text-align: center;
  color: #008339; }

.about .text {
  width: 600px;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  padding: 0 50px;
  padding-top: 310px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -300px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  -webkit-animation: slideDown 500ms;
  animation: slideDown 500ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes slideDown {
  0% {
    top: -80px;
    opacity: 0; }
  100% {
    top: -60px;
    opacity: 1; } }

@keyframes slideDown {
  0% {
    top: -80px;
    opacity: 0; }
  100% {
    top: -60px;
    opacity: 1; } }
.about p {
  font-size: 16px;
  line-height: 20px; }

.fp-viewing-origin-0 .fp-controlArrow,
.fp-viewing-origin-1 .fp-controlArrow {
  display: none; }

.tab-menu {
  width: 600px; }

.tab-menu a,
.tab-menu h2 {
  float: left;
  font-size: 30px; }

.tab-menu a {
  opacity: 0.4;
  -webkit-transition: 300ms all;
  transition: 300ms all; }

.tab-menu a:hover {
  opacity: 1; }

.side-text p {
  clear: left; }

body.fp-viewing-origin-2 .logo-main {
  fill: #005ba8; }

h2.tab-menu-tyan-shan,
a.tab-menu-tyan-shan {
  color: #005ba8;
  padding-left: 17px;
  border-left: 1px solid #a4abab;
  margin-left: 17px; }

.slide.tyan-shan {
  background: url("../images/bg_tyan_shan.jpg") center center no-repeat;
  background-size: cover; }

body.fp-viewing-origin-0 .logo-main {
  fill: #e72156; }

h2.tab-menu-borovoe,
a.tab-menu-borovoe {
  color: #e72156;
  padding-right: 17px;
  border-right: 1px solid #a4abab;
  margin-right: 17px; }

.slide.borovoe {
  background: url("../images/bg_borovoe2.jpg") center center no-repeat;
  background-size: cover; }

body.fp-viewing-origin-1 .logo-main {
  fill: #008339; }

h2.tab-menu-zerenda,
a.tab-menu-zerenda {
  color: #008339; }

.slide.zerenda {
  background: url("../images/bg_zerenda.jpg") center center no-repeat;
  background-size: cover; }

.slide.water {
  background-size: cover; }

.slide.alcohol {
  background-size: cover; }

.slide.aroma {
  background-size: cover; }

.slide.recipe {
  background-size: cover; }

body.fp-viewing-production-0 .logo-main {
  fill: #195ba8; }

body.fp-viewing-production-0 h2 {
  color: #195ba8; }

body.fp-viewing-production-1 .logo-main {
  fill: #7186ba; }

body.fp-viewing-production-1 h2 {
  color: #7186ba; }

body.fp-viewing-production-2 .logo-main {
  fill: #e3000f; }

body.fp-viewing-production-2 h2 {
  color: #e3000f; }

body.fp-viewing-production-3 .logo-main {
  fill: #008339; }

body.fp-viewing-production-3 h2 {
  color: #008339; }

.fp-controlArrow {
  display: none; }

body#production .fp-controlArrow {
  display: block;
  z-index: 3000; }

.bottle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -422px;
  margin-top: -240px; }

body#production,
body#assortiment,
body#silver,
body#gold,
body#platinum {
  background: url("../images/bg_assortiment.jpg") bottom center no-repeat;
  background-size: cover; }

h2 span {
  font-size: 20px;
  line-height: 25px;
  display: block;
  font-weight: normal;
  letter-spacing: 1.3px; }

.fp-viewing-assortiment-0 h2 {
  color: #e3000f; }

.fp-viewing-assortiment-0 .logo-main {
  fill: #e3000f; }

.fp-viewing-assortiment-1 h2 {
  color: #008339; }

.fp-viewing-assortiment-1 .logo-main {
  fill: #008339; }

.fp-viewing-assortiment-2 h2 {
  color: #005ba8; }

.fp-viewing-assortiment-2 .logo-main {
  fill: #005ba8; }

.fp-viewing-silver h2 {
  color: #97948f; }

.fp-viewing-silver .logo-main {
  fill: #97948f; }

.fp-viewing-gold h2 {
  color: #ba9f54; }

.fp-viewing-gold .logo-main {
  fill: #ba9f54; }

.fp-viewing-platinum h2 {
  color: #7186ba; }

.fp-viewing-platinum .logo-main {
  fill: #7186ba; }

#menu-assortiment {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: -150px 0 0 -130px;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 260px;
  height: 200px;
  display: none;
  font-size: 20px;
  text-transform: uppercase; }

body#assortiment #menu-assortiment,
body#silver #menu-assortiment,
body#gold #menu-assortiment,
body#platinum #menu-assortiment {
  display: block;
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms; }

#menu-assortiment {
  opacity: 0; }

#menu-assortiment a {
  color: #000;
  line-height: 70px;
  height: 70px;
  -webkit-transition: all 300ms;
  transition: all 300ms; }

#menu-assortiment a.silver.active,
#menu-assortiment a.silver:hover {
  color: #97948f;
  font-weight: bold; }

#menu-assortiment a.gold.active,
#menu-assortiment a.gold:hover {
  color: #ba9f54;
  font-weight: bold; }

#menu-assortiment a.platinum.active,
#menu-assortiment a.platinum:hover {
  color: #7186ba;
  font-weight: bold; }

#menu-assortiment a.assortiment.active,
#menu-assortiment a.assortiment:hover {
  color: #008339;
  font-weight: bold; }

#menu-assortiment a.assortiment svg path {
  fill: #4c4c4c; }

#menu-assortiment a.assortiment.active svg path,
#menu-assortiment a.assortiment:hover svg path {
  fill: #008339; }

#menu-assortiment .submenu {
  height: 0;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  overflow: hidden; }

body#assortiment #menu-assortiment .submenu {
  height: 100px;
  opacity: 1; }

#menu-assortiment .submenu a {
  width: 80px;
  display: inline-block;
  font-size: 16px;
  text-transform: none;
  line-height: 22px;
  opacity: 0.5;
  position: relative;
  padding-top: 70px; }
  #menu-assortiment .submenu a svg {
    position: absolute;
    top: 0;
    left: 5px;
    width: 70px;
    height: 70px;
    display: block; }
  #menu-assortiment .submenu a div {
    white-space: nowrap;
    text-align: center; }

#menu-assortiment .submenu a:hover,
.fp-viewing-assortiment-0 #menu-assortiment .submenu a.link-borovoe,
.fp-viewing-assortiment-1 #menu-assortiment .submenu a.link-zerenda,
.fp-viewing-assortiment-2 #menu-assortiment .submenu a.link-tyan-shan {
  opacity: 1; }

#menu-assortiment .submenu a.link-tyan-shan {
  color: #005ba8; }

#menu-assortiment .submenu a.link-zerenda {
  color: #008339; }

#menu-assortiment .submenu a.link-borovoe {
  color: #e3000f; }

#menu-assortiment .submenu a .original-zerenda,
#menu-assortiment .submenu a.link-borovoe .original-zerenda {
  fill: #008339; }

#menu-assortiment .submenu a .original-borovoe {
  fill: #e3000f; }

#menu-assortiment .submenu a .original-tyan-shan {
  fill: #005ba8; }

.slide {
  overflow: hidden; }

video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

section.disclaimer {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  background: url("../images/bg_borovoe.jpg") center center no-repeat;
  background-size: cover;
  text-align: center; }

section.disclaimer .text {
  padding-top: 250px;
  letter-spacing: 0;
  position: relative;
  z-index: 2; }

section.disclaimer .text h2 {
  text-transform: none;
  font-size: 36px;
  letter-spacing: 0;
  margin: 0 0 65px; }

section.disclaimer .button {
  display: inline-block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  background-color: #008339;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin: 0 8px;
  font-family: "proxima-nova",sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: 300ms all;
  transition: 300ms all; }

section.disclaimer .button:hover,
section.disclaimer .button:active {
  background-color: #f9f9f9;
  color: #008339; }

section.disclaimer .button:after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid #008339;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  position: absolute;
  opacity: 0;
  -webkit-transition: 300ms all;
  transition: 300ms all; }

section.disclaimer .button:hover:after,
section.disclaimer .button:active:after {
  color: #008339;
  border: 2px solid #008339;
  box-sizing: border-box;
  width: 150px;
  height: 60px;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 1; }

.fog {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms; }

.fog-1 {
  background: url("../images/bg_fog_1.png") center center no-repeat;
  background-size: cover;
  -webkit-animation: 30s fogscale infinite linear;
  animation: 30s fogscale infinite linear; }

.fog-2 {
  background: url("../images/bg_fog_2.png") center center no-repeat;
  background-size: cover;
  -webkit-animation: 40s fogscale infinite linear;
  animation: 40s fogscale infinite linear;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.fog-5 {
  background: url("../images/bg_fog_5.png") 0 0 repeat;
  -webkit-animation: 24s foggy infinite linear;
  animation: 24s foggy infinite linear; }

@-webkit-keyframes fogscale {
  0% {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); } }

@keyframes fogscale {
  0% {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); } }
@-webkit-keyframes foggy {
  0% {
    background-position-x: -1220px; }
  100% {
    background-position-x: 0%; } }
@keyframes foggy {
  0% {
    background-position-x: -1220px; }
  100% {
    background-position-x: 0%; } }
.fogless .fog-2 {
  opacity: 0; }

.fogend .fog-1,
.fogend .fog-5,
.fogend .fog-2,
.fogend .disclaimer {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }

.section {
  display: none; }

.fullpage .section {
  display: block; }

@media all and (max-width: 1280px) {
  .side-text.side-text-blank {
    margin-right: -530px; } }
@media all and (max-width: 1024px) {
  video {
    display: none; }

  .side-text.side-text-blank {
    margin-right: -400px;
    width: 300px; }

  #menu-assortiment {
    margin: -150px 0 0 -170px; }

  nav a {
    padding: 0 10px; } }
.tk-proxima-nova {
  font-family: "proxima-nova",sans-serif; }

.tk-trumpgothicpro {
  font-family: "trumpgothicpro",sans-serif; }

@media all and (max-height: 768px) {
  #menu-assortiment {
    margin-top: -110px; }

  #menu-assortiment a {
    line-height: 60px;
    height: 60px; }

  .side-text {
    top: auto;
    bottom: 60px; } }
