@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; }
@font-face {
    font-family: 'als_rublregular';
    src: url('../fonts/rouble/rouble-webfont.eot');
    src: url('../fonts/rouble/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rouble/rouble-webfont.woff2') format('woff2'),
         url('../fonts/rouble/rouble-webfont.woff') format('woff'),
         url('../fonts/rouble/rouble-webfont.ttf') format('truetype'),
         url('../fonts/rouble/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
.ac-mobile {
	display:none;
}
.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background: #ffffff;
  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; }
.header__logo path {
  fill: #000;
}
@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: 560px;
  -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: 40%; } }
.ticketBlockSale .desctop {
	display:block;
}
.ticketBlockSale .mobile {
	display:none;
}
.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: 80%; } }

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

.header__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 10px;
  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: 6%; } }

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

.header__link {
  color: #000000;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  font-family: "MuseoSansBlack";
  text-transform:uppercase;
  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: 20px;
  font-size: 14px;
  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: 18px;
  line-height: 21px;
  color: #000000;
  text-decoration: none; }
.header__tel .boldTxt {
	font-size:28px;
}
.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; 
  margin-left:10px
  }

.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: #0c1434;
  color: #fff;
  padding: 60px 0;
  padding-bottom: 30px; }
.last .mainFirstDescr {
    height: 90%;
}
@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;
  text-transform:uppercase;
  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 {
    padding-top: 82px;
    min-height: 900px;
    background-image: url("../images/main-bgr.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /*overflow: hidden;*/
  padding-top: 64px; }
.mainFirst .container {
	z-index:12;
}
.second_line{
	margin-bottom:15px;	
	margin-top: 20px;
}

@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__d {
  margin-bottom: 25px;
  color: #fff;
  font-family: "MuseoSansBold";
  font-size: 14px;
  letter-spacing: 0.02em; }
.mainFirst__d  .small {
	display:block;
	font-size:18px;
	line-height:22px;
}
@media (min-width: 64em) {
  .mainFirst__d {
    font-size: 30px;
    line-height: 46px; } }
.t-center {
	text-align:center;
	text-shadow: 0 0 30px rgba(53,2,126,0.5);
}
.mainFirst__d.t-text-small .mainFirst__big {
	font-size:35px;
	font-family: "MuseoSansBlack";
}
  .third_line{
	font-size:35px;
}
@media (min-width: 64em) {
  .t-text {
    font-size: 65px;
	font-family: "MuseoSansBlack";
    line-height: 46px; } 
	
	.second_line{
		margin-bottom:15px;	
	margin-top: 20px;
}
	}

.mainFirst__d--marg {
	margin-top:16vh;
  margin-bottom: 5px; }
  
  .second_line{
	margin-bottom:15px;	
	margin-top: 20px;
	font-size:45px;
}  
  .third_line{
	font-size:25px;
}

.mainFirst__d--flex {
  position:absolute;
right:0;
text-align:right;
top:15px;
font-size:18px;
width:150px;  }
.mainFirst__d--flex .mainFirst__dTxt {
	line-height:18px;
}
.mainFirst__d--flex .mainFirst__big {
	display:block;
	margin:0 0 20px;
}
@media (min-width: 64em) {
  .mainFirst__d--flex {
    line-height: 20px; } }

@media (min-width: 64em) {
  .mainFirst__big {
    font-size: 60px;
font-family: "MuseoSansBlack";	} }
.parallax-1 {
	position:absolute;
	left:5%;
	top:30px;
	z-index:11;
}
.parallax-2 {
	position:absolute;
	left:15%;
	top:0;
	margin-top:15%;
	z-index:11;
}
.parallax-3 {
	position:absolute;
	left:5%;
	top:0;
	margin-top:30%;
	z-index:11;
}
.parallax-4 {
	position:absolute;
	right:0%;
	top:0;
	margin-top:-30px;
	z-index:11;
}
.parallax-5 {
	position:absolute;
	right:15%;
	top:0;
	margin-top:10%;
	z-index:11;
}
.parallax-6 {
	position:absolute;
	right:25%;
	top:0;
	margin-top:40%;
	z-index:11;
}
.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: 40px;
  height: 100%;
  z-index: 10;
  padding: 40px 0; }

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

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

.whiteSection {
  padding-top: 50px;
  background-color: #f0f3f8;
  /*-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; }


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

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

.whiteSection .textAboutBlock {
	display:inline-block;
	vertical-align:top;
	width:30%;
	box-sizing:border-box;
	padding:0 7% 0 0;
	margin-bottom:40px;
}
.whiteSection .textAboutBlock:nth-child(3n+2) {
	margin:0 4%
}
.whiteSection .textAboutBlock__title {
	font-size:18px;
	font-family: "MuseoSansBlack";
	text-transform:uppercase;
	margin:0 0 10px;
}
.whiteSection .textAboutBlock .image {
	height:130px;
}
.whiteSection .textAboutBlock .image img {
	max-height:130px;
}
.textAboutBlock__descr {
  font-size: 14px;
  line-height: 20px;
  font-family: 'proxima_nova_rgregular'; }

.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: 7px;
  height: 7px;
  background: #bab7bf;
  position: absolute;
  border-radius:10px;
  left: 0;
  top: 7px; }

.PatternSection {
  background:#f0f3f8;
  position:relative;
padding:0 0 100px;  }
.PatternSection .FootBgr {
	background-image: url(../images/f-bar.png);
	bottom:-100px;
}
.PatternSection .girch-1 {
	position:absolute;
	left:8%;
	top:25%;
	z-index:12;
}
.PatternSection .girch-2 {
	position: absolute;
	right: 3%;
	z-index: 12;
	top: 50%;
}
.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:#080e24 url(../images/darkSection-bg.jpg) no-repeat center top;
  padding-top: 30px; }

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


.flexBLockW {
	
}
.flexBLockW  .flexBLockW__item {
	float:right;
	width:40%
}
.flexBLockW  .flexBLockW__item--first {
	float:left;
	width:50%
}

.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__picBlock img {
	border-radius:20px;
}
.slickGallery__title {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 15px;
  font-size: 10px;
  color: #fff;
  text-transform:uppercase;
  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 {
  padding-top: 40px;
  position: relative;
  background:#080e24 url("../images/main-bgr2.jpg") no-repeat center bottom; }
.childsection {
	background:#f3f5f4 url("../images/child-bg.jpg") no-repeat center top;
	background-size: 100% auto;
}
.bigSliderSection--a .FootBgr--f {
	height:94px;
	background: url("../images/bgr-last.png") no-repeat center top;
}
.childsection .main-img {
	text-align:center;
	padding: 50px 0 0 0;
}
.childsection .main-img img {
	display:block;
	margin:0px auto 0 auto;
	max-width:100%;
}
.childsection .bigSliderSection__title {
	font-size:60px;
	line-height:120%;
	color:#000;
}
.childsection .bigSliderSection__title--small {
	font-size:24px;
	font-family: "MuseoSansLight";
	color:#000;
	margin-bottom:40px;
}
.ionTabs {
    position: relative;
}
    .ionTabs__head {
        position: relative; display: block;
        list-style-type: none;
        margin: 0; padding: 0;
        z-index: 1;
    }
    .ionTabs__head:before, .ionTabs__head:after {content: ""; display: table;}
    .ionTabs__head:after {clear: both;}
    .ionTabs__head {zoom: 1;}

        .ionTabs__tab {
            position: relative;
            display: block; float: left;
            list-style-type: none;
            background: none;
            margin: 0; padding: 0;
            cursor: pointer;
        }
            .ionTabs__tab.ionTabs__tab_state_active {
                cursor: default;
            }

    .ionTabs__body {
        position: relative;
        z-index: 2;
    }

    .ionTabs__item {
        position: relative;
        display: none;
    }
        .ionTabs__item.ionTabs__item_state_active {
            display: block;
        }

    .ionTabs__preloader {
        position: relative;
    }
.childsection .ionTabs__tab {
	background-color:transparent;
	background-position:200px top;
	width:18.5%;
	padding:20px;
	border:1px solid #e1e1e1;
	border-radius:20px;
	box-sizing:border-box;
	float:left;
	margin:0px 0.9%;
	transition:.2s ease;-webkit-transition:.2s ease;-moz-transition:.2s ease;-o-transition:.2s ease;
}
.childsection .ionTabs__tab:hover {
	box-shadow:0 0 30px rgba(0,0,0, 0.3);
}
.childsection .ionTabs__tab:first-child {
	margin-left:0;
}
.childsection .ionTabs__tab:last-child {
	margin-right:0;
}
.childsection .ionTabs__tab.ionTabs__tab_state_active {
	box-shadow:0 0 30px rgba(0,0,0, 0.3);
	border-color:transparent
}
.childsection .ionTabs__tab.ionTabs__tab_state_active.tab-1 {
	background:#fff url("../images/tab-ico-1.png") repeat-y right top;
}
.childsection .ionTabs__tab.ionTabs__tab_state_active.tab-2 {
	background:#fff url("../images/tab-ico-2.png") repeat-y right top;
}
.childsection .ionTabs__tab.ionTabs__tab_state_active.tab-3 {
	background:#fff url("../images/tab-ico-3.png") repeat-y right top;
}
.childsection .ionTabs__tab.ionTabs__tab_state_active.tab-4 {
	background:#fff url("../images/tab-ico-4.png") repeat-y right top;
}
.childsection .ionTabs__tab.ionTabs__tab_state_active.tab-5 {
	background:#fff url("../images/tab-ico-5.png") repeat-y right top;
}
.childsection .ionTabs__tab .name {
	font-size:18px;
	font-family: "MuseoSansBlack";
	text-transform:uppercase;
}
.childsection .ionTabs__tab  span {
	height:82px;
	display:block;
	font-size:16px;
}
.childsection .ionTabs__tab  span:last-child {
	height:auto;
}
.childsection .ionTabs__body {
	margin:140px 0 -5px 0;
}
.childsection .block {
	font-size:18px;
	font-family: "MuseoSansLight";
}
.childsection .block .name {
	font-size:36px;
	font-family: "MuseoSansBlack";
	text-transform:uppercase;
}
.childsection .block .fixed-left {
	padding-right:50%;
	position:relative;
	margin:0 0 80px;
}
.childsection .block .fixed-left img {
	position:absolute;
	right:0;
	top:50%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}
.childsection .block .fixed-right {

}
.childsection .block .list {
	
}
.childsection .block .list:after, .childsection .block .photo:after {
	clear:both;
	display:block;
	content:'';
}
.childsection .block .list .list-block {
	width:20%;
	float:left;
	font-family: "MuseoSansRegular";
	font-size:14px;
	margin:3% 2%;
	
}
.childsection .block .list .list-block:first-child {
	margin-left:0;
}
.childsection .block .list .list-block:last-child {
	margin-right:0;
}
.childsection .block .list .list-block div {
	font-size:18px;
	font-family: "MuseoSansBlack";
	text-transform:uppercase;
	min-height:65px;
}
.childsection .block .photo {
	margin:50px 0 0 0;
}
.childsection .block .photo img {
	float:left;
	
}
.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: #101238;
  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: 800px;*/
  background-color: #fff;
  position: relative; }

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

.bigSliderSection--l {
  background-image: url("../images/main-bgr8.jpg");
  background-size: auto;
  background-position: center;
  background-color: #080e25;
  padding-bottom: 160px;
  position: relative; }
.bigSliderSection--l:before {
	position:absolute;
	height:50px;
	top:0;
	left:0;
	right:0;
	content:'';
	display:block;
background: -moz-linear-gradient(top, rgba(17,19,57,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(17,19,57,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(17,19,57,1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111339', endColorstr='#00000000',GradientType=0 );
}
@media (min-width: 76em) {
  .bigSliderSection--l {
    background-position: center top;
    background-size: cover; } }

.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;
  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: 80px 0; }

.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");
  margin: auto;
  color: #000;
  z-index: 10; }

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

.sticker__title {
  padding-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; }


.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: 15px; }

@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: 15px;
  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: 5px;
  font-family: "MuseoSansLight"; }

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

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

.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; }

.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;
  -webkit-box-direction: reverse;
      -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: 45px; }

.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: 16px;
  font-family: "MuseoSansItalic";
  margin-bottom: 5px; }

.ticketBlock__title {
  text-transform: uppercase;
  font-size: 16px; }
@media (max-width: 32em) {
.ticketBlock__title {
	text-transform: uppercase;
	font-size: 12px; }
	
	
}
.ticketBlock__blockPrice {
  font-size: 16px;
  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: 18px;
  font-family: "MuseoSansBlack"; }

.ticketBlock__footer {
  margin-top: 70px;
  text-align: center; }
.ticketBlock__footer .infos {
	float:left;
	text-align:right;
	width:30%;
	font-size:18px;
	color:#e60153;
	font-family: "MuseoSansMediumItalic";
}
.ticketBlock__footer button {
	float:left;
	width:30%;
	margin:0 5%;
}
.ticketBlock__footer .ticketBlock__linkBlock {
	float:left;
	width:30%;
	text-align:left;
}
.ticketBlock__footer .infos, .ticketBlock__footer .ticketBlock__linkBlock {
	margin-top:20px;
}
.ticketBlock__link {
  font-size: 18px;
  font-family: "MuseoSansBlack";
  text-transform: uppercase;
  border-bottom:2px dotted #000;
  text-decoration: none; }

.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 {
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
  padding-top: 90px; }
.ticketBlockSale img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.ticketBlockSale .block {
	position:absolute;
	bottom:15%;
	margin:0 auto;
	left:50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
	max-width:850px;
	text-align:center;
	font-size:24px;
	color:#fff;
}
.ticketBlockSale .block .name {
	font-size:60px;
	font-family: "MuseoSansBlack";
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
	margin:0 0 10px;
}
.ticketBlockSale .block .phone {
	font-size:48px;
	font-family: "MuseoSansBlack";
	margin:15px 0 0 0;
}
.ticketBlockSale .block .phone a {
	color:#fff;
}
.ticketBlockSale__wrap {
  max-width: 680px;
  position: relative;
  z-index: 2;
  padding: 0 30px; }
.bigSliderSection__title.last {
	font-size:45px;
}
@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;
  text-transform:uppercase;
  margin: 0 auto;
  margin-bottom: 40px; }

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

.qqBlock {
  text-align: center; }

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

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

.whiteBlock {
  padding-top: 80px;
  position:relative;
  background-color: #fff; }
.whiteBlock.last {
	background:#f0f3f8;
}
.whiteBlock .FootBgr--b {
	top:auto;
	bottom:-50px;
	background-color:#f0f3f8
}
.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;
  font-family: 'proxima_nova_rgregular';
  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: 40px; }

.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: 'proxima_nova_rgregular'; }
.last .parallax-5 {
    position: absolute;
    left: 20%;
    top: 0;
	margin:0;
    z-index: 11;
}
.last .parallax-1 {
    position: absolute;
    right: 5%;
	left:auto;
    top: 30%;
    z-index: 11;
}
.last .parallax-3 {
    position: absolute;
    left: 20%;
    bottom: 20%;
    top: auto;
    margin-top: 0;
    z-index: 11;
}
.last .parallax-2 {
    position: absolute;
	left:auto;
    right: 15%;
    top: 0;
    margin-top: 0;
    z-index: 11;
}
.last .parallax-4 {
    position: absolute;
    left: 5%;
    top: 22%;
    margin-top: 0;
    z-index: 11;
}
.last .parallax-6 {
    position: absolute;
    right: 25%;
    top: auto;
    bottom: 30%;
    margin-top: 0;
    z-index: 11;
}
.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";
  margin:0 0 40px;
  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: 4px;
  left: 0;
  top: 33px;
  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: 4px;
  left: 0;
  top: 14px;
  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: 4px;
  right: 0;
  top: 33px;
  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: 4px;
  right: 0;
  top: 14px;
  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: 21px;
  height: 36px;
  position: relative;
  background-image: url("../images/range/range.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: 100%;
  width: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ranger-vertical .ranger-track {
  height: 100%;
  margin: 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: 65px;
  line-height:68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  letter-spacing:1px;
  text-shadow:0 1px 1px rgba(40,15,117, 0.6);
  background-image: -webkit-linear-gradient(0deg, #e60252 0%, #ff005a 100%);
  background-image: -ms-linear-gradient(0deg, #e60252 0%, #ff005a 100%);
  padding: 0 15px;
  font-size: 16px;
  font-family: "MuseoSansBlack";
  text-transform:uppercase;
  display:block;
  cursor:pointer;
  width:100%;
  max-width:375px;
  text-align:center;
  margin:0 auto;
  }
.btn--big:hover{
	 color:#42aaff;
 }
.btn--big span, .sticker__price span {
	font-family: 'als_rublregular';
	text-transform: lowercase;
}
.sticker__price span {
	font-size:36px;
}
ul.dropdown-content {
	position: relative;
	z-index: 597;
	float: left;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding-left:20px;
	padding-right:10px;
}

ul.dropdown-content li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	border-bottom:none;
	padding: 10px 0;
}

ul.dropdown-content li a{
	border-bottom:none;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
	display: grid;
}
.btn--header {
  background-image: -webkit-linear-gradient(0deg, #e60253 0%, #ff005a 100%);
  background-image: -ms-linear-gradient(0deg, #e60253 0%, #ff005a 100%);
  -webkit-box-shadow: 0px 5px 20px #bcacec;
          box-shadow: 0px 5px 20px #bcacec;
  font-family: "MuseoSansBlack";
  height:50px;
  font-size: 18px;
  border-radius: 30px;
  text-transform:uppercase;
  padding: 0 3%;
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap; }
header .btn--header  {
  background-image: -webkit-linear-gradient(0deg, #4117ba 0%, #5721ff 100%);
  background-image: -ms-linear-gradient(0deg, #4117ba 0%, #5721ff 100%);
  font-size:14px;
  margin-left: 30px
}

.btn.btn--header.btn--desctop:hover {
  color:red;
}
.btn--desctop {
  display: none; }

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

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

.btn--order {
  -webkit-box-shadow: 0px 5px 30px #eb6a98;
          box-shadow: 0px 5px 30px #eb6a98;
  max-width: 350px;
  width: 100%;
  border: 0;
  height: 65px; }

.boldTxt {
  font-family: "MuseoSansBlack"; }
@media only screen and (max-width: 1480px) {
	.PatternSection .girch-1 img, .PatternSection .girch-2 img {
		width:60%
	}
	.PatternSection .girch-1 {
		left: 5%;
		top: 55%;
	}
	.PatternSection .girch-2 {
		top: 67%;
	}
	.parallax-1, .parallax-2,  .parallax-3,  .parallax-4,  .parallax-5,  .parallax-6 {
		width:150px;
	}
	.header__logo {
		width:160px;
	}
	.header__tel .boldTxt {
		font-size: 22px;
	}
	.header__list {
		text-align: left;
	}
	.header__listItem {
		margin-right: 4%;
	}
	.header__link {
		text-transform: inherit;
		font-size: 13px;
	}
	.t-text {
		
		line-height: 50%;
	}
	.second_line{
		margin-bottom:15px;	
		margin-top: 20px;
	}
	.mainFirst__d--flex {
		right:30px;
	}
}
@media only screen and (max-width: 1280px) {
.t-text {
    font-size: 65px;
	margin-top: 18vh;
}


.mainFirst__d.t-text-small .mainFirst__big {
    font-size: 32px;
    font-family: "MuseoSansBlack";
}
.gamburgerMob:after, .gamburgerMob:before, .gamburgerMob {
	background-color:#5821ff;
}
.childsection .ionTabs__tab {
    width: 32%;
	margin-bottom:20px;
}
.childsection .ionTabs__tab.tab-3 {
	margin-right:0;
}
.childsection .ionTabs__tab.tab-4 {
	margin-left:0;
}
.whiteBigTitle {
    font-size: 80px;
}
.whiteBigTitle--sm {
    font-size: 48px;
}
.PatternSection {
    padding: 0 0 0px;
}
.PatternSection .girch-1 img, .PatternSection .girch-2 img {
    width: 35%;
}
.PatternSection .girch-1 {
    left: 1%;
    top: 100%;
}
.PatternSection .girch-2 {
    top: 100%;
}
.second_line{
	margin-bottom:15px;	
	margin-top: 20px;
	font-size:35px;
}
  .third_line{
	font-size:45px;
}

}
@media only screen and (max-width: 1024px) {
	.header__logo path {
		fill: #5821ff;
	}
	.parallax-1, .parallax-3, .parallax-4, .parallax-6 {
		display:none;
	}
	.mainFirst__d--flex {
		position: relative;
		text-align:center;
		right: 0;
		top: 15px;
		width: 100%;
		margin: 0 auto;
	}
	.mainFirst__d--flex span {
		display:inline-block!important;
		vertical-align:middle;
		text-align:left;
		margin:0 5px!important;
	}
	.mainFirst__d--flex .mainFirst__big {
		width: 30px;
	}
	.mainFirst__d--flex .mainFirst__dTxt {
		font-size:14px;
		width: 250px;
	}
	.mainFirst__d {
		text-align:center;
	}
	.mainFirst__d .mainFirst__big {
		font-size:36px;
		display:block;
	}
	.mainFirst__d .small {
		display: inline-block;
		font-size: 18px;
		line-height: 22px;
	}
	.t-text {
		font-size: 60px;
		margin-top: 18vh;
		margin-bottom:0;
	}
	.t-text {
		font-size: 52px;
		line-height: 90%;
		margin-top:10vh;
	}
	.second_line{
		margin-bottom:15px;	
		margin-top: 20px;
		font-size: 42px;
	}
	.third_line{
		font-size: 32px;
	}
	.mainFirst__d .t-text {
		margin:0;
	}
	.whiteSection .bigTitle {
		font-size: 40px;
	}
	.whiteSection .textAboutBlock {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		box-sizing: border-box;
		padding: 0;
		margin-bottom: 40px;
	}
	.whiteSection .textAboutBlock:nth-child(3n+2) {
		margin: auto;
	}
	.whiteSection .textAboutBlock:nth-child(odd) {
		margin-right:5%;
	}
	.PatternSection .girch-1, .PatternSection .girch-2 {
		display:none;
	}
	.PatternSection .FootBgr {
		bottom: -60px;
	}
	.flexBLockW .flexBLockW__item {
		float: none;
		width: auto;
		position:inherit;
		z-index:1;
	}
	.flexBLockW__txtBlock {
		max-width: 400px;
		margin: 50px auto 0 auto;
		position: relative;
		z-index: 1;
	}
	.flexBLockW .flexBLockW__pic {
		position: absolute;
		top: 0;
		right: 0;
	}
	.slickGallery {
		max-width: 100%;
	}
	.slickGallery__picBlock {
		padding:0 20px;
		max-width: 50%;
		margin-bottom: 60px;
	}
	.slickGallery__title {
		bottom: 30px;
		left: 0;
		font-size: 18px;
		text-align: center;
	}
	.slickGallery__picBlock img {
		margin:0 auto;
	}
	.largeSlider {
		margin-bottom: 60px;
		margin-top: 60px;
		padding-bottom: 100px;
	}
	.numbersBlock {
		display: block;
	}
	.numbersBlock__item {
		width: 45%;
		float: left;
	}
	.numbersBlock__item:last-child {
		padding-right: 5%;
	}
	.bigSliderSection--w {
		background-position: center bottom;
		background-size: 100% auto;
		padding-bottom:40px;
	}
	.whiteSection .bigTitle .br {
		display:none;
	}
	.whiteBigTitle {
		font-size: 60px;
	}
	.whiteBigTitle--sm , .blueBlock__title, .childsection .bigSliderSection__title, .whiteBlock__title{
		font-size:40px;
	}
	.top-title {
		position:absolute;
		top:30px;
		left: 0;
		right: 0;
	}
	.flexBLockW {
		padding: 130px 0 0 0;
	}
	.childsection .ionTabs__tab {
		width: inherit;
		float: none;
		margin-bottom: 20px;
		margin: 0;
	}
	.childsection ul {
		list-style:none;
		margin:0;
		padding:0;
		color:#000;
		cursor:default;
	}
	.childsection .block {
		margin:20px 0;
	}
	.childsection .block .fixed-left img {
		width: 20%;
	}
	.childsection .block .fixed-left {
		padding-right: 30%;
		margin: 0 0 60px;
	}
	.childsection .block .list .list-block {
		width: 47%;
		margin:0 0 30px 0;
	}
	.childsection .block .list .list-block:nth-child(odd) {
		margin-right:6%
	}
	.childsection .block .list .list-block div {
		min-height: auto;
		margin: 0 0 20px;
	}
	.childsection .block .photo img {
		display:none;
	}
	.childsection .block .photo img:nth-child(1), .childsection .block .photo img:nth-child(2) {
		display:block;
		width:50%;
	}
	.childsection .ionTabs__tab span {
		height: auto;
		margin: 15px 0;
	}
	.childsection .ionTabs__tab {
		text-decoration:none;
	}
	.childsection ul li {
		margin: 20px 0;
	}
	.childsection ul .inner {
	  overflow: hidden;
	  height:0;
	}
	.childsection ul .inner.show {
		height:auto;
	}
	#tabs_1 {
		display:none;
	}
	.ac-mobile {
		display:block;
	}
	.ticketBlock__flex:after {
		clear:both;
		display:block;
		content:'';
	}
	.ticketBlock__wrap {
		display: block;
		max-width: inherit;
		padding:0;
	}
	.ticketBlock__flex {
		width: auto;
		display: block;
	}
	.ticketBlock__flexItem {
		text-align:left;
		width:48%;
		float:left;
		margin-bottom: 35px;
	}
	.ticketBlock__flexItem:nth-child(odd) {
		margin-right:4%;
	}
	.irs {
		display:none;
	}
	.ticketBlock__footer .infos, .ticketBlock__footer .ticketBlock__linkBlock {
		margin-top: 0px;
		float: none;
		width: inherit;
		text-align: center;
	}
	.ticketBlock__footer button {
		float: none;
		width: inherit;
		margin: 30px auto;
		padding: 0 40px;
	}
	.ticketBlock__footer {
		margin-top: 20px;
	}
	.ticketBlock {
		border-radius: 0;
	}
	.btn--big {
		font-size:14px;
		height: 55px;
		line-height: 58px;
	}
	.ticketBlockSale .desctop {
		display:none;
	}
	.ticketBlockSale .mobile {
		display:block;
	}
	.ticketBlockSale .block .name {
		font-size: 38px;
	}
	.ticketBlockSale .block .phone {
		font-size: 40px;
	}
	.ticketBlockSale {
		margin-bottom:0;
	}
	.mainFirst.last {
		min-height: 550px;
		padding-top:0;
	}
	.mainFirstDescr {
		top: 0;
	}
	.parallax-1, .parallax-2, .parallax-3, .parallax-4, .parallax-5, .parallax-6 {
		width: 90px;
	}
	.last .parallax-2 {
		right: 5%;
		top: 12%;
	}
	.last .parallax-5 {
		left: 5%;
		top: 5%;
	}
	.slick-prev {
		left: 15px;
	}
	.slick-next {
		right: 15px;
	}
.teamList__item:nth-child(odd) {
	margin-right:20px;
}
}
@media only screen and (max-width: 768px) {
.teamList__item {
    margin: 0 auto 30px auto!important;
	width: 130px;
	
}
.teamList__item::after{
	content: none;
}
.teamList__picBgr, .teamList__bgr{
	 display: none;
}
.teamList__footer{
	padding-bottom: 0px;
}
.teamList__title{
	font-size: 13px;
	white-space: normal;
}

.whiteSection .textAboutBlock {
    display: block;
    width: 100%;
	margin:0 0 40px!important;
}
.whiteSection .textAboutBlock .image {
	display:none;
}
.whiteSection .bigTitle {
    font-size: 27px;
}
.whiteSection__wrapper {
    margin-top: 20px;
}
.whiteSection .textAboutBlock__title {
    font-size: 14px;
}
.whiteSection .textAboutBlock__title .br {
	display:none;
}
.whiteBigTitle {
    font-size: 50px;
}
.whiteBigTitle--sm, .blueBlock__title, .childsection .bigSliderSection__title, .whiteBlock__title {
    font-size: 30px;
}
.flexBLockW .flexBLockW__pic {
    top: 130px;
    width: 50%;
}
.slickGallery__title {
    font-size: 12px;
}
.numbersBlock:last-child .numbersBlock__item:nth-child(2), .numbersBlock .numbersBlock__item:nth-child(3) {
	clear:left;
}
.numbersBlock:last-child .numbersBlock__item:nth-child(3) {
	clear:none;
}
.numbersBlock__num {
    font-size: 26px;
}
.childsection .block .name {
    font-size: 18px;
}
.childsection .block .list .list-block div {
    font-size: 12px;
}
.sticker {
    min-height: 600px;
}
.bigSliderSection__title {
    font-size: 23px;
}
.btn--sitcker {
    max-width: 100%;
}
.ticketBlock__footer button {
    display: block;
    width: 100%;
    max-width: 100%;
}
.ticketBlock {
    overflow: inherit;
}
.ticketBlockSale .block {
    left: 0;
    right: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}
.ticketBlockSale .block .name, .bellWrap__descr, .bigSliderSection__title.last {
	font-size:25px;
}
.bellWrap__title {
    font-size: 36px;
}
.adsSlider__title {
    font-size: 14px;
    margin-bottom: 30px;
}
.socialLinks__item {
    width: 30px;
    height: 30px;
}
.blueBlock__title {
    margin: 0 0 20px;
}
}
@media only screen and (max-width: 480px) {
.t-text {
    font-size: 40px;
    line-height: 90%;
    margin-top: 10vh;
}
.second_line{
	margin-bottom:15px;	
	margin-top: 20px;
	font-size: 35px;
}
.third_line{
	font-size: 35px;
}
.mainFirst__d.t-text-small .mainFirst__big {
    font-size: 20px;
}
.third_line{
	font-size: 35px;
}
.mainFirst {
    min-height: 540px;
    background-color: #080a6d;
    background-size: 240%;
    background-position: center top;
}
.parallax-1, .parallax-2, .parallax-3, .parallax-4, .parallax-5, .parallax-6 {
    width: 50px;
}
.parallax-2 {
    left: 2%;
}
.parallax-5 {
    right: 5%;
}
.mainFirst__d--flex .mainFirst__big {
    width: 50px;
}
.mainFirst__d--flex .mainFirst__dTxt {
    font-size: 14px;
    width: 220px;
}
.flexBLockW__txtItemPic {
    width: 40px;
    min-width: 40px;
    height: 40px;
}
.flexBLockW__txt {
    font-size: 12px;
    line-height: 16px;
}
.slickGallery__picBlock {
    padding: 0 5px;
    margin-bottom: 10px;
}
.bigSliderSection__title--small {
	font-size:14px;
}
.container {
    padding: 0 15px;
}
.counter__num {
    font-size: 84px;
    line-height: 64px;
}
.counter__title {
    font-size: 14px;
}
}