@charset "UTF-8";
.l-container, .l-carousel, .header__container, .footer__container, .video-section__container, .events-filter__list, .events__container, .submenu__list, .contacts-section__container {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 500px) {
    .l-container, .l-carousel, .header__container, .footer__container, .video-section__container, .events-filter__list, .events__container, .submenu__list, .contacts-section__container {
      padding: 0 10px; } }

.news-carousel__link, .visit-img, .plan-section, .app-section__top, .building-section, .group-section__top, .events-section__top, .research-carousel__hover, .press__item, .material-item__image {
  position: relative; }
  .news-carousel__link .subtitle, .visit-img .subtitle, .plan-section .subtitle, .app-section__top .subtitle, .building-section .subtitle, .group-section__top .subtitle, .events-section__top .subtitle, .research-carousel__hover .subtitle, .press__item .subtitle, .material-item__image .subtitle {
    position: relative;
    z-index: 3; }
  .news-carousel__link:after, .visit-img:after, .plan-section:after, .app-section__top:after, .building-section:after, .group-section__top:after, .events-section__top:after, .research-carousel__hover:after, .press__item:after, .material-item__image:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .news-carousel__link:hover:after, .visit-img:hover:after, .plan-section:hover:after, .app-section__top:hover:after, .building-section:hover:after, .group-section__top:hover:after, .events-section__top:hover:after, .research-carousel__hover:hover:after, .press__item:hover:after, .material-item__image:hover:after {
    background: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 500px) {
    .news-carousel__link:hover:after, .visit-img:hover:after, .plan-section:hover:after, .app-section__top:hover:after, .building-section:hover:after, .group-section__top:hover:after, .events-section__top:hover:after, .research-carousel__hover:hover:after, .press__item:hover:after, .material-item__image:hover:after {
      background: rgba(0, 0, 0, 0.2); } }

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/FuturaBookC.eot");
  src: local("O"), url("../fonts/Futura/FuturaBookC.woff") format("woff"), url("../fonts/Futura/FuturaBookC.woff2") format("woff2"), url("../fonts/Futura/FuturaBookC.ttf") format("truetype"), url("../fonts/Futura/FuturaBookC.svg#Futura") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/FuturaBookC-Italic.eot");
  src: local("O"), url("../fonts/Futura/FuturaBookC-Italic.woff") format("woff"), url("../fonts/Futura/FuturaBookC-Italic.woff2") format("woff2"), url("../fonts/Futura/FuturaBookC-Italic.ttf") format("truetype"), url("../fonts/Futura/FuturaBookC-Italic.svg#Futura") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/FuturaLightC.eot");
  src: local("O"), url("../fonts/Futura/FuturaLightC.woff") format("woff"), url("../fonts/Futura/FuturaLightC.woff2") format("woff2"), url("../fonts/Futura/FuturaLightC.ttf") format("truetype"), url("../fonts/Futura/FuturaLightC.svg#Futura") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/FuturaLightC-Italic.eot");
  src: local("O"), url("../fonts/Futura/FuturaLightC-Italic.woff") format("woff"), url("../fonts/Futura/FuturaLightC-Italic.woff2") format("woff2"), url("../fonts/Futura/FuturaLightC-Italic.ttf") format("truetype"), url("../fonts/Futura/FuturaLightC-Italic.svg#Futura") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/FuturaMediumC.eot");
  src: local("O"), url("../fonts/Futura/FuturaMediumC.woff") format("woff"), url("../fonts/Futura/FuturaMediumC.woff2") format("woff2"), url("../fonts/Futura/FuturaMediumC.ttf") format("truetype"), url("../fonts/Futura/FuturaMediumC.svg#Futura") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura/FuturaDemiC.eot");
  src: local("O"), url("../fonts/Futura/FuturaDemiC.woff") format("woff"), url("../fonts/Futura/FuturaDemiC.woff2") format("woff2"), url("../fonts/Futura/FuturaDemiC.ttf") format("truetype"), url("../fonts/Futura/FuturaDemiC.svg#Futura") format("svg");
  font-weight: 700;
  font-style: normal; }
h1, h2, h3 {
  font-weight: 300; }

b, strong {
  font-weight: 600; }

.title, .subtitle {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase; }
  @media screen and (max-width: 740px) {
    .title, .subtitle {
      font-size: 30px; } }
  @media screen and (max-width: 500px) {
    .title, .subtitle {
      font-size: 20px; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 100%;
  overflow-x: hidden; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font: 300 16px/1.2 "Futura", sans-serif;
  color: #000000;
  background: #ffffff; }

.l-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

input.placeholder, textarea.placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1 !important;
  text-overflow: ellipsis; }
input::-ms-clear, textarea::-ms-clear {
  display: none; }

input[type="search"] {
  box-sizing: border-box !important; }

p {
  margin: 0 0 10px; }
  p:last-child {
    margin: 0; }

img {
  vertical-align: middle; }

a img {
  border: none;
  outline: none !important;
  cursor: pointer; }

a {
  outline: none !important;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

input, textarea {
  outline: none; }

.grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.clearfix::after {
  display: table;
  content: "";
  clear: both; }

.mobile-visible {
  display: none; }
  @media screen and (max-width: 500px) {
    .mobile-visible {
      display: block; } }

@media screen and (max-width: 500px) {
  .mobile-hidden {
    display: none; } }

.grey-section {
  background: #363636; }

.elements-group {
  margin: 30px 0 40px;
  -webkit-box-shadow: 1px 3px 9px rgba(79, 62, 94, 0.1);
  -moz-box-shadow: 1px 3px 9px rgba(79, 62, 94, 0.1);
  box-shadow: 1px 3px 9px rgba(79, 62, 94, 0.1); }

.grey-carousel {
  padding: 26px 0 30px;
  color: #ffffff;
  background: #363636;
  border-top: 2px solid #ffffff; }
  .grey-carousel .subtitle {
    padding: 10px 0 40px; }
  @media screen and (max-width: 500px) {
    .grey-carousel {
      padding: 10px 0; }
      .grey-carousel .subtitle {
        padding: 10px 0 20px;
        text-align: center; } }

.l-carousel {
  padding: 0 30px; }
  @media screen and (max-width: 500px) {
    .l-carousel {
      padding: 0 10px; } }

.swiper-wrapper {
  height: auto; }

.carousel-container {
  position: relative; }

.news-carousel {
  position: relative;
  color: #000000; }
  .news-carousel__item {
    background: #ffffff; }
  .news-carousel__card {
    width: 100%; }
  .news-carousel__img {
    width: 100%;
    height: 238px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .news-carousel__text {
    padding: 12px 13px 15px; }
  .news-carousel__title {
    font-weight: 600;
    font-size: 16px; }
  .news-carousel__description {
    margin: 14px 0 0;
    font-size: 14px; }
  .news-carousel__link {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0; }
    .news-carousel__link span {
      position: relative;
      z-index: 3; }
  .news-carousel__item:hover .news-carousel__link {
    opacity: 1; }
  @media screen and (max-width: 500px) {
    .news-carousel__img {
      height: 190px; }
    .news-carousel__text {
      padding: 7px 10px 15px; }
    .news-carousel__description {
      display: none; }
    .news-carousel__item:hover .news-carousel__link {
      opacity: 0; } }

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important; }

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-image: url("../image/icons/arrows.svg");
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slider-prev {
  position: absolute;
  right: -30px;
  background-position: 100% 0; }
  @media screen and (max-width: 500px) {
    .slider-prev {
      right: -10px; } }

.slider-next {
  position: absolute;
  left: -30px;
  background-position: 0 0; }
  @media screen and (max-width: 500px) {
    .slider-next {
      left: -10px; } }

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  outline: none; }

.swiper-pagination-bullet-active {
  background: #ffffff; }

.counter {
  position: relative;
  width: 120px;
  margin: auto;
  color: #ffffff; }
  .counter label {
    display: none; }
  .counter .ui-spinner {
    display: block;
    width: 94px;
    margin: auto; }

.spinner {
  width: 100%;
  height: 32px;
  padding: 0;
  text-align: center;
  border: none;
  background: rgba(255, 255, 255, 0); }

.ui-spinner-button {
  position: absolute;
  top: 9px;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer; }

.ui-spinner-up {
  right: 0;
  background-image: url("../image/icons/counter.svg");
  background-repeat: no-repeat;
  background-position: 100% 0; }

.ui-spinner-down {
  left: 0;
  background-image: url("../image/icons/counter.svg");
  background-repeat: no-repeat;
  background-position: 0 0; }

@media screen and (max-width: 700px) {
  .counter {
    width: 80px; }
    .counter .ui-spinner {
      width: 50px; } }
.header {
  position: relative;
  z-index: 100;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #363636;
  border-bottom: 2px solid #ffffff; }
  .header__top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 10px 0; }
  .header__bottom {
    position: absolute;
    display: none;
    width: 100%;
    border-top: 1px solid rgba(180, 180, 180, 0.2);
    background: #363636; }
  .header__phone {
    display: inline-block;
    color: #b4b4b4; }
    .header__phone img {
      position: relative;
      top: -3px;
      width: 14px;
      margin-right: 12px; }
  .header__address {
    display: block;
    color: #b4b4b4; }
  .header__store {
    display: inline-block;
    color: #b4b4b4; }
    .header__store img {
      position: relative;
      top: -2px;
      width: 15px;
      margin-right: 5px; }
  .header__ticket {
    display: inline-block;
    text-align: center;
    line-height: 125%;
    color: #b4b4b4; }
    .header__ticket:hover {
      color: #ffffff; }
  @media screen and (max-width: 1040px) {
    .header__store {
      display: none; } }
  @media screen and (max-width: 940px) {
    .header__top {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      min-height: 80px; }
    .header__ticket {
      margin: 0 40px; } }
  @media screen and (max-width: 500px) {
    .header {
      font-size: 16px; }
      .header__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        min-height: auto; }
      .header__contacts {
        display: none; }
      .header__ticket {
        font-size: 20px;
        color: #ffffff; }
        .header__ticket br {
          display: none; }
      .header__bottom {
        position: fixed;
        height: 100%; } }

.logo {
  display: inline-block;
  height: 70px;
  width: 390px;
  margin-left: 94px;
  margin-right: 20px; }
  .logo__img {
    height: 100%;
    display: inline-block;
    vertical-align: baseline; }
  .logo__text {
    display: inline-block;
    max-width: 230px;
    margin-left: 13px;
    margin-top: 16px;
    line-height: 125%;
    vertical-align: top;
    color: #ffffff; }
  @media screen and (max-width: 940px) {
    .logo {
      position: absolute;
      left: 0;
      width: auto;
      height: 60px;
      margin: 0; }
      .logo__text {
        display: none; } }
  @media screen and (max-width: 500px) {
    .logo {
      position: relative;
      height: 40px; } }

.menu-burger {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 24px;
  cursor: pointer; }
  .menu-burger .line {
    display: block;
    background: #ffffff;
    width: 28px;
    height: 4px;
    position: absolute;
    left: 0;
    transition: all 0.4s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu-burger .line {
        transition: none; } }
    .menu-burger .line.line-1 {
      top: 0; }
    .menu-burger .line.line-2 {
      top: 50%; }
    .menu-burger .line.line-3 {
      top: 100%; }
  .menu-burger.active .line {
    left: -2px;
    width: 32px; }
  .menu-burger.active .line-1 {
    transform: translateY(12px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
    -moz-transform: translateY(12px) translateX(0) rotate(45deg); }
  .menu-burger.active .line-2 {
    opacity: 0; }
  .menu-burger.active .line-3 {
    transform: translateY(-12px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-12px) translateX(0) rotate(-45deg); }
  @media screen and (max-width: 940px) {
    .menu-burger {
      position: relative;
      left: auto;
      -webkit-box-ordinal-group: 101;
      -webkit-order: 100;
      -moz-order: 100;
      -ms-flex-order: 100;
      order: 100;
      width: 23px;
      height: 21px; }
      .menu-burger .line {
        width: 23px;
        height: 3px; }
      .menu-burger.active .line {
        width: 27px; }
      .menu-burger.active .line-1 {
        top: -2px; } }
  @media screen and (max-width: 500px) {
    .menu-burger {
      height: 20px; }
      .menu-burger.active .line-1 {
        top: -3px; } }

.lang {
  width: 28px; }
  .lang__button {
    width: 100%;
    cursor: pointer; }
  .lang__list {
    display: none;
    position: absolute;
    top: 13px;
    z-index: 3;
    width: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: none;
    background: #363636; }
    .lang__list a {
      display: block;
      color: #b4b4b4; }
  .lang.active .lang__list {
    display: block; }
  .lang.active .lang__button {
    display: none; }
  @media screen and (max-width: 940px) {
    .lang {
      display: none; } }

.lang-mobile {
  display: none;
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  text-align: center; }
  .lang-mobile li {
    display: inline-block; }
    .lang-mobile li:after {
      content: "";
      position: relative;
      top: -1px;
      display: inline-block;
      width: 1px;
      height: 16px;
      margin: 0 12px;
      background: #ffffff;
      vertical-align: middle; }
    .lang-mobile li:last-child:after {
      display: none; }
  .lang-mobile a {
    display: inline-block;
    color: #ffffff; }
  @media screen and (max-width: 940px) {
    .lang-mobile {
      display: block; } }

.contacts-mobile {
  display: none;
  max-width: 246px;
  margin: 0 auto 30px;
  padding: 0;
  text-transform: none;
  list-style: none; }
  .contacts-mobile__item {
    position: relative;
    margin: 0 0 10px;
    color: #b4b4b4; }
    .contacts-mobile__item:last-child {
      margin: 0; }
    .contacts-mobile__item a {
      color: #b4b4b4; }
  .contacts-mobile__img {
    position: absolute;
    top: 4px;
    display: inline-block;
    width: 14px;
    vertical-align: top; }
  .contacts-mobile__content {
    display: inline-block;
    margin-left: 28px; }
  @media screen and (max-width: 500px) {
    .contacts-mobile {
      display: block; } }

.header-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 250px;
  padding: 0 15px;
  text-align: center;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden; }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin: 0;
  padding: 0; }
  .menu__item {
    display: inline-block; }
  .menu__link {
    position: relative;
    display: inline-block;
    padding: 17px 20px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #b4b4b4;
    transition: all 250ms; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu__link {
        transition: none; } }
    .menu__link:hover {
      color: #ffffff; }
  .menu .mobile-link {
    display: none; }
  @media screen and (max-width: 1040px) {
    .menu {
      display: block;
      margin: 30px auto;
      text-align: center; }
      .menu__item {
        width: 100%; }
      .menu__link {
        padding: 12px 0;
        color: #ffffff; }
      .menu .mobile-link {
        display: block; } }
  @media screen and (max-width: 940px) {
    .menu {
      margin: 20px auto; } }

.modal {
  padding: 0 !important;
  pointer-events: auto;
  color: #ffffff;
  background-color: #363636; }

.modal-dialog {
  z-index: 6000;
  pointer-events: auto; }

.modal-open {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 !important; }

.modal-backdrop {
  background: none; }

.modal-wrap {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 610px;
  margin: 40px auto 20px;
  padding: 0 15px; }
  @media screen and (max-width: 500px) {
    .modal-wrap {
      position: absolute;
      left: 50%;
      top: auto;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      margin: 50px auto; } }

.modal-video {
  max-width: 810px; }

.modal-container {
  position: relative;
  padding: 10px 0 30px; }

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../image/icons/close.svg");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 500px) {
    .modal-close {
      top: 15px;
      right: 15px;
      width: 25px;
      height: 25px; } }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  font-size: 18px;
  color: #b4b4b4;
  background: #363636;
  border-top: 2px solid #ffffff; }
  .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 45px 0 60px; }
  .footer__column {
    min-width: 110px; }
  .footer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600; }
    .footer__menu li {
      margin: 0 0 16px; }
      .footer__menu li:last-child {
        margin: 0; }
    .footer__menu a {
      color: #ffffff; }
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 40px; }
  .footer__copyright {
    font-size: 16px; }
    .footer__copyright br {
      display: none; }
  .footer__develop {
    font-size: 16px;
    color: #b4b4b4; }
    .footer__develop a {
      color: #ffffff; }
  @media screen and (max-width: 800px) {
    .footer {
      text-align: center; }
      .footer__top {
        display: block;
        padding: 40px 0 26px; }
      .footer__bottom {
        display: block;
        padding: 0 0 42px; }
      .footer__menu li {
        margin: 0 0 11px; }
      .footer .contacts-list {
        max-width: 240px;
        margin: 0 auto;
        text-align: left; }
      .footer__copyright {
        font-size: 14px;
        line-height: 125%; }
        .footer__copyright br {
          display: block; } }

.social-link {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-link li {
    display: inline-block;
    margin-left: 18px; }
    .social-link li:first-child {
      margin: 0; }
  .social-link a {
    display: block;
    width: 30px; }
  .social-link img {
    max-width: 100%; }
  @media screen and (max-width: 800px) {
    .social-link li {
      margin: 0 8px; }
      .social-link li:first-child {
        margin: 0 8px; }
    .social-link a {
      width: 20px; } }

.footer-contacts {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-contacts__item {
    position: relative;
    margin: 0 0 16px; }
    .footer-contacts__item:last-child {
      margin: 0; }
  .footer-contacts__content {
    display: inline-block; }
    .footer-contacts__content br {
      display: none; }
  @media screen and (max-width: 800px) {
    .footer-contacts {
      margin: 21px 0;
      font-size: 14px;
      color: #ffffff; }
      .footer-contacts__content br {
        display: block; }
      .footer-contacts__content span {
        display: none; }
      .footer-contacts__item {
        margin: 0;
        line-height: 185%; } }

.form__item {
  position: relative;
  color: #393946; }
.form__label {
  display: block;
  font-size: 16px; }
.form__input {
  width: 100%;
  padding-bottom: 5px;
  font-size: 17px;
  border: none;
  border-bottom: 2px solid #84849a;
  background: rgba(255, 255, 255, 0); }
  .form__input.parsley-error {
    border-bottom: 2px solid #f7451d; }
.form__textarea {
  width: 100%;
  height: 50px;
  max-height: 150px;
  font-size: 17px;
  line-height: 1.3;
  border: none;
  border-bottom: 2px solid #84849a;
  background: rgba(255, 255, 255, 0); }
  .form__textarea.parsley-error {
    border-bottom: 2px solid #f7451d; }
.form__submit {
  display: block;
  width: 100%;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  border: none;
  background: #ff6f0b;
  cursor: pointer; }

.form-modal {
  width: 100%;
  max-width: 320px;
  margin: auto; }
  .form-modal__item {
    width: 100%;
    margin: 33px 0 0; }
    .form-modal__item:first-child {
      margin: 0; }
  .form-modal__checkbox {
    margin: 30px 0 0; }
  .form-modal__submit {
    max-width: 220px;
    margin: 29px auto 0; }

.parsley-errors-list {
  display: none; }

.parsley-error {
  border-bottom: 1px solid #ff0000; }

.inlinePlayButton, .inlinePlayButtonMobile {
  width: 116px;
  height: 116px;
  font-size: 0;
  background-image: url("../image/icons/play.svg");
  background-color: rgba(0, 0, 0, 0);
  background-size: contain;
  transform: scale(1.1); }
  @media screen and (max-width: 500px) {
    .inlinePlayButton, .inlinePlayButtonMobile {
      width: 75px;
      height: 75px; } }

.inlinePlayButton:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  transform: scale(1.1) !important; }

#home-video {
  padding-bottom: 48.25% !important; }
  @media screen and (max-width: 500px) {
    #home-video {
      padding-bottom: 41.25% !important; } }

.mbYTP_wrapper iframe {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: -8% !important; }
  @media screen and (max-width: 500px) {
    .mbYTP_wrapper iframe {
      margin-top: -13% !important; } }

.main-video {
  position: relative;
  border-bottom: 2px solid #ffffff; }
  .main-video__mute {
    position: absolute;
    right: 17px;
    bottom: 22px;
    z-index: 3;
    width: 28px;
    height: 28px;
    background-image: url("../image/icons/mute.svg");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    background-size: contain;
    border: none;
    outline: none; }
    .main-video__mute:focus {
      border: none; }
  @media screen and (max-width: 500px) {
    .main-video__mute {
      right: 10px;
      bottom: 10px; } }

.visit-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 500px;
  color: #ffffff;
  background-image: url("../image/picture/visit.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer; }
  @media screen and (max-width: 740px) {
    .visit-img {
      height: 300px; } }
  @media screen and (max-width: 500px) {
    .visit-img {
      height: 180px; } }

.l-visit-info {
  display: none; }

.visit-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 18px;
  color: #ffffff;
  background: #363636;
  border-top: 2px solid #ffffff; }
  .visit-info__column {
    width: 50%; }
    .visit-info__column:first-child {
      border-right: 2px solid #ffffff; }
  .visit-info__map {
    width: 100%;
    height: 165px; }
  .visit-info__cost {
    margin: 16px 0 0; }
  .visit-info__contacts {
    border-top: 2px solid #ffffff;
    padding: 30px 40px; }
  .visit-info__text {
    padding: 60px 55px 160px;
    text-align: center; }
  .visit-info__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 50%;
    padding: 35px 0 33px;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #1A1A1A;
    border-top: 2px solid #ffffff; }
  .visit-info__arrow {
    position: absolute;
    right: 19px;
    top: 15px;
    width: 32px;
    cursor: pointer; }
    .visit-info__arrow img {
      max-width: 100%; }
  .visit-info__close {
    position: absolute;
    right: 9px;
    top: 10px;
    display: none;
    width: 22px; }
    .visit-info__close img {
      max-width: 100%; }
  @media screen and (max-width: 940px) {
    .visit-info__contacts {
      padding: 30px 30px; }
    .visit-info__text {
      padding: 50px 35px 150px; }
    .visit-info__arrow {
      right: 15px;
      top: 10px; } }
  @media screen and (max-width: 740px) {
    .visit-info {
      display: block; }
      .visit-info__text {
        display: none; }
      .visit-info__column {
        width: 100%; }
        .visit-info__column:first-child {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: column nowrap;
          -moz-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
          border: none; }
      .visit-info__btn {
        position: static;
        width: 100%;
        padding: 15px 0 13px;
        font-size: 20px;
        border: none; }
      .visit-info__contacts {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-order: -1;
        -ms-flex-order: -1;
        order: -1;
        border: none; }
      .visit-info__map {
        height: 203px; } }
  @media screen and (max-width: 500px) {
    .visit-info {
      position: fixed;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 101;
      font-size: 16px; }
      .visit-info__column:first-child {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        height: 100%;
        padding-bottom: 50px; }
      .visit-info__map {
        min-height: 203px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 200px;
        -moz-box-flex: 1;
        -moz-flex: 1 1 200px;
        -ms-flex: 1 1 200px;
        flex: 1 1 200px; }
      .visit-info__contacts {
        padding: 50px 10px 30px; }
      .visit-info__btn {
        position: absolute;
        height: 50px;
        padding: 13px 0; }
      .visit-info__arrow {
        display: none; }
      .visit-info__close {
        display: block; } }

.contacts-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contacts-list__item {
    position: relative;
    margin: 0 0 5px; }
    .contacts-list__item:last-child {
      margin: 0; }
  .contacts-list__img {
    position: absolute;
    top: 4px;
    display: inline-block;
    width: 14px;
    vertical-align: top; }
  .contacts-list__content {
    display: inline-block;
    margin-left: 23px; }
    .contacts-list__content br {
      display: none; }
  .contacts-list__place .contacts-list__img {
    top: 2px; }
  @media screen and (max-width: 500px) {
    .contacts-list__content br {
      display: block; }
    .contacts-list__content span {
      display: none; }
    .contacts-list__item {
      margin: 0 0 10px; } }

.third-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 500px;
  border-top: 2px solid #ffffff; }
  @media screen and (max-width: 740px) {
    .third-section {
      display: block;
      height: auto; } }

.plan-section {
  display: block;
  width: 67%;
  color: #ffffff;
  background-image: url("../image/picture/plan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-right: 2px solid #ffffff; }
  .plan-section .subtitle {
    position: absolute;
    bottom: 48px;
    right: 55px; }
  @media screen and (max-width: 1040px) {
    .plan-section {
      width: 50%; }
      .plan-section .subtitle {
        bottom: 38px;
        right: 45px; } }
  @media screen and (max-width: 740px) {
    .plan-section {
      width: 100%;
      height: 300px;
      border: none;
      border-bottom: 2px solid #ffffff; } }
  @media screen and (max-width: 500px) {
    .plan-section {
      height: 180px; }
      .plan-section .subtitle {
        bottom: 15px;
        right: 12px; } }

.app-section {
  position: relative;
  color: #ffffff;
  width: 33%;
  height: 100%;
  font-size: 18px; }
  .app-section__top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url("../image/picture/mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer; }
  .app-section .opacity {
    z-index: -1; }
  .app-section__info {
    width: 100%;
    height: 100%;
    padding: 60px 20px;
    text-align: center;
    background: #363636; }
  .app-section__img {
    width: 100%;
    max-width: 238px;
    margin: 40px auto 0; }
  .app-section__store {
    display: inline-block;
    width: 40px;
    margin: 0 10px; }
    .app-section__store img {
      max-width: 100%; }
  .app-section__icons {
    display: none;
    margin: 0 0 20px; }
  .app-section__try {
    display: none;
    margin: 23px auto 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff; }
  @media screen and (max-width: 1040px) {
    .app-section {
      width: 50%; } }
  @media screen and (max-width: 740px) {
    .app-section {
      width: 100%; }
      .app-section__icons, .app-section__try {
        display: block; }
      .app-section__img {
        display: none; }
      .app-section__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        min-height: 320px;
        padding: 42px 15px; } }
  @media screen and (min-width: 501px) {
    .app-section:hover .app-desktop {
      z-index: -1; } }

.building-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 238px;
  text-align: center;
  color: #ffffff;
  background-image: url("../image/picture/home-building.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff; }
  .building-section:after {
    background: rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 500px) {
    .building-section {
      height: 180px; } }

.fifth-section {
  position: relative;
  height: 500px; }
  .fifth-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 100%; }
  @media screen and (max-width: 740px) {
    .fifth-section {
      height: auto; }
      .fifth-section__inner {
        display: block;
        height: auto; } }

.group-section {
  position: relative;
  color: #ffffff;
  width: 50%;
  height: 100%;
  border-right: 2px solid #ffffff; }
  .group-section__top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url("../image/picture/group.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer; }
    .group-section__top:after {
      background: rgba(0, 0, 0, 0.4); }
    .group-section__top:hover:after {
      background: rgba(0, 0, 0, 0.4); }
    .group-section__top.opacity {
      z-index: -1; }
  .group-section__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #363636; }
  .group-section__menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 40px;
    line-height: 1.1; }
    .group-section__menu li {
      width: 100%; }
    .group-section__menu a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      min-height: 98px;
      padding: 7px 0 5px;
      text-transform: uppercase;
      color: #ffffff; }
      .group-section__menu a:hover {
        background: #000000; }
  @media screen and (max-width: 940px) {
    .group-section__menu {
      font-size: 30px; }
      .group-section__menu a {
        min-height: 80px; } }
  @media screen and (max-width: 740px) {
    .group-section {
      width: 100%;
      border: none;
      border-bottom: 2px solid #ffffff; }
      .group-section__info {
        min-height: 320px; }
      .group-section__menu {
        font-size: 24px; }
        .group-section__menu a {
          min-height: 66px; } }
  @media screen and (min-width: 501px) {
    .group-section:hover .app-desktop {
      z-index: -1; } }
  @media screen and (max-width: 500px) {
    .group-section__top:hover:after {
      background: rgba(0, 0, 0, 0.4); } }

.group-content {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background: #363636; }
  .group-content.active {
    display: block; }
  .group-content__close {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 11;
    width: 32px;
    cursor: pointer; }
    .group-content__close img {
      width: 100%; }
  .group-content__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%; }
  .group-content__info {
    width: 33%;
    padding: 0 25px;
    font-size: 18px;
    text-align: center;
    color: #ffffff; }
  .group-content__img {
    width: 67%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .group-content__contacts {
    max-width: 280px;
    margin: 50px auto 0;
    text-align: center;
    color: #ffffff; }
  .group-content__phone {
    margin: 10px 0 0;
    font-size: 30px; }
  @media screen and (max-width: 1040px) {
    .group-content__info {
      width: 50%; }
    .group-content__img {
      width: 50%; } }
  @media screen and (max-width: 740px) {
    .group-content {
      position: fixed;
      padding: 60px 0 100px; }
      .group-content__close {
        top: 10px;
        left: auto;
        right: 8px;
        z-index: 11;
        width: 24px; }
      .group-content__item {
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
      .group-content__info {
        width: 100%;
        font-size: 16px; }
      .group-content__img {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 168px;
        -moz-box-flex: 1;
        -moz-flex: 1 1 168px;
        -ms-flex: 1 1 168px;
        flex: 1 1 168px;
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 500px) {
    .group-content__text {
      margin: 0 0 15px; }
    .group-content__contacts {
      margin: 20px auto 0; }
    .group-content__phone {
      margin: 8px 0 0; } }

.events-section {
  position: relative;
  color: #ffffff;
  width: 50%;
  height: 100%;
  font-size: 18px; }
  .events-section__top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url("../image/picture/events.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer; }
    .events-section__top:after {
      background: rgba(0, 0, 0, 0.3); }
    .events-section__top.opacity {
      z-index: -1; }
  .events-section__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 60px 20px;
    font-size: 18px;
    text-align: center;
    background: #363636; }
  .events-section__text {
    max-width: 490px;
    margin: 0; }
  .events-section__link {
    display: block;
    margin: 37px auto 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff; }
  @media screen and (max-width: 740px) {
    .events-section {
      width: 100%; }
      .events-section__link {
        font-size: 20px; }
      .events-section__info {
        min-height: 320px; } }
  @media screen and (min-width: 501px) {
    .events-section:hover .app-desktop {
      z-index: -1; } }

.plan-wrap {
  position: relative; }
  @media screen and (max-width: 700px) {
    .plan-wrap {
      position: static; } }

.plan {
  position: relative; }
  .plan.active:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .plan__img {
    width: 100%; }
  .plan__anchor {
    position: absolute;
    z-index: 3;
    display: block;
    width: 25px; }
    .plan__anchor img {
      width: 100%;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
  .plan .anchor-1 {
    left: 13%;
    top: 48%; }
  .plan .anchor-2 {
    left: 23%;
    top: 57%; }
  .plan .anchor-3 {
    left: 38%;
    bottom: 31%; }
  .plan .anchor-4 {
    left: 53%;
    bottom: 40%; }
  .plan .anchor-5 {
    left: 55%;
    top: 35%; }
  .plan .anchor-6 {
    left: 47%;
    bottom: 31%; }
  .plan .anchor-7 {
    right: 14%;
    top: 35%; }
  .plan .anchor-8 {
    right: 14%;
    bottom: 43%; }
  .plan .anchor-9 {
    left: 58%;
    bottom: 26%; }
  .plan .anchor-10 {
    left: 33%;
    top: 52%; }
  .plan .anchor-11 {
    left: 37%;
    top: 39%; }
  @media screen and (max-width: 700px) {
    .plan__anchor {
      width: 18px; } }
  @media screen and (max-width: 500px) {
    .plan .anchor-1 {
      left: 12%;
      top: 44%; }
    .plan .anchor-2 {
      left: 21%;
      top: 53%; }
    .plan .anchor-3 {
      left: 35%;
      bottom: 27%; }
    .plan .anchor-6 {
      bottom: 30%; }
    .plan .anchor-7 {
      right: 13%;
      top: 30%; }
    .plan .anchor-9 {
      left: 56%;
      bottom: 24%; }
    .plan .anchor-10 {
      left: 33%;
      top: 50%; }
    .plan .anchor-11 {
      top: 33%; } }

.plan-info {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  display: none;
  height: 100%;
  width: 300px;
  font-size: 14px;
  background: #ffffff;
  overflow-y: auto; }
  .plan-info.active {
    display: block; }
  .plan-info__img {
    width: 100%; }
  .plan-info__close {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    cursor: pointer; }
    .plan-info__close img {
      width: 100%; }
  .plan-info__content {
    padding: 20px; }
    .plan-info__content p {
      line-height: 150%; }
  .plan-info__title {
    margin: 0 0 10px;
    font-size: 36px; }
  .plan-info__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 10px; }
    .plan-info__images img {
      width: 48%; }
  @media screen and (max-width: 700px) {
    .plan-info {
      position: fixed;
      z-index: 101;
      width: 100%; } }

.plan-instruction {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 640px;
  padding: 65px 56px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.85); }
  .plan-instruction__close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    width: 20px; }
    .plan-instruction__close img {
      width: 100%; }
  .plan-instruction__text {
    font-size: 24px;
    line-height: 153%; }
    .plan-instruction__text img {
      width: 25px; }
  .plan-instruction__agree {
    margin: 30px auto 0;
    font-size: 30px;
    text-transform: uppercase;
    cursor: pointer; }
  @media screen and (max-width: 700px) {
    .plan-instruction {
      position: relative;
      top: 0;
      left: 0;
      max-width: 100%;
      padding: 40px 40px 30px;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none;
      background: #363636;
      border-top: 2px solid #ffffff; }
      .plan-instruction__text {
        font-size: 16px; }
        .plan-instruction__text img {
          width: 20px; }
      .plan-instruction__agree {
        margin: 15px auto 0;
        font-size: 20px; }
      .plan-instruction__close {
        display: block; } }

.buy-section {
  padding: 55px 20px 90px;
  color: #ffffff;
  background-image: url("../image/picture/buy-bg.png");
  background-position: 50% 50%;
  background-size: cover; }
  .buy-section .subtitle {
    text-align: center; }
  @media screen and (max-width: 700px) {
    .buy-section {
      padding: 38px 0 90px; }
      .buy-section .subtitle {
        display: none; } }

.buy-table {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0; }
  .buy-table__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0 0 46px;
    font-size: 30px; }
    .buy-table__line:last-child {
      margin: 0; }
  .buy-table__header {
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
  .buy-table__item {
    width: 20%; }
    .buy-table__item:first-child {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 25%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%; }
    .buy-table__item:not(:first-child) {
      text-align: center; }
  .buy-table__mobile-label {
    display: none;
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
  @media screen and (max-width: 1040px) {
    .buy-table__line {
      font-size: 22px; }
    .buy-table__header {
      font-size: 14px; }
    .buy-table__item {
      width: 19%; } }
  @media screen and (max-width: 700px) {
    .buy-table {
      margin: 0 auto; }
      .buy-table__header {
        display: none; }
      .buy-table__mobile-label {
        display: block; }
      .buy-table__line {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0 0 30px; }
      .buy-table__item {
        width: 33.33%;
        font-size: 18px;
        font-weight: 600;
        text-align: center; }
        .buy-table__item:first-child {
          width: 100%;
          margin: 0 0 22px;
          font-weight: 300;
          font-size: 24px;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 100%;
          -moz-box-flex: 1;
          -moz-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%; } }

.buy-result {
  font-size: 30px;
  color: #ffffff;
  background: #000000;
  border-top: 2px solid #ffffff; }
  .buy-result__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
    padding: 30px 20px; }
  .buy-result__total br {
    display: none; }
  .buy-result__btn {
    color: #ffffff;
    background: rgba(255, 255, 255, 0);
    border: none;
    outline: none; }
    .buy-result__btn:after {
      content: "";
      display: inline-block;
      width: 11px;
      height: 20px;
      margin-left: 18px;
      background-image: url("../image/icons/link-arrow.svg");
      background-repeat: no-repeat;
      background-size: contain; }
  @media screen and (max-width: 1040px) {
    .buy-result {
      font-size: 24px; }
      .buy-result__btn:after {
        position: relative;
        top: 3px;
        width: 9px;
        height: 18px;
        margin-left: 14px; } }
  @media screen and (max-width: 700px) {
    .buy-result__container {
      display: block;
      text-align: center; }
    .buy-result__total {
      line-height: 150%; }
      .buy-result__total br {
        display: block; }
    .buy-result__btn {
      display: block;
      margin: 15px auto 0; } }

.video-banner {
  border-bottom: 2px solid #ffffff;
  background-image: url("../image/picture/video-bg.png"); }
  @media screen and (max-width: 500px) {
    .video-banner {
      background-image: url("../image/picture/video-bg2.png"); } }

.video {
  position: relative;
  width: 100%;
  padding-bottom: 53.25%;
  padding-top: 25px;
  height: 0; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-section {
  padding: 20px 0 40px;
  background: #363636; }
  .video-section__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media screen and (max-width: 780px) {
    .video-section__container {
      display: block; } }
  @media screen and (max-width: 500px) {
    .video-section {
      padding: 10px 0; } }

.video-preview, .article-video {
  width: 49%;
  margin: 0 0 20px;
  background: #ffffff; }
  .video-preview__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 314px;
    padding: 0 30px 0 13%;
    background-size: cover;
    background-position: 50% 50%; }
  .video-preview__inner {
    white-space: nowrap; }
  .video-preview__play {
    width: 110px;
    margin: 0 19px 0 0 !important; }
  .video-preview__title {
    display: inline-block;
    width: 305px;
    font-size: 36px;
    line-height: 1.2;
    color: #ffffff;
    vertical-align: middle;
    white-space: normal; }
  .video-preview__text {
    padding: 20px;
    line-height: 150%; }
  @media screen and (max-width: 1100px) {
    .video-preview__play {
      width: 80px;
      margin: 0 16px 0 0 !important; }
    .video-preview__title {
      width: 170px;
      font-size: 24px; }
    .video-preview__link {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 0 20px; } }
  @media screen and (max-width: 780px) {
    .video-preview, .article-video {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .video-preview, .article-video {
      margin: 0 0 10px; }
      .video-preview__link {
        height: 180px; } }

.wrap-banner {
  position: relative; }

.events-banner {
  background-image: url("../image/picture/events-bg.png");
  background-position: 29% 50%; }
  .events-banner .title {
    margin: 0 0 30px; }
  @media screen and (max-width: 900px) {
    .events-banner .title {
      margin: 0; } }
  @media screen and (max-width: 500px) {
    .events-banner {
      background-image: url("../image/picture/events-bg2.png"); } }

.events-filter {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%; }
  .events-filter__btn {
    position: relative;
    display: none;
    padding: 21px 0;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.015em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #363636;
    cursor: pointer; }
    .events-filter__btn:after {
      content: "";
      position: absolute;
      right: 11px;
      top: 42%;
      display: inline-block;
      width: 20px;
      height: 10px;
      margin-left: 5px;
      background-image: url("../image/icons/filter-arrow.svg");
      background-size: contain;
      background-repeat: no-repeat; }
  .events-filter__content {
    background: rgba(0, 0, 0, 0.74); }
  .events-filter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    padding: 0;
    list-style: none; }
    .events-filter__list li {
      display: inline-block; }
    .events-filter__list a {
      display: inline-block;
      padding: 16px 20px 15px;
      font-size: 21px;
      line-height: 1;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: #b4b4b4; }
      .events-filter__list a.active {
        color: #ffffff; }
  .events-filter .filter-close {
    position: absolute;
    right: 8px;
    top: 12px;
    display: none;
    width: 26px; }
    .events-filter .filter-close img {
      width: 100%; }
  @media screen and (max-width: 900px) {
    .events-filter {
      position: relative;
      margin: 2px 0; }
      .events-filter__btn {
        display: block; }
      .events-filter__content {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 101;
        display: none;
        width: 100%;
        height: 100%;
        background: #363636; }
      .events-filter__list {
        display: block;
        padding: 55px 0 10px;
        text-align: center; }
        .events-filter__list li {
          display: block; }
        .events-filter__list a {
          width: 100%;
          padding: 14px 10px; }
      .events-filter .filter-close {
        display: block; } }

.events {
  padding: 20px 0 16px;
  background: #363636; }
  .events__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media screen and (max-width: 500px) {
    .events {
      padding: 10px 0; }
      .events__container {
        display: block; } }

.event {
  position: relative;
  width: calc(50% - 2px);
  margin: 0 0 4px;
  background: #ffffff; }
  .event__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    width: 100%;
    min-height: 250px; }
  .event__img {
    position: relative;
    width: 50%;
    color: #ffffff;
    background-position: 50% 50%;
    background-size: cover; }
    .event__img:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: block;
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%); }
  .event__date {
    position: absolute;
    left: 12px;
    top: 16px;
    z-index: 3;
    font-weight: 600;
    font-size: 22px; }
  .event__day {
    font-size: 30px;
    line-height: 1.1; }
  .event__tag {
    position: absolute;
    left: 12px;
    bottom: 20px;
    z-index: 3;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase; }
  .event__text {
    width: 50%;
    padding: 25px 18px; }
  .event__title {
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 20px; }
  .event__description {
    font-size: 16px; }
  .event__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 18px;
    line-height: 148%;
    text-align: center;
    color: #ffffff;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    .event__top:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      display: block;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.6); }
    .event__top.visible {
      z-index: 5; }
  .event__top-container {
    position: relative;
    z-index: 3; }
  .event__buy {
    display: block;
    margin: 35px 0 0;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff; }
  @media screen and (max-width: 1040px) {
    .event__container {
      display: block;
      min-height: auto; }
    .event__img {
      width: 100%;
      height: 250px; }
    .event__text {
      width: 100%; }
    .event__top {
      padding: 0 10px;
      font-size: 16px; }
    .event__buy {
      margin: 35px 0 0;
      font-size: 26px; } }
  @media screen and (max-width: 500px) {
    .event {
      width: 100%;
      margin: 0 0 10px;
      border: none !important; }
      .event__img {
        height: 180px; }
      .event__date {
        left: 20px;
        top: 16px; }
      .event__tag {
        left: 20px; }
      .event__text {
        padding: 20px 18px; }
      .event__title {
        margin: 0 0 7px;
        font-size: 18px; }
      .event__description {
        font-size: 16px;
        line-height: 150%; } }
  @media screen and (min-width: 501px) {
    .event:hover .event-hover {
      z-index: 5; } }

.events-carousel {
  padding: 26px 0 30px;
  color: #ffffff;
  background: #363636;
  border-top: 2px solid #ffffff; }
  .events-carousel .subtitle {
    padding: 0 0 28px;
    text-transform: none;
    color: #000000; }
  @media screen and (max-width: 500px) {
    .events-carousel {
      padding: 20px 0;
      background: #ffffff; } }

.about-title {
  padding: 45px 0 30px;
  text-align: center;
  color: #ffffff;
  background: #363636; }
  @media screen and (max-width: 500px) {
    .about-title {
      padding: 42px 0 25px; } }

.l-about-carousel {
  position: relative;
  background: #363636; }
  .l-about-carousel:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    height: 60px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(196, 196, 196, 0) 100%); }
  .l-about-carousel .slider-arrow {
    top: 34%; }
  .l-about-carousel .slider-next {
    left: 0; }
  .l-about-carousel .slider-prev {
    right: 0; }
  @media screen and (max-width: 500px) {
    .l-about-carousel:after {
      display: none; }
    .l-about-carousel .slider-arrow {
      top: 22%; } }

.about-carousel {
  position: relative;
  margin-top: -1px; }
  .about-carousel__item {
    padding-bottom: 34px; }
  .about-carousel__img {
    display: block;
    max-width: 100%;
    margin: auto;
    padding: 0 10px; }
  .about-carousel__mobile {
    display: none;
    width: 100%; }
  .about-carousel__img-mobile {
    position: relative;
    width: 100%; }
    .about-carousel__img-mobile img {
      position: relative;
      z-index: 1;
      display: block;
      max-width: 100%;
      max-height: 190px;
      margin: auto;
      padding: 0 35px; }
    .about-carousel__img-mobile:after {
      content: "";
      position: absolute;
      bottom: -44px;
      right: 0;
      display: block;
      height: 60px;
      width: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(196, 196, 196, 0) 100%); }
  .about-carousel__text {
    margin: 30px 0 0;
    color: #ffffff; }
  .about-carousel__text-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0 0 23px; }
    .about-carousel__text-item div:first-child {
      padding-right: 6px;
      font-size: 30px;
      line-height: 1;
      text-align: right; }
    .about-carousel__text-item div:last-child {
      position: relative;
      top: -1px;
      padding-left: 6px;
      font-size: 16px;
      line-height: 1; }
  .align-1 .about-carousel__text-item div:last-child {
    width: 157px; }
  .align-2 .about-carousel__text-item div {
    width: 157px; }
  @media screen and (max-width: 500px) {
    .about-carousel__item {
      padding: 0; }
    .about-carousel__img {
      display: none; }
    .about-carousel__mobile {
      display: block; } }

.about-section {
  padding: 40px 0 30px;
  text-align: center; }

.about-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 0 0; }
  @media screen and (max-width: 700px) {
    .about-info {
      display: block; } }
  @media screen and (max-width: 500px) {
    .about-info {
      margin: 25px 0 0; } }

.about-item {
  width: 49%;
  margin: 0 0 20px; }
  .about-item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 0 35px;
    text-align: center;
    color: #ffffff;
    background-size: cover;
    background-position: 50% 50%; }
  .about-item__title, .about-item__head {
    max-width: 410px;
    font-size: 40px;
    text-transform: uppercase; }
  .about-item__text {
    display: none; }
  .about-item__description {
    font-size: 18px;
    line-height: 148%; }
  .about-item__more {
    margin: 13px 0 0;
    font-size: 30px;
    text-transform: uppercase; }
  @media screen and (min-width: 901px) {
    .about-item__link:hover .about-item__title {
      display: none; }
    .about-item__link:hover .about-item__text {
      display: block; } }
  @media screen and (max-width: 900px) {
    .about-item__title, .about-item__head {
      font-size: 30px; } }
  @media screen and (max-width: 700px) {
    .about-item {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .about-item {
      margin: 0 0 10px; }
      .about-item__title, .about-item__head {
        font-size: 24px; }
      .about-item__link {
        min-height: 165px; } }

.about-video__play {
  width: 116px; }
@media screen and (max-width: 500px) {
  .about-video__play {
    width: 80px; } }

.research {
  margin: 0 0 60px;
  text-align: center; }
  .research .subtitle {
    margin: 0 0 35px; }
  .research .slider-arrow {
    top: 150px; }
  @media screen and (max-width: 500px) {
    .research .subtitle {
      margin: 0 0 25px; }
    .research .slider-arrow {
      top: 50%; } }

.research-carousel {
  position: relative;
  text-align: left; }
  .research-carousel__item {
    background: #ffffff; }
  .research-carousel__card {
    width: 100%; }
  .research-carousel__img {
    position: relative;
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .research-carousel__img:after {
      content: "";
      position: absolute;
      display: block;
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 74%); }
  .research-carousel__text {
    padding: 12px 0 0; }
  .research-carousel__title {
    font-weight: 600;
    font-size: 20px; }
  .research-carousel__description {
    margin: 7px 0 0;
    font-size: 16px; }
  .research-carousel__hover {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0; }
    .research-carousel__hover:after {
      background: rgba(0, 0, 0, 0.6); }
    .research-carousel__hover span {
      position: relative;
      z-index: 3; }
  .research-carousel__link {
    display: block;
    width: 100%;
    color: #000000; }
  .research-carousel__pdf {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 3;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff; }
    .research-carousel__pdf img {
      padding-left: 2px;
      vertical-align: baseline; }
  @media screen and (min-width: 501px) {
    .research-carousel__link:hover .research-carousel__hover {
      opacity: 1; } }
  @media screen and (max-width: 500px) {
    .research-carousel__img {
      height: 145px; }
    .research-carousel__text {
      padding: 8px 0 0; }
    .research-carousel__title {
      font-size: 16px; }
    .research-carousel__description {
      display: none; }
    .research-carousel__pdf {
      font-size: 18px; }
      .research-carousel__pdf img {
        height: 12px; } }

.head-grey {
  padding: 40px 0;
  text-align: center;
  color: #ffffff;
  background-color: #363636;
  background-size: cover;
  background-position: 50% 100%;
  border-bottom: 2px solid #ffffff; }
  .head-grey.head-img {
    position: relative; }
    .head-grey.head-img:after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2); }
    .head-grey.head-img .title {
      position: relative;
      z-index: 3; }

.head-grey-mobile {
  position: relative;
  padding: 13px 0 12px;
  text-align: center;
  color: #ffffff;
  background: #363636;
  border-bottom: 2px solid #ffffff; }
  .head-grey-mobile:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 40%;
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url("../image/icons/filter-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat; }

.submenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
  background: #363636; }
  .submenu__list {
    padding: 55px 0 10px;
    text-align: center;
    list-style: none; }
    .submenu__list li {
      display: block; }
    .submenu__list a {
      display: inline-block;
      width: 100%;
      padding: 14px 10px;
      font-size: 21px;
      line-height: 1;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: #ffffff; }
  .submenu__close {
    position: absolute;
    right: 8px;
    top: 12px;
    display: block;
    width: 26px; }
    .submenu__close img {
      width: 100%; }

.press__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 2px solid #ffffff; }
.press__item {
  position: relative;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer; }
  .press__item:first-child {
    border-right: 3px solid #ffffff; }
.press__link {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff; }
.press__photo {
  width: 50%;
  background-image: url("../image/picture/press-photo.png"); }
.press__video {
  width: 50%;
  background-image: url("../image/picture/press-video.png"); }
.press__release {
  width: 67%;
  background-image: url("../image/picture/press-release.png"); }
.press__faq {
  width: 33%;
  background-image: url("../image/picture/press-faq.png"); }
  .press__faq:after {
    background: rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 500px) {
  .press__photo {
    height: 160px; }
  .press__video {
    height: 160px; }
  .press__release {
    width: 100%;
    height: 320px;
    border-right: none !important;
    border-bottom: 2px solid #ffffff; }
  .press__faq {
    width: 100%;
    height: 180px; } }

.contacts-section {
  padding: 48px 0;
  font-size: 24px;
  color: #ffffff;
  background: #363636; }
  .contacts-section__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .contacts-section a {
    color: #ffffff; }
  .contacts-section__phone img {
    height: 20px;
    margin-right: 7px; }
  .contacts-section__address img {
    height: 20px;
    margin-right: 7px; }
  .contacts-section__mail img {
    height: 17px;
    margin-right: 7px; }
  @media screen and (max-width: 1100px) {
    .contacts-section__container {
      display: block;
      text-align: center; }
    .contacts-section__item {
      margin: 0 0 15px;
      line-height: 150%; }
      .contacts-section__item:last-child {
        margin: 0; }
      .contacts-section__item img {
        display: none; } }
  @media screen and (max-width: 500px) {
    .contacts-section {
      padding: 38px 0;
      font-size: 18px; } }

.press-submenu {
  margin: 0;
  padding: 57px 0 0 30px;
  list-style: none;
  font-size: 24px; }
  .press-submenu li {
    margin: 0 0 15px; }
  .press-submenu a {
    display: block;
    color: #000000; }
    .press-submenu a.active {
      font-weight: 600; }
  @media screen and (max-width: 900px) {
    .press-submenu {
      padding: 20px 0 0 30px; } }
  @media screen and (max-width: 500px) {
    .press-submenu {
      display: none; } }

.materials {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .materials__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 0 45px 40px; }
  .materials__column:first-child {
    width: 17%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .materials__column:nth-child(2) {
    width: 80%; }
  .materials__submenu a {
    color: #ffffff; }
  @media screen and (max-width: 900px) {
    .materials__content {
      padding: 20px 0 45px 0; } }
  @media screen and (max-width: 700px) {
    .materials__column:first-child {
      width: 180px; }
    .materials__column:nth-child(2) {
      width: calc(100% - 180px); } }
  @media screen and (max-width: 500px) {
    .materials {
      display: block; }
      .materials__content {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px 0; }
      .materials__column:first-child {
        display: none; }
      .materials__column:nth-child(2) {
        width: 100%; } }

.material-item {
  position: relative;
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background: #ffffff; }
  .material-item__image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: 50% 50%; }
    .material-item__image:after {
      background: rgba(0, 0, 0, 0.4); }
    .material-item__image:hover:after {
      background: rgba(0, 0, 0, 0.4); }
  .material-item__title {
    position: relative;
    z-index: 3;
    padding: 0 20px;
    font-size: 20px;
    text-align: center;
    color: #ffffff; }
  .material-item__text {
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
    color: #000000; }
  .material-item__play, .material-item__download {
    position: absolute;
    top: 10px;
    z-index: 3;
    display: block;
    height: 20px; }
  .material-item__play {
    left: 10px; }
  .material-item__download {
    right: 10px; }
  @media screen and (max-width: 700px) {
    .material-item {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .material-item {
      margin: 0 0 10px; }
      .material-item__image {
        height: 158px; } }

.press-content {
  position: relative; }
  .press-content__inner {
    padding: 50px 150px 0 94px; }
  .press-content__item {
    margin: 0 0 50px; }
    .press-content__item h2 {
      margin: 0 0 22px;
      font-weight: 600;
      font-size: 24px; }
  .press-content__text {
    line-height: 150%; }
    .press-content__text a {
      color: #000000;
      border-bottom: 1px solid #000000; }
  .press-content__bottom {
    position: relative;
    margin: 25px 0 0; }
  .press-content__date {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 10px; }
  .press-content__lang {
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000000; }
    .press-content__lang img {
      margin-right: 3px;
      vertical-align: baseline; }
    .press-content__lang:last-child {
      margin-right: 0; }
  @media screen and (max-width: 900px) {
    .press-content__inner {
      padding: 20px 0 0; } }
  @media screen and (max-width: 500px) {
    .press-content__inner {
      padding: 50px 0 0; }
    .press-content__bottom {
      padding-left: 98px; }
    .press-content__date {
      position: absolute;
      left: 0;
      margin-right: 0;
      margin-bottom: 0; }
    .press-content__lang {
      margin-right: 18px;
      margin-bottom: 15px; } }

.article-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 400px;
  margin: 0 0 60px;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: 50% 50%; }
  .article-head:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42); }
  .article-head__text {
    position: relative;
    z-index: 3;
    max-width: 660px;
    margin: auto;
    padding: 60px 15px; }
  .article-head__title {
    margin: 0;
    font-size: 50px;
    font-weight: 600; }
  .article-head__description {
    margin: 15px 0 0;
    font-size: 24px;
    line-height: 150%; }
  @media screen and (max-width: 500px) {
    .article-head {
      margin: 0 0 45px; }
      .article-head__title {
        font-size: 24px;
        text-transform: uppercase; }
      .article-head__description {
        margin: 15px 0 0;
        font-size: 18px; } }

.article {
  margin: 0 0 40px;
  padding-left: 94px; }
  .article__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .article__text {
    width: 52%;
    font-size: 18px;
    line-height: 150%; }
  .article__quote {
    width: 30%;
    padding: 26px 0 0;
    text-align: center; }
  .article p {
    margin: 0 0 27px;
    line-height: 150%; }
  .article a {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #000000; }
  .article img {
    max-width: 100%;
    margin: 0 0 45px; }
  .article figure {
    margin: 0 0 37px; }
    .article figure img {
      margin: 0; }
  .article figcaption {
    margin: 24px 0 0;
    text-align: right; }
  .article ol, .article ul {
    margin: 0 0 15px;
    padding: 0 0 0 17px; }
    .article ol li, .article ul li {
      padding: 2px 0; }
  .article h2, .article h3, .article h4, .article h5 {
    font-weight: 600;
    line-height: 150%; }
  .article h2 {
    margin: 30px 0 32px;
    font-size: 30px; }
    .article h2:first-child {
      margin: 0 0 32px; }
  .article h3 {
    margin: 30px 0 25px;
    font-size: 24px; }
    .article h3:first-child {
      margin: 0 0 25px; }
  .article h4 {
    margin: 20px 0 15px;
    font-size: 20px; }
  .article h5 {
    margin: 20px 0 15px;
    font-size: 18px; }
  .article blockquote {
    position: relative;
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 150%;
    color: #3D3D3D;
    quotes: "«" "»"; }
    .article blockquote:before, .article blockquote:after {
      position: absolute;
      font-size: 48px;
      line-height: 1; }
    .article blockquote:before {
      content: open-quote;
      top: -40px;
      left: -20px; }
    .article blockquote:after {
      content: close-quote;
      bottom: -30px;
      right: -20px; }
  .article__author {
    font-weight: 600; }
  .article__subscribe {
    margin: 5px 0 0;
    font-size: 14px; }
  @media screen and (max-width: 1040px) {
    .article {
      padding-left: 0; }
      .article__text {
        width: 60%; } }
  @media screen and (max-width: 900px) {
    .article__section {
      display: block; }
    .article__text {
      width: 100%; }
    .article__quote {
      width: 100%; }
    .article blockquote {
      margin: 0 0 40px; }
      .article blockquote:before {
        top: -45px;
        left: 0; }
      .article blockquote:after {
        bottom: -35px;
        right: 0; } }
  @media screen and (max-width: 500px) {
    .article__text {
      font-size: 16px; }
    .article h2 {
      margin: 30px 0 17px;
      font-size: 30px; }
      .article h2:first-child {
        margin: 0 0 17px; }
    .article h3 {
      margin: 30px 0 15px;
      font-size: 24px; }
      .article h3:first-child {
        margin: 0 0 15px; }
    .article p {
      margin: 0 0 25px; }
    .article img {
      margin: 0 0 38px; }
    .article figure {
      margin: 0 0 34px; }
      .article figure img {
        margin: 0; }
    .article figcaption {
      margin: 8px 0 0;
      text-align: right; } }

.article-video {
  width: 100%;
  margin: 0 0 45px; }

.team {
  position: relative;
  margin: 0 0 80px;
  padding-left: 94px; }
  .team h2 {
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 30px;
    text-align: center; }
  .team .slider-next {
    left: -20px; }
  .team .slider-prev {
    right: -20px; }
  @media screen and (max-width: 1040px) {
    .team {
      padding: 0; } }
  @media screen and (max-width: 500px) {
    .team {
      display: none; } }

.team-carousel {
  position: relative;
  color: #000000; }
  .team-carousel:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    display: block;
    height: 100%;
    width: 94px;
    background: linear-gradient(270deg, white, rgba(255, 255, 255, 0)); }
  .team-carousel__item {
    background: #ffffff; }
  .team-carousel__card {
    width: 100%; }
  .team-carousel__img {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .team-carousel__text {
    padding: 20px 0 0; }
  .team-carousel__title {
    font-weight: 600;
    font-size: 18px; }
  .team-carousel__description {
    margin: 4px 0 0;
    font-size: 16px; }
  .team-carousel__hover {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
    line-height: 148%;
    text-align: center;
    color: #ffffff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0; }
  .team-carousel__img:hover .team-carousel__hover {
    opacity: 1; }
  @media screen and (max-width: 500px) {
    .team-carousel__img {
      height: 190px; }
    .team-carousel__text {
      padding: 7px 10px 25px; }
    .team-carousel__description {
      display: none; }
    .team-carousel__item:hover .team-carousel__link {
      opacity: 0; } }

.article-bottom {
  margin: 0 0 60px;
  padding-left: 94px;
  font-size: 18px; }
  @media screen and (max-width: 1040px) {
    .article-bottom {
      padding: 0; } }
  @media screen and (max-width: 500px) {
    .article-bottom {
      margin: 0 0 50px;
      font-size: 16px; } }

.privacy {
  max-width: 900px;
  margin: 40px auto 60px;
  font-size: 18px;
  line-height: 150%; }
  .privacy h1, .privacy h2, .privacy h3, .privacy h4, .privacy h5 {
    font-weight: 600;
    line-height: 150%; }
  .privacy h1 {
    margin: 0 0 32px;
    font-size: 38px; }
  .privacy h2 {
    margin: 30px 0 20px;
    font-size: 30px; }
    .privacy h2:first-child {
      margin: 0 0 20px; }
  .privacy p {
    margin: 0 0 17px;
    line-height: 150%; }
  .privacy a {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #000000; }
  .privacy ol, .privacy ul {
    margin: 0 0 15px;
    padding: 0 0 0 17px; }
    .privacy ol li, .privacy ul li {
      padding: 2px 0; }
  @media screen and (max-width: 500px) {
    .privacy h1 {
      font-size: 34px; }
    .privacy h2 {
      margin: 30px 0 15px;
      font-size: 28px; }
      .privacy h2:first-child {
        margin: 0 0 15px; }
    .privacy p {
      margin: 0 0 15px; } }

/*# sourceMappingURL=main.css.map */
