article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

@font-face {
  font-family: "nexa";
  src: url("fonts/nexa_light-webfont.eot");
  src: url("fonts/nexa_light-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/nexa_light-webfont.woff2") format("woff2"),
    url("fonts/nexa_light-webfont.woff") format("woff"),
    url("fonts/nexa_light-webfont.ttf") format("truetype"),
    url("fonts/nexa_light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "nexa";
  src: url("fonts/nexa_black-webfont.eot");
  src: url("fonts/nexa_black-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/nexa_black-webfont.woff2") format("woff2"),
    url("fonts/nexa_black-webfont.woff") format("woff"),
    url("fonts/nexa_black-webfont.ttf") format("truetype"),
    url("fonts/nexa_black-webfont.svg#nexa_blackregular") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "nexa";
  src: url("fonts/nexa_bold-webfont.eot");
  src: url("fonts/nexa_bold-webfont.svg#nexa_boldregular") format("svg"),
    url("fonts/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/nexa_bold-webfont.woff2") format("woff2"),
    url("fonts/nexa_bold-webfont.woff") format("woff"),
    url("fonts/nexa_bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html,
body,
ul,
p,
li,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

body,
input {
  font: 15px "nexa", Arial, sans-serif;
}

body,
a {
  color: #111;
}

a {
  text-decoration: none;
}

.btn {
  display: block;
  width: 144px;
  font-size: 16px;
  padding-top: 2px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #a00d86;
  text-transform: uppercase;
}

input {
  border-radius: 0;
}

input.btn {
  border: none;
  height: 60px;
}

.btn > span,
input.btn {
  display: block;
  background: #a00d86 url(../i/mask_btn.png) no-repeat left top;
  transition: 0.2s background ease-out;
}

.btn > span:hover,
input.btn:hover,
.more a:hover,
.section9 a:hover {
  background-position: -144px -60px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3 {
  text-align: center;
  text-transform: uppercase;
}

#page {
  font-weight: 300;
}

.wrap {
  z-index: 3;
  width: 964px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

header {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
}

.header {
  position: relative;
  padding: 24px 5px 20px;
  z-index: 4;
}

.header #menu_link {
  display: none;
  float: left;
  margin: 8px 0 0 24px;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  background: url(../i/menu.png) no-repeat -51px center;
  transition: 0.2s background-position ease-out;
}

.menu_opened .header #menu_link {
  background-color: #111;
  background-position: 11px center;
}

.menu_opened .header .menu {
  display: block;
}

.header .btn {
  float: right;
  margin-top: 18px;
}

.logo,
.menu {
  float: left;
}

.logo {
  float: left;
  width: 200px;
  height: 100px;
  background: url(../i/Innovation-Explorer-Logo-Pos.svg) no-repeat;
  margin-left: -50px;
}

.menu {
  padding: 17px 0;
  margin-left: 30px;
}

.menu li,
.menu a {
  float: left;
  text-transform: uppercase;
}

.menu a {
  float: none;
  display: block;
  line-height: 62px;
  padding: 0 10px;
  transition: 0.2s color ease-out;
}

.menu a:hover {
  color: #a00d86;
}

.menu a.btn {
  margin-left: 15px;
  padding: 0;
  line-height: 60px;
  vertical-align: middle;
}

.menu a.btn:hover {
  color: #fff;
}

.section1 {
  background: #000 url(../i/content/cover-2025-pre.jpg) no-repeat center top;
  background-size: cover;
}

.mask_wrap {
  position: relative;
  overflow: hidden;
}

.mask1_big {
  position: absolute;
}

.section1 {
  padding: 98px 0;
  color: #fff;
  text-align: center;
}

.section1 .mask_1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url(../i/bg_img.png) repeat-x left top;
  background-size: contain;
}

.section1 .mask_2,
.section1 .mask_3,
.section1 .mask_4,
.section1 .mask_5,
.section2 .mask_1,
.section2 .mask_2,
.section3 .mask_1,
.section3 .mask_2,
.section3 .mask_3,
.section4 .mask_1,
.section4 .mask_2,
.section5 .mask_1,
.section5 .mask_2,
.section5 .mask_3,
.section6 .mask_1,
.section6 .mask_2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 1109px;
  background: url(../i/mask_1.png) no-repeat left top;
}

.section1 .mask_3,
.section2 .mask_1,
.section3 .mask_2,
.section4 .mask_1,
.section5 .mask_2,
.section6 .mask_1 {
  width: 318px;
  background: url(../i/mask_2.png) no-repeat left bottom;
}

.section1 .mask_4,
.section2 .mask_2,
.section3 .mask_3,
.section4 .mask_2,
.section5 .mask_3,
.section6 .mask_2 {
  left: auto;
  right: 0;
  width: 360px;
  background: url(../i/mask_3.png) no-repeat left top;
}

.section1 .mask_5 {
  top: auto;
  right: 0;
  width: auto;
  height: 231px;
  background: url(../i/mask_bg.png) repeat-x left top;
}

.section2 .mask_1,
.section4 .mask_1,
.section5 .mask_2,
.section6 .mask_1 {
  background-image: url(../i/mask_4.png);
}

.section2 .mask_2,
.section4 .mask_2,
.section5 .mask_3,
.section6 .mask_2 {
  background-image: url(../i/mask_5.png);
}

.section3 .mask_1 {
  background-image: url(../i/mask_6.png);
}

.section3 .mask_2 {
  background-image: url(../i/mask_7.png);
}

.section3 .mask_3 {
  background-image: url(../i/mask_8.png);
}

.section5 .mask_1 {
  background-image: url(../i/mask_9.png);
}

.section1 h1,
.section1 h2 {
  font-size: 42px;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.33);
}

.section1 h2,
.section1 p {
  margin-top: 13px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
}

.section1 p {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.section1 .logos {
  margin-top: 102px;
}

.section1 .logos p {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 300;
}

.section1 .logos a img {
  /* vertical-align: -16px;
  width: 181px;
  height: auto; */
}

.section1 .logos_powered a img {
  width: 260px;
}

.section1 .logos_powered a {
  display: inline-block;
}
@media screen and (max-width: 520px) {
  .section1 .logos_powered a  {
    margin: 70px 15px !important;
}
}
.section1 .logos a.first {
  margin-right: 106px;
}

.section1 .logos a.first img {
  vertical-align: 0;
  width: 185px;
  height: auto;
}

.section2,
.section4 {
  padding-bottom: 58px;
}

.section2 h2,
.section3 h2,
.section4 h2,
.section5 h2,
.section6 h2,
.section7 h2,
.section8 h2,
.section10 h2,
.section11 h2 {
  padding: 58px 0 26px;
  font-size: 24px;
  font-weight: 900;
}

.section2 p,
.section3 p {
  margin-bottom: 36px;
  font-size: 28px;
  line-height: 140%;
}

.section2 .logos img {
  margin: 10px 34px;
  width: auto;
  /* height: 70px; */
  vertical-align: middle;
  max-width: 140px;
    max-height: 70px;
}

.section2 .grayscale,
.section10 .grayscale,
.section8 .grayscale {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.section2 .visual img {
  max-width: 100%;
}

.section3 {
  padding-bottom: 60px;
  color: #fff;
  background: #a00d86;
}

.section3 p {
  margin-bottom: 0;
}

.speakers {
  margin-top: 74px;
}

.speakers li {
  float: left;
  width: 226px;
  margin-left: 20px;
  text-align: center;
}

.speakers li:first-child {
  margin-left: 0;
}

.speakers.hidden,
.speakers li.hidden {
  display: none;
}

.speakers li.no_speaker .name,
.agenda_list li.waiting {
  font-weight: 300;
  text-transform: uppercase;
}

.speakers li span,
.speakers li img,
.agenda_list a span {
  display: block;
}

.speakers a,
.speakers div {
  display: block;
  position: relative;
  color: #fff;
  background: url(../i/line_s.png) no-repeat center 238px;
}

.speakers a .mask,
.section5 .person .mask {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 226px;
  height: 224px;
  z-index: 2;
  transition: 0.2s opacity ease-out;
  background: url(../i/mask_over.png) no-repeat left top;
}

.speakers a:hover .mask,
.section5 .person:hover .mask {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.speakers .name,
.speakers .position {
  transition: 0.2s opacity ease-out;
}

.speakers .name,
.agenda_list a .name,
.person_wrap .left .name {
  margin: 28px 0 14px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.speakers .position,
.agenda_list a .position,
.person_wrap .left .position {
  font-size: 18px;
}

.speakers a:hover .name,
.speakers a:hover .position {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.section4 .column,
.section5 .column {
  *float: left;
  display: table-cell;
  position: relative;
  width: 472px;
  padding: 0 0 24px 20px;
}

.section11 .column {
  width: 50%;
    padding: 0 1em 4em 1em;
  box-sizing: border-box;
}
.links-uslovia {
  margin-top: 33px;
  padding: 30px 0 0;
  border-top: 1px solid #292929;
}
.links-uslovia a {
  padding: 1em 1em 0.8em 1em;
  display: inline-block;
}
.section4 .column .mask {
  position: absolute;
  left: 82px;
  top: 38px;
  bottom: 0;
  width: 1px;
  background: url(../i/line.png) repeat-y left top;
}

.section4 .column:first-child .mask {
  left: 62px;
}

.section4 .column:first-child,
.section5 .column:first-child,
.section11 .column:first-child {
  padding-left: 0;
}

.section5 .column,
.section11 .column {
  background: none;
}

.section4 h2 {
  padding-bottom: 48px;
}

.section4 h3 {
  padding-bottom: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 900;
}

.section4 h3 span {
  font-weight: 300;
  color: #999;
  text-transform: lowercase;
}

.section4 h3 span span {
  margin: 0 5px;
  color: #e5e5e5;
}

.agenda_list {
  padding-left: 62px;
}

.agenda_list li {
  position: relative;
  line-height: 140%;
  padding: 20px 0 17px 20px;
}

.agenda_list li.highlight {
  padding: 20px 0;
  font-weight: 700;
}

.agenda_list li.highlight:first-child {
  padding-top: 0;
}

.agenda_list li.highlight > span {
  display: block;
  padding: 7.5px 20px;
  color: #fff;
  background: #a00d86;
}

.agenda_list li.person {
  padding: 12px 0 0px 10px;
}

.agenda_list li.waiting {
  color: #999;
}

.agenda_list p {
  position: absolute;
  left: -62px;
  top: 20px;
  width: 68px;
  color: #999;
  background: url(../i/dot.png) no-repeat right center;
}

.agenda_list li.highlight p {
  top: 30px;
  font-weight: 700;
  background: none;
}

.agenda_list li.highlight:first-child p {
  top: 6px;
}

.agenda_list li.person p {
  top: 25px;
}

.agenda_list li.person a {
  display: block;
  padding: 8px 10px;
  line-height: 150%;
  border: 1px solid transparent;
  transition: 0.2s background ease-out, 0.2s border ease-out;
}

.agenda_list li.person a:hover {
  background: #f5f5f5;
  border-color: #a00d86;
}

.agenda_list .person a .name {
  margin: 0;
  text-transform: none;
  font-size: 18px;
  color: #a00d86;
}

.agenda_list .person a .position {
  font-size: 14px;
  color: #666;
}

.agenda_list a, .right a {
  color: #a00d86;
  transition: 0.2s color ease-out;
}

.agenda_list a:hover, .right a:hover {
  color: #111;
}

.section5 {
  padding-bottom: 20px;
  background: #e5e5e5;
}

.section5 .column {
  float: left;
  display: block;
}

.section5 h2,
.section8 h2,
.section10 h2 {
  padding-bottom: 36px;
}

.section5 a {
  display: block;
}

.section5 .red_wrap {
  transition: 0.2s all ease-out;
}

.section5 .red_wrap,
.person_wrap .red_wrap {
  display: block;
  padding: 13px 20px;
  color: #fff;
  line-height: 120%;
  background: #a00d86;
}

.section5 .red_wrap span,
.section5 .person span,
.person_wrap .red_wrap span {
  display: block;
}

.section5 .red_wrap .title,
.person_wrap .red_wrap .title {
  font-weight: 900;
  text-transform: uppercase;
}

.section5 .red_wrap .details,
.person_wrap .red_wrap .details {
  margin-top: 8px;
}

.section5 .person {
  position: relative;
  padding: 15px 0 0 264px;
  margin-top: 30px;
  min-height: 224px;
}

.section5 .person img,
.section5 .person .mask {
  position: absolute;
  left: 20px;
  top: 0;
}

.section5 .person .name {
  line-height: 120%;
  font-weight: 900;
  color: #a00d86;
  text-transform: uppercase;
  transition: 0.2s color ease-out;
}

.section5 .person:hover .name {
  color: #111;
}

.section5 .person .position {
  margin-top: 15px;
  line-height: 140%;
}

.section6 {
  padding-bottom: 62px;
}

.section6 h2 {
  padding-bottom: 38px;
}

.section6 .plan_links {
  margin-right: -2px;
}

.section6 .plan_link {
  float: left;
  position: relative;
  margin-left: 20px;
  padding: 0 18px;
  width: 188px;
  height: 337px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  transition: 0.2s all ease-out;
}

.section6 .plan_link:hover {
  box-shadow: 0 2px 0 0 #d8d8d8;
}

.section6 .plan_link:first-child {
  margin-left: 0;
}

.section6 .plan_link span {
  display: block;
  margin-top: 8px;
  line-height: 120%;
}

.section6 .plan_link .title {
  padding: 23px 0 20px;
  margin: 0 0 25px;
  font-weight: 900;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
}

.section6 .plan_link .price,
.section6 .plan_link .promo,
.section6 .plan_link .promo_price, .promo-date {
  position: absolute;
  left: 19px;
  right: 19px;
  /*bottom: 115px; */
  bottom: 65px;
  text-transform: uppercase;
}

.section6 .plan_link .price {
  font-size: 30px;
  color: #a00d86;
}

.section6 .plan_link .promo {
  /* bottom: 52px;
  padding-top: 23px; */
  bottom: 11px;
  padding-top: 9px;
  border-top: 1px solid #e5e5e5;
}

.section6 .plan_link .sold_mask {
  display: none;
}

.section6 .plan_link .promo_price {
  bottom: 23px;
  font-weight: 900;
}

.section6 .plan_link.plan_special {
  background: #000 url(../i/bg_plan1.png) left top;
  border: none;
}

.section6 .plan_link.plan_special,
.section6 .plan_link.plan_special .price {
  color: #fff;
}

.section6 .plan_link.plan_special .promo,
.section6 .plan_link.plan_special .title {
  border-color: rgba(255, 255, 255, 0.25);
}

.section6 .plan_soldout:hover {
  box-shadow: none;
  cursor: default;
}

.section6 .plan_short .promo,
.section6 .plan_short .promo_price {
  display: none;
}

.section6 .plan_short {
  height: 243px;
}

.section6 .plan_short .price {
  bottom: 22px;
}

.section6 .plan_soldout.plan_special {
  background: #fff url(../i/bg_plan_sold.png) left top;
}

.section6 .plan_soldout span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.section6 .plan_special.plan_soldout span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.section6 .plan_soldout .sold_mask,
.section6 .plan_special.plan_soldout .sold_mask {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  background: url(../i/bg_black.png) left top;
  color: #fff;
  line-height: 337px;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.section6 .plan_soldout.plan_short .sold_mask,
.section6 .plan_special.plan_soldout.plan_short .sold_mask {
  line-height: 243px;
}

.section6 .btn {
  margin: 37px auto 0;
}

.section7,
.section7 a,
.section11,
.section11 a {
  color: #fff;
  background: #111;
  text-align: center;
}

.section7 {
  padding-bottom: 57px;
}

.section7 a {
  border-bottom: 1px solid #414141;
  transition: 0.2s border ease-out;
}

.section7 a:hover {
  border-bottom-color: transparent;
}

.section7 .big {
  font-size: 18px;
  margin-bottom: 20px;
}

.section7 h2 {
  padding-bottom: 30px;
}

.section7 p {
  line-height: 140%;
}

.section7 .btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.section7 input[type="email"],
.section7 input[type="text"] {
  width: 62%;
  margin-right: 12px;
  padding: 0 20px;
  line-height: 59px;
  height: 59px;
  border: 1px solid #888;
  color: #fff;
  background: #191919;
}

.section7 input[type="email"]:focus,
.section7 input[type="text"]:focus {
  border-color: #fff;
}

.section7 form {
  margin-bottom: 23px;
}

.section8 {
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.section8 h3,
.section10 h3 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 80px 0 0px;
}

.section8 img,
.section10 img {
  vertical-align: middle;
  margin: 40px 30px 0;
}

/* .section8 img {
  margin: 40px 18px 0; }*/

.section8 .logos_big img,
.section10 .logos_big img {
  max-width: 250px;
  margin: 40px 60px;
}

.section8 .logos img {
  /*max-width: 250px;
  max-height: 60px; */
  max-width: 262px;
  max-height: 62px;
  margin: 40px;
}

.section8 .logos_small img,
.section10 .headers_small img {
  max-width: 105px;
  margin: 40px 20px 0;
}

.section9 {
  height: 575px;
  background: url(../i/content/ghs.jpg) no-repeat center top;
  background-size: cover;
}

.section9 .red_wrap {
  position: absolute;
  right: 20px;
  top: 133px;
  color: #fff;
  width: 348px;
  padding: 58px 62px 60px;
  line-height: 140%;
  background: #a00d86;
}

.section9 .red_wrap h2 {
  font-weight: 900;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
}

.section9 p {
  margin-bottom: 41px;
}

.section10 {
  padding-bottom: 36px;
  text-align: center;
}

.bloggers {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.bloggers li {
  /*  float: left; */
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 50px 20px;
  width: 144px;
}

.bloggers li .name {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.bloggers li a {
  font-size: 14px;
  transition: 0.2s color ease-out;
}

.bloggers li a:hover {
  color: #a00d86;
}

.bloggers li img {
  display: block;
  margin: 0 auto 26px;
  max-width: 100%;
}

.bloggers li:first-child {
  margin-left: 0;
}

.section11 h2 {
  padding-bottom: 37px;
}

.section11,
.section11 h3 {
  font-size: 18px;
  text-transform: none;
  line-height: 140%;
}

.section11 h3 {
  margin-bottom: 20px;
}

.section11 p {
  margin-top: 8px;
  /* line-height: 120%; */
  line-height: 1.5;
  /* text-transform: lowercase; */
}

.section11 .flex {
  display: flex;
  flex-wrap: wrap;
}

.section11 .links {
  margin-top: 33px;
  padding: 30px 0 20px;
  border-top: 1px solid #292929;
  text-align: center;
}

.section11 .links a {
  margin-left: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  transition: 0.2s opacity ease-out;
}

.section11 .links a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.section11 .links a:first-child {
  margin-left: 0;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

.more {
  padding-top: 60px;
  text-align: center;
}

.more a,
.section9 a {
  border: 1px solid #fff;
  padding: 18px 30px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s all ease-out;
}

.more a:hover,
.section9 a:hover,
.section5 .red_wrap:hover {
  background: #111;
  border-color: #111;
}

.person_wrap h2 {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
}

.person_wrap .left {
  float: left;
  width: 226px;
  padding: 0 36px 0 20px;
  text-align: center;
  background: url(../i/line_s_gray.png) no-repeat 115px 238px;
}

.person_wrap .left a {
  margin-left: 20px;
}

.person_wrap .left a:first-child {
  margin-left: 0;
}

.person_wrap .left .name {
  color: #a00d86;
}

.person_wrap .left .position {
  font-size: 16px;
}

.person_wrap .left > img {
  display: block;
  width: 100%;
  height: auto;
}

.person_wrap .left span {
  display: block;
}

.person_wrap .left .links {
  margin-top: 26px;
}

.person_wrap .right {
  float: left;
  width: 485px;
}

.person_wrap .inner {
  padding: 0 20px;
}

.person_wrap .right,
.person_wrap .right h3,
.person_wrap .inner h3 {
  line-height: 140%;
}

.person_wrap .right h3,
.person_wrap .inner h3 {
  margin: 36px 0 16px;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.person_wrap .right h3:first-child,
.person_wrap .inner h3:first-child {
  margin-top: 16px;
}

.person_wrap .right p,
.person_wrap .inner p {
  margin: 10px 0;
}

.person_wrap .right ul,
.person_wrap .inner ul {
  margin-left: 36px;
}

.person_wrap .right ul li,
.person_wrap .inner ul li {
  list-style: disc;
  padding-left: 8px;
  font-size: 12px;
  /* color: #999; */
}

.person_wrap .right ul li span,
.person_wrap .inner ul li span {
  font-size: 16px;
  color: #111;
}

.grayscale,
.section2 .logos img {
  transition: 0.2s all ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}

.section2 .logos img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

a:hover .grayscale,
.grayscale:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body.popup {
  overflow: hidden;
}

#modal {
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  perspective: 800px;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease 0s;
  z-index: 9999;
  pointer-events: none;
}

#modal.ready {
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: all;
}

#modal.loaded #modal_close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#modal_close {
  position: absolute;
  left: 50%;
  top: 5%;
  margin: -18px 0 0 402px;
  display: block;
  width: 36px;
  height: 36px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out 0.75s;
  background: url(../i/close.png) no-repeat left top;
}

#modal #modal-inner {
  height: 90%;
  left: 50%;
  margin-left: -420px;
  position: absolute;
  top: 5%;
  overflow-x: hidden;
  width: 840px;
  transform: translateY(25%) rotateY(90deg);
  transition: transform 0.5s ease-out 0.25s, opacity 0.5s ease-out 0.25s;
}

#modal #modal-inner > div {
  padding: 22px 20px 38px 20px;
  width: 800px;
  background: #fff;
  overflow-x: hidden;
}

#modal.loaded #modal-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: translateY(0px) rotateY(0deg);
}

@media screen and (max-width: 1004px) {
  .wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header #menu_link {
    display: block;
  }

  .header {
    position: relative;
    z-index: 6;
  }

  .header .logo {
    margin-left: 10px;
    background-size: 100% auto;
    width: 132px;
    height: 60px;
  }

  .header .menu {
    display: none;
    position: absolute;
    left: 111px;
    top: 73px;
    margin: 0;
    padding: 0;
    background: #111;
  }

  .header .menu li {
    float: none;
    display: block;
  }

  .header .menu a {
    padding: 0 20px;
    color: #fff;
    width: 159px;
  }

  .sub-menu ul li,
  .sub-menu ul li a {
    color: #000 !important;
  }
  .header .btn {
    padding-top: 2.5px;
    line-height: 39.5px;
    font-size: 14px;
    margin: 8px 10px 0;
    background: #a00d86 url(../i/mask_btn_s.png) no-repeat left top;
  }

  .header .btn > span {
    background: none;
  }

  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section8,
  .section9,
  .section10,
  .section11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section2 .logos img {
    margin-left: 7%;
  }

  .speakers {
    margin-top: -20px;
  }

  .speakers li {
    margin-top: 30px;
  }

  .speakers li:nth-child(2n + 3),
  .section6 .plan_link:nth-child(2n + 3),
  .bloggers li:nth-child(4n + 4) {
    clear: left;
    margin-left: 0;
  }

  .section5 .column,
  .section11 .column,
  .section4 .column {
    float: none;
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .section5 .column:first-child,
  .section11 .column:first-child,
  .section4 .column:first-child {
    margin-top: 0;
  }

  .section4 .column .mask {
    left: 62px;
  }

  .speakers li,
  .section6 .plan_link,
  .section8 a {
    margin-bottom: 20px;
  }

  .section6 .plan_links,
  .section10 .logos,
  .speakers,
  .bloggers {
    width: 472px;
    margin: 0 auto;
  }

  #modal #modal-inner {
    width: auto;
    left: 5%;
    right: 5%;
    margin-left: 0;
  }

  .person_wrap .left {
    padding: 0 20px;
    background-position: center 238px;
  }

  .person_wrap .left > img {
    width: auto;
    margin: 0 auto;
  }

  .person_wrap .right,
  .person_wrap .left,
  #modal #modal-inner > div {
    float: none;
    width: auto;
  }

  .person_wrap .left {
    margin-bottom: 20px;
  }

  #modal_close {
    right: 5%;
    top: 5%;
    left: auto;
    margin: -18px -18px 0 0;
  }
}
@media screen and (max-width: 850px) {
  .section2 .logos img {
    margin-left: 6%;
  }

  .section2 .logos img:first-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .section2 .logos img {
    margin-left: 4%;
  }
}
@media screen and (max-width: 640px) {
  .section2 .logos img,
  .section2 .logos img:first-child {
    width: auto;
    display: block;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 575px) {
  .section1 .logos {
    position: static;
  }

  .section1 .wrap {
    height: 100%;
  }

  .section7 input[type="email"],
  .section7 input[type="text"] {
    width: 90%;
    padding: 0 5%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 550px) {
  .section9 .red_wrap {
    width: auto;
    left: 20px;
  }
}
@media screen and (max-width: 520px) {
  .section1 .logos a.first,
  .section1 .logos a {
    margin: 15px 0;
    display: block;
  }
}
@media screen and (max-width: 510px) {
  .bloggers li,
  .section6 .plan_link {
    float: none;
    display: block;
    margin-left: 0;
  }

  .section6 .plan_links,
  .speakers {
    width: 226px;
  }

  .bloggers {
    width: 144px;
  }

  .speakers li {
    margin-left: 0;
  }
}
@media screen and (max-width: 470px) {
  .section1 {
    padding: 28px 20px;
  }

  .section5 .person {
    padding-left: 194px;
    min-height: 174px;
  }

  .section5 .person img,
  .section5 .person .mask {
    width: 176px;
    height: auto;
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  .section9 .red_wrap {
    padding: 38px 32px;
  }

  .section8 .logos_big img,
  .section10 .logos_big img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

/*------------------- @disho 2017 --------------------*/
.sub-menu {
  position: relative;
}
.sub-menu:hover ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-menu ul {
  display: none;
  background: #fff;
  border: 1px solid #999;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50px;
  left: -90px;
  min-width: 200px;
  padding: 10px;
}
.sub-menu ul li,
.sub-menu ul li a {
  min-width: 70px;
  line-height: 40px;
}
#visuals {
  display: none;
}
.logos {
  text-align: center;
}
.w-half {
  width: 200px;
  float: left;
}

.flexx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flexx li {
  width: 238px;
  margin: 0 2em 4em 0;
  text-align: center;
  flex: 0 0 238px;
  float: initial;
}
.wrap-flexx {
  width: 100%;
  max-width: 1180px;
}
@media screen and (max-width: 1004px) {
  .wrap-flexx {
    width: 100%;
  }
  .speakers {
    width: 100%;
    margin-top: 4em;
  }
}
/* Disho 2019 */
.powered_logolist {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}
.powered_logolist a {
  display: block;
  align-self: center;
  margin: 16px 30px 30px;
}

.copyr {
  font-size: 0.8em;
    color: #888;
}
.mediacovarage {
  margin-top: 3em;
}
.mediacovarage p {
  text-transform: uppercase;
}

.innov-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 700px;
  margin: 0 auto;
}
.vat {
  font-size: 12px;
  display: block;
  text-transform: none;
  line-height: 1.5;
}
.notice-wrapper {
  background: #b41d2b;
}
.notice {
  /* display: none; */
  max-width: 964px;
  margin: 1px auto;
  text-align: center;
  background: #b41d2b;
  padding: 2em 2em 1em 2em;
  color: #fff;
}
.notice a {
  color: #ffb8be;
  text-decoration: underline;
  font-weight: bold;
}
.notice a:hover {
  color: #ffffff;
  text-decoration: none;
}
.notice p {
  padding: 1em;
}
.notice p.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  line-height: 2em;
}

/* Disho 2023 */
em.notconfirmed-tag {
  color: #00a700;
  font-weight: normal;
  font-size: 0.8em;
}

.highlight span em {
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: .8em;
  display: block;
}
li.secondary-event {
  /* background: #f5f5f5; */
  font-weight: bold;
  color: #a00d86;
}

.section1::after {
  background: rgb(0 0 0 / 20%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.section1 {
  min-height: 70vh;
    display: grid;
    align-content: center;
}

/* Disho 2024 */
.menu {
    /* float: inline-end; */
}
.section6 .plan_link .price {
  bottom: 85px;
}
.section6 .plan_links {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: stretch;
}

.section6 .plan_links a {
  width: 248px;
    height: 393px;
}

@media screen and (min-width: 400px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}