@charset "UTF-8";
@-webkit-keyframes dropHeader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dropHeader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes UpHeader {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    top: -9999px; }
  100% {
    opacity: 1; } }

@keyframes UpHeader {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    top: -9999px; }
  100% {
    opacity: 1; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #1b2e79;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1b2e79), color-stop(35%, #1b2e79), color-stop(100%, #3a60f8));
  background: -webkit-linear-gradient(left, #1b2e79 0%, #1b2e79 35%, #3a60f8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1b2e79), color-stop(35%, #1b2e79), to(#3a60f8));
  background: linear-gradient(to right, #1b2e79 0%, #1b2e79 35%, #3a60f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2e79', endColorstr='#3a60f8', GradientType=1);
  height: 64px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: top 0.1s;
  transition: top 0.1s; }

.header:before, .header:after {
  content: "";
  display: table; }

.header:after {
  clear: both; }

@media (min-width: 64em) {
  .header {
    height: 82px; } }

.header.nav-up {
  -webkit-transition: top 0.2s;
  transition: top 0.2s; }

@media (min-width: 64em) {
  .header.nav-up {
    top: -82px; } }

.header__logo {
  max-width: 186px;
  height: auto;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: auto; }

@media (min-width: 64em) {
  .header__logo {
    max-width: 230px;
    width: 25%; } }

@media (min-width: 76em) {
  .header__logo {
    width: 30%; } }

.header__flex {
  position: relative; }

.header__flex--right {
  max-width: 440px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none; }

@media (min-width: 64em) {
  .header__flex--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 76em) {
  .header__flex--right {
    width: 30%; } }

.header__flex--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

@media (min-width: 64em) {
  .header__flex--left {
    width: 70%; } }

@media (min-width: 76em) {
  .header__flex--left {
    width: 70%; } }

.header__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 100px;
  margin-left: 10px;
  white-space: nowrap;
  min-width: 350px;
  width: 50%;
  text-align: center;
  display: none; }

@media (min-width: 64em) {
  .header__list {
    display: block; } }

.header__listItem {
  display: inline-block;
  vertical-align: top;
  margin-right: 7%;
  text-align: left; }

@media (min-width: 64em) {
  .header__listItem {
    margin-right: 4%; } }

@media (min-width: 76em) {
  .header__listItem {
    margin-right: 7%; } }

.header__listItem:last-child {
  margin-right: 0; }

.header__link {
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  white-space: nowrap;
  font-size: 14px; }

@media (min-width: 76em) {
  .header__link {
    wfont-size: 16px; } }

.header__link:hover {
  border-color: transparent; }

.header__time {
  margin-left: 10px;
  font-size: 17px;
  line-height: 18px;
  margin-right: 10px;
  font-family: "MuseoSansRegular";
  display: none; }

@media (min-width: 76em) {
  .header__time {
    display: block; } }

.header__tel {
  font-family: "MuseoSansRegular";
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  text-decoration: none; }

.header__listMobile {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
  padding-bottom: 15px; }

.header__listItemMobile {
  display: block;
  margin-bottom: 10px; }

.header__listItemMobile:last-child {
  margin-bottom: 0; }

.header__linkMobile {
  color: #000000;
  text-decoration: none;
  font-size: 26px;
  line-height: 36px;
  display: block;
  font-family: "MuseoSansRegular"; }

.containerHeader {
  max-width: 1760px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 64px; }

@media (min-width: 64em) {
  .containerHeader {
    height: 82px; } }

.gamburgerMob {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin-left: auto;
  position: relative; }

.gamburgerMob:after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: '';
  position: absolute;
  width: 28px;
  height: 5px;
  background-color: #fff;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto; }

.gamburgerMob:before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: '';
  position: absolute;
  width: 28px;
  height: 5px;
  background-color: #fff;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto; }

@media (min-width: 64em) {
  .gamburgerMob {
    display: none; } }

.gamburgerMoWrap {
  width: 35px;
  padding: 20px 0;
  cursor: pointer; }

.gamburgerMoWrap.active .gamburgerMob {
  background-color: transparent; }

.gamburgerMoWrap.active .gamburgerMob:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.gamburgerMoWrap.active .gamburgerMob:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.mobileContainer {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #fff;
  top: 64px;
  left: 0;
  min-height: 20px;
  -webkit-box-shadow: 0px 2px 16px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 16px -1px rgba(0, 0, 0, 0.2);
  display: none;
  -moz-animation-name: dropHeader;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 0.3s;
  -webkit-animation-name: dropHeader;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.3s;
  animation-name: dropHeader;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
  z-index: 15; }

.mobileContainer.active {
  display: block; }

@media (min-width: 64em) {
  .mobileContainer.active {
    display: none; } }

.footer {
  background: #080e25;
  color: #fff;
  padding: 60px 0;
  padding-bottom: 30px; }

@media (min-width: 37.5em) {
  .footer__flex {
    text-align: left; } }

@media (min-width: 64em) {
  .footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.footer__flexItem {
  font-family: "MuseoSansRegular";
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 37.5em) {
  .footer__flexItem {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: left;
    padding-right: 20px; } }

@media (min-width: 64em) {
  .footer__flexItem {
    width: auto;
    display: block; } }

.footer__flexItem:last-child {
  padding-left: 0; }

.footer__logo {
  max-width: 230px;
  margin-bottom: 20px; }

.footer__title {
  color: #fff;
  font-size: 14px;
  font-family: "MuseoSansBlack";
  margin-bottom: 20px; }

.footer__descr {
  font-size: 12px;
  line-height: 20px; }

.footer__descr a {
  color: #fff;
  text-decoration: none; }

@media (min-width: 64em) {
  .footer__descr--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 64em) {
  .footer__descr--flex div {
    padding-right: 30px; } }

.footer__descr--flex div:last-child {
  padding-right: 0; }

.footer__copyright {
  text-align: center;
  color: #959595;
  font-size: 12px;
  margin-top: 20px; }

.mainFirst {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-image: url("../images/main-bgr--mobile.jpg");
  padding-top: 64px; }

@media (min-width: 64em) {
  .mainFirst {
    padding-top: 82px;
    min-height: 900px;
    background-image: url("../images/main-bgr.jpg"); } }

.mainFirst__picbig {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1400px;
  max-width: 1400px;
  z-index: 0;
  display: none;
  -webkit-transform: translate3d(0, 0, 0); }


@media (min-width: 64em) {
  .mainFirst__picbig {
    max-width: 100%;
    display: block; } }
	
  
.mainFirst__picbig_snow {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  height:80%;
  max-height:5000px;
  width: 1000px;
  max-width: 1000px;
  z-index: 10; }
  


.mainFirst__d {
  margin-bottom: 15px;
  color: #fff;
  font-family: "MuseoSansBold";
  font-size: 20px;
  letter-spacing: 0.02em; }

@media (min-width: 64em) {
  .mainFirst__d {
    font-size: 30px;
    line-height: 40px; } }

.mainFirst__d--marg {
  margin-bottom: 15px; 
  margin-left:50px;
}
@media (max-width: 779px) {
	.mainFirst__d--marg {
	 margin-left:0px;
}
}

.mainFirst__d--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 64em) {
  .mainFirst__d--flex {
    line-height: 38px; } }

.mainFirst__dTxt {
  margin-left: 10px; }

@media (min-width: 64em) {
  .mainFirst__dTxt {
    margin-left: 30px; } }

.mainFirst__big {
  font-size: 24px; }

@media (min-width: 64em) {
  .mainFirst__big {
	  margin-left:40px;
    font-size: 50px; } }

.FootBgr {
  position: absolute;
  height: 104px;
  bottom: 0;
  width: 100%;
  left: 0;
  background-image: url("../images/repatPattern.svg");
  background-repeat: no-repeat;
  background-repeat-x: repeat;
  background-size: auto 100%;
  background-position: center;
  z-index: 6; }

.FootBgr--f {
  background-image: url("../images/repatPattern--f.svg"); }

.FootBgr--b {
  top: 0;
  bottom: auto;
  background-image: url("../images/repatPattern--b.svg");
  padding-top: 1px; }

.FootBgr--b:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  z-index: 1; }

.mainFirstDescr {
  position: relative;
  width: 100%;
  top: 10px;
  height: 100%;
  z-index: 10;
  padding: 40px 0; }

@media (min-width: 64em) {
  .mainFirstDescr {
    top: 120px;
    position: absolute; } }

.mainFirstDescr__btnBlock {
  margin-top: 40px;
  text-align: center; }

.whiteSection {
  padding-top: 50px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 164px 59px -67px #eef9ff;
          box-shadow: inset 0px 164px 59px -67px #eef9ff;
  min-height: 400px;
  position: relative; }

.whiteSection__wrapper {
  margin-top: 60px;
  position: relative;
  min-height: 700px; }

@media (min-width: 64em) {
  .whiteSection__wrapper {
    margin-top: 60px;
    padding-top: 100px; } }

.bigTitle {
  font-size: 24px;
  text-align: center;
  font-family: "MuseoSansBlack";
  color: #20368c; }

@media (min-width: 64em) {
  .bigTitle {
    font-size: 60px; } }

.cristallPic {
  margin: 0 auto;
  width: 80%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  display: none; }

@media (min-width: 64em) {
  .cristallPic {
    display: block; } }

.textAboutBlock {
  margin-bottom: 25px; }

@media (min-width: 64em) {
  .textAboutBlock {
    max-width: 350px;
    margin-bottom: 50px; } }

@media (min-width: 64em) {
  .textAboutBlock--1 {
    position: absolute;
    top: 80px;
    left: 0;
    width: 27%; } }

@media (min-width: 64em) {
  .textAboutBlock--2 {
    position: absolute;
    top: 0;
    left: 32%;
    margin: auto;
    max-width: 420px;
    width: 40%; }
  .textAboutBlock--2 .textAboutBlock__title {
    padding-left: 100px; }
  .textAboutBlock--2 .textAboutBlock__descr {
    padding-left: 100px; } }

@media (min-width: 64em) {
  .textAboutBlock--3 {
    position: absolute;
    top: 170px;
    right: 0;
    width: 30%; } }

@media (min-width: 64em) {
  .textAboutBlock--4 {
    position: absolute;
    top: 480px;
    right: 0;
    width: 20%; } }

@media (min-width: 64em) {
  .textAboutBlock--5 {
    position: absolute;
    bottom: -112px;
    left: 10%;
    width: 30%; } }

.textAboutBlock--5 .textAboutBlock__title {
  max-width: 230px; }

@media (min-width: 64em) {
  .textAboutBlock--6 {
    position: absolute;
    top: 360px;
    left: 0;
    width: 22%; } }

.textAboutBlock__title {
  font-size: 18px;
  line-height: 24px;
  font-family: "MuseoSansBlack";
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px; }

@media (min-width: 64em) {
  .textAboutBlock__title {
    border-bottom: 1px solid #ff0f37;
    margin-bottom: 20px;
    padding-bottom: 5px; } }

.textAboutBlock__descr {
  font-size: 16px;
  line-height: 22px;
  font-family: "RalewayRegular"; }

.textAboutBlock__arrow {
  position: absolute;
  left: 100%;
  top: 100%;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

@media (min-width: 64em) {
  .textAboutBlock__arrow {
    display: block; } }

.textAboutBlock__arrow--2 {
  left: -6px;
  right: 0;
  bottom: initial;
  margin-top: -2px;
  top: inherit; }

.textAboutBlock__arrow--3 {
  right: 100%;
  left: inherit;
  bottom: initial; }

.textAboutBlock__arrow--4 {
  right: 100%;
  left: inherit;
  bottom: initial;
  max-width: 340px; }

.textAboutBlock__arrow--5 {
  right: 0;
  bottom: -1px;
  top: inherit; }

.textAboutBlock__arrow--6 {
  margin-top: -7px; }

.ListTree {
  margin: 0;
  padding: 0;
  list-style: none; }

.ListTree__item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 3px; }

.ListTree__mark {
  width: 10px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px; }

.ListTree__mark:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 3px solid #000; }

.ListTree__mark:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 3px solid #000; }

.PatternSection {
  background-size: auto;
  background-position: 0 9999px;
  background-repeat: no-repeat;
  background-image: url("../images/pattern2.jpg");
  padding-bottom: 164px;
  -webkit-transition: background-position 1.5s;
  transition: background-position 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

@media (min-width: 64em) {
  .PatternSection {
    margin-top: 60px; } }

.PatternSection.active {
  background-position: center bottom; }

.counter {
  margin-top: 40px; }

@media (min-width: 64em) {
  .counter {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.counter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 50px;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px; }

@media (min-width: 64em) {
  .counter__item {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 7%;
    margin-right: 3%; } }

.counter__item:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #ff0f37;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

@media (min-width: 64em) {
  .counter__item:after {
    right: 0;
    left: auto;
    top: -17px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); } }

.counter__item:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #ff0f37;
  margin: auto;
  left: 42px;
  right: 0;
  bottom: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media (min-width: 64em) {
  .counter__item:before {
    right: 0;
    left: auto;
    top: 0;
    bottom: -26px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

.counter__item:last-child {
  padding-right: 0; }

@media (min-width: 64em) {
  .counter__item:last-child {
    margin-right: 0; } }

.counter__item:last-child:before {
  display: none; }

.counter__item:last-child:after {
  display: none; }

.counter__num {
  min-width: 120px;
  font-size: 94px;
  line-height: 83px;
  color: #ff0f37;
  font-family: "MuseoSansBlack"; }

.counter__title {
  font-family: "MuseoSansBlack";
  font-size: 18px;
  margin-bottom: 7px;
  text-transform: uppercase; }

.counter__m {
  color: #ff0f37;
  font-size: 16px;
  font-family: "RalewayMedium"; }

.counter__block {
  margin-left: 10px; }

.darkSection {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#080d23), to(#050813));
  background-image: -webkit-linear-gradient(bottom, #080d23 0%, #050813 100%);
  background-image: linear-gradient(to top, #080d23 0%, #050813 100%);
  padding-top: 30px; }

@media (min-width: 64em) {
  .darkSection {
    padding-top: 100px; } }

@media (min-width: 64em) {
  .flexBLockW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.flexBLockW__item--first {
  margin-top: 0px; }

@media (min-width: 64em) {
  .flexBLockW__item--first {
    width: 50%;
    margin-top: 80px;
    margin-right: 50px; } }

.whiteBigTitle {
  font-size: 36px;
  color: #fff;
  font-family: "MuseoSansBlack";
  text-align: center; }

@media (min-width: 64em) {
  .whiteBigTitle {
    font-size: 94px;
    text-align: left; } }

.whiteBigTitle--sm {
  font-size: 24px; }

@media (min-width: 64em) {
  .whiteBigTitle--sm {
    font-size: 56px; } }

.slickGallery {
  font-size: 0;
  margin-right: -30px;
  margin-top: 50px;
  overflow: hidden;
  max-width: 520px; }

.slickGallery__item {
  outline: 0; }

.slickGallery__pic {
  position: relative; }

.slickGallery__picBlock {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  max-height: 270px;
  max-width: 270px; }

.slickGallery__title {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 15px;
  font-size: 10px;
  color: #fff;
  font-family: "MuseoSansBlack"; }

@media (min-width: 37.5em) {
  .slickGallery__title {
    bottom: 30px;
    left: 25px;
    font-size: 18px;
    text-align: left; } }

.flexBLockW__txtItemPic {
  width: 64px;
  min-width: 64px;
  height: 64px;
  margin-right: 25px; }

.flexBLockW__txtBlock {
  margin-top: -240px; }

.flexBLockW__txtItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px; }

.flexBLockW__txt {
  max-width: 230px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "RalewaySemiBold"; }

.flexBLockW__txt:last-child {
  max-width: 350px; }

.bigSliderSection {
  background-color: #070d22;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 70%;
  position: relative;
  background-image: url("../images/main-bgr2.jpg"); }

@media (min-width: 37.5em) {
  .bigSliderSection {
    /*background-attachment: fixed;*/ 
	} }

@media (min-width: 64em) {
  .bigSliderSection {
    background-size: 100% auto; } }
	
.bigSliderSection--boy {
  background-image: url("../images/repeat-bgr.jpg");
  background-repeat: repeat;
  overflow: hidden;
  min-height: 600px;
  background-size: auto;
  background-attachment: inherit;
  padding-top: 140px; }

.bigSliderSection--w {
  background-image: url("../images/main-bgr3.jpg");
  background-size: auto;
  background-position: center;
  overflow: hidden; }

@media (min-width: 64em) {
  .bigSliderSection--w {
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 40px; } }

.bigSliderSection--c {
  padding-top: 80px;
  background-image: url("../images/main-bgr5.jpg");
  background-size: cover;
  background-position: center;
  min-height: 1000px;
  background-color: #000000;
  overflow: hidden; }

@media (min-width: 64em) {
  .bigSliderSection--c {
    background-position: center top;
    background-size: 100% auto;
    /*background-attachment: fixed; */
	} }

.bigSliderSection--g {
  overflow: hidden; }

.bigSliderSection--j {
  background-image: url("../images/main-bgr7.jpg");
  background-size: auto;
  background-position: center;
  min-height: 800px;
  background-color: #080e25;
  padding-top: 160px;
  position: relative; }

@media (min-width: 76em) {
  .bigSliderSection--j {
    background-position: center top;
    background-size: 100% auto; } }

.bigSliderSection--a {
  background-image: url("../images/main-bgr6.jpg");
  background-size: auto;
  background-position: center;
  min-height: 700px;
  background-color: #000000;
  position: relative; }

@media (min-width: 76em) {
  .bigSliderSection--a {
    background-position: center top;
    background-size: 100% auto; } }

.bigSliderSection--l {
  background-image: url("../images/main-bgr8.jpg");
  background-size: auto;
  background-position: center;
  background-color: #080e25;
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative; }

@media (min-width: 76em) {
  .bigSliderSection--l {
    background-position: center top;
    background-size: cover; } }
	
@media (max-width: 779px) {
  .bigSliderSection--l {
	padding-top: 20px;	} }


.bigSliderSection--f {
  min-height: 1000px;
  background-image: url("../images/main-bgr4.jpg");
  background-size: auto;
  background-position: 30% 100%;
  padding-bottom: 0;
  overflow: hidden; }

.bigSliderSection--f:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(42%, rgba(7, 13, 34, 0.72)), color-stop(88%, #070d22));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(7, 13, 34, 0.72) 42%, #070d22 88%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(7, 13, 34, 0.72) 42%, #070d22 88%);
  /* w3c */ }

@media (min-width: 64em) {
  .bigSliderSection--f {
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 160px; } }

@media (min-width: 76em) {
  .bigSliderSection--f {
    background-position: 30% bottom;
    background-size: cover; } }

.bigSliderSection__title {
  font-size: 28px;
  font-family: "MuseoSansBlack";
  color: #fff;
  text-align: center;
  margin-bottom: 20px; }

@media (min-width: 64em) {
  .bigSliderSection__title {
    font-size: 60px; } }

.bigSliderSection__title--small {
  font-size: 18px; }

@media (min-width: 64em) {
  .bigSliderSection__title--small {
    font-size: 36px; } }
	
.bigSliderSection__title--blue {
  color: #20368c; }

.bigSliderSection__descr {
  font-size: 24px;
  text-align: center;
  color: #fff; }

.largeSlider {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative; }

@media (min-width: 64em) {
  .largeSlider {
    margin-bottom: 60px;
    margin-top: 60px;
    padding-bottom: 100px; } }

.largeSlider__init {
  position: relative; }

.largeSlider__pic {
  width: 320px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden; }

@media (min-width: 64em) {
  .largeSlider__pic {
    width: 510px; } }

.largeSlider__item {
  outline: 0;
  border-radius: 100%;
  overflow: hidden; }

.largeSlider__ball {
  position: absolute;
   border-radius: 50px
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

@media (min-width: 37.5em) {
  .largeSlider__ball {
    width: 300px; } }

@media (min-width: 37.5em) {
  .largeSlider__ball {
    width: 400px; } }

@media (min-width: 64em) {
  .largeSlider__ball {
    top: -20px;
    width: 600px; } }

.largeSlider__itemPicWrap {
  border-radius: 100%;
  position: relative;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  overflow: hidden; }

.largeSlider__itemPicWrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 80px 40px rgba(0, 0, 0, 0.9);
          box-shadow: inset 0px 0px 80px 40px rgba(0, 0, 0, 0.9); }

@media (min-width: 37.5em) {
  .largeSlider__itemPicWrap:after {
    -webkit-box-shadow: inset 0px 0px 148px 56px rgba(0, 0, 0, 0.9);
            box-shadow: inset 0px 0px 148px 56px rgba(0, 0, 0, 0.9); } }

@media (min-width: 37.5em) {
  .largeSlider__itemPicWrap {
    width: 320px;
    height: 320px; } }

@media (min-width: 64em) {
  .largeSlider__itemPicWrap {
    height: 510px;
    width: 510px; } }

.numbersBlock {
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px; }

@media (min-width: 64em) {
  .numbersBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

.numbersBlock__item {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 5%; }

.numbersBlock__item:last-child {
  padding-right: 0; }

.numbersBlock__num {
  font-family: "MuseoSansBlack";
  font-size: 36px;
  color: #ff0155; }

@media (min-width: 64em) {
  .numbersBlock__num {
    font-size: 60px; } }

.numbersBlock__descr {
  max-width: 250px;
  font-size: 16px;
  font-family: "RalewaySemiBold";
  margin-bottom: 30px; }

.cloudBlock {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #523a8d; }

.cloudBlock__item {
  position: relative;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  background-image: url("../images/svgIcons/cloud.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "MuseoSansBlack";
  font-size: 12px; }

@media (min-width: 64em) {
  .cloudBlock__item {
    font-size: 18px; } }

.cloudBlock__item--1 {
  position: absolute;
  left: 5%;
  top: 100px; }

@media (min-width: 64em) {
  .cloudBlock__item--1 {
    width: 150px;
    height: 150px;
    right: 0;
    left: 0;
    margin: auto; } }

.cloudBlock__item--2 {
  position: absolute;
  right: 10%;
  top: 120px; }

@media (min-width: 64em) {
  .cloudBlock__item--2 {
    width: 130px;
    height: 130px; } }

.cloudBlock__item--3 {
  position: absolute;
  left: 10%;
  top: 280px; }

@media (min-width: 64em) {
  .cloudBlock__item--3 {
    width: 150px;
    height: 150px;
    right: 30%; } }

.cloudBlock__item--4 {
  position: absolute;
  right: 5%;
  top: 480px; }

@media (min-width: 64em) {
  .cloudBlock__item--4 {
    width: 150px;
    height: 150px; } }

.cloudBlock__item--5 {
  position: absolute;
  left: 10%;
  margin: auto;
  top: 700px; }

@media (min-width: 64em) {
  .cloudBlock__item--5 {
    width: 200px;
    height: 200px;
    right: 0;
    left: 0; } }

.cloudBlock__item--6 {
  position: absolute;
  right: 15%;
  bottom: 5%;
  margin: auto;
  top: 700px; }

@media (min-width: 64em) {
  .cloudBlock__item--6 {
    width: 170px;
    height: 170px; } }

.cloudBlock__item--7 {
  position: absolute;
  right: 0;
  left: 63%;
  top: 800px; }

@media (min-width: 64em) {
  .cloudBlock__item--7 {
    width: 100px;
    height: 100px; } }

.cloudBlock__item--8 {
  position: absolute;
  left: 3%;
  top: 600px;
  width: 100px;
  height: 100px;
  display: none; }

@media (min-width: 64em) {
  .cloudBlock__item--8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.cloudBlock__item--9 {
  position: absolute;
  left: 24%;
  top: 200px;
  width: 100px;
  height: 100px;
  display: none; }

@media (min-width: 64em) {
  .cloudBlock__item--9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.cloudBlock__item--10 {
  position: absolute;
  right: 2%;
  top: 650px;
  width: 150px;
  height: 150px;
  display: none; }

@media (min-width: 64em) {
  .cloudBlock__item--10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.bigSliderSection__btnBlock {
  position: absolute;
  width: 100%;
  bottom: 38px;
  text-align: center;
  left: 0; }

@media (min-width: 64em) {
  .bigSliderSection__btnBlock {
    bottom: 44px; } }

.accordion {
  position: relative;
  color: #fff;
  margin-top: 60px;
  cursor: pointer; }

.accordion__item {
  border-bottom: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 0; }
  
.accordion__item:hover {
  background-color: rgba(0, 366, 0, 0.05);
}
.accordion__item.active .accordion__redNum:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #ff0155;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

@media (min-width: 37.5em) {
  .accordion__item.active .accordion__redNum:after {
    top: 42px; } }

.accordion__item.active .accordion__redNum:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ff0155;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media (min-width: 37.5em) {
  .accordion__item.active .accordion__redNum:before {
    top: 42px; } }

.accordion__item.active .accordion__flex {
  margin-bottom: 60px; }

.accordion__item.active .accordion__flex--start {
  max-height: 10000px;
  display: block;
  margin-bottom: 0; }

@media (min-width: 64em) {
  .accordion__item.active .accordion__flex--start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.accordion__item.active .accordion__picScroll {
  display: block; }

.accordion__LargeTitle {
  font-family: "MuseoSansBlack";
  font-size: 18px;
  max-width: 600px;
  text-transform: uppercase;
  margin-bottom: 20px; }

@media (min-width: 37.5em) {
  .accordion__LargeTitle {
    font-size: 36px; } }

.accordion__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.accordion__flex--head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.accordion__flex--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
  margin-bottom: 0;
  display: none;
  -moz-animation-name: dropHeader;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 0.3s;
  -webkit-animation-name: dropHeader;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.3s;
  animation-name: dropHeader;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s; }

.accordion__redNum {
  color: #ff0155;
  font-size: 40px;
  font-family: "MuseoSansBlack";
  position: relative;
  padding-right: 60px;
  white-space: nowrap;
  padding-left: 15px; }

@media (min-width: 37.5em) {
  .accordion__redNum {
    padding-right: 90px;
    font-size: 100px; } }

.accordion__redNum:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ff0155;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

@media (min-width: 37.5em) {
  .accordion__redNum:after {
    top: 42px;
    bottom: 0; } }

.accordion__redNum:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ff0155;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media (min-width: 37.5em) {
  .accordion__redNum:before {
    top: 42px;
    bottom: 0; } }

.accordion__redNumPluse {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px; }

@media (min-width: 37.5em) {
  .accordion__redNumPluse {
    font-size: 40px; } }

.accordion__title {
  font-family: "MuseoSansBlack";
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 26px; }

@media (min-width: 64em) {
  .accordion__title {
    min-height: 54px; } }

.accordion__descr {
  font-size: 14px;
  line-height: 20px; }

.accordion__flexItem {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px; }

@media (min-width: 64em) {
  .accordion__flexItem {
    max-width: 270px;
    margin-right: 4%; }
  .accordion__flexItem:last-child {
    margin-right: 0; } }

.accordion__picScroll {
  white-space: nowrap;
  height: 164px;
  overflow: hidden;
  margin: 0 auto;
  display: none;
  -moz-animation-name: dropHeader;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 0.3s;
  -webkit-animation-name: dropHeader;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.3s;
  animation-name: dropHeader;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
  text-align: center;
  cursor: all-scroll; }

.accordion__picScrollWrap {
  display: inline-block;
  height: 194px;
  overflow-y: hidden;
  overflow-x: auto;
  font-size: 0; }

.accordion__pic {
  max-height: 164px;
  display: inline-block;
  vertical-align: top; }

.sticker {
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 685px;
  background-image: url("../images/sticker.png");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  z-index: 10; }

@media (min-width: 37.5em) {
  .sticker {
    background-position: center top;
    width: 500px; } }

.sticker__title {
  margin-top: 120px;
  text-align: center;
  font-size: 36px;
  font-family: "RalewayBold"; }

@media (min-width: 37.5em) {
  .sticker__title {
    font-size: 63px; } }

.sticker__titleSmall {
  text-align: center;
  font-size: 24px;
  font-family: "RalewayBold";
  white-space: nowrap;
  margin-bottom: 20px; }

@media (min-width: 37.5em) {
  .sticker__titleSmall {
    font-size: 40px; } }

.sticker__descr {
  font-size: 16px;
  text-align: center;
  font-family: "RalewayRegular";
  margin-bottom: 10px; }

@media (min-width: 37.5em) {
  .sticker__descr {
    font-size: 24px; } }

.sticker__price {
  text-align: center;
  font-family: "MuseoSansBlack";
  font-size: 56px; }

.sticker__rub {
  font-size: 36px;
  font-family: "RalewayBold";
  display: inline-block;
  margin-bottom: 10px; }

.sticker__descrSm {
  font-size: 18px;
  text-align: center;
  font-family: "RalewayRegular";
  margin-bottom: 20px; }

.sticker__btnBlock {
  text-align: center;
  margin-bottom: 20px; }

.sticker__linkBlock {
  text-align: center; }

.sticker__link {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "RalewayBold"; }

.sticker__wrap {
  padding: 0 15px; }

.stickerWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px; }

.iconsBlock {
  color: #fff;
  margin-top: 60px; }

.iconsBlock__item {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px; }

@media (min-width: 37.5em) {
  .iconsBlock__item {
    max-width: 49%; } }

@media (min-width: 64em) {
  .iconsBlock__item {
    max-width: 32%; } }

.iconsBlock__descr {
  max-width: 320px;
  margin: 0 auto;
  font-size: 16px; }

.iconsBlock__picBlock {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px; }

.iconsBlock__descrBold {
  font-family: "RalewayBold";
  text-transform: uppercase; }

.iconsBlock__descrLink {
  font-family: "RalewayBold";
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 5px; }

.startBlock {
  text-align: center;
  color: #fff; }

.startBlock__item {
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-family: "RalewayBold";
  border-radius: 30px;
  margin-bottom: 30px; }

@media (min-width: 37.5em) {
  .startBlock__item {
    font-size: 18px;
    line-height: 22px; } }

.startBlock__item--lilac {
  background-color: #00a7ad; }

.startBlock__item--red {
  background-color: #db3579; }

.startBlock__flex {
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.startBlock__flexItem {
  padding: 0 15px;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "MuseoSansLight"; }

@media (min-width: 37.5em) {
  .startBlock__flexItem {
    font-size: 48px; } }

.startBlock__descr {
  font-size: 16px;
  font-family: "MuseoSansItalic";
  margin-bottom: 30px; }

.ticketBlock {
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 60px 0;
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 68px 0px rgba(0, 26, 46, 0.62);
          box-shadow: 0px 3px 68px 0px rgba(0, 26, 46, 0.62);
  position: relative;
  z-index: 5; }
  @media (max-width: 800px) {
  .ticketBlock {
   padding: 20px 0;
  }}
  

.ticketBlock__range {
  max-width: 700px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding-left: 0; }

.ticketBlock__range:before {
  content: '';
  position: absolute;
  height: 120%;
  width: 1px;
  background-color: #000;
  top: -10%;
  left: 0;
  right: 0;
  margin: auto; }

@media (min-width: 64em) {
  .ticketBlock__range:before {
    width: 130%;
    height: 1px;
    left: -15%;
    right: 0;
    bottom: 0; } }

.ticketBlock__flex {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media (min-width: 64em) {
  .ticketBlock__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 910px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; } }

.ticketBlock__flexItem {
  text-align: center;
  margin-bottom: 25px; }

.ticketBlock__flexItem:first-child {
  margin-bottom: 0; }

@media (min-width: 64em) {
  .ticketBlock__flexItem {
    margin-bottom: 0;
    width: 25%; } }

.ticketBlock__flexItem.active .ticketBlock__title {
  font-family: "MuseoSansBlack"; }

.ticketBlock__flexItem.active .ticketBlock__blockPrice {
  font-size: 20px; }

.ticketBlock__person {
  font-size: 14px;
  font-family: "MuseoSansItalic";
  margin-bottom: 5px; }

.ticketBlock__title {
  text-transform: uppercase;
  font-size: 14px; }

.ticketBlock__blockPrice {
  font-size: 14px;
  font-family: "MuseoSansBlack"; }

@media (min-width: 64em) {
  .ticketBlock__blockPrice {
    margin-top: 70px;
    margin-bottom: 10px; } }

.ticketBlock__info {
  font-size: 14px;
  font-family: "MuseoSansItalic"; }

.ticketBlock__sale {
  color: #f03a84;
  font-size: 16px;
  font-family: "MuseoSansBlack"; }

.ticketBlock__footer {
  margin-top: 50px;
  text-align: center; }

.ticketBlock__linkBlock {
  margin-top: 15px; }

@media (min-width: 64em) {
  .ticketBlock__linkBlock {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle; } }

.ticketBlock__link {
  font-size: 16px;
  font-family: "MuseoSansBlack";
  text-transform: uppercase;
  text-decoration: none; }

@media (min-width: 64em) {
  .ticketBlock__link {
    margin-left: 30px; } }

.ticketBlock__link:hover {
  border-color: transparent; }

.ticketBlock__wrap {
  min-height: 128px;
  padding-top: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 320px;
  margin: 0 auto; }

@media (min-width: 64em) {
  .ticketBlock__wrap {
    max-width: 100%;
    display: block; } }
	
	

.ticketBlockSale {
  max-width: 1060px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  position: relative;
  top: -30px;
  margin-bottom: 60px;
  padding-top: 90px; }

@media (min-width: 64em) {
  .ticketBlockSale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 500px; } }

.ticketBlockSale__pic {
  position: relative;
  width: 280px;
  bottom: -30px;
  margin: 0 auto; }

@media (min-width: 64em) {
  .ticketBlockSale__pic {
    position: absolute;
    width: auto;
    right: 0;
    bottom: -50px;
    z-index: 1; } }

.ticketBlockSale__wrap {
  max-width: 680px;
  position: relative;
  z-index: 2;
  padding: 0 30px; }

@media (min-width: 64em) {
  .ticketBlockSale__wrap {
    width: 100%;
    margin: 0 60px; } }

.ticketBlockSale__title {
  font-size: 24px;
  color: #20368c;
  font-family: "MuseoSansBlack";
  margin-bottom: 20px; }

@media (min-width: 64em) {
  .ticketBlockSale__title {
    font-size: 60px;
    line-height: 70px; } }

.ticketBlockSale__descr {
  font-size: 16px;
  margin-bottom: 20px; }

@media (min-width: 64em) {
  .ticketBlockSale__descr {
    font-size: 24px; } }

.ticketBlockSale__phone {
  font-size: 24px;
  color: #f03a84;
  text-decoration: none;
  font-family: "MuseoSansBlack"; }

@media (min-width: 64em) {
  .ticketBlockSale__phone {
    font-size: 48px; } }

.adsSlider {
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 40px; }

.adsSlider__item {
  text-align: center; }

.adsSlider__pic {
  display: inline-block !important;
  /*border-radius: 100%;*/
  width: 96px;
  height: 96px;
  margin-bottom: 25px; }

.adsSlider__title {
  font-size: 24px;
  font-family: "MuseoSansBlack";
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px; }

.adsSlider__descr {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto; }

.qqBlock {
  text-align: center; }

.qqBlock__pic {
  display: inline-block;
  margin-bottom: 20px; }

.qqBlock__descr {
  font-size: 16px;
  color: #fff; }

.whiteBlock {
  padding-top: 80px;
  background-color: #fff; }

.whiteBlock__title {
  font-size: 36px;
  color: #20368c;
  font-family: "MuseoSansBlack";
  text-align: center; }

@media (min-width: 37.5em) {
  .whiteBlock__title {
    font-size: 60px; } }

.teamList {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
  margin-left: -20px;
  text-align: center; }

.teamList__bgr {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.teamList__item {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  width: 261px;
  height: 263px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 70px; }

.teamList__item:after {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 66px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 66px -5px rgba(0, 0, 0, 0.75); }

.teamList__pic {
  margin: 0 auto;
  position: relative;
  top: 21px;
  z-index: 2; }

.teamList__pic--wide {
  top: 25px; }

.teamList__picBgr {
  position: absolute;
  z-index: 3;
  top: 60px;
  left: -1px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 49px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/team/teamPic.svg"); }

.teamList__footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 27px;
  width: 100%;
  left: 0;
  z-index: 4;
  text-align: center; }

.teamList__title {
  color: #20368c;
  font-size: 18px;
  font-family: "MuseoSansBlack";
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 5px; }

.teamList__descr {
  color: #727272;
  font-size: 14px;
  max-width: 180px;
  margin: 0 auto;
  min-height: 35px; }

@media (min-width: 50em) {
  .partnersBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.partnersBlock__item {
  width: 100%; }

@media (min-width: 50em) {
  .partnersBlock__item--first {
    max-width: 350px;
    padding-right: 30px; } }

.partnersBlock__title {
  color: #20368c;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "MuseoSansBlack";
  margin-bottom: 40px;
  text-align: center; }

@media (min-width: 37.5em) {
  .partnersBlock__title {
    text-align: left; } }

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

.partnersBlock__pic a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.partnersBlock__pic a:hover {
  opacity: 0.6; }

.partnerBig {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.partnerBig:hover {
  opacity: 0.6; }

.partner {
  text-align: center;
  padding: 0 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 37.5em) {
  .partner {
    width: 16.66667%; } }

.partner a {
  max-width: 110px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.partner a:hover {
  opacity: 0.6; }

.partner--d a {
  display: block; }

.partner--d a:last-child {
  margin-top: -40px; }

.info {
  width: 33.33333%; }

@media (min-width: 37.5em) {
  .info {
    width: 16.66667%; } }

.info a {
  max-width: 110px; }

.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px; }

.quetionsBlock {
  margin-top: 30px;
  margin-bottom: 60px; }

@media (min-width: 37.5em) {
  .quetionsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.quetions {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 37.5em) {
  .quetions {
    width: 50%; } }

@media (min-width: 37.5em) {
  .quetions:last-child {
    padding-left: 30px; } }

.quetions__item {
  margin-bottom: 25px; }

.quetions__link {
  font-size: 16px;
  line-height: 22px;
  font-family: "MuseoSansBoldItalic"; }

.blueBlock {
  background-color: #0e1942;
  position: relative;
  min-height: 600px;
  margin-top: 5px;
  padding-top: 140px; }

.blueBlock__title {
  color: #fff;
  font-size: 36px;
  font-family: "MuseoSansBlack";
  text-align: center; }

@media (min-width: 37.5em) {
  .blueBlock__title {
    font-size: 60px; } }

.socialWidget {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px; }

.socialWidget__item {
  width: 260px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px; }

@media (min-width: 37.5em) {
  .socialWidget__item {
    margin-right: 3%;
    margin-left: 3%; } }

.socialLinks {
  text-align: center;
  margin-bottom: 50px; }

.socialLinks__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: 47px;
  height: 47px;
  padding: 5px; }
  
 
.boyImage {
  margin: 0 auto; }

@media (min-width: 50em) {
  .boyImage {
    margin-top: 180px; } }

.boyList {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 80px; }

@media (min-width: 50em) {
  .boyList {
    margin-top: 0; } }

.boyList__pic {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px; }

.boyList__descr {
  font-size: 14px;
  color: #000;
  text-align: center;
  font-family: "MuseoSansMedium"; }

@media (min-width: 37.5em) {
  .boyList__descr {
    font-size: 18px; } }

.boyList__item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px; }

@media (min-width: 50em) {
  .boyList__item {
    max-width: 180px;
    position: absolute;
    display: block;
    margin-bottom: 0; } }

.boyList__item--1 {
  top: 380px;
  left: 6%; }

.boyList__item--2 {
  top: 150px;
  left: 18%; }

.boyList__item--3 {
  top: 10px;
  left: 6%; }

.boyList__item--4 {
  top: -100px;
  left: 24%; }

.boyList__item--5 {
  top: -160px;
  left: 44%; }

.boyList__item--6 {
  top: -100px;
  right: 16%; }

.boyList__item--7 {
  top: 50px;
  right: 6%; }

.boyList__item--8 {
  top: 200px;
  right: 20%; }

.boyList__item--9 {
  top: 350px;
  right: 3%; }

.boyWrap {
  position: relative; }

.bellWrap {
  position: relative;
  max-width: 490px;
  margin: 0 auto;
  margin-top: -50px;
  overflow: hidden; }

.bellWrap__item {
  margin: 0 auto;
  max-width: 490px;
  height: 470px; }

.bellWrap__item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 470px;
  background-image: url("./../images/bell.png");
  background-repeat: no-repeat;
  background-position: center; }

.bellWrap__block {
  position: absolute;
  left: 0;
  right: 0;
  top: 195px;
  margin: auto;
  z-index: 2;
  color: #fff;
  width: 330px;
  text-align: center;
  font-family: "MuseoSansBlack"; }

.bellWrap__title {
  font-size: 46px;
  margin-bottom: 10px; }

@media (min-width: 37.5em) {
  .bellWrap__title {
    font-size: 50px; } }

.bellWrap__descr {
  font-size: 30px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 40px;
  height: 60px;
  top: 50%;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10; }

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev {
  left: -25px; }

.slick-prev:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0;
  top: 36px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.slick-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0;
  top: 15px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.slick-next {
  right: -25px; }

.slick-next:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  right: 0;
  top: 36px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.slick-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  right: 0;
  top: 15px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-right: 25px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background-color: #fff;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #ff0f37; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs {
  height: 55px; }

.irs-with-grid {
  height: 75px; }

.irs-line {
  height: 180px;
  top: -50px; }

.irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px; }

.irs-line-right {
  height: 8px; }

.irs-bar {
  height: 1px;
  top: 33px; }

.irs-bar-edge {
  height: 1px;
  top: 33px; }

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-slider {
  top: 20px;
  width: 21px;
  height: 36px;
  background-image: url("../images/range/range.png");
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 27px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #428bca; }

.irs-grid-pol.small {
  background: #999; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac; }

/*
 * Ranger v3.0.0 - 2014-01-20
 * A jQuery plugin for cross browser range inputs. Part of the formstone library.
 * http://formstone.it/ranger/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */
.ranger-element {
  *left: -9999px;
  opacity: 0;
  position: absolute;
  z-index: -1; }

.ranger {
  width: 100%;
  position: relative; }

.ranger * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.ranger .ranger-track {
  border-radius: 4px;
  height: 30px;
  margin: 10px 0;
  position: relative;
  width: 100%; }

.ranger .ranger-handle {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.ranger .ranger-disc {
  display: block;
  width: 40px;
  height: 40px;
  bottom: 5px;
  position: relative;
  background-image: url("../images/range/range2.png");
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

@media (min-width: 64em) {
  .ranger .ranger-disc {
    right: 10px; } }

/* Labels */
.ranger-labels .ranger-track {
  width: 100%; }

.ranger-labels .ranger-label {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 28px;
  margin: 0 2% 0 0;
  text-align: right;
  width: 8%;
  opacity: 0; }

.ranger-labels .ranger-label.max {
  float: right;
  margin: 0 0 0 2%;
  text-align: left; }

.ranger-vertical {
  height: 90%;
  width: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ranger-vertical .ranger-track {
  height: 90%;
  margin: 40px 0 0 0 ;
  width: 30px; }

.ranger-vertical .ranger-handle {
  bottom: 0;
  height: 1px;
  left: 0;
  top: auto;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.ranger-vertical .ranger-disc {
  margin: -7px 0 0 -5px; }
  
 

.ranger-vertical .ranger-label,
.ranger-vertical .ranger-label.max {
  display: none;
  clear: both;
  float: none;
  height: 10%;
  padding: 5px 0 0;
  text-align: center;
  width: 100%; }

.ranger-vertical .ranger-label.max {
  padding: 0; }

.ranger-vertical {
  position: relative;
  padding: 0; }

html,
body {
  height: 100%; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

body {
  color: #333;
  font-size: 13px;
  font-family: "RalewayRegular"; }

body a {
  color: #333; }

body a:hover {
  text-decoration: none; }

.wrapper {
  position: relative;
  min-height: 100%; }

.container {
  margin: 0 auto;
  padding: 0 30px;
  position: relative; }

.container:before, .container:after {
  content: "";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 37.5em) {
  .container {
    max-width: 1190px; } }

.btn {
  height: 38px;
  font-size: 13px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 0 15px;
   /*background: #ccc;
 color: #fff;*/
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

.btn:active {
  bottom: -1px; }

.btn--big {
  height: 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: white;
  border-radius: 50px;
  background-color: #ef3a37;
  background-image: -webkit-linear-gradient(0deg, #ef3a37 0%, #ffa22a 100%);
  background-image: -ms-linear-gradient(0deg, #ef3a37 0%, #ffa22a 100%);
  padding: 0 15px;
  border: 4px solid #af8cb0;
  font-size: 14px;
  font-family: "MuseoSansBold"; }

@media (min-width: 64em) {
  .btn--big {
    height: 75px;
    font-size: 24px;
    padding: 0 30px; } }

.btn--header {
  background-image: -webkit-linear-gradient(0deg, #ef3a37 0%, #f07b2c 100%);
  background-image: -ms-linear-gradient(0deg, #ef3a37 0%, #f07b2c 100%);
  -webkit-box-shadow: 0px 3px 2px 0px rgba(27, 45, 117, 0.24);
          box-shadow: 0px 3px 2px 0px rgba(27, 45, 117, 0.24);
  font-family: "MuseoSansBold";
  font-size: 16px;
  border-radius: 20px;
  padding: 0 3%;
  color: #fff;
  white-space: nowrap; }

.btn--desctop {
  display: none; }

@media (min-width: 64em) {
  .btn--desctop {
    display: block; } }

.btn--sitcker {
  width: 100%;
  max-width: 365px; }

.btn--order {
  font-family: "MuseoSansLight";
  max-width: 350px;
  width: 100%;
  border: 0;
  font-size: 18px;
  height: 40px; }

@media (min-width: 37.5em) {
  .btn--order {
    height: 60px;
    font-size: 24px; } }

.boldTxt {
  font-family: "MuseoSansBlack"; }
  
  
   
.mobile-buy-tickets {
	display: none;
}

@media (max-width: 779px) {
	.mobile-buy-tickets {
		display: block;
		position: fixed;
		box-sizing: border-box;
		right: 0;
		bottom: 0;
		z-index: 10;
		padding: 10px 20px;
		background-color: #ff1857;
		color: #ffffff;
	}

	.mobile-buy-tickets a {
		color: #ffffff;
	}
}


.tickets__pretty-date-item
{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	
}
.modal-body *
{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	
}

#toTop {
	width:60px;
	height:60px;
	background:#f7f7f7;
	position:fixed;
	bottom:20px; /* отступ кнопки от нижнего края страницы*/
	right:30px;
	cursor:pointer;
	display:hide;
	z-index:1111;
	background:url(../images/up3.png);
}
@media (max-width: 779px) {
	#toTop {
		right:30px;
		bottom:40px;
	}
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
	font-family: 'ALSRublRegular';
	src: url('../fonts/rouble-webfont.eot');
	src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype'), url('../fonts/rouble-webfont.svg#ALSRublRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
    div#jivo-iframe-container {
    z-index: 99 !important;
    }
	#jivo-iframe-container.jivo-iframe-container-bottom {
		z-index:99 !important;
		}
	jdiv {
    z-index: 99 !important;
    }
	.globalClass_ET {
    z-index: 99 !important;
    }*/