@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  /*font-family: sans-serif;*/
  font-family: "Garamond", Arial, Helvetica, sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }


/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-thin/Roboto-Thin.eot");
  src: url("../fonts/roboto/roboto-thin/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-thin/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/roboto-thin/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-light/Roboto-Light.eot");
  src: url("../fonts/roboto/roboto-light/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light/Roboto-Light.woff") format("woff"), url("../fonts/roboto/roboto-light/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-regular/Roboto-Regular.eot");
  src: url("../fonts/roboto/roboto-regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/roboto-regular/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-medium/Roboto-Medium.eot");
  src: url("../fonts/roboto/roboto-medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-medium/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/roboto-medium/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

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

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-black/Roboto-Black.eot");
  src: url("../fonts/roboto/roboto-black/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-black/Roboto-Black.woff") format("woff"), url("../fonts/roboto/roboto-black/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Garamond';
  src: url("../fonts/garamond/garamond-regular/EBGaramond-Regular.eot");
  src: url("../fonts/garamond/garamond-regular/EBGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/garamond/garamond-regular/EBGaramond-Regular.woff") format("woff"), url("../fonts/garamond/garamond-regular/EBGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

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

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

body {
  background: #182430;
  color: #fff;
  /*font-family: "Roboto", Arial, Helvetica, sans-serif;*/
  font-family: "Garamond", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75; }

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Roboto", Arial, Helvetica, sans-serif;*/
  font-family: "Garamond", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #fff; }

h1 {
  font-size: 100px;
  line-height: 1;
  font-weight: 900; }

h2 {
  font-size: 60px;
  line-height: 1.17;
  font-weight: 500; }
  @media (max-width: 1700px) {
    h2 {
      font-size: 50px; } }
  @media (max-width: 1023px) {
    h2 {
      font-size: 25px;
      line-height: 1.4; } }

h3 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500; }
  @media (max-width: 767px) {
    h3 {
      font-size: 36px; } }

h4 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500; }

h5 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500; }

h6 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400; }

p {
  padding: 0;
  margin: 0; }

hr {
  overflow: hidden;
  height: 1px;
  background: #e9e9e9;
  border: 0;
  margin: 32px 0; }

q,
blockquote {
  text-align: center;
  display: block;
  font-style: italic; }

strong,
b {
  font-weight: 700; }

a {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none; }

[class*="icon-"] {
  display: inline-block;
  vertical-align: top; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px; }

.default-list li {
  position: relative;
  padding-left: 10px; }
  .default-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: pink;
    border-radius: 50%; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.static-content {
  font-weight: 400;
  color: #000; }
  .static-content time {
    font-size: 14px; }
  .static-content h1 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    padding-bottom: 23px; }
    @media (max-width: 767px) {
      .static-content h1 {
        font-size: 36px;
        padding-bottom: 16px; } }
  .static-content h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.33;
    color: #000;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .static-content h2 {
        font-size: 28px;
        padding-bottom: 16px; } }
  .static-content p {
    font-size: 18px;
    padding-bottom: 24px; }
    @media (max-width: 767px) {
      .static-content p {
        padding-bottom: 14px; } }
  .static-content .contact {
    margin-top: -7px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .static-content .contact {
        padding-bottom: 0; } }
    .static-content .contact__col {
      display: inline-block;
      padding-right: 53px; }
      .static-content .contact__col:last-child {
        padding-right: 0; }
    .static-content .contact__link {
      color: #000;
      display: inline-block;
      font-size: 25px; }
      .static-content .contact__link:hover {
        color: #182430;
        opacity: .8; }
    .static-content .contact__title {
      display: block;
      font-size: 14px; }

@media (max-width: 767px) {
  .table-wrap {
    overflow-x: scroll; } }

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
  /*font-family: "Roboto", Arial, Helvetica, sans-serif; */
  font-family: "Garamond", Arial, Helvetica, sans-serif;
}
  @media (max-width: 767px) {
    table {
      width: 750px; } }
  table td, table th {
    border: 1px solid #fff;
    padding: 4px 10px;
    text-align: left; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  ol li {
    display: block;
    position: relative; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item;
      display: inline;
      vertical-align: top;
      font-weight: 700; }

.upper {
  text-transform: uppercase; }

/*!
 * fullPage 3.0.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
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: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* 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 {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  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-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: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.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.fp-right {
  right: 17px; }

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

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

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

.fp-slidesNav.fp-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-slidesNav ul li a.active span,
#fp-nav ul li:hover 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 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 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 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

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

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

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

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

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; */
  font-family: "Garamond", Arial, Helvetica, sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute; }

#jr_wrap {
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0; }

#jr_inner {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #4F4F4F;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

#jr_header {
  display: block;
  color: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0.5em; }

#jr_inner p {
  padding: 5px;
  line-height: 20px;
  font-size: 14px;
  margin: 0; }

#jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 15px 0; }
  #jr_inner ul:after {
    content: '';
    display: block;
    clear: both; }

#jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center; }

#jr_inner li a {
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0;
  margin: 0; }

#jr_inner li a:hover {
  text-decoration: underline; }

#jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat center;
  background-size: 80px 80px;
  cursor: pointer; }

#jr_close {
  clear: both;
  padding: 0;
  margin: 0; }

#jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline; }

#jr_close p {
  padding: 10px 0 0 0;
  margin: 0; }

.jqvmap-label {
  position: absolute;
  display: none;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none; }

.jqvmap-pin {
  pointer-events: none; }

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center; }

.jqvmap-zoomin {
  top: 10px; }

.jqvmap-zoomout {
  top: 30px; }

.jqvmap-region {
  cursor: pointer; }

.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

body {
  height: 100%;
  /*min-width: 480px;*/
   }
  body.overflow {
    overflow: hidden !important; }
  body.black {
    position: relative;
    overflow: hidden !important; }
    body.black:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      height: 100vh;
      top: 0;
      background-color: #000;
      z-index: 99; }

.container {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.wrapper {
  overflow: hidden; }

@media (max-width: 1023px) {
  .section {
    height: 100% !important; } }

.light {
  font-weight: 300; }

.js-fullpage.overflow {
  overflow: hidden; }

button,
.btn {
  text-align: center;
  vertical-align: top;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.75;
  padding: 15px 10px 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  border: 1px solid #39434d;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  display: block; }
  button:hover, button.active,
  .btn:hover,
  .btn.active {
    border-color: #fff; }
  button.disabled, button[disabled="disabled"], button[disabled],
  .btn.disabled,
  .btn[disabled="disabled"],
  .btn[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed; }
  button--main,
  .btn--main {
    background-color: #fff;
    color: #343434;
    border-color: #fff; }
    button--main:hover, button--main.active,
    .btn--main:hover,
    .btn--main.active {
      opacity: .8; }

.checkbox {
  display: inline-block;
  cursor: pointer; }
  .checkbox > span {
    padding-left: 30px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    cursor: pointer; }
    .checkbox > span:before, .checkbox > span:after {
      position: absolute;
      content: '';
      -webkit-transition: all .3s;
      transition: all .3s; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
    .checkbox input[type="checkbox"]:not(:checked) + span::before {
      top: -4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #fff; }
    .checkbox input[type="checkbox"]:not(:checked) + span::after {
      opacity: 0; }
    .checkbox input[type="checkbox"]:checked + span::before {
      top: -4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #fff; }
    .checkbox input[type="checkbox"]:checked + span::after {
      top: 0px;
      left: 2px;
      width: 15px;
      height: 8px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-55deg) skew(-10deg);
          -ms-transform: rotate(-55deg) skew(-10deg);
              transform: rotate(-55deg) skew(-10deg);
      border-radius: 3px;
      opacity: 1; }
    .checkbox input[type="checkbox"]:disabled + span {
      color: rgba(86, 96, 107, 0.3); }
      .checkbox input[type="checkbox"]:disabled + span::before {
        border-color: rgba(86, 96, 107, 0.3); }

textarea,
select,
input {
  background-color: #182430;
  border: 1px solid #39434d;
  color: #fff;
  font-size: 14px;
  /*font-family: "Roboto", Arial, Helvetica, sans-serif;*/
  font-family: "Garamond", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  padding: 10px 10px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0; }
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    color: #39434d; }
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color: #39434d; }
  textarea::placeholder,
  select::placeholder,
  input::placeholder {
    color: #39434d;
    opacity: 1; }
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  input:focus::-webkit-input-placeholder {
    color: transparent; }
  textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder,
  input:focus:-ms-input-placeholder {
    color: transparent; }
  textarea:focus::placeholder,
  select:focus::placeholder,
  input:focus::placeholder {
    color: transparent; }
  textarea:focus,
  select:focus,
  input:focus {
    border-color: #fff;
    outline: none; }
  textarea.disabled, textarea[disabled="disabled"], textarea[disabled],
  select.disabled,
  select[disabled="disabled"],
  select[disabled],
  input.disabled,
  input[disabled="disabled"],
  input[disabled] {
    background-color: #f3f3f3; }

textarea {
  height: 150px; }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
    color: #969696;
    text-align: center;
    border: 1px dashed #c4c4c4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    input[type="file"] + label:hover {
      border-color: #696969;
      background: #e9e9e9; }

.radio {
  display: block;
  cursor: pointer; }
  .radio > span {
    padding-left: 30px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer; }
    .radio > span:before, .radio > span:after {
      content: '';
      position: absolute;
      -webkit-transition: all .3s;
      transition: all .3s;
      border-radius: 50%; }
  .radio input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .radio input[type="radio"]:not(:checked) + span::before {
      top: -4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #fff; }
    .radio input[type="radio"]:not(:checked) + span::after {
      opacity: 0; }
    .radio input[type="radio"]:checked + span::before {
      top: -4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #fff; }
    .radio input[type="radio"]:checked + span::after {
      top: 2px;
      left: 6px;
      width: 8px;
      height: 8px;
      background-color: #fff;
      opacity: 1; }
    .radio input[type="radio"]:disabled + span {
      color: #56606b; }

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 29px 17px;
  background-color: transparent;
  border: 1px solid #fff; }
  select option {
    color: #000; }

.slick-initialized .slick-slide:focus {
  outline: none; }

.prev-slide {
  position: absolute;
  z-index: 2;
  left: 155px;
  top: 45%;
  text-align: left;
  padding-left: 56px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-width: 250px; }
  @media (max-width: 1700px) {
    .prev-slide {
      left: 110px;
      max-width: 150px; } }
  @media (max-width: 1366px) {
    .prev-slide {
      font-size: 0;
      height: 25px;
      left: 110px; } }
  @media (max-width: 1023px) {
    .prev-slide {
      left: 15px; } }
  .prev-slide:hover {
    color: #fff; }
  .prev-slide:before {
    position: absolute;
    content: '';
    width: 36px;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 11px; }
  .prev-slide:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 3px;
    top: 3px; }

.next-slide {
  text-align: left;
  padding-right: 58px;
  position: absolute;
  z-index: 2;
  right: 78px;
  top: 45%;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-width: 250px; }
  @media (max-width: 1700px) {
    .next-slide {
      right: 40px;
      max-width: 150px;
      text-align: right; } }
  @media (max-width: 1366px) {
    .next-slide {
      font-size: 0;
      height: 25px;
      right: 20px; } }
  @media (max-width: 1023px) {
    .next-slide {
      right: 15px; } }
  .next-slide:hover {
    color: #fff; }
  .next-slide:before {
    position: absolute;
    content: '';
    width: 36px;
    height: 2px;
    background-color: #fff;
    right: 0;
    top: 11px; }
  .next-slide:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 3px;
    top: 3px; }

.prev-recepie {
  position: absolute;
  z-index: 2;
  left: 155px;
  top: 45%;
  text-align: left;
  padding-left: 56px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-width: 250px; }
@media (max-width: 1700px) {
  .prev-recepie {
    left: 110px;
    max-width: 150px; } }
@media (max-width: 1366px) {
  .prev-recepie {
    font-size: 0;
    height: 25px;
    left: 110px; } }
@media (max-width: 1023px) {
  .prev-recepie {
    left: 15px; } }
.prev-recepie:hover {
  color: #fff; }
.prev-recepie:before {
  position: absolute;
  content: '';
  width: 36px;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 11px; }
.prev-recepie:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 3px;
  top: 3px; }

.next-recepie {
  text-align: left;
  padding-right: 58px;
  position: absolute;
  z-index: 2;
  right: 78px;
  top: 45%;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-width: 250px; }
@media (max-width: 1700px) {
  .next-recepie {
    right: 40px;
    max-width: 150px;
    text-align: right; } }
@media (max-width: 1366px) {
  .next-recepie {
    font-size: 0;
    height: 25px;
    right: 20px; } }
@media (max-width: 1023px) {
  .next-recepie {
    right: 15px; } }
.next-recepie:hover {
  color: #fff; }
.next-recepie:before {
  position: absolute;
  content: '';
  width: 36px;
  height: 2px;
  background-color: #fff;
  right: 0;
  top: 11px; }
.next-recepie:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 3px;
  top: 3px; }

.arrow {
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  height: 40px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .arrow:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    top: 18px;
    left: 55px;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .arrow:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .arrow-left:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 55px;
    top: 14px; }
  .arrow-left:hover:before {
    left: 50px; }
  .arrow-left:hover:after {
    left: 50px; }
  .arrow-right:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 55px;
    top: 14px; }
  .arrow-right:hover:before {
    left: 60px; }
  .arrow-right:hover:after {
    right: 50px; }

.spinner {
  border: 2px solid #000;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 13px;
  width: 122px;
  border-radius: 5px; }
  .spinner__minus {
    display: inline-block;
    vertical-align: middle;
    fill: blue; }
  .spinner__plus {
    display: inline-block;
    vertical-align: middle;
    fill: blue; }
  .spinner__text {
    color: #000;
    font: 700 16px Arial, Helvetica, sans-serif;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center; }

.about {
  height: 100vh;
  text-align: center;
  background-size: cover;
  background-position: 0 50%;
  position: relative; }
  @media (max-width: 1023px) {
    .about {
      height: 100%;
      padding: 70px 15px; } }
  @media (max-width: 767px) {
    .about {
      padding: 40px 15px; } }
  .about__wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 150px;
    padding-left: 115px;
    padding-right: 15px; }
    @media (max-height: 800px) {
      .about__wrap {
        padding-left: 90px; } }
    @media (max-width: 1023px) {
      .about__wrap {
        position: static;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        padding-top: 0;
        padding-left: 0; } }
  .about__caption {
    font-size: 100px;
    font-weight: 900;
    display: block;
    line-height: 1;
    padding-bottom: 40px; }
    @media (max-height: 890px) {
      .about__caption {
        font-size: 70px; } }
    @media (max-width: 1800px) {
      .about__caption {
        font-size: 70px; } }
    @media (max-width: 1366px) {
      .about__caption {
        font-size: 55px; } }
    @media (max-width: 1023px) {
      .about__caption {
        line-height: 1.18;
        padding-bottom: 20px; } }
  .about__descr {
    font-size: 23px;
    display: block;
    line-height: 1.44; }
    @media (max-width: 1366px) {
      .about__descr {
        font-size: 21px; } }
    @media (max-width: 1023px) {
      .about__descr {
        font-size: 23px;
        line-height: 1.56; } }
  .about__btn {
    width: 234px;
    margin: 0 auto;
    margin-bottom: 130px;
    margin-top: 40px; }
    @media (max-height: 890px) {
      .about__btn {
        margin-bottom: 70px; } }
    @media (max-height: 700px) {
      .about__btn {
        margin-bottom: 40px; } }
    @media (max-width: 1023px) {
      .about__btn {
        margin-top: 47px;
        margin-bottom: 98px; } }
  .about__list {
    width: 1295px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1440px) {
      .about__list {
        width: 1100px; } }
    @media (max-width: 1366px) {
      .about__list {
        width: 900px; } }
    @media (max-width: 1023px) {
      .about__list {
        width: auto;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        text-align: left;
        margin: 0 -30px;
        padding-bottom: 10px; } }
  .about__item {
    vertical-align: top; }
    @media (max-width: 1023px) {
      .about__item {
        display: inline-block;
        padding: 0 30px; } }
  .about__number {
    display: block;
    font-weight: 100;
    font-size: 80px;
    text-align: left;
    line-height: 1;
    padding-bottom: 6px; }
    @media (max-width: 1366px) {
      .about__number {
        font-size: 60px; } }
    @media (max-width: 1023px) {
      .about__number {
        font-size: 80px; } }
  .about__text {
    display: block;
    text-align: left;
    max-width: 205px;
    line-height: 1.5; }
    @media (max-width: 1023px) {
      .about__text {
        white-space: normal; } }

.address {
  position: relative; }
  @media (max-width: 1023px) {
    .address {
      padding-left: 0; } }
  .address__map {
    width: 100%;
    height: 100vh;
    z-index: 0; }
    @media (max-width: 1900px) {
      .address__map {
        padding-left: 100px; } }
    @media (max-width: 1023px) {
      .address__map {
        width: 100%;
        height: 600px;
        padding-left: 0; } }
  .address__bottom {
    position: absolute;
    bottom: 0;
    left: 155px;
    /*width: 406px;*/
    border: 1px solid #162b39;
    border-bottom: none; }
    @media (max-width: 1023px) {
      .address__bottom {
        /*display: none; */
        left:0;
        } }
    .address__bottom-item {
      padding: 15px 10px 15px 18px;
      border-bottom: 1px solid #162b39;
      letter-spacing: -.36em;
      line-height: 1.42; }
    .address__bottom-name {
      display: inline-block;
      letter-spacing: normal;
      width: 120px;
      font-size: 14px; }
    .address__bottom-descr {
      display: inline-block;
      letter-spacing: normal;
      width: calc(100% - 120px);
      font-size: 14px;
      padding-left: 20px; }
    .address__bottom-img {
      width: 82px;
      height: 28px;
      display: inline-block;
      background-repeat: no-repeat;
      margin-left: 20px;
      background-size: contain; }
  .address__tooltip {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    color: #343434;
    width: 270px;
    display: none; }
  .address__city {
    font-size: 25px;
    font-weight: 400;
    display: block;
    line-height: 1.2;
    padding: 22px 10px 18px 20px;
    color: #343434; }
  .address__item {
    letter-spacing: -.36em;
    border-top: 1px solid #f3f3f3;
    padding: 17px 10px 19px 22px;
    list-style-type: none; }
  .address__col {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top; }
    .address__col--img {
      width: 25px;
      height: 25px;
      -o-object-fit: cover;
         object-fit: cover; }
    .address__col--content {
      width: calc(100% - 25px);
      padding-left: 12px; }
  .address__name {
    font-weight: 700;
    display: block;
    color: #343434;
    font-size: 16px; }
  .address__street {
    font-size: 14px;
    font-weight: 400;
    color: #4686e6;
    display: block;
    line-height: 1.2; }
  .address__text {
    display: block;
    position: absolute;
    right: 238px;
    top: 33px;
    font-size: 45px; }
    @media (max-width: 1023px) {
      .address__text {
        right: auto;
        left: 63px;
        top: 50px; } }

.map-pin {
  width: 25px;
  height: 25px;
  background-image: url(../pic/dopmap.png);
  background-size: 25px 25px;
  position: absolute;
  top: -90px;
  left: -15px; }

.jqvmap_pin {
  z-index: 0;
  width: 25px;
  height: 25px; }

.tooltip-wrap {
  background-color: #fff;
  position: relative;
  z-index: 120;
  width: 270px;
  margin: -6px;
  -webkit-box-shadow: 0px 0px 30px 3px rgba(146, 205, 240, 0.5);
          box-shadow: 0px 0px 30px 3px rgba(146, 205, 240, 0.5); }

#jqvmap1_cr {
  display: none; }

.jqvmap-zoomin {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 0;
  left: auto;
  right: 50px;
  top: 70px;
  color: #343434;
  font-size: 50px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  display: none; }
  @media (max-width: 1023px) {
    .jqvmap-zoomin {
      display: block; } }

.jqvmap-zoomout {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 0;
  left: auto;
  right: 100px;
  top: 70px;
  color: #343434;
  font-size: 50px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  display: none; }
  @media (max-width: 1023px) {
    .jqvmap-zoomout {
      display: block; } }

.article {
  padding-top: 172px;
  height: 100vh;
  padding-left: 170px; }
  @media (max-height: 860px) {
    .article {
      padding-top: 120px; } }
  @media (max-width: 1023px) {
    .article {
      height: 100%;
      padding-left: 22px;
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .article {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .article__caption {
    padding-right: 372px;
    padding-bottom: 80px;
    text-align: right; }
    @media (max-height: 880px) {
      .article__caption {
        padding-bottom: 50px; } }
    @media (max-height: 680px) {
      .article__caption {
        padding-bottom: 30px; } }
    @media (max-width: 1023px) {
      .article__caption {
        padding-right: 0;
        padding-bottom: 45px;
        text-align: left; } }
  .article__wrap {
    margin: 0 -20px; }
  .article__item {
    padding: 0 20px;
    width: 1540px; }
    @media (max-width: 1700px) {
      .article__item {
        width: 100%; } }
  .article__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px; }
    @media (max-width: 1023px) {
      .article__inner {
        display: block;
        padding-right: 20px; } }
    .article__inner:hover {
      opacity: .8; }
  .article__img-wrap {
    width: 783px;
    height: 520px; }
    @media (max-height: 800px) {
      .article__img-wrap {
        height: 390px; } }
    @media (max-width: 1700px) {
      .article__img-wrap {
        width: 50%; } }
    @media (max-width: 1366px) {
      .article__img-wrap {
        width: 35%; } }
    @media (max-width: 1023px) {
      .article__img-wrap {
        width: 100%; } }
    .article__img-wrap img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .article__content {
    padding-left: 38px;
    width: calc(100% - 783px); }
    @media (max-width: 1700px) {
      .article__content {
        width: 50%; } }
    @media (max-width: 1366px) {
      .article__content {
        width: 65%; } }
    @media (max-width: 1023px) {
      .article__content {
        width: 100%;
        padding-left: 0;
        padding-top: 28px; } }
  .article__title {
    padding-bottom: 23px; }
    @media (max-width: 1023px) {
      .article__title {
        padding-bottom: 13px; } }
  .article__descr {
    line-height: 1.875; }
  .article__control {
    width: 260px;
    letter-spacing: -.36em;
    position: absolute;
    right: 77px;
    top: 180px; }
    @media (max-height: 860px) {
      .article__control {
        top: 130px; } }
    @media (max-width: 1023px) {
      .article__control {
        right: 35px;
        top: 78px; } }
    @media (max-width: 767px) {
      .article__control {
        top: 48px; } }

.check {
  text-align: center;
  height: 100vh;
  padding: 112px 0 180px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #182430;
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .7s;
  transition: all .7s; }
  .check.hide {
    top: -150vh; }
  @media (max-height: 890px) {
    .check {
      padding: 60px 0 100px; } }
  @media (max-height: 700px) {
    .check {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .check {
      padding: 40px 15px; } }
  .check__tagline {
    font-size: 45px;
    letter-spacing: .9px;
    display: block;
    font-family: "Garamond", Arial, Helvetica, sans-serif;
    -webkit-animation: fade 2s ease-in-out;
            animation: fade 2s ease-in-out;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    @media (max-width: 767px) {
      .check__tagline {
        line-height: 1.22; } }
  .check__img-wrap {
    width: 935px;
    height: 392px;
    margin: 0 auto 30px;
    font-family: "Garamond", Arial, Helvetica, sans-serif;
    -webkit-animation: fade 2s ease-in-out;
            animation: fade 2s ease-in-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    @media (max-height: 890px) {
      .check__img-wrap {
        margin: 0 auto; } }
    @media (max-height: 700px) {
      .check__img-wrap {
        width: 700px;
        height: 294px; } }
    @media (max-height: 600px) {
      .check__img-wrap {
        margin-bottom: 35px; } }
    @media (max-width: 1023px) {
      .check__img-wrap {
        width: 700px;
        height: 294px; } }
    @media (max-width: 767px) {
      .check__img-wrap {
        width: 412px;
        height: 173px;
        margin: 25px auto 85px; } }
    .check__img-wrap img {
      /*width: 100%;*/
      height: 100%;
    }
  .check__question {
    font-size: 35px;
    font-weight: 400;
    font-family: "Garamond", Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 38px;
    -webkit-animation: fade 2s ease-in-out;
            animation: fade 2s ease-in-out;
    opacity: 0;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    @media (max-height: 890px) {
      .check__question {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .check__question {
        font-size: 30px;
        padding-bottom: 35px; } }
  .check__choice {
    letter-spacing: -.36em;
    margin: 0 -10px;
    -webkit-animation: fade 2s ease-in-out;
            animation: fade 2s ease-in-out;
    opacity: 0;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    @media (max-width: 767px) {
      .check__choice {
        margin: 0 -5px; } }
    .check__choice-btn-wrap {
      display: inline-block;
      letter-spacing: normal;
      width: 70px;
      margin: 0 10px; }
      @media (max-width: 767px) {
        .check__choice-btn-wrap {
          margin: 0 5px; } }
  .check__btn {
    border-radius: 50%;
    font-family: "Garamond", Arial, Helvetica, sans-serif;
    padding: 18px 10px;
    border: 5px solid #fff;
    -webkit-animation: fadeScale 1s ease-in-out;
            animation: fadeScale 1s ease-in-out;
    opacity: 0;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    .check__btn:hover {
      opacity: 1;
      /*border-color: #ab8a15;*/
       }

@-webkit-keyframes fadeScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.event {
  height: 100vh;
  padding-left: 167px;
  padding-top: 195px;
  position: relative; }
  @media (max-height: 860px) {
    .event {
      padding-top: 120px; } }
  @media (max-width: 1023px) {
    .event {
      height: 100%;
      padding-left: 38px;
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .event {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .event__caption {
    text-align: right;
    padding-right: 375px;
    padding-bottom: 50px; }
    @media (max-height: 680px) {
      .event__caption {
        padding-bottom: 30px; } }
    @media (max-width: 1023px) {
      .event__caption {
        text-align: left;
        padding-right: 0; } }
    @media (max-width: 1023px) {
      .event__caption {
        padding-bottom: 50px; } }
  .event__wrap {
    margin: 0 -15px;
    letter-spacing: -.36em; }
  .event__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    letter-spacing: normal; }
    .event__item--big {
      width: 500px; }
    .event__item--small {
      width: 300px; }
  .event__link {
    border: 1px solid #465059;
    display: block;
    position: relative;
    height: 500px;
    padding: 25px 20px 150px 25px; }
    @media (max-height: 760px) {
      .event__link {
        height: 400px; } }
    .event__link:hover {
      border-color: #fff; }
  .event__date-number {
    font-size: 150px;
    font-weight: 100;
    display: block;
    line-height: 0.8;
    padding-bottom: 4px;
    margin-left: -5px; }
  .event__date-mounth {
    font-size: 22px;
    display: block;
    text-transform: uppercase; }
  .event__title {
    font-size: 25px;
    position: absolute;
    bottom: 26px;
    left: 27px;
    line-height: 1.4;
    padding-right: 20px; }
  .event__name {
    display: block;
    padding-right: 70px;
    padding-bottom: 22px;
    line-height: 1.375; }
  .event__rubric {
    display: block;
    line-height: 1.375; }
  .event__number {
    display: block;
    position: absolute;
    left: 23px;
    bottom: 18px; }
    .event__number-count {
      display: block;
      font-size: 50px;
      font-weight: 100;
      line-height: 0.7;
      padding-bottom: 2px; }
    .event__number-text {
      display: block; }
  .event__control {
    width: 260px;
    letter-spacing: -.36em;
    position: absolute;
    right: 77px;
    top: 205px; }
    @media (max-height: 860px) {
      .event__control {
        top: 130px; } }
    @media (max-width: 1023px) {
      .event__control {
        position: static;
        margin-top: 25px; } }

.footer {
  background: #fff; }

.main-section {
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0; }
  @media (max-width: 1023px) {
    .main-section {
      background-position: 48% 50%; } }
  .main-section__img-wrap {
    width: 741px;
    height: 311px;
    position: absolute;
    z-index: -1;
    left: 10%;
    top: 8%; }
    @media (max-height: 850px) {
      .main-section__img-wrap {
        width: 520px;
        height: 220px; } }
    @media (max-width: 1900px) {
      .main-section__img-wrap {
        width: 520px;
        height: 220px; } }
    @media (max-width: 1366px) {
      .main-section__img-wrap {
        width: 445px;
        height: 187px; } }
    @media (max-width: 1023px) {
      .main-section__img-wrap {
        width: 260px;
        height: 108px;
        left: 50%;
        top: 30px;
        margin-left: 10px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    .main-section__img-wrap img {
      width: 100%;
      /*height: 100%; */
    }
  .main-section__tagline {
    font-size: 55px;
    /*letter-spacing: -1.8px;*/
    display: block;
    font-family: "Garamond", Arial, Helvetica, sans-serif;
    max-width: 400px;
    /*text-transform: uppercase;*/
    text-align: center;
    position: absolute;
    top: 10%;
    left: 10%;
    right: 300px;
    line-height: 1.45; }
    @media (max-height: 700px) {
      .main-section__tagline {
        bottom: 22%; } }
    @media (max-width: 1500px) {
      .main-section__tagline {
        font-size: 25px; } }
    @media (max-width: 1366px) {
      .main-section__tagline {
        right: 40px; } }
    @media (max-width: 1023px) {
      .main-section__tagline {
        line-height: 1.22;
        /*right: auto;*/
        /*left: 30px;*/
        /*bottom: auto;*/
        /*top: 160px;*/
        left: auto;
        bottom: 60px;
        top: auto;
        right: 20px;
        /*max-width: 260px;*/
        max-width: 310px;
        text-align: center; } }
  .main-section__tagline img {
    width: 100%;
  }

.menu-mobile {
  display: none; }
  @media (max-width: 1023px) {
    .menu-mobile {
      display: block;
      position: fixed;
      z-index: 4;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      min-height: 100vh;
      background-color: #010101;
      -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;
      -webkit-transition: all .3s;
      transition: all .3s;
      padding-top: 40px; }
      .menu-mobile.active {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }
  .menu-mobile__list {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin-top: 167px; }
  .menu-mobile__item {
    padding: 13.5px 0; }
  .menu-mobile__link {
    font-size: 25px;
    text-transform: uppercase; }
  .menu-mobile__close {
    width: 40px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    z-index: 5; }
    .menu-mobile__close:before {
      position: absolute;
      content: '';
      width: 60px;
      height: 2px;
      background-color: #fff;
      top: 24px;
      left: -10px;
      -webkit-transform: rotate(55deg);
          -ms-transform: rotate(55deg);
              transform: rotate(55deg); }
    .menu-mobile__close:after {
      position: absolute;
      content: '';
      width: 60px;
      height: 2px;
      background-color: #fff;
      top: 24px;
      left: -10px;
      -webkit-transform: rotate(-55deg);
          -ms-transform: rotate(-55deg);
              transform: rotate(-55deg); }

.btn-mobile {
  display: none; }
  @media (max-width: 1023px) {
    .btn-mobile {
      display: block;
      cursor: pointer;
      width: 46px;
      height: 46px;
      border: 2px solid #3a444f;
      position: fixed;
      z-index: 3;
      left: 30px;
      top: 57px;
      z-index: 3;
      text-align: center;
      padding-top: 11px;
      background-color: #182430; } }
  .btn-mobile__line {
    width: 23px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 0 auto; }
    .btn-mobile__line:nth-child(2) {
      margin: 4px auto; }

#main-section {
  position: relative;
  z-index: 100; }

.js-fullpage {
  z-index: 0; }

.logo {
  opacity: 0;
  width: 309px;
  height: 131px;
  margin: 52px 0 0 17px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s; }
  .logo.active {
    opacity: 1;
    position: fixed;
    z-index: 10; }
  @media (max-height: 1050px) {
    .logo {
      left: 130px;
      margin-top: 50px; } }
  @media (max-width: 1023px) {
    .logo {
      display: none; } }
  .logo img {
    width: 100%;
    /*height: 100%; */
  }

.menu {
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: left; }
  @media (max-width: 1023px) {
    .menu {
      display: none; } }
  .menu__list {
    height: 100vh;
    padding-bottom: 64px;
    background-color: #182430; }
    @media (max-height: 800px) {
      .menu__list {
        padding-bottom: 40px; } }
  .menu__item {
    position: relative;
    z-index: 20; }
    .menu__item:hover .menu__sub {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .menu__item:hover .menu__link {
      background-color: #24313f; }
  .menu__link {
    display: block;
    border-top: 1px solid #1d2a39;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #182430;
    text-align: center;
    position: relative; }
    @media (max-height: 800px) {
      .menu__link {
        width: 75px;
        height: 75px; } }
    .menu__link:hover {
      background-color: #24313f; }
    .menu__link svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: rgba(255, 255, 255, 0.5); }
  .menu__sub {
    position: absolute;
    z-index: 11;
    -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;
    top: 0;
    left: 100px;
    width: 300px;
    padding: 32px 10px 20px 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #24313f; }
    @media (max-height: 800px) {
      .menu__sub {
        left: 75px; } }
    .menu__sub-col {
      display: inline-block;
      vertical-align: top; }
      .menu__sub-col--category {
        position: relative; }
        .menu__sub-col--category:before {
          position: absolute;
          content: '';
          width: 13px;
          height: 1px;
          background-color: #fff;
          right: -35px;
          top: 13px; }
        .menu__sub-col--category:after {
          position: absolute;
          content: '';
          width: 7px;
          height: 7px;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          right: -34px;
          top: 10px; }
    .menu__sub-category-link {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .6px; }
      .menu__sub-category-link:hover {
        color: #4686e6; }
    .menu__sub-list {
      padding-left: 55px; }
    .menu__sub-item {
      padding-bottom: 2px; }
    .menu__sub-icon {
      margin-right: 5px; }
    .menu__sub-link {
      font-size: 15px;
      display: inline-block; }
      .menu__sub-link span {
        display: inline-block; }
      .menu__sub-link:hover {
        color: #4686e6; }
        .menu__sub-link:hover .menu__sub-icon svg {
          fill: #4686e6; }

.icon-history {
  width: 33px;
  height: 35px; }

.icon-product {
  width: 18px;
  height: 41px; }

.icon-dealer {
  width: 31px;
  height: 38px; }

.icon-doc {
  width: 31px;
  height: 39px; }

.icon-contacts {
  width: 37px;
  height: 37px; }

.icon-ivlev {
  width: 50px;
  height: 50px; }

.icon-event {
  width: 28px;
  height: 26px; }

.icon-tm {
  width: 28px;
  height: 15px; }

.icon-discount {
  width: 15px;
  height: 26px;
  fill: #fff;
  -webkit-transition: all .3s;
  transition: all .3s; }

.popup {
  max-width: 770px;
  background-color: #fff;
  margin: 0 auto;
  display: none; }
  @media (max-width: 810px) {
    .popup {
      max-width: 90%; } }
  .popup__top {
    height: 320px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #21262d;
    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; }
    @media (max-width: 767px) {
      .popup__top {
        height: 250px; } }
    .popup__top img {
      width: 287px;
      padding: 20px;
      /*height: 122px; */
    }
  .popup__bott {
    padding: 40px 100px 27px 62px; }
    @media (max-width: 767px) {
      .popup__bott {
        padding: 30px 30px 20px 30px; } }

.fancybox-slide > * {
  padding: 0;
  margin: 10px 0; }

.fancybox-close-small {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 10px;
  right: 10px; }
  .fancybox-close-small:focus:after {
    outline: none; }
  .fancybox-close-small:after {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #fff;
    top: 9px;
    left: 6px;
    right: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 0; }
  .fancybox-close-small:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    background-color: #fff;
    top: 9px;
    left: 6px;
    right: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .fancybox-close-small:hover {
    opacity: .5; }
    .fancybox-close-small:hover:after, .fancybox-close-small:hover:before {
      color: #fff; }

#preloader {
  position: fixed;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999; }
  #preloader .preloader-wrapper {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

body.overflow-hidden {
  overflow: hidden; }
  body.overflow-hidden .compensate-for-preloader {
    margin-right: 17px; }
    @media (max-width: 1023px) {
      body.overflow-hidden .compensate-for-preloader {
        margin: 0; } }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper.small {
  width: 36px;
  height: 36px; }

.preloader-wrapper.big {
  width: 64px;
  height: 64px; }

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: blue; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
        transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
        transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.product {
  text-align: center;
  height: 100vh;
  padding-left: 115px;
  padding-right: 15px; }
  @media (max-height: 800px) {
    .product {
      padding-left: 90px; } }
  @media (max-width: 1023px) {
    .product {
      padding-left: 15px;
      height: 100%; } }
  .product__item {
    height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative; }
    @media (max-height: 1050px) {
      .product__item {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-height: 670px) {
      .product__item {
        padding: 30px 0; } }
    @media (max-width: 1023px) {
      .product__item {
        height: 100%;
        display: block;
        padding: 50px 15px; } }
    @media (max-width: 767px) {
      .product__item {
        padding: 30px 15px; } }
  .product__descr {
    max-width: 420px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 208px; }
    @media (max-height: 750px) {
      .product__descr {
        padding-top: 150px; } }
    @media (max-width: 1450px) {
      .product__descr {
        max-width: 320px; } }
    @media (max-width: 1023px) {
      .product__descr {
        padding-top: 0;
        max-width: 100%;
        display: block;
        padding-bottom: 20px; } }
    .product__descr-text {
      display: block;
      line-height: 1.875; }
      @media (max-width: 767px) {
        .product__descr-text {
          line-height: 1.5;
          font-size: 14px; } }
  .product__brand {
    display: block;
    font-family: "Garamond", Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.3px;
    padding-bottom: 13px; }
    @media (max-width: 767px) {
      .product__brand {
        font-size: 22px; } }
  .product__name {
    display: block;
    font-family: "Garamond", Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 47px;
    text-transform: uppercase;
    letter-spacing: 2.5px; }
    @media (max-height: 750px) {
      .product__name {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .product__name {
        font-size: 30px;
        padding-bottom: 20px; } }
  .product__img-wrap {
    display: inline-block;
    vertical-align: top;
    height: 810px;
    height: 100%;
    margin: 0 110px 0 40px; }
    @media (max-height: 1050px) {
      .product__img-wrap {
        margin-bottom: 20px; } }
    @media (max-width: 1500px) {
      .product__img-wrap {
        margin: 0 40px; } }
    @media (max-width: 1200px) {
      .product__img-wrap {
        vertical-align: middle; }
        .product__img-wrap:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          height: 100%; } }
    @media (max-width: 1023px) {
      .product__img-wrap {
        height: 450px;
        margin-bottom: 23px; } }
    @media (max-width: 767px) {
      .product__img-wrap {
        margin: 0;
        height: 350px; } }
    .product__img-wrap img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      height: 100%; }
      @media (max-width: 1200px) {
        .product__img-wrap img {
          height: 70%; } }
      @media (max-width: 1023px) {
        .product__img-wrap img {
          height: 100%; } }
  .product__info {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 208px;
    max-width: 290px; }
    @media (max-height: 750px) {
      .product__info {
        padding-top: 150px; } }
    @media (max-width: 1250px) {
      .product__info {
        max-width: 240px; } }
    @media (max-width: 1023px) {
      .product__info {
        padding-top: 0;
        max-width: 260px;
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .product__info {
        max-width: 220px; } }
    .product__info-row {
      padding-bottom: 40px;
      font-size: 18px;
    }
      @media (max-height: 750px) {
        .product__info-row {
          padding-bottom: 25px; } }
      @media (max-width: 1366px) {
        .product__info-row {
          padding-bottom: 25px; } }
      @media (max-width: 767px) {
        .product__info-row {
          width: 100%;
          font-size: 14px;
          padding-bottom: 20px; } }
    .product__info-title {
      color: #a6a9ac;
      display: block;
      padding-bottom: 4px; }
      @media (max-width: 767px) {
        .product__info-title {
          padding-bottom: 0; } }
    .product__info-text {
      line-height: 1.5;
      display: block; }
      .product__info-text span {
        display: block; }

.recepie {
  text-align: center;
  height: 100vh;
  padding-left: 115px;
  padding-right: 15px; }
@media (max-height: 800px) {
  .recepie {
    padding-left: 90px; } }
@media (max-width: 1023px) {
  .recepie {
    padding-left: 15px;
    height: 100%; } }
.recepie__item {
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative; }
@media (max-height: 1050px) {
  .recepie__item {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (max-height: 670px) {
  .recepie__item {
    padding: 30px 0; } }
@media (max-width: 1023px) {
  .recepie__item {
    height: 100%;
    display: block;
    padding: 50px 15px; } }
@media (max-width: 767px) {
  .recepie__item {
    padding: 30px 15px; } }
.recepie__descr {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-top: 100px; }
@media (max-height: 750px) {
  .recepie__descr { } }
@media (max-width: 1450px) {
  .recepie__descr { } }
@media (max-width: 1023px) {
  .recepie__descr {
    padding-top: 0;
    max-width: 100%;
    display: block;
    padding-bottom: 20px; } }
.recepie__descr-text {
  display: block;
  line-height: 1.875; }
@media (max-width: 767px) {
  .recepie__descr-text {
    line-height: 1.5;
    font-size: 14px; } }
.recepie__brand {
  display: block;
  font-family: "Garamond", Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding-bottom: 13px; }
@media (max-width: 767px) {
  .recepie__brand {
    font-size: 22px; } }
.recepie__name {
  display: block;
  font-family: "Garamond", Arial, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 47px;
  text-transform: uppercase;
  letter-spacing: 2.5px; }
@media (max-height: 750px) {
  .recepie__name {
    padding-bottom: 30px; } }
@media (max-width: 767px) {
  .recepie__name {
    font-size: 30px;
    padding-bottom: 20px; } }
.recepie__img-wrap {
  vertical-align: top;
  height: 810px;
  height: 100%;
  margin: 0 350px 0 350px; }
@media (max-height: 1050px) {
  .recepie__img-wrap {
    margin-bottom: 20px; } }
@media (max-width: 1500px) {
  .recepie__img-wrap {
    margin: 0 200px; } }
@media (max-width: 1200px) {
  .recepie__img-wrap {
    vertical-align: middle; }
  .recepie__img-wrap:before {
    content: '';
    display: inline-block;
    vertical-align: middle; } }
@media (max-width: 1023px) {
  .recepie__img-wrap {
    height: 450px;
    margin-bottom: 23px; } }
@media (max-width: 767px) {
  .recepie__img-wrap {
    margin: 0;
    height: 350px; } }
.recepie__img-wrap img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: 100%; }
@media (max-width: 1200px) {
  .recepie__img-wrap img {
    height: 70%; } }
@media (max-width: 1023px) {
  .recepie__img-wrap img {
    height: 100%; } }
.recepie__info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-top: 208px;
  max-width: 290px; }
@media (max-height: 750px) {
  .recepie__info {
    padding-top: 150px; } }
@media (max-width: 1250px) {
  .recepie__info {
    max-width: 240px; } }
@media (max-width: 1023px) {
  .recepie__info {
    padding-top: 0;
    max-width: 260px;
    margin-left: 20px; } }
@media (max-width: 767px) {
  .recepie__info {
    max-width: 220px; } }
.recepie__info-row {
  padding-bottom: 40px;
  font-size: 18px;
}
@media (max-height: 750px) {
  .recepie__info-row {
    padding-bottom: 25px; } }
@media (max-width: 1366px) {
  .recepie__info-row {
    padding-bottom: 25px; } }
@media (max-width: 767px) {
  .recepie__info-row {
    width: 100%;
    font-size: 14px;
    padding-bottom: 20px; } }
.recepie__info-title {
  color: #a6a9ac;
  display: block;
  padding-bottom: 4px; }
@media (max-width: 767px) {
  .recepie__info-title {
    padding-bottom: 0; } }
.recepie__info-text {
  line-height: 1.5;
  display: block; }
.recepie__info-text span {
  display: block; }

.icon-video {
  width: 40px;
  height: 40px;
  fill: white; }
  @media (max-width: 767px) {
    .icon-video {
      width: 30px;
      height: 30px; } }

.icon-saleplace {
  width: 35px;
  height: 40px;
  fill: white; }
  @media (max-width: 767px) {
    .icon-saleplace {
      width: 27px;
      height: 30px; } }

.social {
  position: fixed;
  z-index: 1;
  right: 78px;
  top: 50px; }
  @media (max-width: 1023px) {
    .social {
      display: none; } }
  .social__list {
    letter-spacing: -.36em;
    margin: 0 -5px; }
  .social__item {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 5px; }
  .social__link {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #f1f1f6;
    border-radius: 50%;
    position: relative; }
    .social__link:hover {
      background-color: #fff; }
      .social__link:hover svg {
        fill: #4686e6; }
    .social__link svg {
      fill: #343434;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all .3s;
      transition: all .3s; }

.icon-facebook {
  width: 7px;
  height: 13px; }

.icon-instagram {
  width: 14px;
  height: 13px; }

.map__text {
  position: absolute;
  left: 10%;
  bottom: 30px;
  color: #fff;
}
.article_text a {
  color: #182430;
  text-decoration: underline;
}
.static-content ul {
  font-size: 14px;
  list-style: disc inside;
}
.static-content ul li {
  font-size: 14px;
}
.menu__link_logo img {
  width: 100%;
  margin:15px;
}

