/* body {
    overflow: hidden;
}

body.animation-complete {
    overflow: visible;
} */

/* NAV CONFERENCES */
.nav-conferences {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
}

.nav-conferences>.container-fluid {
    position: relative;
}

.nav-conferences .nav-brand {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.nav-conferences .nav-logo {
    width: 206px;
    height: 70px;
    margin: 20px 0 30px;
}

.nav-fluid .nav-conferences .nav-logo {
    height: 58px;
    margin-bottom: 22px;
}

.nav-conferences .nav-logo img {
    max-height: 70px;
}

.nav-fluid .nav-conferences .nav-logo img {
    max-height: 58px;
}

.nav-conferences-button {
    padding-left: 32px;
}

.nav-conferences-toggler {
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 5px 0 6px;
    cursor: pointer;
    z-index: 2;
}

.nav-conferences-toggler .nav-icon {
    width: 30px;
    border-bottom: 3px solid #fff;
}

.nav-conferences-toggler .nav-icon+.nav-icon {
    margin-top: 5px;
}

.nav-open .nav-conferences-toggler .nav-icon:nth-child(1) {
    top: 8px;
}

.nav-open .nav-conferences-toggler .nav-icon:nth-child(3) {
    top: -8px;
}

.nav-conferences-collapse {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0;
    background: #2e2e38;
    overflow: hidden;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    z-index: 1;
}

.nav-open .nav-conferences-collapse {
    width: 560px;
}

.nav-conferences-collapse:before {
    content: attr(data-title);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
    height: 120px;
    background: #2e2e38;
    color: #747480;
    font-size: 20px;
    line-height: 30px;
    padding-left: 42px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
    z-index: 10;
}

.nav-fluid .nav-conferences-collapse:before {
    height: 100px;
}

.nav-conferences-collapseInner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 120px 42px 0;
    -webkit-transition: padding .5s ease;
    transition: padding .5s ease;
}

.nav-fluid .nav-conferences-collapseInner {
    padding-top: 100px;
}

.nav-conferences-menuFooter {
    padding-top: 30px;
    margin: auto -42px 0;
}

.nav-conferences .collapse-footer-button {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: .16px;
    padding: 32px 42px;
}

.nav-conferences .collapse-footer-button>.button-icon {
    width: 36px;
    height: 36px;
}

.nav-conferences .collapse-footer-button>.button-icon img {
    max-height: 36px;
}

.nav-conferences .collapse-footer-button>.button-text {
    padding-left: 28px;
}

.nav-conferences-menu {
    list-style: none;
    padding: 30px 0 0;
    margin: 0;
}

.nav-conferences-menu>li+li {
    border-top: 1px solid #72727e;
}

.nav-conferences-menu>li>a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    padding: 24px 42px;
    margin: 0 -42px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.nav-conferences-menu>li>a:hover {
    background: #1a1a24;
}

.nav-conferences-menu>li>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 8px solid #ffe633;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1;
}

.nav-conferences-menu>li>a:hover:before {
    opacity: 1;
}

/* HEADER CONFERENCES */
.header-conferences {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 813px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

.nav-conferences~.header-simple {
    padding-top: 179px;
}

.header-conferences-wrapper {
    max-width: 1140px;
    padding: 0 80px 108px;
}

.header-conferences-date {
    color: #FFE633;
    margin-bottom: 10px;
}

.header-conferences-title {
    color: #fff;
    margin-bottom: 27px;
}

.header-conferences-caption {
    margin-bottom: 36px;
}

.btn-default.fixedSize {
    min-width: 272px;
}

.btn-default.large.fixedSize {
    padding-right: 30px;
    padding-left: 30px;
}

.header-conferences-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e2e38;
    z-index: -1;
}

.header-conferences-background>.background-desktop,
.header-conferences-background>.background-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity .5s ease;
}

.header-conferences-background>.background-mobile {
    display: none;
}

.header-conferences[data-wave="background"] .header-conferences-background>.background-desktop,
.header-conferences[data-wave="background"] .header-conferences-background>.background-mobile {
    opacity: 0;
}

.header-conferences.is-init[data-wave="background"] .header-conferences-background>.background-desktop,
.header-conferences.is-init[data-wave="background"] .header-conferences-background>.background-mobile {
    opacity: 1;
}

.header-conferences-scroll {
    position: absolute;
    bottom: 48px;
    left: 50%;
    margin-left: -16px;
}

.header-conferences [data-wave="element"],
.nav-conferences .nav-brand[data-wave="element"],
.nav-conferences .nav-language[data-wave="element"],
.nav-conferences .nav-conferences-button[data-wave="element"] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.nav-conferences .nav-conferences-button[data-wave="element"] {
    z-index: 10;
}

.header-conferences [data-wave="element"].is-animating,
.nav-conferences .nav-brand[data-wave="element"].is-animating,
.nav-conferences .nav-language[data-wave="element"].is-animating,
.nav-conferences .nav-conferences-button[data-wave="element"].is-animating {
    opacity: 1;
    -webkit-transition: opacity .6s ease, transform .6s ease;
    transition: opacity .6s ease, transform .6s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* CONFERENCES WRAPPER */
.conferences-wrapper {
    display: -webkit-flex;
    display: flex;
}

/* .conferences-wrapper[data-wave="content"] {
    opacity: 0;
    -webkit-transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
}

.conferences-wrapper[data-wave="content"].is-animating {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */

.conferences-main {
    min-width: calc(100% - 560px);
    max-width: calc(100% - 560px);
    width: calc(100% - 560px);
    padding: 0 80px;
}

.fx-core.events-past .conferences-main {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

/* CONFERENCES SIDEBAR */
.conferences-sidebar {
    position: sticky;
    top: 120px;
    height: calc(100vh - 120px);
    min-width: 560px;
    max-width: 560px;
    width: 560px;
    background: #1A1A24;
    color: #fff;
    /* padding: 40px 48px; */
    -webkit-transition: top .5s ease, height .5s ease;
    transition: top .5s ease, height .5s ease;
}

.nav-fluid .conferences-sidebar {
    top: 100px;
    height: calc(100vh - 100px);
}

.conferences-sidebar-body {
    height: calc(100% - 132px);
}

.conferences-sidebar-inner {
    padding: 40px 48px;
}

.conferences-sidebar-title {
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 21px;
}

.conferences-sidebar-group+.conferences-sidebar-group {
    border-top: 1px solid #C4C4CD;
    padding-top: 36px;
    margin-top: 51px;
}

.conferences-sidebar-details {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.conferences-sidebar-details+.conferences-sidebar-details {
    padding-top: 23px;
}

.conferences-sidebar-details-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

.conferences-sidebar-details-icon img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 24px;
}

.conferences-sidebar-details-content {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 24px;
}

.conferences-sidebar-details-title {
    color: #FFE633;
    margin-bottom: 5px;
}

.conferences-sidebar-details-content p:not(.conferences-sidebar-details-title) {
    letter-spacing: .2px;
}

.conferences-sidebar-contact-title {
    font-weight: 700;
    margin-bottom: 8px;
}

.conferences-sidebar-contact-box {
    display: -webkit-flex;
    display: flex;
}

.conferences-sidebar-contact-box+.conferences-sidebar-contact-box {
    margin-top: 19px;
}

.conferences-sidebar-contact-info {
    -webkit-flex: 1;
    flex: 1;
    line-height: 26px;
    padding-right: 30px;
}

.conferences-sidebar-contact-info .gray {
    color: #C4C4CC;
}

.conferences-sidebar-contact-info p+p {
    margin-top: 3px;
}

.conferences-sidebar .panel-sidebar .panel-title {
    font-size: 20px;
    line-height: 24px;
}

.conferences-sidebar .panel-sidebar .accordion-toggle:before {
    font-size: 30px;
    line-height: 1;
}

.conferences-sidebar .training-sidebar-downloads {
    padding-top: 5px;
}

.conferences-sidebar-footer {
    padding: 20px 48px 40px;
    margin-top: auto;
}

/* CONFERENCES VIDEO */
.conferences-video {
    padding-top: 64px;
}

.conferences-video .content-video {
    padding: 0;
}

/* CONFERENCES FEATURES */
.conferences-features {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 24px;
    margin: 0 -15px 15px;
}

.conferences-feature {
    min-width: 25%;
    max-width: 25%;
    width: 25%;
    text-align: center;
    padding: 40px 15px 0;
}

.conferences-feature-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border: 2px solid #EAEAF2;
    border-radius: 50%;
    margin: 0 auto;
}

.conferences-feature-icon img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 136px;
}

.conferences-feature-title {
    color: #1A1A24;
    font-size: 20px;
    line-height: 30px;
}

.conferences-feature-icon+.conferences-feature-title {
    margin-top: 21px;
}

/* CONFERENCES DESCRIPTION */
.conferences-description {
    padding-top: 35px;
}

.conferences-richText {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: -11px;
}

.conferences-richText p {
    margin-top: 19px;
}

.conferences-richText ul,
.conferences-richText ol {
    list-style: none;
    padding: 0;
    margin: 19px 0 0;
}

.conferences-richText ol {
    counter-reset: richtext-counter;
}

.conferences-richText ul>li {
    position: relative;
    padding-left: 44px;
}

.conferences-richText ul>li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #1A1A24;
    border-radius: 50%;
}

.conferences-richText ol>li {
    position: relative;
    counter-increment: richtext-counter;
    padding-left: 44px;
}

.conferences-richText ol>li:before {
    content: counter(richtext-counter) '.';
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: -2px;
}

/* CONFERENCES HOT TOPICS */
.conferences-hotTopics {
    padding-top: 26px;
}

.conferences-richText+.conferences-hotTopics {
    padding-top: 45px;
}

.conferences-hotTopics-title {
    font-size: 26px;
    line-height: 1;
}

.conferences-hotTopics-title.has-icon {
    position: relative;
    padding-left: 40px;
}

.conferences-hotTopics-title>.hotTopics-icon {
    position: absolute;
    top: 2px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.conferences-hotTopics-title>.hotTopics-icon img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 22px;
}

.conferences-hotTopics-tags {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 0 0;
    margin: 0 0 0 -15px;
}

.conferences-hotTopics-tags>li {
    font-size: 18px;
    line-height: 20px;
    border-left: 2px solid #96969b;
    padding-left: 16px;
    margin: 16px 0 0 15px;
}

/* CONFERENCES PROGRAM */
.conferences-program {
    padding-top: 80px;
}

.conferences-program-inner {
    background: #24242E;
    color: #fff;
    padding: 80px;
    margin: 0 -80px;
}

.conferences-program-group {
    padding-top: 50px;
}

.conferences-program-collapse {
    display: none;
}

.conferences-program-collapse,
.conferences-program-collapse .conferences-program-group {
    padding-top: 59px;
}

.conferences-program-collapse .conferences-program-group:first-child {
    padding-top: 0;
}

.conferences-program-date {
    line-height: 24px;
    border-bottom: 1px solid #2e2e38;
    padding-bottom: 25px;
}

.conferences-program-date>.date-number {
    color: #EAEAF2;
    text-transform: uppercase;
}

.conferences-program-date>.date-details {
    color: #FFE600;
    margin-top: 7px;
}

.conferences-program-group[data-group="0"] .conferences-program-item:nth-child(n+5) {
    display: none;
}

.conferences-program-item {
    display: -webkit-flex;
    display: flex;
    font-size: 26px;
    line-height: 40px;
    padding: 30px 0;
    border-bottom: 1px solid #2e2e38;
}

.conferences-program-time {
    max-width: 128px;
    min-width: 128px;
    width: 128px;
    padding-right: 15px;
    font-size: 20px;
}

.conferences-program-heading p+p {
    margin-top: 6px;
}

.conferences-program-heading .regular {
    font-weight: 400;
}

.conferences-program-heading .gray {
    color: #C4C4CD;
}

.conferences-program-heading a {
    position: relative;
    background: linear-gradient(90deg, #C4C4CD 50%, #C4C4CD 50%) no-repeat 0 100%;
    background-size: 0 1px;
    text-decoration: none;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.conferences-program-heading a:hover,
.conferences-program-heading a:focus {
    background-size: 100% 1px;
}

.conferences-program-item .content-roll-button {
    margin-top: 5px;
}

.conferences-program-item .content-roll-toggle {
    color: #C4C4CD;
    font-weight: 400;
}

.conferences-program-item .content-roll-toggle:before {
    border-bottom: 2px solid #C4C4CD;
}

.conferences-program-item .roll-text-inner {
    padding-top: 10px;
}

.conferences-program-item .content-roll-text p {
    margin-top: 15px;
}

.conferences-program-item .content-roll-text ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.conferences-program-item .content-roll-text ul li {
    position: relative;
    padding-left: 25px;
}

.conferences-program-item .content-roll-text ul li:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.conferences-program-button {
    padding-top: 64px;
    margin-bottom: -16px;
}

/* CONFERENCES HEADING */
.conferences-heading {
    margin-top: -10px;
    margin-bottom: -11px;
}

.conferences-subtitle {
    font-size: 26px;
    line-height: 40px;
    margin-top: 11px;
}

.conferences-heading.white .conferences-title,
.conferences-heading.white .conferences-subtitle {
    color: #fff;
}

/* CONFERENCES SPEAKERS */
.conferences-speakers {
    padding-top: 80px;
}

.conferences-speakers-wrapper {
    padding-top: 13px;
    margin-bottom: -13px;
}

.conferences-speakers-sliderCompOuter {
    display: none;
}

.conferences-speakers-sliderOuter,
.conferences-speakers-sliderCompOuter {
    position: relative;
    padding-right: 60px;
    -webkit-transition: padding .5s ease;
    transition: padding .5s ease;
    z-index: 1;
}

.conferences-speakers-sliderOuter.not-first,
.conferences-speakers-sliderCompOuter.not-first {
    padding-left: 60px;
    padding-right: 0;
}

.conferences-speakers-sliderOuter .slick-arrow,
.conferences-speakers-sliderCompOuter .slick-arrow {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    background-color: transparent;
    background-image: url(../images/conferences/slider-arrow_icon.png);
    background-size: 43px 25px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    -webkit-transition: left .5s ease, right .5s ease, opacity .3s ease;
    transition: left .5s ease, right .5s ease, opacity .3s ease;
    cursor: pointer;
    z-index: 1;
}

.conferences-speakers-sliderOuter .slick-arrow.slick-prev,
.conferences-speakers-sliderCompOuter .slick-arrow.slick-prev {
    left: -20px;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}

.conferences-speakers-sliderOuter .slick-arrow.slick-next,
.conferences-speakers-sliderCompOuter .slick-arrow.slick-next {
    right: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.conferences-speakers-sliderOuter.not-first .slick-arrow.slick-next {
    right: -80px;
}

.conferences-speakers-sliderCompOuter.not-first .slick-arrow.slick-next {
    right: -60px;
}

.conferences-speakers-sliderOuter .slick-arrow.slick-disabled,
.conferences-speakers-sliderCompOuter .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.conferences-speakers-grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.conferences-speakers-grid>div {
    min-width: 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 15px;
}

.conferences-speaker {
    display: -webkit-flex;
    display: flex;
    padding-top: 35px;
}

.conferences-speaker-avatar {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}

.conferences-speaker-avatar>.avatar-inner {
    background-color: #F6F5FB;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    padding-bottom: 98.33333333%;
}

.conferences-speaker-details {
    min-height: 131px;
    color: #747480;
    line-height: 30px;
    padding-top: 23px;
    padding-left: 40px;
}

.conference-speaker-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 12px;
}

.conference-speaker-name a {
    position: relative;
    text-decoration: none;
}

.conference-speaker-name a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #2E2E38;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.conference-speaker-name a:hover:before,
.conference-speaker-name a:focus:before {
    opacity: 1;
}

/* CONFERENCES PACKAGES */
.conferences-packages {
    padding-top: 80px;
}

.conferences-packages-outer {
    padding-top: 48px;
}

.conferences-packages-inner {
    background: #F6F5FB;
    padding: 80px;
    margin: 0 -80px;
}

.conferences-package {
    display: -webkit-flex;
    display: flex;
    position: relative;
    min-height: 322px;
    background: #fff;
    text-decoration: none;
    padding: 54px 100px 81px;
    -webkit-transition: box-shadow .3s ease, transform .3s ease, opacity .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, opacity .3s ease;
}

.conferences-package:not(.disabled):not(.package-in-progress):hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.conferences-package:before {
    content: '';
    position: absolute;
    top: 24px;
    right: 30px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #85858d;
    z-index: 1;
}

.conferences-package:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 31px;
    width: 30px;
    height: 30px;
    background-image: url(../images/conferences/package-checkmark_icon.png);
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2;
}

.conferences-package.selected:after,
.conferences-package.selected:after {
    opacity: 1;
}

.conferences-package.disabled {
    opacity: .4;
    pointer-events: none;
    cursor: not-allowed;
}

.conferences-package+.conferences-package {
    margin-top: 80px;
}

.conferences-package-main {
    min-width: 66.53225806%;
    max-width: 66.53225806%;
    width: 66.53225806%;
}

.conferences-package-aside {
    min-width: 33.46774194%;
    max-width: 33.46774194%;
    width: 33.46774194%;
}

.conferences-package-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}

.conferences-package-group {
    padding-top: 13px;
}

.conferences-package-details {
    display: -webkit-flex;
    display: flex;
    padding-top: 23px;
    margin: 0 -20px;
}

.conferences-package-details>div {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    padding: 0 20px;
}

.conferences-package-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.conferences-package-list>li {
    position: relative;
    color: #707070;
    padding-left: 48px;
}

.conferences-package-list>li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 21px;
    height: 17px;
    background-image: url(../images/conferences/package-list_icon.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.conferences-package-list>li+li {
    margin-top: 11px;
}

.conferences-package-pricing {
    position: relative;
    padding-left: 48px;
}

.conferences-package-pricing:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/conferences/package-sell_icon.svg);
    background-size: cover;
    background-position: center;
}

.conferences-package-pricing>.price-title {
    color: #747480;
    font-size: 18px;
    line-height: 24px;
}

.conferences-package-price {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: .3px;
    margin-top: 14px;
}

.conferences-package-price>.discount {
    text-decoration: line-through;
}

.conferences-package-price p+p {
    margin-top: 15px;
}

.conferences-package-offer {
    display: none;
    color: #707070;
    font-weight: 400;
    line-height: 24px;
    margin-top: 19px;
}

.conferences-package-offer>.offer-timer {
    font-weight: 700;
    margin-top: 8px;
}

.conferences-package-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 250px;
    background: #1A1A24;
    color: #fff;
    text-align: center;
    line-height: 30px;
    letter-spacing: .2px;
    padding: 8px 15px;
    z-index: 1;
}

/* CONFERENCES PARTNERS SLIDER */
.conferences-partners {
    padding-top: 80px;
}

.conferences-partners-wrapper {
    padding-top: 64px;
}

.conferences-partners-sliderOuter {
    position: relative;
    padding-right: 91px;
    margin-left: -40px;
}

.conferences-partners-sliderOuter .slick-arrow {
    position: absolute;
    top: 0;
    right: -19px;
    width: 80px;
    height: 80px;
    font-size: 0;
    background-color: transparent;
    background-image: url(../images/conferences/slider-arrow_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}

.conferences-partners-sliderOuter .slick-arrow.slick-prev {
    display: none;
}

.conferences-partners-slider:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    z-index: 10;
}

.conferences-partners-slider .partner-logo {
    padding-right: 40px;
    padding-left: 40px;
}

.conferences-partners-slider .partner-logo img {
    max-width: 240px;
}

/* CONFERENCES EVENT HELPER */
.conferences-event-helper {
    padding-top: 91px;
    padding-right: 128px;
}

.conferences-event-helper .npc-contactData a {
    text-decoration: none;
}

.conferences-event-helper .npc-contactData a:hover {
    font-weight: 700;
}

/* FOOTER CONFERENCES */
.footer-conferences {
    padding: 100px 0 80px;
}

.footer-conferences .footer-logo {
    width: 226px;
    height: 94px;
}

.footer-conferences .footer-logo img {
    max-height: 94px;
}

.footer-conferences .footer-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.footer-conferences .social-media {
    margin: 0 -6px;
    padding-bottom: 1px;
}

/* CONFERENCES MODAL SPEAKER */
.modal-speaker .modal-flex {
    min-height: auto;
    height: 100%;
}

.modal-speaker .modal-dialog {
    max-width: 1740px;
    width: 100%;
    height: calc(100% - 120px);
    padding: 0 60px;
    margin: 0;
}

.modal-speaker .modal-content {
    height: 100%;
    min-height: 450px;
    background: #fff;
    color: #2E2E38;
    margin-bottom: 60px;
}

.modal-speaker .modal-close {
    width: 36px;
    height: 36px;
}

.modal-speaker .modal-close:before,
.modal-speaker .modal-close:after {
    width: 24px;
    border-bottom: 4px solid #2E2E38;
}

.modal-speaker-grid {
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

.modal-speaker-aside {
    min-width: 450px;
    max-width: 450px;
    width: 450px;
    padding: 90px;
}

.modal-speaker-avatar {
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    padding-bottom: 100%;
}

.modal-speaker-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 90px 300px 81px 0;
}

.modal-speaker-heading {
    display: -webkit-flex;
    display: flex;
}

.modal-speaker-name {
    font-size: 64px;
    letter-spacing: .64px;
    line-height: 78px;
}

.modal-speaker-social {
    padding-left: 45px;
    margin-top: 10px;
}

.modal-speaker-social .social-media {
    -webkit-justify-content: stretch;
    justify-content: stretch;
    margin-top: 0;
}

.modal-speaker-role {
    color: #747480;
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 28px;
    margin-top: 12px;
}

.modal-speaker-content {
    letter-spacing: .2px;
    padding-top: 14px;
}

.modal-speaker-content p {
    margin-top: 31px;
}

.modal-speaker-content ul,
.modal-speaker-content ol {
    list-style: none;
    padding: 0;
    margin: 31px 0 0;
}

.modal-speaker-content ol {
    counter-reset: modalspeaker-counter;
}

.modal-speaker-content ul>li,
.modal-speaker-content ol>li {
    position: relative;
    padding-left: 30px;
}

.modal-speaker-content ol>li {
    counter-increment: modalspeaker-counter;
}

.modal-speaker-content ul>li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #2E2E38;
    border-radius: 50%;
}

.modal-speaker-content ol>li:before {
    content: counter(modalspeaker-counter) '.';
    position: absolute;
    top: 0;
    left: 0;
}

.modal-speaker.modal-partner .modal-speaker-avatar {
    background-size: contain;
    border-radius: 0;
    background-repeat: no-repeat;
    padding-bottom: 45%;
}

/* CONFERENCES SCROLL */
.w-anchor {
    position: relative;
}

.anchor {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -9999;
}

/* LOADER */
.ey-loader {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2E2E38;
    z-index: 1000;
}

.loadey {
    position: relative;
    width: 240px;
    height: 240px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1;
}

.loadey-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1;
}

.loadey-circle>.circle-svg {
    -webkit-transition: stroke-dashoffset .2s ease;
    transition: stroke-dashoffset .2s ease;
}

.loadey-text {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.conferences-hotTopics-tags.hotTopics-mobile,
.conferences-package-checker {
    display: none;
}

@media (max-width: 1799px) {
    .nav-conferences .nav-logo {
        height: 62px;
        margin: 14px 0 24px;
    }

    .nav-fluid .nav-conferences .nav-logo {
        margin: 10px 0 12px;
    }

    .nav-conferences .nav-logo img {
        max-height: 62px;
    }

    .nav-fluid .nav-conferences .nav-logo img {
        max-height: 46px;
    }

    .nav-open .nav-conferences-collapse {
        width: 420px;
    }

    .nav-conferences-collapse:before {
        width: 420px;
        height: 100px;
        font-size: 16px;
        line-height: 24px;
        padding-left: 36px;
    }

    .nav-fluid .nav-conferences-collapse:before {
        height: 80px;
    }

    .nav-conferences-collapseInner {
        width: 420px;
        padding: 100px 36px 0;
    }

    .nav-fluid .nav-conferences-collapseInner {
        padding-top: 80px;
    }

    .nav-conferences-menu {
        padding-top: 24px;
    }

    .nav-conferences-menu>li>a {
        font-size: 25px;
        line-height: 30px;
        padding: 19px 36px;
        margin: 0 -36px;
    }

    .nav-conferences-menu>li>a:before {
        border-left: 6px solid #ffe633;
    }

    .nav-conferences-menuFooter {
        padding-top: 24px;
        margin-right: -36px;
        margin-left: -36px;
    }

    .nav-conferences .collapse-footer-button {
        padding: 25px 36px;
    }

    .nav-conferences .collapse-footer-button>.button-icon {
        width: 30px;
        height: 30px;
    }

    .nav-conferences .collapse-footer-button>.button-icon {
        max-height: 30px;
    }

    .header-conferences {
        height: 670px;
    }

    .header-conferences-wrapper {
        max-width: 920px;
        padding: 0 20px 80px;
    }

    .header-conferences-date {
        margin-bottom: 7px;
    }

    .header-conferences-title {
        margin-bottom: 19px;
    }

    .header-conferences-caption {
        margin-bottom: 30px;
    }

    .header-conferences-scroll {
        bottom: 36px;
    }

    .conferences-main {
        min-width: calc(100% - 420px);
        max-width: calc(100% - 420px);
        width: calc(100% - 420px);
        padding: 0 60px;
    }

    .conferences-sidebar {
        top: 100px;
        min-width: 420px;
        max-width: 420px;
        width: 420px;
        height: calc(100vh - 100px);
    }

    .nav-fluid .conferences-sidebar {
        top: 80px;
        height: calc(100vh - 80px);
    }

    .conferences-sidebar-inner {
        padding: 31px 36px;
    }

    .conferences-sidebar-group+.conferences-sidebar-group {
        padding-top: 29px;
        margin-top: 30px;
    }

    .conferences-sidebar-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .conferences-sidebar-details+.conferences-sidebar-details {
        padding-top: 17px;
    }

    .conferences-sidebar-details-icon {
        min-width: 20px;
        max-width: 20px;
        width: 20px;
        height: 20px;
        margin-top: 7px;
    }

    .conferences-sidebar-details-icon img {
        max-height: 20px;
    }

    .conferences-sidebar-details-title {
        margin-bottom: 3px;
    }

    .conferences-sidebar-details-content {
        padding-left: 18px;
    }

    .conferences-sidebar-contact-title {
        margin-bottom: 4px;
    }

    .conferences-sidebar-contact-info {
        line-height: 20px;
        padding-right: 20px;
    }

    .conferences-sidebar .panel-sidebar .panel-title {
        font-size: 16px;
        line-height: 20px;
    }

    .conferences-sidebar-body {
        height: calc(100% - 116px);
    }

    .conferences-sidebar-footer {
        padding: 20px 36px 36px;
    }

    .conferences-feature-icon {
        width: 118px;
        height: 118px;
    }

    .conferences-feature-icon img {
        max-height: 114px;
    }

    .conferences-feature-title {
        font-size: 16px;
        line-height: 24px;
    }

    .conferences-feature-icon+.conferences-feature-title {
        margin-top: 14px;
    }

    .conferences-richText {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: -8px;
    }

    .conferences-richText p,
    .conferences-richText ul,
    .conferences-richText ol {
        margin-top: 17px;
    }

    .conferences-richText ul>li {
        padding-left: 32px;
    }

    .conferences-richText ul>li:before {
        top: 10px;
        width: 8px;
        height: 8px;
    }

    .conferences-richText+.conferences-hotTopics {
        padding-top: 37px;
    }

    .conferences-hotTopics-title {
        font-size: 22px;
    }

    .conferences-hotTopics-title.has-icon {
        padding-left: 36px;
    }

    .conferences-hotTopics-title>.hotTopics-icon {
        width: 18px;
        height: 18px;
    }

    .conferences-hotTopics-title>.hotTopics-icon img {
        max-height: 18px;
    }

    .conferences-hotTopics-tags {
        padding-top: 9px;
        margin-left: -11px;
    }

    .conferences-hotTopics-tags>li {
        font-size: 14px;
        line-height: 16px;
        padding-left: 12px;
        margin: 12px 0 0 11px;
    }

    .conferences-program {
        padding-top: 64px;
    }

    .conferences-program-inner {
        padding: 64px 60px;
        margin: 0 -60px;
    }

    .conferences-heading {
        margin-top: -9px;
        margin-bottom: -10px;
    }

    .conferences-subtitle {
        font-size: 20px;
        line-height: 34px;
        margin-top: 6px;
    }

    .conferences-program-group {
        padding-top: 45px;
    }

    .conferences-program-date {
        line-height: 20px;
    }

    .conferences-program-item {
        font-size: 20px;
        line-height: 30px;
        padding: 25px 0;
    }

    .conferences-program-time {
        min-width: 96px;
        max-width: 96px;
        width: 96px;
        font-size: 14px;
    }

    .conferences-program-heading p+p {
        margin-top: 5px;
    }

    .conferences-program-item .content-roll-button {
        margin-top: 3px;
    }

    .conferences-program-item .content-roll-text ul li:before {
        top: 11px;
        width: 7px;
        height: 7px;
    }

    .conferences-program-button {
        padding-top: 48px;
    }

    .conferences-program-collapse,
    .conferences-program-collapse .conferences-program-group {
        padding-top: 43px;
    }

    .conferences-speaker {
        padding-top: 36px;
    }

    .conferences-speakers {
        padding-top: 64px;
    }

    .conferences-speakers-wrapper {
        padding-top: 1px;
        margin-bottom: 0;
    }

    .conferences-speaker-avatar {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
    }

    .conferences-speaker-details {
        min-height: auto;
        line-height: 22px;
        padding-top: 18px;
        padding-left: 30px;
    }

    .conference-speaker-name {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .conference-speaker-name a:before {
        bottom: -2px;
    }

    .conferences-packages {
        padding-top: 64px;
    }

    .conferences-package {
        padding: 41px 80px 73px;
    }

    .conferences-package:before {
        top: 20px;
        right: 24px;
        width: 26px;
        height: 26px;
    }

    .conferences-package:after {
        top: 21px;
        right: 25px;
        width: 24px;
        height: 24px;
    }

    .conferences-package+.conferences-package {
        margin-top: 60px;
    }

    .conferences-packages-outer {
        padding-top: 36px;
    }

    .conferences-packages-inner {
        padding: 60px;
        margin: 0 -60px;
    }

    .conferences-package-title {
        font-size: 24px;
        line-height: 30px;
    }

    .conferences-package-list>li {
        padding-left: 36px;
    }

    .conferences-package-list>li:before {
        top: 6px;
        width: 16px;
        height: 13px;
    }

    .conferences-package-list>li+li {
        margin-top: 7px;
    }

    .conferences-package-pricing {
        padding-left: 36px;
    }

    .conferences-package-pricing:before {
        top: -1px;
        width: 20px;
        height: 20px;
    }

    .conferences-package-pricing>.price-title {
        font-size: 16px;
        line-height: 20px;
    }

    .conferences-package-price {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: .24px;
        margin-top: 13px;
    }

    .conferences-package-price p+p {
        margin-top: 11px;
    }

    .conferences-package-offer {
        line-height: 20px;
    }

    .conferences-package-offer>.offer-timer {
        margin-top: 5px;
    }

    .conferences-package-group {
        padding-top: 11px;
    }

    .conferences-package-details {
        padding-top: 21px;
        margin: 0 -15px;
    }

    .conferences-package-details>div {
        padding: 0 15px;
    }

    .conferences-package-badge {
        min-width: 200px;
        line-height: 20px;
        letter-spacing: .16px;
        padding: 10px 15px;
    }

    .conferences-partners {
        padding-top: 64px;
    }

    .conferences-partners-wrapper {
        padding-top: 48px;
    }

    .conferences-partners-slider .partner-logo {
        padding-right: 30px;
        padding-left: 30px;
    }

    .conferences-partners-slider .partner-logo img {
        max-width: 192px;
    }

    .conferences-event-helper {
        padding-top: 72px;
        padding-right: 96px;
    }

    .footer-conferences {
        padding: 80px 0 64px;
    }

    .footer-conferences .footer-logo {
        height: 64px;
    }

    .footer-conferences .footer-logo img {
        max-height: 64px;
    }

    .modal-speaker .modal-dialog {
        max-width: 1500px;
        height: calc(100% - 60px);
        padding: 0 30px;
    }

    .modal-speaker .modal-content {
        min-height: 356px;
        margin-bottom: 30px;
    }

    .modal-speaker-aside {
        min-width: 356px;
        max-width: 356px;
        width: 356px;
        padding: 68px;
    }

    .modal-speaker-main {
        padding: 68px 256px 62px 0;
    }

    .modal-speaker-name {
        font-size: 48px;
        letter-spacing: .48px;
        line-height: 58px;
    }

    .modal-speaker-role {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .16px;
    }

    .modal-speaker-social {
        padding-left: 36px;
        margin-top: 5px;
    }

    .modal-speaker-content {
        letter-spacing: .16px;
        padding-top: 13px;
    }

    .modal-speaker-content p,
    .modal-speaker-content ul,
    .modal-speaker-content ol {
        margin-top: 23px;
    }

    .modal-speaker-content ul>li,
    .modal-speaker-content ol>li {
        padding-left: 26px;
    }

    .modal-speaker-content ul>li:before {
        top: 9px;
        width: 7px;
        height: 7px;
    }

    .loadey {
        width: 200px;
        height: 200px;
    }

    .loadey {
        font-size: 30px;
    }

    .video-default .video-button {
        width: 108px;
        height: 108px;
    }

    .btn-default.fixedSize {
        min-width: 236px;
    }

    .nav-conferences~.header-simple {
        padding-top: 147px;
    }
}

@media (max-width: 1499px) {
    .header-conferences {
        height: 540px;
    }

    .header-conferences-wrapper {
        max-height: 840px;
    }

    .header-conferences-title {
        font-size: 48px;
        line-height: 58px;
    }

    .header-conferences-date {
        margin-bottom: 11px;
    }

    .header-conferences-caption {
        margin-bottom: 28px;
    }

    .header-conferences-button .btn-default.large {
        padding: 14px 46px;
    }

    .conferences-title {
        line-height: 40px;
    }

    .conferences-sidebar-body {
        height: calc(100% - 110px);
    }

    .conferences-sidebar-inner {
        padding: 31px 36px 10px;
    }

    .conferences-sidebar-title {
        font-size: 24px;
        line-height: 34px;
    }

    .conferences-sidebar-footer {
        padding-bottom: 30px;
    }

    .conferences-hotTopics-title {
        font-size: 20px;
        padding-left: 30px;
    }

    .conferences-video {
        padding-top: 48px;
    }

    .conferences-features {
        padding-top: 19px;
    }

    .conferences-feature {
        padding-top: 29px;
    }

    .conferences-description {
        padding-top: 25px;
    }

    .conferences-program,
    .conferences-program-inner {
        padding-top: 48px;
    }

    .conferences-program-inner {
        padding-bottom: 48px;
    }

    .conferences-program-button {
        margin-bottom: 0;
    }

    .btn-default.fixedSize {
        min-width: 210px;
    }

    .conferences-richText {
        font-size: 18px;
        line-height: 28px;
    }

    .conferences-richText p,
    .conferences-richText ul,
    .conferences-richText ol {
        margin-top: 15px;
    }

    .conferences-richText ul>li:before {
        top: 6px;
        width: 6px;
        height: 6px;
    }

    .conferences-feature-icon {
        width: 104px;
        height: 104px;
    }

    .conferences-feature-icon img {
        max-height: 100px;
    }

    .conferences-speaker-avatar {
        min-width: 90px;
        max-width: 90px;
        width: 90px;
    }

    .conferences-speaker-details {
        font-size: 14px;
        line-height: 20px;
        padding-top: 17px;
        padding-left: 28px;
    }

    .conference-speaker-name {
        font-size: 22px;
        line-height: 26px;
    }

    .conferences-speakers-sliderOuter,
    .conferences-speakers-sliderCompOuter {
        padding-right: 30px;
    }

    .conferences-speakers-sliderOuter .slick-arrow,
    .conferences-speakers-sliderCompOuter .slick-arrow {
        width: 60px;
        height: 60px;
        background-size: 32px 18px;
    }

    .conferences-speakers-sliderOuter .slick-arrow.slick-next,
    .conferences-speakers-sliderCompOuter .slick-arrow.slick-next {
        right: -40px;
    }

    .conferences-speakers-sliderOuter .slick-arrow.slick-prev,
    .conferences-speakers-sliderCompOuter .slick-arrow.slick-prev {
        left: -37px;
    }

    .conferences-speakers-sliderOuter.not-first,
    .conferences-speakers-sliderCompOuter.not-first {
        padding-left: 30px;
    }

    .nav-conferences~.header-simple {
        padding-top: 130px;
    }
}

@media (max-width:1399px) {
    .conferences-main {
        min-width: calc(100% - 360px);
        max-width: calc(100% - 360px);
        width: calc(100% - 360px);
    }

    .conferences-sidebar {
        min-width: 360px;
        max-width: 360px;
        width: 360px;
    }
}

@media (max-width:1199px) {
    .conferences-speakers-sliderOuter {
        display: none;
    }

    .conferences-speakers-sliderCompOuter {
        display: block;
    }

    .conferences-package-details {
        flex-wrap: wrap;
    }

    .conferences-package-details>div {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .conferences-package-details>div+div {
        padding-top: 5px;
    }

    .conferences-sidebar-details-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .conferences-sidebar-details-title {
        margin-bottom: 10px;
    }

    .conferences-sidebar-details-icon {
        margin-top: 0;
    }

    .conferences-sidebar-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 27px;
    }

    .conferences-sidebar-details+.conferences-sidebar-details {
        padding-top: 25px;
    }

    .conferences-sidebar-contact-title {
        margin-bottom: 6px;
    }

    .conferences-sidebar-contact-title,
    .conferences-sidebar .panel-sidebar .panel-title,
    .conferences-sidebar .panel-sidebar .accordion-toggle::before {
        font-size: 14px;
        line-height: 18px;
    }

    .conferences-sidebar-contact-info {
        font-size: 14px;
        line-height: 16px;
    }

    .conferences-program-item {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-data>li>a {
        width: 46px;
        height: 46px;
        font-size: 20px;
        line-height: 44px;
    }

    .contact-data>li>a.dropdown-toggle {
        font-size: 20px;
        line-height: 46px;
    }

    .video-default .video-button {
        width: 90px;
        height: 90px;
    }

    .conferences-partners-sliderOuter .slick-arrow {
        right: -15px;
    }

    .conferences-main {
        padding: 0 30px;
    }

    .conferences-feature {
        padding-top: 14px;
    }

    .conferences-description {
        padding-top: 20px;
    }

    .conferences-program-inner,
    .conferences-packages-inner {
        padding: 30px 30px;
        margin: 0 -30px;
    }

    .conferences-program-group,
    .conferences-speakers,
    .conferences-video {
        padding-top: 30px;
    }

    .conferences-partners,
    .conferences-program-button {
        padding-top: 40px;
    }

    .conferences-speakers-sliderOuter .slick-arrow.slick-next,
    .conferences-speakers-sliderCompOuter .slick-arrow.slick-next {
        right: -30px
    }

    .conferences-speakers-sliderOuter.not-first,
    .conferences-speakers-sliderCompOuter.not-first {
        padding-right: 20px;
    }

    .conferences-package+.conferences-package {
        margin-top: 40px;
    }

    .conferences-event-helper {
        padding-top: 52px;
        padding-right: 0;
    }

    .conferences-feature-icon {
        width: 80px;
        height: 80px;
    }

    .conferences-partners-sliderOuter .slick-arrow {
        width: 60px;
        height: 60px;
    }

    .event-helper-npc .npc-avatar {
        width: 96px;
        height: 96px;
    }

    .modal-speaker-main {
        padding: 48px 140px 42px 0;
    }

    .modal-speaker-aside {
        min-width: 256px;
        max-width: 256px;
        width: 256px;
        padding: 40px;
    }

    .nav-conferences~.header-simple {
        padding-top: 137px;
    }

    .header-conferences-title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (max-width:991px) {
    .conferences-speakers-sliderOuter {
        display: block;
    }

    .conferences-speakers-sliderCompOuter {
        display: none;
    }

    .conferences-wrapper {
        flex-direction: column-reverse;
    }

    .conferences-main {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .conferences-sidebar {
        position: relative;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .nav-fluid .conferences-sidebar,
    .conferences-sidebar {
        top: 0;
        height: auto;
    }

    /* .header-conferences{
        display: none;
    } */
    .conferences-sidebar .panel-sidebar .accordion-toggle::before {
        display: none;
    }

    #panel-sidebar {
        display: block;
    }

    .panel-sidebar .accordion-toggle {
        pointer-events: none;
    }

    .conferences-sidebar-inner {
        padding: 35px 16px 40px;
    }

    .conferences-package {
        padding: 40px 40px 90px
    }

    .video-default .video-button {
        width: 70px;
        height: 70px;
    }

    .content-video>.video-thumbnail>.video-heading,
    .video-default>.video-thumbnail>.video-heading {
        text-align: left;
    }

    .conferences-sidebar-title {
        display: none;
    }

    .conferences-sidebar-group+.conferences-sidebar-group {
        border-color: #2E2E38;
    }

    .conferences-features {
        padding-top: 0;
    }

    .conferences-feature {
        padding-top: 24px;
    }

    .conferences-description {
        padding-top: 15px;
    }

    .conferences-richText+.conferences-hotTopics {
        padding-top: 42px;
    }

    .conferences-speakers {
        padding-top: 40px;
    }

    .conferences-event-helper {
        padding-right: 0;
    }

    .event-helper-npc {
        display: flex;
        align-items: flex-start;
        padding-top: 22px;
        padding-bottom: 23px;
    }

    .conferences-speakers-sliderOuter.not-first .slick-arrow.slick-next {
        right: -30px;
    }

    .event-helper-npc .npc-avatar+.npc-body {
        padding-left: 35px;
    }

    .conferences-partners-slider .partner-logo img {
        max-width: 160px;
    }

    .social-media>li>a {
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 42px;
    }

    .event-helper-npc .npc-avatar {
        width: 72px;
        height: 72px;
    }

    .conferences-program-item {
        line-height: 24px;
    }

    .modal-speaker-main {
        padding: 57px 24px 42px;
    }

    .modal-speaker-aside {
        display: none;
    }

    .modal-avatar-heading {
        min-width: 96px;
        max-width: 96px;
        width: 96px;
    }

    .modal-speaker-name {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
    }

    .modal-speaker-heading {
        padding-left: 0;
    }

    .modal-speaker-text {
        padding-left: 16px;
    }

    .modal-speaker-role {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
    }

    .modal-speaker .modal-close {
        width: 26px;
        height: 26px;
        top: 10px;
        right: 10px;
    }

    .modal-speaker .modal-close::before,
    .modal-speaker .modal-close::after {
        width: 18px;
        border-bottom: 2px solid #2E2E38;
    }

    .modal-speaker-social {
        padding-left: 21px;
    }

    .conferences-partners-slider .partner-logo {
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav-conferences-collapse .nav-language.dropdown {
        display: block;
        margin-left: 0;
    }

    .nav-conferences-collapse .nav-language.dropdown .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

    .nav-conferences-collapse .language-toggle {
        padding-right: 36px;
    }

    .content-video>.video-thumbnail>.video-heading,
    .video-default>.video-thumbnail>.video-heading {
        top: 16px;
        right: 16px;
        left: 16px;
    }
}

@media (max-width: 768px) {
    .conferences-speakers-sliderOuter {
        display: none;
    }

    .conferences-speakers-sliderCompOuter {
        display: block;
    }

    .conferences-package::before,
    .conferences-package::after {
        display: none;
    }

    .conferences-package-checker {
        display: block;
        margin: 37px auto 0;
        pointer-events: none;
    }

    .conferences-package .checker-default p {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    .conferences-package .checker-default::after {
        background-image: url(../images/conferences/package-checkmark_icon.png)
    }

    .conferences-package.selected .checker-input+.checker-default::after {
        opacity: 1;
    }

    .checker-selected {
        display: none;
        margin-top: 0;
    }

    .conferences-package .checker-default p+p {
        margin-top: 0;
    }

    .conferences-package.selected .checker-default p:not(.checker-selected) {
        display: none;
    }

    .conferences-package.selected .checker-selected {
        display: block;
    }

    .conferences-package {
        flex-wrap: wrap;
    }

    .conferences-package-main,
    .conferences-package-aside {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .conferences-package-aside {
        padding-top: 40px;
    }

    .conferences-package-badge {
        min-width: 100%;
    }

    .conferences-feature {
        min-width: 50%;
        max-width: 50%;
        width: 50%;
    }

    .conferences-video {
        padding-top: 0;
        margin: 0 -16px;
    }

    .conferences-main {
        padding: 0 16px;
    }

    .conferences-program-inner {
        padding: 32px 16px 39px;
        margin: 0 -16px;
    }

    .conferences-packages-inner {
        padding: 15px 16px;
        margin: 0 -16px;
    }

    .conferences-speakers-sliderOuter.not-first,
    .conferences-speakers-sliderCompOuter.not-first {
        padding-left: 50px;
        padding-right: 40px;
    }

    .conferences-speakers-sliderOuter,
    .conferences-speakers-sliderCompOuter {
        padding-right: 40px;
    }

    .conferences-speakers-sliderOuter .slick-arrow.slick-next,
    .conferences-speakers-sliderCompOuter .slick-arrow.slick-next {
        right: -15px;
    }

    .conferences-speakers-sliderOuter .slick-arrow.slick-prev,
    .conferences-speakers-sliderCompOuter .slick-arrow.slick-prev {
        left: -15px;
    }

    .conferences-speakers-sliderCompOuter.not-first .slick-arrow.slick-next {
        right: -15px;
    }

    .conferences-feature-icon {
        width: 72px;
        height: 72px;
    }

    .conferences-feature-icon img {
        max-height: 60px;
    }

    .conferences-richText {
        font-size: 16px;
        line-height: 24px;
    }

    .conferences-richText ul>li::before {
        top: 9px;
    }

    .conferences-speaker-details {
        padding-top: 0;
        padding-left: 26px;
        font-size: 12px;
        line-height: 16px;
    }

    .conference-speaker-name {
        font-size: 16px;
        line-height: 19px;
    }

    .conferences-packages {
        padding-top: 46px;
    }

    .conferences-heading {
        margin-bottom: -20px;
    }

    .conferences-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .event-helper-npc .npc-avatar+.npc-body {
        padding-left: 13px;
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }

    .event-helper-npc .npc-contactData {
        order: 4;
    }

    .event-helper-npc .social-media {
        order: 3;
    }

    .event-helper-heading::after,
    .event-helper-npc {
        border-width: 1px;
    }

    .conferences-package+.conferences-package {
        margin-top: 20px;
    }

    .conferences-package-title {
        font-size: 20px;
        line-height: 28px;
    }

    .conferences-package-group {
        padding-top: 17px;
    }

    .conferences-package-list>li {
        padding-left: 37px;
    }

    .conferences-package-pricing>.price-title {
        font-size: 14px;
        line-height: 19px;
    }

    .conferences-package-pricing::before {
        width: 17px;
        height: 17px;
    }

    .conferences-package-price {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: .16px;
        margin-top: 12px;
    }

    .conferences-package-price p+p {
        margin-top: 3px;
    }

    .conferences-package-offer {
        font-size: 16px;
        margin-left: -36px;
    }

    .conferences-package-details {
        padding-top: 12px;
    }

    .conferences-partners-sliderOuter {
        padding-right: 60px;
        margin-left: -20px;
    }

    .conferences-partners-slider .partner-logo img {
        max-width: 140px;
    }

    .event-helper-npc .npc-avatar {
        width: 64px;
        height: 64px;
    }

    .event-helper-npc .npc-name {
        font-size: 20px;
        line-height: 24px;
    }

    .footer-conferences {
        padding: 72px 0 55px;
    }

    .footer-copyrights strong {
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .conferences-program-time {
        min-width: 96px;
        max-width: 96px;
        width: 96px;
        font-size: 12px;
    }

    .conferences-program-heading p+p {
        margin-top: 16px;
    }

    .conferences-program-item .content-roll-button {
        text-align: center;
        margin-top: 19px;
    }

    .conferences-program-item {
        padding: 32px 0;
    }

    .modal-speaker-grid {
        flex-direction: column;
    }

    .modal-speaker-content ul>li,
    .modal-speaker-content ol>li {
        padding-left: 23px;
    }

    .modal-avatar-heading {
        min-width: 64px;
        max-width: 64px;
        width: 64px;
    }

    .modal-speaker-name {
        font-size: 16px;
        line-height: 19px;
    }

    .conferences-hotTopics .conferences-hotTopics-tags {
        display: none;
    }

    .conferences-hotTopics-tags.hotTopics-mobile {
        display: block;
        -webkit-transition: padding .5s ease;
        transition: padding .5s ease;
    }

    .conferences-hotTopics-tags.hotTopics-mobile p {
        font-size: 12px;
        line-height: 18px;
        margin: 0 6px;
        padding: 0 6px;
        position: relative;
    }

    .conferences-hotTopics-tags.hotTopics-mobile p::after {
        content: '';
        position: absolute;
        left: -8px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background-color: #2E2E38;
    }

    .conferences-hotTopics-tags.hotTopics-mobile .slick-slide[data-slick-index="0"] p::before {
        content: '';
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background-color: #2E2E38;
    }

    .conferences-hotTopics-tags.hotTopics-mobile .slick-arrow {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        background-color: transparent;
        background-image: url(../images/conferences/angle-right.png);
        background-size: 9px 16px;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        outline: 0;
        padding: 0;
        -webkit-transition: left .5s ease, right .5s ease, opacity .3s ease;
        transition: left .5s ease, right .5s ease, opacity .3s ease;
        cursor: pointer;
        z-index: 1;
    }

    .conferences-hotTopics-tags.hotTopics-mobile .slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotateY(180deg);
        transform: translateY(-50%) rotateY(180deg);
    }

    .conferences-hotTopics-tags.hotTopics-mobile .slick-arrow.slick-next {
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .conferences-hotTopics-tags.hotTopics-mobile .slick-arrow.slick-disabled {
        opacity: 0;
        pointer-events: none;
    }

    .hotTopics-mobile-sliderOuter.not-first .conferences-hotTopics-tags.hotTopics-mobile {
        padding-left: 20px;
    }

    .hotTopics-mobile-sliderOuter .conferences-hotTopics-tags.hotTopics-mobile {
        padding-right: 20px;
        padding-left: 14px;
    }

    .conferences-hotTopics-tags.hotTopics-mobile {
        padding-top: 0;
        margin-top: 15px;
    }

    .conferences-package {
        padding: 40px 40px 34px
    }

    .conferences-package.promotion {
        padding-bottom: 64px;
    }

    .header-conferences-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width:479px) {
    .video-default .video-button {
        width: 50px;
        height: 50px;
    }

    .conferences-feature-title {
        font-size: 12px;
        line-height: 16px;
    }

    .conferences-feature-icon+.conferences-feature-title {
        margin-top: 8px;
    }

    .conferences-speaker-avatar {
        min-width: 64px;
        max-width: 64px;
        width: 64px;
    }

    .conferences-package-pricing>.price-title {
        font-size: 11px;
        line-height: 15px;
    }

    .conferences-package-pricing::before {
        width: 15px;
        height: 15px;
    }

    .conferences-package-price {
        font-size: 16px;
    }

    .conferences-package-price p+p {
        margin-top: 0px;
    }

    .conferences-package-offer {
        font-size: 14px;
    }

    .conferences-package-badge {
        padding: 10px 15px;
        font-size: 14px;
        padding: 5px 10px;
    }

    .text-large {
        font-size: 16px;
    }

    .conferences-title {
        line-height: 37px;
    }

    .conferences-partners-slider .partner-logo img {
        max-width: 120px;
    }

    .nav-conferences-collapse::before {
        content: '';
        background-image: url(../images/conferences/ey-collapse.svg);
        background-repeat: no-repeat;
        background-position: 30px center;
        width: 93px;
        height: 91px;
        left: 0;
        background-size: 59px;
    }

    .nav-conferences-collapseInner,
    .nav-open .nav-conferences-collapse {
        width: 100%;
    }

    .nav-conferences-menu>li>a {
        font-size: 16px;
        line-height: 28px;
        padding: 19px 16px;
        margin: 0 -16px;
    }

    .nav-conferences-collapseInner {
        padding: 100px 16px;
    }

    .nav-conferences-menuFooter {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-conferences-menu {
        padding-top: 0;
    }
}

@media (max-width:380px) {
    .event-helper-npc .npc-avatar+.npc-body {
        word-wrap: anywhere;
    }

    .event-helper-npc .npc-avatar {
        min-width: 64px;
        max-width: 64px;
    }
}

.conferences-wrapper.hide-sidebar .conferences-main.no-sidebar {
    padding: 0 80px;
}

@media (max-width:1799px) {
    .conferences-wrapper.hide-sidebar .conferences-main.no-sidebar {
        padding: 0 60px;
    }
}

@media (max-width:1199) {
    .conferences-wrapper.hide-sidebar .conferences-main.no-sidebar {
        padding: 0 30px;
    }
}

@media (max-width:991px) {
    .conferences-wrapper.hide-sidebar .conferences-main.no-sidebar {
        padding: 0 16px;
    }
}