/*! 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 `h2` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h2 {
    font-size: 2em;
    margin: .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: -.5em;
}

sub {
    bottom: -.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 {
    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"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .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: "icomoon";
    src: url("../fonts/icomoon.eot?nr2cco");
    src: url("../fonts/icomoon.eot?nr2cco#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?nr2cco") format("truetype"), url("../fonts/icomoon.woff?nr2cco") format("woff"), url("../fonts/icomoon.svg?nr2cco#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e900";
}

.icon-google-plus:before {
    content: "\e901";
}

.icon-linkedin:before {
    content: "\e902";
}

.icon-twitter:before {
    content: "\e903";
}

.icon-vkontakte:before {
    content: "\e904";
}

.social-networks,
.drop-navigation ul,
.organizer-list,
.media-networks,
.speakers-list,
.schedule-section .schedule-list,
.gallery .pagination ul,
.sponsors-list,
.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.container:after,
.visual-section .calendar-holder:after,
.speakers-list li:after,
.schedule-section .schedule-row:after,
.request-form .form-row:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #222;
    background: #fff;
    font: 300 15px/1.6 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gm-style img {
    max-width: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 300;
    margin: 0 0 .5em;
    color: #222;
    /*letter-spacing: 3px;*/
}

h2 {
    font-size: 60px;
    line-height: 62px;
}

h2 {
    font-size: 40px;
    line-height: 42px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 17px;
    line-height: 19px;
}

h6 {
    font-size: 15px;
    line-height: 17px;
}

p {
    margin: 0 0 20px;
}

a {
    color: #222;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

a:hover,
a:focus {
    color: #ca1715;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
select,
textarea {
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #ebedee;
    padding: 5px 10px;
    outline: none;
    height: 51px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.input-holder.error, .textarea-holder.error {
    box-shadow: 0 0 15px rgba(201, 22, 22, 0.4);
    border-radius: 4px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
    border-color: #222;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #222;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #222;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #222;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #222;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
    color: #222;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
    height: 191px;
    padding: 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    outline: none;
    background: #ee2927;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    padding: 21px 10px 20px;
    min-width: 397px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
    background: #ca1715;
}

/* wrapper */

#wrapper {
    overflow: hidden;
    position: relative;
}

/* container */

.container {
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}
.container.narrow {
    max-width: 1100px;
}

/* desktop hidden */

.desktop-hidden {
    display: none;
}

/* main */

.main {
    position: relative;
    z-index: 1;
    padding: 115px 0 0;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease;
}

.fixed-position .main {
    padding: 75px 0 0;
}

/* Required */

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

/* button primary styles */

.btn-primary {
    display: inline-block;
    vertical-align: top;
    min-width: 337px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ee2927;
    text-align: center;
    border-radius: 4px;
    padding: 21px 10px 20px;
    letter-spacing: 2px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #ca1715;
    color: #fff;
}

/* button default styles */

.btn-default {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #fff;
    color: #fff;
    padding: 19px 10px 18px;
    min-width: 200px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}

.btn-default:hover,
.btn-default:focus {
    background: #fff;
    color: #ee2927;
}

/* social networks styles */

.social-networks {
    display: inline-block;
    vertical-align: top;
    letter-spacing: -4px;
    margin: 7px 0 0;
}

.social-networks li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    padding: 0 18px;
}

.social-networks a {
    color: #656464;
    display: block;
}

.social-networks a:hover {
    color: #ee2927;
}

/* header styles */

.header {
    padding: 36px 0 38px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    -webkit-transition: box-shadow .3s ease, padding .3s ease;
    transition: box-shadow .3s ease, padding .3s ease;
}

.fixed-position .header {
    box-shadow: 0 3px 0 0 #ee2927;
    padding: 16px 0 18px;
}

/* logo styles */

.logo {
    float: left;
}

.logo a {
    display: block;
    width: 100%;
    height: auto;
}

.logo img {
    vertical-align: top;
}

/* main navigation styles */

.main-navigation {
    float: right;
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.opener-navigation {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: none;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 5;
}

.opener-navigation:before,
.opener-navigation:after,
.opener-navigation span {
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    background: #222;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.opener-navigation:before,
.opener-navigation:after {
    content: "";
    top: 1px;
}

.opener-navigation:after {
    top: 21px;
}

.close-btn span,
.navigation-active .opener-navigation span {
    opacity: 0;
}

.close-btn:after,
.close-btn:before,
.navigation-active .opener-navigation:after,
.navigation-active .opener-navigation:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: 0;
    right: 0;
    background: #fff;
}

.close-btn:after,
.navigation-active .opener-navigation:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.resize-active .drop-navigation {
    -webkit-transition: none !important;
    transition: none !important;
}

.drop-navigation {
    float: right;
}

.drop-navigation:before {
    content: "";
    vertical-align: middle;
    overflow: hidden;
    height: 100%;
    width: 1px;
    margin: 0 0 0 -5px;
    display: none;
}

.drop-navigation li {
    float: left;
    margin: 0 0 0 33px;
    position: relative;
}

.drop-navigation li:first-child {
    margin: 0;
}

.drop-navigation li.active:before {
    background: #ee2927;
}

.drop-navigation li:before {
    content: "";
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    height: 6px;
    -webkit-transition: top .3s ease, background .3s ease;
    transition: top .3s ease, background .3s ease;
}

.fixed-position .drop-navigation li:before {
    top: -28px;
}

.drop-navigation a {
    color: #222;
}

.drop-navigation a:hover {
    color: #ca1715;
}

/* visual section styles */

.visual-section {
    height: 541px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    color: #222;
}

.visual-section .visual-content {
    height: 541px;
    white-space: nowrap;
    text-align: right;
    padding: 25px 0;
}

.visual-section .visual-content:before {
    content: "";
    height: 100%;
    width: 1px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -5px;
}

.visual-section .visual-content-inner {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 791px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.visual-section .visual-content-inner p a {
    color: #ca1715;
}

.visual-section .visual-content-inner p a:hover {
    color: #ee2b28;
}

.visual-section .title {
    margin: 0 0 25px;
}

.visual-section .title img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 21px 0 -15px;
}

.visual-section h2 {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin: 18px 0 0 0;
}

.visual-section p {
    margin: 0 0 22px;
    font-size: 0.9em;
}

.visual-section .btn-primary {
    float: left;
}

.calendar {
    float: right;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #222;
    background: rgba(255, 255, 255, .7);
    padding: 29px 32px 28px 47px;
    border-radius: 4px;
}

.calendar .sub-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: .10em;
    margin: 0 0 13px;
}

.calendar .days {
    text-transform: uppercase;
    color: #ee2927;
    display: block;
    font-size: 44px;
    line-height: 47px;
    letter-spacing: 4px;
}

.calendar img {
    display: inline-block;
    vertical-align: middle;
    margin: -11px 17px 0 -2px;
}

/* organizer section */

.organizer-section {
    padding: 45px 0 56px;
    background: #f6f9fa;
}

.organizer-section h4 {
    padding-bottom: 25px;
}
.organizer-section .title {
    text-align: center;
    margin: 0 0 60px;
}

.organizer-section .title img {
    display: block;
    margin: 0 auto 12px;
}

.organizer-section h2 {
    margin: 0;
}

/* organizer list */

.organizer-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin: 0 -20px;
    overflow: hidden;
    text-align: center;
}

.organizer-list > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 40px;
    width: 50%;
    letter-spacing: normal;
}

.organizer-list .image-holder {
    margin: 0 auto 20px;
    max-width: 180px;
}

.organizer-list .image-holder > a {
    display: block;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.organizer-list .image-holder > a:hover {
    opacity: .9;
}

.organizer-list img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 6px solid #fff;
}

.organizer-list h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 2px;
}

.organizer-list h2 a {
    color: #ee2927;
}

.organizer-list h2 a:hover {
    color: #222;
}

/* media networks */

.media-networks li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.media-networks a {
    color: #656464;
    display: block;
}

.media-networks a:before {
    font-size: 21px;
}

.media-networks a:hover {
    color: #ee2927;
}

/* speakers section */

.speakers-section {
    padding: 75px 0 96px;
    background-color: #fff;
}
.speakers-section.detail {
    padding: 75px 0 0px;
}

.speakers-section .title {
    text-align: center;
    margin: 0 0 60px;
}

.speakers-section .title img {
    display: block;
    margin: 0 auto 12px;
}

.speakers-section h2 {
    margin: 0;
}

.speakers-section .btn-holder {
    text-align: center;
}

.speakers-section .btn-primary {
    min-width: 397px;
}

/* speakers list */

.speakers-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin: 0 -12px 19px;
}

.speakers-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: normal;
    font-size: 15px;
    line-height: 24px;
    padding: 0 12px 50px;
}

.speakers-list li.right {
    border-right: 1px #ebedee solid;
}

.speakers-list.detail li {
    width: 100%;
    padding: 0 72px 50px;
}
.speakers-list .image-holder {
    float: left;
    max-width: 180px;
    margin: 0 24px 0 0;
}
.speakers-list .right .image-holder {
    float: right;
    margin: 0 0 0 24px ;
}

.speakers-list .image-holder a {
    display: block;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.speakers-list .image-holder a:hover {
    opacity: .9;
}

.speakers-list img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    /*border-radius: 50%;*/
    /*border: 6px solid #f6f9fa;*/
}

.speakers-list .text-holder {
    overflow: hidden;
    padding: 12px 0 0;
}
.speakers-list .right .text-holder {
    text-align: right;
}

.speakers-list .name {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 6px;
    letter-spacing: 2px;
}

.speakers-list .name a {
    color: #ee2927;
}

.speakers-list .name a:hover {
    color: #222;
}

.speakers-list .company {
    display: block;
    margin: 0 0 18px;
}

.speakers-list p {
    margin: 0;
}

/* schedule section */

.schedule-section {
    padding: 90px 0 20px;
    background: #f6f9fa;
    margin: 0 0 -15px;
}

.schedule-section .title {
    text-align: center;
    margin: 0 0 48px;
}

.schedule-section .title img {
    display: block;
    margin: 0 auto 12px;
}

.schedule-section h2 {
    margin: 0;
}

.schedule-section .schedule-row {
    margin: 0 0 38px;
}

.schedule-section time {
    color: #ee2927;
    font-size: 30px;
    line-height: 33px;
    font-weight: 400;
    float: left;
    letter-spacing: .03em;
    width: 12%;
}

.schedule-section .text-holder {
    overflow: hidden;
    padding: 5px 0 0;
}

.schedule-section .sub-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #222;
    display: block;
    letter-spacing: .02em;
    margin: 0 0 17px;
}

.schedule-section .sub-title:only-child {
    margin: 0;
}

.schedule-section p {
    margin: 0;
}

.schedule-section .schedule-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    padding: 22px 0 0;
}

.schedule-section .schedule-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: normal;
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 0 118px;
    overflow: hidden;
}

.schedule-section .schedule-list li:first-child {
    padding: 0;
}

.schedule-section .schedule-list li:first-child .flow {
    margin: 0 0 50px 117px;
}

.schedule-section .schedule-list time {
    width: 23.7%;
}

.schedule-section .schedule-list p {
    margin: 0 0 16px;
}

.schedule-section .flow {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #646565;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0 0 50px -24px;
    padding: 0 24px;
    position: relative;
    background: #f6f9fa;
    z-index: 2;
}

.schedule-section .flow:before,
.schedule-section .flow:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 999px;
    height: 1px;
    text-align: left;
    background: #d5d9db;
}

.schedule-section .flow:after {
    left: 100%;
    right: auto;
}

.schedule-section .name {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ee2927;
    letter-spacing: .10em;
}

.schedule-section .company {
    text-transform: capitalize;
    color: #222;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: normal;
}

/* ticket section */

.ticket-section {
    padding: 77px 0 86px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.ticket-section .title {
    margin: 0 0 25px;
}

.ticket-section .title img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 21px 0 -15px;
}

.ticket-section h2 {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin: 18px 0 0 0;
}

.column-wrap {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin: 0 -12px;
}

.column {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    padding: 0 12px;
}

.ticket-section .column:first-child, .column.column50 {
    width: 50%;
}

.ticket-section .title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 6px 0 24px;
    letter-spacing: 1px;
}

.ticket-section .price {
    font-size: 60px;
    line-height: 63px;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    margin: 0 0 24px;
}

.ticket-section .icon-ruble {
    font-size: 45px;
}

/* video section */

.video-section {
    padding: 90px 0 33px;
}

.video-section .title {
    text-align: center;
    margin: 0 0 62px;
}

.video-section .title img {
    display: block;
    margin: 0 auto 12px;
}

.video-section h2 {
    margin: 0;
    letter-spacing: 3px;
}

/* gallery */

.gallery {
    position: relative;
    padding: 0 0 25px;
}

.gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gallery .slideset {
    width: 99999px;
    float: left;
}

.gallery .slide {
    width: 100%;
    float: left;
}

.gallery .slide.active {
    z-index: 1;
}

.gallery .video-holder {
    float: left;
    width: 57.5%;
    margin: 0 56px 0 0;
    position: relative;
    padding-bottom: 33.65%;
}

.gallery iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.gallery .text-holder {
    overflow: hidden;
    padding: 39px 0 0;
}

.gallery .sub-title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #222;
    margin: 0 0 26px;
}

.gallery p {
    margin: 0 0 26px;
}

.gallery .name {
    color: #ee2927;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.gallery .company {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    text-transform: capitalize;
    color: #222;
    letter-spacing: normal;
}

.gallery .btn-prev,
.gallery .btn-next {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    font-weight: 400;
    color: #646565;
    display: block;
    margin: 0 25px 0 0;
    z-index: 2;
}

.gallery .btn-prev:before,
.gallery .btn-next:before {
    font-size: 32px;
}

.gallery .btn-prev:hover,
.gallery .btn-next:hover {
    color: #ee2927;
}

.gallery .btn-next {
    right: auto;
    left: 100%;
    margin: 0 0 0 25px;
}

.gallery .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}

.gallery .pagination ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.gallery .pagination li {
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

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

.gallery .pagination li.active a,
.gallery .pagination li a:hover {
    background: #ee2927;
}

.gallery .pagination a {
    width: 9px;
    height: 9px;
    background: #c7c7c9;
    border-radius: 50px;
    display: block;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

/* sponsors section */

.sponsors-section {
    padding: 60px 0 96px;
    text-align: center;
}

.sponsors-section.add {
    padding-top: 100px;
}

.sponsors-section .title {
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px;
}

.sponsors-section h2 {
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 42px;
    margin: 0;
    letter-spacing: 4px;
}

.sponsors-section h2:before,
.sponsors-section h2:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 999px;
    height: 1px;
    text-align: left;
    background: #dddedf;
}

.sponsors-section h2:after {
    left: 100%;
    right: auto;
}

/* history section */

.history-section {
    padding: 60px 0 96px;
    text-align: center;
}

.history-section.add {
    padding-top: 100px;
}

.history-section .title {
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px;
}

.history-section h2 {
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 42px;
    margin: 0;
    letter-spacing: 4px;
}

.history-section h2:before,
.history-section h2:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 999px;
    height: 1px;
    text-align: left;
    background: #dddedf;
}

.history-section h2:after {
    left: 100%;
    right: auto;
}


/* sponsors list */

.sponsors-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin: 0 -10px;
}

.sponsors-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 18px;
    width: 20%;
    padding: 0 10px 25px;
}

.sponsors-list a {
    display: block;
    /*height: 122px;*/
    white-space: nowrap;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.sponsors-list a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    overflow: hidden;
    margin: 0 0 0 -5px;
}

.sponsors-list a:hover {
    opacity: .8;
}

.sponsors-list img {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 100%;
    height: auto;
}

/* map section */

.map-section {
    height: 580px;
    position: relative;
    overflow: hidden;
    background: #f6f9fa;
}

.map-section iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.map-section .title {
    text-align: center;
    margin: 0 0 51px;
}

.map-section .title img {
    display: block;
    margin: 0 auto 12px;
}

.map-section h2 {
    letter-spacing: 2px;
    margin: 0;
}

.map-section .map-content {
    height: 580px;
    padding: 25px 0;
    white-space: nowrap;
    text-align: center;
}

.map-section .map-content:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
}

.map-section .map-content-inner {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

/* contact info */

.contact-info {
    max-width: 432px;
    margin: 0 auto;
    border-radius: 4px;
    background: rgba(255, 255, 255, .7);
    padding: 41px 52px 16px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #222;
    text-align: left;
    position: relative;
    z-index: 2;
}

/* contact list */

.contact-list li {
    padding: 0 0 30px 31px;
    position: relative;
}

.contact-list li:last-child img {
    top: 8px;
}

.contact-list a {
    color: currentColor;
}

.contact-list a:hover {
    color: #ee2927;
}

.contact-list img {
    position: absolute;
    top: 5px;
    left: 0;
}

/* form section */

.form-section {
    padding: 97px 0 87px;
}

.form-section .title {
    text-align: center;
    margin: 0 0 67px;
}

.form-section .title img {
    display: block;
    margin: 0 auto 12px;
}

.form-section h2 {
    margin: 0;
}

.comment-row {
    position: absolute;
    left: -9999px;
}

/* request form */

.request-form {
    max-width: 608px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
}

.request-form label {
    float: left;
    width: 121px;
    padding: 16px 5px 0 0;
}

.request-form .form-row {
    margin: 0 0 21px;
}

.request-form .form-row.submit-row {
    text-align: center;
    padding: 27px 0 0;
}

.request-form .input-holder,
.request-form .textarea-holder {
    overflow: hidden;
}

/* subscribe-form */

.subscribe-form {
    max-width: 608px;
    margin: auto;
}

.subscribe-form input {
    width: auto;
    max-width: 300px;
    min-width: 300px;
    padding: 16px 10px 17px;
}

/* footer styles */

.footer {
    padding: 39px 0;
    color: #222;
    text-align: center;
}

/* copyright styles */

.copyright {
    float: right;
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

@media (max-width: 1320px) {
    .gallery .btn-prev,
    .gallery .btn-next {
        margin: 0 10px 0 0;
    }

    .gallery .btn-next {
        margin: 0 0 0 10px;
    }
}

@media (max-width: 1229px) {
    .logo {
        margin: 5px 0 0;
    }

    .logo img {
        width: 250px;
        height: auto;
    }

    .main-navigation {
        font-size: 15px;
        line-height: 18px;
    }

    .drop-navigation li {
        margin: 0 0 0 15px;
    }
}

@media (max-width: 1023px) {
    h2 {
        font-size: 50px;
        line-height: 52px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    input[type="url"],
    input[type="date"],
    select,
    textarea {
        height: 45px;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="file"],
    input[type="submit"] {
        min-width: 290px;
        padding: 16px 10px 15px;
    }

    .container {
        padding: 0 25px;
    }

    .main {
        padding: 95px 0 0;
    }

    .btn-primary {
        min-width: 290px;
        padding: 16px 10px 15px;
    }

    .btn-default {
        padding: 16px 10px 15px;
    }

    .social-networks li {
        padding: 0 10px;
    }

    .header {
        padding: 26px 0 28px;
    }

    .logo img {
        width: 305px;
    }

    .main-navigation {
        margin: 7px 0 0;
        font-size: 25px;
        line-height: 28px;
    }

    .opener-navigation {
        display: block;
    }

    .drop-navigation {
        float: none;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        bottom: 0;
        white-space: nowrap;
        text-align: center;
        background: #222;
        -webkit-transition: left .3s ease;
        transition: left .3s ease;
    }

    .navigation-active .drop-navigation {
        left: 0;
    }

    .drop-navigation:before {
        display: inline-block;
    }

    .drop-navigation ul {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
    }

    .drop-navigation li {
        float: none;
        margin: 0 0 20px;
    }

    .drop-navigation li:first-child {
        margin: 0 0 20px;
    }

    .drop-navigation li.active a {
        color: #ca1715;
    }

    .drop-navigation li:before {
        display: none;
    }

    .drop-navigation a {
        color: #fff;
    }

    .visual-section {
        height: 450px;
    }

    .visual-section .visual-content {
        height: 450px;
        padding: 20px 0;
    }

    .visual-section .visual-content-inner {
        max-width: 625px;
    }

    .visual-section .title {
        margin: 0 0 15px;
    }

    .visual-section p {
        margin: 0 0 20px;
    }

    .calendar {
        padding: 25px;
    }

    .organizer-section {
        padding: 35px 0;
    }

    .organizer-section .title {
        margin: 0 0 35px;
    }

    .organizer-section .title img {
        margin: 0 auto 10px;
    }

    .speakers-section {
        padding: 35px 0;
    }

    .speakers-section .title {
        margin: 0 0 35px;
    }

    .speakers-section .title img {
        margin: 0 auto 10px;
    }

    .speakers-section .btn-primary {
        min-width: 290px;
    }

    .speakers-list {
        margin: 0 -5px;
    }

    .speakers-list li {
        padding: 0 5px 20px;
    }

    .speakers-list .image-holder {
        max-width: 100px;
        margin: 0 10px 0 0;
    }

    .speakers-list .text-holder {
        padding: 0;
        overflow: visible;
    }

    .speakers-list .name {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 5px;
    }

    .speakers-list .company {
        margin: 0 0 5px;
    }

    .schedule-section {
        padding: 35px 0 15px;
    }

    .schedule-section .title {
        margin: 0 0 35px;
    }

    .schedule-section .schedule-row {
        margin: 0 0 20px;
    }

    .schedule-section time {
        font-size: 25px;
        line-height: 28px;
        letter-spacing: normal;
    }

    .schedule-section .text-holder {
        padding: 0;
    }

    .schedule-section .sub-title {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 5px;
    }

    .schedule-section .schedule-list {
        padding: 0;
    }

    .schedule-section .schedule-list li {
        padding: 0 0 0 90px;
    }

    .schedule-section .schedule-list li:first-child .flow {
        margin: 0 0 20px 60px;
    }

    .schedule-section .schedule-list p {
        margin: 0 0 10px;
    }

    .schedule-section .flow {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: normal;
        margin: 0 0 20px -24px;
    }

    .schedule-section .name {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: normal;
    }

    .schedule-section .company {
        font-size: 14px;
        line-height: 17px;
    }

    .ticket-section {
        padding: 35px 0;
    }

    .ticket-section h2 {
        margin: 0 0 15px;
    }

    .ticket-section .column-wrap {
        margin: 0;
    }

    .ticket-section .column {
        width: 50%;
        padding: 0 0 15px;
    }

    .ticket-section .column:first-child {
        width: 100%;
    }

    .ticket-section .title {
        margin: 0 0 15px;
    }

    .ticket-section .price {
        margin: 0 0 20px;
        font-size: 50px;
        line-height: 53px;
    }

    .ticket-section .icon-ruble {
        font-size: 37px;
    }

    .video-section {
        padding: 35px 0 15px;
    }

    .video-section .title {
        margin: 0 0 35px;
    }

    .gallery {
        padding: 0 0 20px;
    }

    .gallery .video-holder {
        width: 50%;
        margin: 0 20px 0 0;
    }

    .gallery .text-holder {
        padding: 0;
    }

    .gallery .sub-title {
        margin: 0 0 10px;
        font-size: 22px;
        line-height: 25px;
    }

    .gallery p {
        margin: 0 0 10px;
    }

    .gallery .name {
        font-size: 12px;
        line-height: 15px;
    }

    .gallery .btn-prev,
    .gallery .btn-next {
        margin: 0 5px 0 0;
    }

    .gallery .btn-prev:before,
    .gallery .btn-next:before {
        font-size: 20px;
    }

    .gallery .btn-next {
        margin: 0 0 0 5px;
    }

    .sponsors-section {
        padding: 35px 0;
    }

    .sponsors-section.add {
        padding-top: 35px;
    }

    .sponsors-section .title {
        margin: 0 0 20px;
    }

    .sponsors-section h2 {
        padding: 0 20px;
    }

    .sponsors-list li {
        padding: 0 10px 15px;
    }

    .map-section iframe {
        height: 450px;
    }

    .map-section {
        height: 450px;
    }

    .map-section .title {
        margin: 0 0 30px;
    }

    .map-section .title img {
        margin: 0 auto 10px;
    }

    .map-section .map-content {
        height: 450px;
        padding: 20px 0;
    }

    .contact-info {
        padding: 35px 30px 16px;
        max-width: 400px;
        font-size: 21px;
        line-height: 26px;
    }

    .contact-list li {
        padding: 0 0 20px 28px;
    }

    .contact-list li:last-child img {
        top: 6px;
    }

    .form-section {
        padding: 35px 0 20px;
    }

    .form-section .title {
        margin: 0 0 30px;
    }

    .form-section .title img {
        margin: 0 auto 10px;
    }

    .request-form {
        max-width: 500px;
    }

    .request-form label {
        width: auto;
        float: none;
        display: block;
        padding: 0 0 10px;
    }

    .request-form .form-row {
        margin: 0 0 15px;
    }

    .request-form .form-row.submit-row {
        padding: 15px 0 0;
    }

    .request-form .input-holder,
    .request-form .textarea-holder {
        overflow: visible;
    }

    .footer {
        padding: 20px 0;
    }

    .copyright {
        margin: 12px 0 0;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.5;
    }

    h2 {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: normal;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    input[type="url"],
    input[type="date"],
    textarea {
        height: 40px;
    }

    textarea {
        height: 160px;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="file"],
    input[type="submit"] {
        min-width: 160px;
        letter-spacing: 1px;
    }

    .container {
        padding: 0 20px;
    }

    .desktop-hidden {
        display: block;
    }

    .main {
        padding: 67px 0 0;
    }

    .fixed-position .main {
        padding: 59px 0 0;
    }

    .btn-primary {
        min-width: 160px;
        letter-spacing: 1px;
    }

    .social-networks {
        margin: 0 0 15px;
        display: block;
    }

    .header {
        padding: 20px 0;
    }

    .fixed-position .header {
        padding: 16px 0;
    }

    .logo {
        margin: 3px 0 0;
    }

    .logo img {
        width: 180px;
        height: auto;
    }

    .main-navigation {
        margin: 0;
        font-size: 18px;
        line-height: 21px;
    }

    .visual-section {
        height: auto;
    }

    .visual-section .visual-content {
        height: auto;
    }

    .visual-section .visual-content:before {
        display: none;
    }

    .visual-section .visual-content-inner {
        font-size: 15px;
        line-height: 1.5;
    }

    .visual-section .title {
        margin: 0 0 10px;
    }

    .visual-section .title img {
        display: block;
        margin: 0 0 10px;
    }

    .visual-section h2 {
        margin: 0;
        display: block;
        width: 100%;
    }

    .visual-section .btn-primary {
        float: none;
        margin: 0 0 20px;
    }

    .calendar {
        float: none;
        padding: 20px;
        max-width: 280px;
    }

    .organizer-section {
        padding: 20px 0;
    }

    .organizer-section .title {
        margin: 0 0 15px;
    }

    .organizer-list > li {
        padding-bottom: 25px;
    }

    .organizer-list .image-holder {
        max-width: 180px;
        margin: 0 auto 15px;
    }

    .organizer-list h2 {
        letter-spacing: normal;
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 10px;
    }

    .speakers-section {
        padding: 20px 0;
    }

    .speakers-section .title {
        margin: 0 0 15px;
    }

    .speakers-section .btn-primary {
        min-width: 160px;
    }

    .speakers-list .image-holder {
        float: none;
        margin: 0 0 10px;
    }

    .speakers-list .name {
        letter-spacing: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .schedule-section time {
        font-size: 20px;
        line-height: 23px;
        width: 25%;
        padding: 0 10px 0 0;
    }

    .schedule-section .schedule-list li {
        padding: 0;
        display: block;
        width: 100%;
    }

    .schedule-section .schedule-list li:first-child .flow {
        margin: 0 0 15px 70px;
    }

    .schedule-section .schedule-list time {
        width: 25%;
    }

    .schedule-section .flow {
        padding: 0;
        margin: 0 0 15px 68px;
        font-size: 16px;
        line-height: 19px;
    }

    .schedule-section .flow:before,
    .schedule-section .flow:after {
        display: none;
    }

    .ticket-section {
        padding: 20px 0 5px;
        font-size: 15px;
        line-height: 1.5;
    }

    .ticket-section h2 {
        font-size: 30px;
        line-height: 33px;
    }

    .ticket-section .column {
        width: 100%;
    }

    .ticket-section .title {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: normal;
    }

    .ticket-section .price {
        font-size: 35px;
        line-height: 38px;
        margin: 0 0 15px;
    }

    .ticket-section .icon-ruble {
        font-size: 27px;
    }

    .video-section {
        padding: 20px 0;
    }

    .video-section .title {
        margin: 0 0 15px;
    }

    .gallery .video-holder {
        width: 100%;
        float: none;
        padding-bottom: 55%;
        margin: 0 0 15px;
    }

    .gallery .text-holder {
        overflow: visible;
    }

    .gallery .btn-prev,
    .gallery .btn-next {
        display: none;
    }

    .sponsors-section {
        padding: 20px 0 5px;
    }

    .sponsors-section.add {
        padding-top: 20px;
    }

    .sponsors-section .title {
        margin: 0 0 5px;
    }

    .sponsors-section h2 {
        padding: 0;
        font-size: 25px;
        line-height: 28px;
        letter-spacing: normal;
    }
    .column {
        width: 48%;
    }

    .sponsors-section h2:before,
    .sponsors-section h2:after {
        display: none;
    }

    .sponsors-list {
        margin: 0;
    }

    .sponsors-list li {
        display: block;
        width: 100%;
        padding: 0 0 15px;
    }

    .map-section iframe {
        height: 300px;
    }

    .map-section {
        height: 300px;
    }

    .map-section .map-content {
        height: auto;
    }

    .map-section .map-content:before {
        display: none;
    }

    .map-section .map-content-inner {
        display: block;
    }

    .contact-info {
        font-size: 16px;
        line-height: 19px;
        padding: 20px 20px 5px;
        max-width: 280px;
    }

    .contact-list li {
        padding: 0 0 15px 25px;
    }

    .contact-list li:last-child img {
        top: 1px;
    }

    .contact-list img {
        top: 3px;
    }

    .form-section {
        padding: 20px 0 5px;
    }

    .form-section .title {
        margin: 0 0 15px;
    }

    .request-form .form-row.submit-row {
        padding: 10px 0 0;
    }

    .footer {
        text-align: center;
        padding: 15px 0;
    }

    .footer .logo {
        float: none;
        margin: 0 auto 15px;
    }

    .copyright {
        float: none;
        margin: 0;
    }
}

@media (max-width: 479px) {
    .container {
        max-width: 100%;
        margin-left: 10px;
    }
    .organizer-list {
        margin: 0;
        overflow: visible;
    }
    .column {
        width: auto;
    }

    .organizer-list > li {
        display: block;
        width: 100%;
        padding: 0 0 20px;
    }

    .speakers-list {
        margin: 0;
    }

    .speakers-list li {
        width: 100%;
        display: block;
        padding: 0 0 20px;
        line-height: 1.5;
    }

    .schedule-section .schedule-row {
        min-height: 1% !important;
    }

    .ticket-section .column:first-child {
        padding: 0;
    }
}


.scrolloff {
    pointer-events: none;
}
.speech-resources {
    text-align: center;
}


/* contacts section */

.contacts-section {
    padding: 60px 0 96px;
    text-align: center;
}

.contacts-section.add {
    padding-top: 100px;
}

.contacts-section .title {
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px;
}

.contacts-section h2 {
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 42px;
    margin: 0;
    letter-spacing: 4px;
}

.contacts-section h2:before,
.contacts-section h2:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 999px;
    height: 1px;
    text-align: left;
    background: #dddedf;
}

.contacts-section h2:after {
    left: 100%;
    right: auto;
}

.text-center {
    text-align: center;
}
.fa.fa-4x {
    color: #ee2927;
}

.prices-table {
    width: 100%;
    margin-left: 10px;
}
.prices-table td {
    padding: 10px;
}