@font-face {
    font-family: HeliosCondC Bold;
    src: url(/css/conf2016/font/HeliosCondC-Bold.otf);
}

.cm-profile,
.cm-exhibit,
.cm-feedback,
.cm-history,
.cm-location,
.cm-nav__menu,
.cm-price,
.cm-price2,
.cm-shedule,
.cm-sponsor,
.cm-teaser,
.cm-conf {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 345px;
    max-width: 1500px;
}
.cm-form__submit,
.cm-teaser__button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 8px 15px 7px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.cm-form__submit,
.cm-teaser__button {
    color: #fff;
    background-color: #41576d;
}
.cm-form__submit:hover,
.cm-teaser__button:hover,
.cm-form__submit:focus,
.cm-teaser__button:focus {
    color: #fff;
    background-color: #2e3e51;
}
.cm-form__submit,
.cm-teaser__button {
    padding: 10px 15px 8px;
    height: 35px;
    font-size: 14px;
    line-height: 14px;
}
.cm-profile,
.cm-exhibit,
.cm-feedback,
.cm-history,
.cm-location,
.cm-shedule,
.cm-sponsor,
.cm-conf {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    background-color: #fff;
}
.required{
    color:red;
    font-size: 14px;
}
.cm-form__registration select.cm-form__name,
.cm-form__registration textarea.cm-form__name{
    margin-left:-4px;
}
@media screen and (min-width: 1280px) {
    .cm-profile,
    .cm-exhibit,
    .cm-feedback,
    .cm-history,
    .cm-location,
    .cm-shedule,
    .cm-sponsor,
    .cm-conf,
    .cm-profile,
    .cm-exhibit,
    .cm-feedback,
    .cm-history,
    .cm-location,
    .cm-shedule,
    .cm-sponsor,
    .cm-conf {
        border-right: 1px solid #d6d9dc;
        border-left: 1px solid #d6d9dc;
    }
}

.cm-tema__list{
    display: none;
}
.cm-tema__list.active{
    display: block;
}
.cm-profile__list,
.cm-exhibit__list,
.cm-feedback__list,
.cm-history__list,
.cm-location__list,
.cm-shedule__list,
.cm-sponsor__list,
.cm-conf__list,
.cm-tema__list {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
    text-justify: newspaper;
    max-width: 900px;
}
.cm-profile__body {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}
.cm-profile__body__body {
    margin: 0 255px 0 0;
    padding: 0;
}
.cm-tema-top-txt{
    display:block; width:900px; margin:10px auto; text-align:left;}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -o-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.cm-form a,
.cm-form__remind {
    color: #4a586c;
    white-space: nowrap;
    text-decoration: underline;
}
.cm-form a:hover,
.cm-form__remind:hover,
.cm-form a:focus,
.cm-form__remind:focus {
    color: #2e3e51;
}
.cm-form__name,
.cm-form__pwd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    margin: 0 0 20px;
    padding: 9px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    border: 1px solid #adb3b9;
    -webkit-box-shadow: inset 0 1px 0 0 #d6d9dc;
    box-shadow: inset 0 1px 0 0 #d6d9dc;
    -webkit-transition: border 0.35s box-shadow 0.35s;
    -moz-transition: border 0.35s box-shadow 0.35s;
    -o-transition: border 0.35s box-shadow 0.35s;
    transition: border 0.35s box-shadow 0.35s;
    outline: none;
}
.cm-form__name.error{
    border: 1px solid #f00;
}
.cm-form__name.error:hover{
    border: 1px solid #f55;
}
.cm-form__name + .cm-form__name,
.cm-form__pwd + .cm-form__pwd {
    margin-left: 5px;
}
.cm-form__name:hover,
.cm-form__pwd:hover,
.cm-form__name:focus,
.cm-form__pwd:focus {
    border-color: #858d96;
}
.cm-form__name:focus,
.cm-form__pwd:focus {
    -webkit-box-shadow: inset 0 1px 0 0 #ebeced;
    box-shadow: inset 0 1px 0 0 #ebeced;
}
.cm-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 45px 45px;
    background-color: #fff;
}
.cm-form__outer {
    text-align: center;
}
.cm-form__outer_frame {
    display: inline-block;
    margin: 100px auto 0;
    padding: 0;
    text-align: left;
    border: 1px solid #bfc2c7;
    -webkit-box-shadow: 0 0 0 4px #d6d8db;
    box-shadow: 0 0 0 4px #d6d8db;
}
.cm-form__signin {
    width: 430px;
    height: 260px;
}
.cm-form__signup {
    width: 510px;
    height: 415px;
}
.cm-form__registration {
    width: 510px;
    height: 730px;
}
.cm-form__caption {
    margin: 0;
    padding: 0;
    height: 75px;
    font-size: 18px;
    font-weight: 700;
    line-height: 70px;
    color: #4a586c;
}
.cm-form__remind {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 10px;
    font-size: 11px;
    font-weight: 400;
}
.cm-form__name,
.cm-form__pwd {
    width: 340px;
}
.cm-form__submit {
    margin-right: 0;
}
.cm-form__label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #4a586c;
}
.cm-form__label_inline {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 10px 0 0;
    width: 80px;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    text-align: right;
    color: #4a586c;
}
.cm-form__label input {
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: baseline;
}
.cm-form__descr {
    margin: -10px 0 20px;
    padding: 0 0 0 80px;
    font-size: 11px;
    line-height: 13px;
    color: #77808a;
    white-space: normal;
}
.cm-form__footer {
    text-align: right;
}
.cm-form__footer label {
    float: left;
}
.cm-profile__body {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.cm-exhibit,
.cm-feedback,
.cm-history,
.cm-location,
.cm-nav__menu,
.cm-price,
.cm-price2,
.cm-shedule,
.cm-sponsor,
.cm-teaser,
.cm-conf {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 345px;
    max-width: 1280px;
}
.cm-report__icon-clock,
.cm-shedule__icon {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    width: 16px;
    height: 16px;
}
html {
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
body {
    margin: 0 auto;
    padding: 0;
    font-family: 'PT Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #333;
    background-color: #fff;
    cursor: default;
}
@media screen and (min-width: 1440px) {
    body {
        background-color: #f7f7f8;
    }
}
a {
    color: #4f9124;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #4b8a22;
}
a:active {
    color: #478320;
}
fieldset {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
}
body {
    padding: 55px 0 0;
    min-width: 940px;
    margin: 0 auto;
    text-align:center;
}
@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
    .cm-app {
        display:inline-block;    
    }
}
.cm-app {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0;  
}



.cm-shedule__head::before {
    left: 0;
}
.cm-shedule__head::before, .cm-shedule__head::after {
    border-top: 1px solid #e9b12e;
    content: "";
    position: absolute;
    top: 50%;
    width: 240px;
    z-index: 1;
    color:#333;
}
.cm-shedule__head::after {
    right: 0;
}

.cm-shedule__head {
    color: #000;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 750px;
    z-index: 2;
}


.cm-exhibit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0 0;
    text-align: center;
    xheight: 1230px;
}


.cm-exhibit__head {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.cm-exhibit__head:before,
.cm-exhibit__head:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 125px;
    border-top: 1px solid #e9b12e;
}
.cm-exhibit__head:before {
    left: 0;
}
.cm-exhibit__head:after {
    right: 0;
}
.cm-exhibit__abstract {
    width: 750px;
    margin: 0 auto -30px;
    padding: 35px 0 0;
    text-align: left;
}
.cm-exhibit__aside {
    overflow: hidden;
    float: left;
    width: 215px;
    margin: 0 35px 0 0;
    text-align: left;
}
.cm-exhibit__note {
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-style: italic;
    line-height: 25px;
    color: #666;
}
.cm-exhibit__offer {
    display: block;
    margin: 0;
    padding: 35px 0 0;
    font-size: 12px;
    line-height: 15px;
    color: #2e3e51;
}
.cm-exhibit__offer-icon {
    float: left;
    overflow: hidden;
    margin: 0 10px 20px 0;
}
.cm-exhibit__caption {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}
.cm-exhibit__text {
    margin: 0;
    padding: 5px 0 25px;
    font-size: 13px;
    line-height: 19px;
    color: #4d4d4d;
}
.cm-exhibit__scheme {
    position: relative;
    z-index: 1;
    width: 750px;
    height: 640px;
    margin: 0 auto;
    padding: 0;
    background: url("https://www.cybermarketing.ru/files/images/conf2015/cm-exhibit__scheme.jpg") 0 0 no-repeat;
}
.cm-exhibit__legend {
    position: absolute;
    z-index: 1;
    left: 18px;
    bottom: -11px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.cm-exhibit__code {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    color: #4d4d4d;
}
.cm-exhibit__color {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
}
.cm-exhibit__color.free {
    background: #63a824;
}
.cm-exhibit__color.busy {
    background: #ed1c24;
}
.cm-exhibit__color.picked {
    background: #fbae17;
}
.cm-exhibit__marks {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cm-exhibit__mark {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 18px;
    background-color: rgba(237,28,36,0.85);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #cacaca;
    -webkit-transition: background 0.3s, border 0.6s;
    -moz-transition: background 0.3s, border 0.6s;
    -o-transition: background 0.3s, border 0.6s;
    transition: background 0.3s, border 0.6s;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    left: 483px;
    top: 322px;
}
.cm-exhibit__mark:hover {
    background-color: #ed1c24;
    border-color: #fff;

}
.cm-exhibit__mark.mark-1 {
    top: 346px;
}
.cm-exhibit__mark.mark-2 {
    top: 346px;
}
.cm-exhibit__mark.mark-3 {
    top: 255px;
}
.cm-exhibit__mark.mark-4 {
    left: 420px;
    height: 18px;
}


.cm-exhibit__mark.mark-8 {
    left: 305px;
    height: 18px;
    top: 78px;
}
.cm-exhibit__mark.mark-10 {
    left: 293px;
    height: 18px;
    top: 192px;
}
.cm-exhibit__mark.mark-11 {
    left: 510px;
    height: 32px;
}
.cm-exhibit__mark.mark-12 {
    left: 583px;
    height: 32px;
}

.cm-exhibit__mark.mark-14 {
    top: 346px;
}
.cm-exhibit__mark.mark-15 {
    height: 18px;
    left: 515px;
    padding-top: 0px;
    top: 322px;
    width: 33px;
}
.cm-exhibit__mark.mark-1 {
    left: 480px;
}
.cm-exhibit__mark.mark-2 {
    left: 540px;
    width:32px;
}
.cm-exhibit__mark.mark-3 {
    left: 457px;
}
.cm-exhibit__mark.mark-4 {
    top: 195px;
}
.cm-exhibit__mark.mark-5 {
    left: 420px;
    height: 18px;
    top: 135px;
}
.cm-exhibit__mark.mark-6 {
    top: 78px;
    left: 420px;
    height: 18px;
}
.cm-exhibit__mark.mark-7 {
    top: 58px;
    left: 353px;
    height: 18px;
    width: 32px;
}

.cm-exhibit__mark.mark-9 {
    top: 255px;
    left: 257px;
    height: 18px;
}
.cm-exhibit__mark.mark-11 {
    top: 234px;
}
.cm-exhibit__mark.mark-12 {
    top: 232px;
}
.cm-exhibit__mark.mark-13 {
    left: 300px;
    height: 18px;
    top: 126px;
}
.cm-exhibit__mark.mark-14 {
    left: 377px;
    width: 32px
}

.cm-exhibit__mark.mark-16{
    left: 124px;
    width: 16px;
    height: 18px;
    top: 268px;
}

.cm-exhibit__mark.mark-18{
    left: 271px;
    width: 16px;
    height: 18px;
    top: 346px;
}

.cm-exhibit__mark.mark-19{
    left: 655px;
    width: 16px;
    height: 18px;
    top: 282px;
}


.cm-feedback {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    background-color:#edc158;
}
.cm-feedback__head {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.cm-feedback__head:before,
.cm-feedback__head:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 250px;
    border-top: 1px solid #fff;
}
.cm-feedback__head2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.cm-feedback__head2:before,
.cm-feedback__head2:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 220px;
    border-top: 1px solid #e9b12e;
}
.cm-feedback__head:before {
    left: 0;
}
.cm-feedback__head:after {
    right: 0;
}
.cm-feedback__head2:before {
    left: 0;
}
.cm-feedback__head2:after {
    right: 0;
}
.cm-feedback__list {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 750px;
    list-style: none;
}
.cm-feedback__item {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 0 0 37px;
    padding: 0;
    font-style: italic;
    line-height: 19px;
}
.cm-feedback__item:first-child {
    margin: 0;
}
.cm-feedback__quote {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #4d4d4d;
}
.cm-feedback__name {
    margin: 0;
    padding: 10px 0 28px;
    font-size: 17px;
    font-weight: 400;
}
.cm-lecturers {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    background-color: #333;
    color:#999;
    font-size:13px;
    height:480px;
    max-width:1280px;
    min-width: 345px;
}
.cm-video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0;
    text-align: left;
    background-color: #509141;
    color:#fff;
    font-size:13px;
    height:290px;
    max-width:1280px;
    min-width: 345px;
}

.cm-registration {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    background-image: url("https://www.cybermarketing.ru/files/images/conf2016/conf2016-bg-top2.jpg");
    color:#fff;
    font-size:13px;
    xheight:480px;
    max-width:1280px;
    min-width: 345px;
}

.cm-registration input.mail{
    border:1px solid #fff;
    background-color:#333;
    text-align:center;
    font-size:22px;
    padding:15px;
    color: #FFF;
    width:200px;
    margin-right:15px;
    text-transform:uppercase;
}

.cm-registration input.reg{
    border: none;
    background-color:#f6a021;
    text-align:center;
    font-size:22px;
    padding:15px;
    width:230px;
    color: #FFF;
    xfont-weight:bold;
    text-transform:uppercase;
    xfont-family: "HeliosCondC Bold";}
.cm-registration input.reg:hover{
    background-color:#dd901e;}

.cm-lecturers__head {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #fff;
}
.cm-lecturers__head:before,
.cm-lecturers__head:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 260px;
    border-top: 1px solid #e9b12e;
}



.cm-price__head {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #fff;
}
.cm-price__head:before,
.cm-price__head:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 200px;
    border-top: 1px solid #e9b12e;
}

.cm-price__head::before {
    left: 0;
}
.cm-price__head::after {
    right: 0;
}


.cm-place__head {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #000;
}
.cm-place__head:before,
.cm-place__head:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 240px;
    border-top: 1px solid #e9b12e;
}

.cm-place__head::before {
    left: 0;
}
.cm-place__head::after {
    right: 0;
}



.cm-lecturers__head:before {
    left: 0;
}
.cm-lecturers__head:after {
    right: 0;
}

.cm-history {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    background-color: #333;
}
.cm-history__head {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #fff;
}
.cm-history__head:before,
.cm-history__head:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 300px;
    border-top: 1px solid #e9b12e;
}
.cm-history__head:before {
    left: 0;
}
.cm-history__head:after {
    right: 0;
}
.cm-history__list {
    width: 750px;
    padding: 45px 0 0;
}
.cm-history__item {
    display: none;
}
.cm-history__item.active {
    display: block;
}
.cm-history__years {
    margin: 0 auto;
    padding: 30px 0 0;
    list-style: none;
    text-align: center;
}
.cm-history__year {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding: 8px 10px 7px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #b3b3b3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.9s, color 0.6s, border 0.3s;
    -moz-transition: background 0.9s, color 0.6s, border 0.3s;
    -o-transition: background 0.9s, color 0.6s, border 0.3s;
    transition: background 0.9s, color 0.6s, border 0.3s;
    outline: none;
    cursor: pointer;
}
.cm-history__year:hover,
.cm-history__year:focus {
    background-color: #272727;
    color: #808080;
}
.cm-history__year.active {
    background-color: #4d4d4d;
    color: #fff;
    cursor: default;
}
.cm-history .cm-shedule__list {
    padding: 30px 0 0;
}
.cm-history .cm-shedule__figure {
    padding: 10px 0 10px 135px;
    border-color: #4d4d4d;
}
.cm-history .cm-shedule__figure-digital {
    padding: 10px 0 10px 135px;
    border-color: #ffc3b8;
}
.cm-history .cm-shedule__figure[data-popup]:hover {
    background-color: #444;
    color: #fff;
}


.cm-shedule__all {
    padding: 10px 0 10px 135px;
    border-color: #4d4d4d;
}
.cm-shedule__all[data-popup]:hover {
    background-color: #444;
    color: #fff;
}


.cm-history .cm-shedule__time {
    top: 17px;
    font-size: 12px;
    color: #b3b3b3;
}
.cm-history .cm-shedule__icon-cup {
    top: 15px;
}
.cm-history .cm-shedule__subject {
    font-size: 18px;
    color: #e6e6e6;
}
.cm-history .cm-shedule__person {
    padding: 7px 0 0;
    font-size: 13px;
    color: #ccc;
}
.cm-history .cm-shedule__position {
    font-size: 11px;
    color: #999;
}
.cm-history [data-popup] .cm-shedule__subject {
    color: #b3b3b3;
}
.cm-history [data-popup] .cm-shedule__icon-video {
    top: 16px;
    right: 14px;
}
.cm-arrow__left,
.cm-arrow__right {
    position: absolute;
    z-index: 11;
    top: 50%;
    margin: -20px 0 0 0;
    width: 39px;
    height: 39px;
    background-color: #333;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background 0.3s, border 0.3s;
    -moz-transition: background 0.3s, border 0.3s;
    -o-transition: background 0.3s, border 0.3s;
    transition: background 0.3s, border 0.3s;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.cm-arrow__left:hover,
.cm-arrow__right:hover,
.cm-arrow__left:focus,
.cm-arrow__right:focus {
    background-color: #1a1a1a;
    border-color: #808080;
}
.cm-arrow__left:after,
.cm-arrow__right:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 13px;
    width: 0;
    height: 0;
    border-width: 7px 6px;
    border-style: dashed;
    border-color: transparent;
}
.cm-arrow__left {
    left: -21px;
}
.cm-arrow__left:after {
    left: 5px;
    border-right: 13px solid #fff;
}
.cm-arrow__right {
    right: -21px;
}
.cm-arrow__right:after {
    right: 6px;
    border-left: 13px solid #fff;
}
.cm-reel__lecturers .cm-arrow__right{
    right: -15px;
}

.cm-reel {
    position: relative;
    margin: 0 -55px;
    padding: 0;
    width: 870px;
    z-index: 1;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.cm-reel.cm-reel__lecturers{
    margin: 0 auto;
}
.cm-reel:before,
.cm-reel:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 50px;
}
.cm-reel:before {
    clip: rect(auto 30px auto auto);
    left: -30px;
    background: -webkit-linear-gradient(right, rgba(51,51,51,0), #333);
    background: -moz-linear-gradient(right, rgba(51,51,51,0), #333);
    background: -o-linear-gradient(right, rgba(51,51,51,0), #333);
    background: linear-gradient(to left, rgba(51,51,51,0), #333);
}
.cm-reel:after {
    clip: rect(auto auto auto 20px);
    right: -30px;
    background: -webkit-linear-gradient(right, #333, rgba(51,51,51,0));
    background: -moz-linear-gradient(right, #333, rgba(51,51,51,0));
    background: -o-linear-gradient(right, #333, rgba(51,51,51,0));
    background: linear-gradient(to left, #333, rgba(51,51,51,0));
}
.cm-reel__wrap {
    margin: 0;
    padding: 0;
    width: 870px;
}
.cm-reel__wrap:before,
.cm-reel__wrap:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: -30px;
    right: -30px;
    height: 5px;
}
.cm-reel__wrap:before {
    top: 0;
    background: -webkit-linear-gradient(rgba(17,17,17,0.8), rgba(17,17,17,0));
    background: -moz-linear-gradient(rgba(17,17,17,0.8), rgba(17,17,17,0));
    background: -o-linear-gradient(rgba(17,17,17,0.8), rgba(17,17,17,0));
    background: linear-gradient(rgba(17,17,17,0.8), rgba(17,17,17,0));
}
.cm-reel__wrap:after {
    bottom: 0;
    background: -webkit-linear-gradient(rgba(17,17,17,0), rgba(17,17,17,0.8));
    background: -moz-linear-gradient(rgba(17,17,17,0), rgba(17,17,17,0.8));
    background: -o-linear-gradient(rgba(17,17,17,0), rgba(17,17,17,0.8));
    background: linear-gradient(rgba(17,17,17,0), rgba(17,17,17,0.8));
}
.cm-reel__frame {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 870px;
    height: 219px;
}
.cm-reel__frame-speakers {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 870px;
    height: 280px;
}
.cm-reel__list .lecturer{
    height: 280px;}

.cm-reel__lecturers .cm-reel__wrap:before,
.cm-reel__lecturers .cm-reel__wrap:after{
    background: transparent;
}

.cm-reel__lecturers .cm-reel__frame {
    xheight: 270px;
}
.cm-reel__item {
    float: left;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align: left;
}
.cm-reel__item a {
    text-decoration: none;
}
.cm-reel__item img {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1px;
    padding: 0;
    border: 0;
    text-decoration: none;
}
.cm-location {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.cm-location__head {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.cm-location__map {
    width: 100%;
    height: 550px;
    background-color: #f7edd1;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.25);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.25);
    margin-top:50px;
    padding:1px 0 0 1px;
}
.cm-location__map.imgmap{
    width: 1278px;
    background-image: url("../../images/conf2014/map.png");
}
.cm-location__footer {
    width: 750px;
    margin: 0 auto;
    padding: 20px 0 0;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    color: #4d4d4d;
}
.cm-location__footer a {
    text-decoration: underline;
}
.cm-location__print {
    float: right;
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
    line-height: 14px;
    color: #2e3e51;
    text-decoration: none;
    cursor: pointer;
}
.cm-location__print:hover {
    text-decoration: underline;
}
.cm-location__print-icon {
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0;
}
.cm-nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    min-width: 940px;
    height: 55px;
    text-align: center;
    background-color: #4d4d4d;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-bottom: 1px solid #fff;
}
.cm-nav__menu {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    xtext-align: left;
}
.cm-nav__menu_item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align: left;
}
.cm-nav__menu_link {
    display: block;
    margin: 0;
    padding: 0 30px;
    height: 55px;
    font-size: 15px;
    font-weight: 400;
    line-height: 55px;
    color: #fff;
    outline: none;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
}
.cm-nav__menu_link:hover,
.cm-nav__menu_link:focus {
    color: #f1d079;
    background-color: #404040;
}
.cm-nav__menu_link.active {
    color: #fbae17;
    background-color: #333;
}
@media screen and (max-width: 750px) {
    .cm-nav__menu_link {
        padding: 0 10px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1100px) {
    .cm-nav__menu_link {
        padding: 0 15px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1280px) {
    .cm-nav__menu_link {
        padding: 0 30px;
        font-size: 15px;
    }
}
.cm-nav__auth {
    display: none;
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 20px;
    height: 22px;
    margin: 0;
    padding: 0;
    list-style: none none;
    text-align: right;
}
@media screen and (max-width: 875px) {
    .cm-nav__auth {
        right: 10px;
    }
}
.cm-nav__auth_item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align: center;
}
.cm-nav__auth_item:first-child {
    margin-right: 2px;
}
.cm-nav__auth_link {
    display: block;
    height: 22px;
    margin: 0;
    padding: 0 8px;
    line-height: 20px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background-color: #404040;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
}
.cm-nav__auth_link:hover,
.cm-nav__auth_link:focus {
    color: #fff;
    background-color: #333;
}
.cm-nav__auth.active {
    display: block;
}
.cm-price {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0 50px;
    text-align: center;
    background-color: #2e3e51;
    height:490px;
}
.cm-price2 {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0 50px;
    text-align: center;
    background-color: #2e3e51;
    xheight:470px;
    color:#FFF;
}
.cm-price-main{
    display:block;
    width:800px;
    margin:0 auto;
    height:250px;
}

.cm-price-block{
    display:block;
    width:400px;
    float:left;
    margin-top: 45px;}
.spec-price{
    color:#fff;
    display:block;
    xclear:both;
    margin:15px auto 0px auto;
    font-size:18px;
	float:left;
	width:50%}
.spec-price a{
    color:#e9b12e;
    display:block;
    xclear:both;
    xmargin:20px auto 20px auto;
    font-size:14px;
    xmargin-top:43px;}


.cm-price__list {
    position: relative;
    z-index: 1;
    width: 700px;
    height: 255px;
    margin: 0 auto;
    padding: 25px 0 0;
    list-style: none;
    text-align: center;
}
.cm-price__item {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 235px;
    margin: 0;
    padding: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.cm-price__item + .cm-price__item {
    margin-left: 45px;
}
.cm-price__item.active {
    color: #2e3e51;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f4d995;
    cursor: default;
}
.cm-price__item:hover {
    background-color: #f4d995;
}
.cm-price__item.done {
    color: #4f9124;
}
.cm-price__card {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 170px;
    height: 150px;
    margin: 0;
    padding: 0;
    background: url;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.cm-price__card svg,
.cm-price__card img {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 16px;
}
.done .cm-price__card {
    background: none !important;
    border-color: #4f9124 !important;
    cursor: default;
}
.done .cm-price__card svg,
.done .cm-price__card img {
    display: none;
}
.cm-price__summ,
.cm-price__option {
    position: relative;
    z-index: 1;
}
.cm-price__summ {
    margin: 0;
    padding: 50px 0 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 19px;
}
.cm-price__summ b {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.cm-price__option {
    margin: 0;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 14px;
}
.cm-price__actions {
    margin: 15px 0 0;
}
.cm-price__pay {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 10px 0;
    width: 140px;
    height: 36px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #4a709e;
    border: 1px solid #2e3e51;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.cm-price__pay:hover,
.cm-price__pay:focus {
    background-color: #43658e;
    border-color: #293849;
    color: #fff;
}
.cm-price__order {
    display: block;
    margin: 20px 0 0;
    line-height: 13px;
    color: #2e3e51;
    cursor: pointer;
    background-color:#e9b12e;
    padding:8px 25px;
    border-radius: 3px;
    font-weight:bold;
    font-size:13px;
    font-weight:bold;
    width:100px;
    margin: 40px auto;
}
.cm-price__order:hover,
.cm-price__order:focus {
    color: #2e3e51;
    text-decoration: none;
    background-color:#f0c45d;
}
.cm-price__check {
    display: none;
}
.done .cm-price__check {
    display: block;
    position: absolute;
    z-index: 1;
    top: 144px;
    left: 76px;
}
.cm-price__discount {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 25px;
    width: 700px;
    margin: 0 0 0 -350px;
    padding: 35px 0 0;
    font-size: 16px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}


.open .cm-price__discount {
    visibility: hidden;
    opacity: 0;
}
.cm-price__notes {
    width: 700px;
    margin: 0 auto;
    padding: 25px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #4d4d4d;
}
.cm-report {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 40px;
    width: 800px;
    height: 500px;
    background-color: #fff;
}
.cm-report:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 325px;
    bottom: 40px;
    border-right: 1px solid #ccc;
}
.cm-report__scroll {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 720px;
    height: 420px;
    padding: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}
.cm-report__main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 30px 0 0;
    width: 435px;
    white-space: normal;
}
.cm-report__aside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 15px 0 30px;
    width: 270px;
    white-space: normal;
}
.cm-report__subject,
.cm-report__person {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.cm-report__time {
    margin: 0;
    padding: 10px 0 0;
    font-size: 13px;
    line-height: 16px;
    color: #666;
}
.cm-report__icon-clock {
    margin: 0 5px 0 0;
}
.cm-report__abstract {
    margin: 0;
    padding: 20px 0 0;
    font-size: 13px;
    line-height: 17px;
    color: #666;
}
.cm-report__position,
.cm-report__synopsis {
    margin: 0;
    font-size: 12px;
    line-height: 17px;
}
.cm-report__position {
    padding: 0;
    color: #808080;
}
.cm-report__synopsis {
    padding: 20px 0 0;
    color: #666;
}
.cm-report__synopsis + .cm-report__person {
    padding-top: 30px;
}
.cm-report__img {
    overflow: hidden;
    margin: 15px 0 0;
    padding: 0;
    width: 88px;
    height: 88px;
    -webkit-border-radius: 44px;
    border-radius: 44px;
}
.cm-report__img img {
    margin: 0;
    padding: 0;
}
.cm-report__buttons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cm-report__button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0;
    padding: 0 10px;
    height: 27px;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    color: #4a586c;
    background-color: #fff;
    border: 1px solid #c0c5ca;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: border 0.3s, color 0.3s;
    -moz-transition: border 0.3s, color 0.3s;
    -o-transition: border 0.3s, color 0.3s;
    transition: border 0.3s, color 0.3s;
}
.cm-report__button:hover {
    position: relative;
    z-index: 2;
    color: #2e3e51;
    border-color: #b2b4b9;
}

.cm-report__button-page {
    background-color: #fff;
    border: 1px solid #c0c5ca;
    border-radius: 3px;
    box-sizing: border-box;
    color: #4a586c;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 400;
    height: 27px;
    line-height: 27px;
    margin: 20px 0 0;
    padding: 0 10px;
    transition: border 0.3s ease 0s, color 0.3s ease 0s;
    vertical-align: top;
    display:block;
    float:right;
}

.cm-report__button .cm-report__icon-video,
.cm-report__button .cm-report__icon-down {
    float: left;
    width: 16px;
    height: 16px;
    margin: 4px 5px 0 0;
}
.cm-report__buttons .cm-report__button:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.cm-report__buttons .cm-report__button:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.cm-shedule {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
}
.cm-shedule__list {
    margin: 0 auto;
    padding: 0;
    min-width: 400px;
    max-width: 900px;
    list-style: none;
    text-align: left;
}
.cm-shedule__item {
    margin: 0;
    padding: 0;
    clear:both;
}
.cm-shedule__figure {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    border-top: 1px solid #b1d599;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-two {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-top {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    xborder-top: 2px solid #b1d599;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-digital {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    border-top: 1px solid #ffc3b8;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-digital-top{
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    border-top: 2px solid #ffc3b8;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-mobil {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    border-top: 1px solid #bccee1;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-mobil-two {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-mobil-top {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    border-top: 2px solid #bccee1;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-all {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 20px 135px;
    border-top: 1px solid #f3d999;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-all-history {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 20px 135px;
    border-top: 1px solid #4d4d4d;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__all-1 {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 13px 20px 14px;
    border-top: 1px solid #f3d999;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
    width:230px;
    float:left;
}
.cm-shedule__all-1-two {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 13px 20px 14px;
    xborder-top: 1px solid #f3d999;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
    width:230px;
    float:left;
}

.cm-shedule__all-history {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 13px 20px 14px;
    border-top: 1px solid #4d4d4d;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
    width:180px;
    float:left;
    color:#ccc;
}


.cm-shedule__all-1_2 {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 0px;
    border-top: 1px solid #f3d999;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
    width:257px;
    float:left;
}
a.cm-shedule__all-2 {
    color:#000;
    display:block;
    padding: 20px 13px 20px 14px;}
a.cm-shedule__all-history-2 {
    color:#ccc;
    display:block;
    padding: 20px 13px 20px 14px;}
.cm-shedule__all-history-two {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 13px 20px 14px;
    xborder-top: 1px solid #4d4d4d;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
    width:180px;
    float:left;
    color:#ccc;
}
a.cm-shedule__all-2-history{
    color:#ccc;}
a.cm-shedule__all-2-history:hover{
    color:#ccc;}	
a.cm-shedule__all-1 {
    color:#000 !important;
}
a.cm-shedule__all-1-two {
    color:#000 !important;
}

.cm-shedule__figure-all-top {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    border-top: 2px solid #f3d999;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure-all-top-history {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 0 40px 135px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__all {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 -1px 0;
    padding: 20px 13px 20px 14px;
    border-top: 1px solid #f3d999;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
    width:230px;
    float:left;
}
a.cm-prez_down{
    position: relative;
    z-index: 100;
    margin: 0 0 -1px 0;
    padding:0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    outline: 0;
}
.cm-shedule__figure[data-popup] {
    cursor: pointer;
}
.cm-shedule__figure[data-popup]:hover {
    background: #b1d599;
}
.cm-shedule__figure-two[data-popup]:hover {
    background: #b1d599;
}
.cm-shedule__figure-digital[data-popup]:hover {
    background: #ffc3b8;
}
.cm-shedule__figure-mobil[data-popup]:hover {
    background: #bccee1;
}
.cm-shedule__figure-mobil-two[data-popup]:hover {
    background: #bccee1;
}
.cm-shedule__all[data-popup]:hover {
    background: #f3d999;
}
.cm-shedule__all-1[data-popup]:hover {
    background: #f3d999;
}
.cm-shedule__all-2[data-popup]:hover {
    background: #f3d999;
}
.cm-shedule__all-1-two[data-popup]:hover {
    background: #f3d999;
}
.cm-shedule__item:first-child .cm-shedule__figure {
    border-top: 0;
}
.cm-shedule__time {
    position: absolute;
    z-index: 1;
    top: 26px;
    left: 20px;
    width: 65px;
    text-align: right;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    color: #000;
}
.cm-shedule__time-all {
    color: #000;
    float: left;
    font-size: 13px;
    line-height: 13px;
    padding: 25px 20px;
    text-align: start;
    top: -44px;
    width: 85px;
    border-top: 1px solid #f3d999;
}
.cm-shedule__time-all-history {
    color: #ccc;
    float: left;
    font-size: 13px;
    line-height: 13px;
    padding: 25px 20px;
    text-align: start;
    top: -44px;
    width: 85px;
    border-top: 1px solid #4d4d4d;
}
.cm-shedule__subject {
    margin: 0;
    padding: 0 45px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
[data-popup] .cm-shedule__subject {
    color: #000;
    cursor: pointer;
}
.cm-shedule__person {
    margin: 0;
    padding: 0 0 15px;
    font-size: 18px;
    line-height: 16px;
    color: #000;
    xdisplay:block;
    xfloat:left;
    xwidth:258px;
}
.cm-shedule .cm-shedule__person {
    margin: 0;
    padding: 0 0 15px;
    font-size: 18px;
    line-height: 16px;
    color: #000;
    xdisplay:block;
    xfloat:left;
    xwidth:258px;
}
.cm-shedule .cm-shedule__person_all {
    margin: 0;
    padding: 0 0 15px;
    font-size: 18px;
    line-height: 16px;
    color: #000;
    xdisplay:block;
    float:left;
    width:258px;
}
.cm-shedule__position {
    margin: 0;
    padding: 5px 0 0 20px;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}
.cm-shedule__position-all {
    margin: 0;
    padding: 5px 0 0 0px;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}
.cm-shedule__position-all-history {
    margin: 0;
    padding: 5px 0 0 0px;
    font-size: 12px;
    line-height: 14px;
    color: #999;
}
a.cm-shedule__all-history-two:hover{
    color:#ccc;}
a.cm-shedule__all-history:hover{
    color:#ccc;}
.cm-shedule__icon-cup,
.cm-shedule__icon-video {
    position: absolute;
    z-index: 1;
    top: 24px;
}
.cm-shedule__icon-cup {
    left: 105px;
}
.cm-shedule__icon-video {
    overflow: hidden;
    width: 16px;
    right: 24px;
}
.cm-shedule__icon-star {
    position: relative;
}
[data-popup]:hover .cm-shedule__icon-star svg,
[data-popup]:focus .cm-shedule__icon-star svg,
[data-popup]:hover .cm-shedule__icon-star img,
[data-popup]:focus .cm-shedule__icon-star img {
    margin-left: -16px;
}
.cm-sponsor {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.cm-sponsor__head {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.cm-sponsor__head2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.cm-sponsor__head:before,
.cm-sponsor__head:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 205px;
    border-top: 1px solid #63a824;
}
.cm-sponsor__head2:before,
.cm-sponsor__head2:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 95px;
    border-top: 1px solid #63a824;
}
.cm-sponsor__head2:before {
    left: 0;
}
.cm-sponsor__head2:after {
    right: 0;
}
.cm-sponsor__head:before {
    left: 0;
}
.cm-sponsor__head:after {
    right: 0;
}
.cm-sponsor__list {
    margin: 0 auto;
    padding: 35px 0 0;
    width: 760px;
    list-style: none;
    text-align: center;
}
.cm-sponsor__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
    padding: 0;
}
.cm-sponsor__link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
    width: 250px;
    height: 90px;
    background-image: url("/images/conf-419/cm-sponsor__logos.png");
    background-repeat: no-repeat;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}
.cm-sponsor__link.link-1 {
    background-position: 0px 0;
}
.cm-sponsor__link.link-1:hover,
.cm-sponsor__link.link-1:focus {
    background-position: 0px -90px;
}
.cm-sponsor__link.link-2 {
    background-position: -250px 0;
}
.cm-sponsor__link.link-2:hover,
.cm-sponsor__link.link-2:focus {
    background-position: -250px -90px;
}
.cm-sponsor__link.link-3 {
    background-position: -500px 0;
}
.cm-sponsor__link.link-3:hover,
.cm-sponsor__link.link-3:focus {
    background-position: -500px -90px;
}
.cm-sponsor__link.link-4 {
    background-position: -750px 0;
}
.cm-sponsor__link.link-4:hover,
.cm-sponsor__link.link-4:focus {
    background-position: -750px -90px;
}
.cm-sponsor__link.link-5 {
    background-position: -1000px 0;
}
.cm-sponsor__link.link-5:hover,
.cm-sponsor__link.link-5:focus {
    background-position: -1000px -90px;
}
.cm-sponsor__link.link-6 {
    background-position: -1250px 0;
}
.cm-sponsor__link.link-6:hover,
.cm-sponsor__link.link-6:focus {
    background-position: -1250px -90px;
}
.cm-sponsor__link.link-7 {
    background-position: -1500px 0;
}
.cm-sponsor__link.link-7:hover,
.cm-sponsor__link.link-7:focus {
    background-position: -1500px -90px;
}

.cm-sponsor__link.link-8 {
    background-position: -1750px 0;
}
.cm-sponsor__link.link-8:hover,
.cm-sponsor__link.link-8:focus {
    background-position: -1750px -90px;
}
.cm-sponsor__link.link-9 {
    background-position: -2000px 0;
}
.cm-sponsor__link.link-9:hover,
.cm-sponsor__link.link-9:focus {
    background-position: -2000px -90px;
}
.cm-sponsor__link.link-10 {
    background-position: -2250px 0;
}
.cm-sponsor__link.link-10:hover,
.cm-sponsor__link.link-10:focus {
    background-position: -2250px -90px;
}
.cm-sponsor__link.link-11 {
    background-position: -2500px 0;
}
.cm-sponsor__link.link-11:hover,
.cm-sponsor__link.link-11:focus {
    background-position: -2500px -90px;
}
.cm-sponsor__link.link-12 {
    background-position: -2750px 0;
}
.cm-sponsor__link.link-12:hover,
.cm-sponsor__link.link-12:focus {
    background-position: -2750px -90px;
}
.cm-sponsor__link.link-13 {
    background-position: -3000px 0;
}
.cm-sponsor__link.link-13:hover,
.cm-sponsor__link.link-13:focus {
    background-position: -3000px -90px;
}
.cm-sponsor__link.link-14 {
    background-position: -3250px 0;
}
.cm-sponsor__link.link-14:hover,
.cm-sponsor__link.link-14:focus {
    background-position: -3250px -90px;
}
.cm-sponsor__link.link-15 {
    background-position: -3500px 0;
}
.cm-sponsor__link.link-15:hover,
.cm-sponsor__link.link-15:focus {
    background-position: -3500px -90px;
}
.cm-sponsor__link.link-16 {
    background-position: -3750px 0;
}
.cm-sponsor__link.link-16:hover,
.cm-sponsor__link.link-16:focus {
    background-position: -3750px -90px;
}
.cm-sponsor__link.link-17 {
    background-position: -4000px 0;
}
.cm-sponsor__link.link-17:hover,
.cm-sponsor__link.link-17:focus {
    background-position: -4000px -90px;
}
.cm-sponsor__link.link-18 {
    background-position: -4250px 0;
}
.cm-sponsor__link.link-18:hover,
.cm-sponsor__link.link-18:focus {
    background-position: -4250px -90px;
}

.cm-sponsor__link.link-19 {
    background-position: -4500px 0;
}
.cm-sponsor__link.link-19:hover,
.cm-sponsor__link.link-19:focus {
    background-position: -4500px -90px;
}
.cm-sponsor__link.link-20 {
    background-position: -4750px 0;
}
.cm-sponsor__link.link-20:hover,
.cm-sponsor__link.link-20:focus {
    background-position: -4750px -90px;
}
.cm-sponsor__link.link-21 {
    background-position: -5000px 0;
}
.cm-sponsor__link.link-21:hover,
.cm-sponsor__link.link-21:focus {
    background-position: -5000px -90px;
}
.cm-sponsor__link.link-22 {
    background-position: -5250px 0;
}
.cm-sponsor__link.link-22:hover,
.cm-sponsor__link.link-22:focus {
    background-position: -5250px -90px;
}
.cm-sponsor__link.link-23 {
    background-position: -5500px 0;
}
.cm-sponsor__link.link-23:hover,
.cm-sponsor__link.link-23:focus {
    background-position: -5500px -90px;
}
.cm-sponsor__link.link-24 {
    background-position: -5750px 0;
}
.cm-sponsor__link.link-24:hover,
.cm-sponsor__link.link-24:focus {
    background-position: -5750px -90px;
}
.cm-sponsor__link.link-25 {
    background-position: -6000px 0;
}
.cm-sponsor__link.link-25:hover,
.cm-sponsor__link.link-25:focus {
    background-position: -6000px -90px;
}
.cm-sponsor__link.link-26 {
    background-position: -6250px 0;
}
.cm-sponsor__link.link-26:hover,
.cm-sponsor__link.link-26:focus {
    background-position: -6250px -90px;
}
.cm-sponsor__link.link-27 {
    background-position: -6500px 0;
}
.cm-sponsor__link.link-27:hover,
.cm-sponsor__link.link-27:focus {
    background-position: -6500px -90px;
}
.cm-sponsor__link.link-28 {
    background-position: -6750px 0;
}
.cm-sponsor__link.link-28:hover,
.cm-sponsor__link.link-28:focus {
    background-position: -6750px -90px;
}
.cm-sponsor__link.link-29 {
    background-position: -7000px 0;
}
.cm-sponsor__link.link-29:hover,
.cm-sponsor__link.link-29:focus {
    background-position: -7000px -90px;
}
.cm-sponsor__link.link-30 {
    background-position: -7250px 0;
}
.cm-sponsor__link.link-30:hover,
.cm-sponsor__link.link-30:focus {
    background-position: -7250px -90px;
}
.cm-sponsor__link.link-31 {
    background-position: -7500px 0;
}
.cm-sponsor__link.link-31:hover,
.cm-sponsor__link.link-31:focus {
    background-position: -7500px -90px;
}
.cm-sponsor__link.link-32 {
    background-position: -7750px 0;
}
.cm-sponsor__link.link-32:hover,
.cm-sponsor__link.link-32:focus {
    background-position: -7750px -90px;
}
.cm-sponsor__link.link-33 {
    background-position: -8000px 0;
}
.cm-sponsor__link.link-33:hover,
.cm-sponsor__link.link-33:focus {
    background-position: -8000px -90px;
}
.cm-sponsor__link.link-34 {
    background-position: -8250px 0;
}
.cm-sponsor__link.link-34:hover,
.cm-sponsor__link.link-34:focus {
    background-position: -8250px -90px;
}
.cm-sponsor__link.link-35 {
    background-position: -8500px 0;
}
.cm-sponsor__link.link-35:hover,
.cm-sponsor__link.link-35:focus {
    background-position: -8500px -90px;
}
.cm-sponsor__link.link-36 {
    background-position: -8750px 0;
}
.cm-sponsor__link.link-36:hover,
.cm-sponsor__link.link-36:focus {
    background-position: -8750px -90px;
}
.cm-sponsor__link.link-37 {
    background-position: -9000px 0;
}
.cm-sponsor__link.link-37:hover,
.cm-sponsor__link.link-37:focus {
    background-position: -9000px -90px;
}
.cm-sponsor__link.link-38 {
    background-position: -9250px 0;
}
.cm-sponsor__link.link-38:hover,
.cm-sponsor__link.link-38:focus {
    background-position: -9250px -90px;
}
.cm-sponsor__link.link-39 {
    background-position: -9500px 0;
}

.cm-sponsor__link.link-39:hover,
.cm-sponsor__link.link-39:focus {
    background-position: -9500px -90px;
}

.cm-sponsor__link.link-40 {
    background-position: -9750px 0;
}
.cm-sponsor__link.link-40:hover,
.cm-sponsor__link.link-40:focus {
    background-position: -9750px -90px;
}

.cm-sponsor__link.link-41 {
    background-position: -10000px 0;
}
.cm-sponsor__link.link-41:hover,
.cm-sponsor__link.link-41:focus {
    background-position: -10000px -90px;
}

.cm-sponsor__link.link-42 {
    background-position: -10250px 0;
}
.cm-sponsor__link.link-42:hover,
.cm-sponsor__link.link-42:focus {
    background-position: -10250px -90px;
}

.cm-sponsor__link.link-43 {
    background-position: -10500px 0;
}
.cm-sponsor__link.link-43:hover,
.cm-sponsor__link.link-43:focus {
    background-position: -10500px -90px;
}

.cm-sponsor__link.link-44 {
    background-position: -10750px 0;
}
.cm-sponsor__link.link-44:hover,
.cm-sponsor__link.link-44:focus {
    background-position: -10750px -90px;
}
.cm-sponsor__link.link-45 {
    background-position: -11000px 0;
}
.cm-sponsor__link.link-45:hover,
.cm-sponsor__link.link-45:focus {
    background-position: -11000px -90px;
}
.cm-sponsor__link.link-46 {
    background-position: -11250px 0;
}
.cm-sponsor__link.link-46:hover,
.cm-sponsor__link.link-46:focus {
    background-position: -11250px -90px;
}
.cm-sponsor__link.link-47 {
    background-position: -11500px 0;
}
.cm-sponsor__link.link-47:hover,
.cm-sponsor__link.link-47:focus {
    background-position: -11500px -90px;
}
.cm-sponsor__link.link-48 {
    background-position: -11750px 0;
}
.cm-sponsor__link.link-48:hover,
.cm-sponsor__link.link-48:focus {
    background-position: -11750px -90px;
}
.cm-sponsor__link.link-49 {
    background-position: -12000px 0;
}
.cm-sponsor__link.link-49:hover,
.cm-sponsor__link.link-49:focus {
    background-position: -12000px -90px;
}
.cm-sponsor__link.link-50 {
    background-position: -12250px 0;
}
.cm-sponsor__link.link-50:hover,
.cm-sponsor__link.link-50:focus {
    background-position: -12250px -90px;
}

.cm-sponsor__link.link-51 {
    background-position: -12500px 0;
}
.cm-sponsor__link.link-51:hover,
.cm-sponsor__link.link-51:focus {
    background-position: -12500px -90px;
}

.cm-sponsor__link.link-52 {
    background-position: -12750px 0;
}
.cm-sponsor__link.link-52:hover,
.cm-sponsor__link.link-52:focus {
    background-position: -12750px -90px;
}

.cm-sponsor__link.link-53 {
    background-position: -13000px 0;
}
.cm-sponsor__link.link-53:hover,
.cm-sponsor__link.link-53:focus {
    background-position: -13000px -90px;
}

.cm-sponsor__link.link-54 {
    background-position: -13250px 0;
}
.cm-sponsor__link.link-54:hover,
.cm-sponsor__link.link-54:focus {
    background-position: -13250px -90px;
}
.cm-sponsor__link.link-55 {
    background-position: -13500px 0;
}
.cm-sponsor__link.link-55:hover,
.cm-sponsor__link.link-55:focus {
    background-position: -13500px -90px;
}
.cm-sponsor__link.link-56 {
    background-position: -13750px 0;
}
.cm-sponsor__link.link-56:hover,
.cm-sponsor__link.link-56:focus {
    background-position: -13750px -90px;
}
.cm-sponsor__link.link-57 {
    background-position: -14000px 0;
}
.cm-sponsor__link.link-57:hover,
.cm-sponsor__link.link-57:focus {
    background-position: -14000px -90px;
}
.cm-sponsor__link.link-58 {
    background-position: -14250px 0;
}
.cm-sponsor__link.link-58:hover,
.cm-sponsor__link.link-58:focus {
    background-position: -14250px -90px;
}
.cm-sponsor__link.link-59 {
    background-position: -14500px 0;
}
.cm-sponsor__link.link-59:hover,
.cm-sponsor__link.link-59:focus {
    background-position: -14500px -90px;
}
.cm-sponsor__link.link-60 {
    background-position: -14750px 0;
}
.cm-sponsor__link.link-60:hover,
.cm-sponsor__link.link-60:focus {
    background-position: -14750px -90px;
}

.cm-sponsor__link.link-61 {
    background-position: -15000px 0;
}
.cm-sponsor__link.link-61:hover,
.cm-sponsor__link.link-61:focus {
    background-position: -15000px -90px;
}

.cm-sponsor__link.link-62 {
    background-position: -15250px 0;
}
.cm-sponsor__link.link-62:hover,
.cm-sponsor__link.link-62:focus {
    background-position: -15250px -90px;
}

.cm-sponsor__link.link-63 {
    background-position: -15500px 0;
}
.cm-sponsor__link.link-63:hover,
.cm-sponsor__link.link-63:focus {
    background-position: -15500px -90px;
}

.cm-sponsor__link.link-64 {
    background-position: -15750px 0;
}
.cm-sponsor__link.link-64:hover,
.cm-sponsor__link.link-64:focus {
    background-position: -15750px -90px;
}

.cm-sponsor__link.link-65 {
    background-position: -16000px 0;
}
.cm-sponsor__link.link-65:hover,
.cm-sponsor__link.link-65:focus {
    background-position: -16000px -90px;
}

.cm-sponsor__link.link-66 {
    background-position: -16250px 0;
}
.cm-sponsor__link.link-66:hover,
.cm-sponsor__link.link-66:focus {
    background-position: -16250px -90px;
}

.cm-sponsor__link.link-67 {
    background-position: -16500px 0;
}
.cm-sponsor__link.link-67:hover,
.cm-sponsor__link.link-67:focus {
    background-position: -16500px -90px;
}

.cm-sponsor__link.link-68 {
    background-position: -16750px 0;
}
.cm-sponsor__link.link-68:hover,
.cm-sponsor__link.link-68:focus {
    background-position: -16750px -90px;
}

.cm-sponsor__link.link-69 {
    background-position: -17000px 0;
}
.cm-sponsor__link.link-69:hover,
.cm-sponsor__link.link-69:focus {
    background-position: -17000px -90px;
}

.cm-sponsor__link.link-70 {
    background-position: -17250px 0;
}
.cm-sponsor__link.link-70:hover,
.cm-sponsor__link.link-70:focus {
    background-position: -17250px -90px;
}

.cm-sponsor__link.link-71 {
    background-position: -17500px 0;
}
.cm-sponsor__link.link-71:hover,
.cm-sponsor__link.link-71:focus {
    background-position: -17500px -90px;
}

.cm-sponsor__link.link-72 {
    background-position: -17750px 0;
}
.cm-sponsor__link.link-72:hover,
.cm-sponsor__link.link-72:focus {
    background-position: -17750px -90px;
}

.cm-sponsor__link.link-73 {
    background-position: -18000px 0;
}
.cm-sponsor__link.link-73:hover,
.cm-sponsor__link.link-73:focus {
    background-position: -18000px -90px;
}

.cm-sponsor__link.link-74 {
    background-position: -18250px 0;
}
.cm-sponsor__link.link-74:hover,
.cm-sponsor__link.link-74:focus {
    background-position: -18250px -90px;
}

.cm-sponsor__link.link-75 {
    background-position: -18500px 0;
}
.cm-sponsor__link.link-75:hover,
.cm-sponsor__link.link-75:focus {
    background-position: -18500px -90px;
}

.cm-sponsor__link.link-76 {
    background-position: -18750px 0;
}
.cm-sponsor__link.link-76:hover,
.cm-sponsor__link.link-76:focus {
    background-position: -18750px -90px;
}

.cm-sponsor__link.link-77 {
    background-position: -19000px 0;
}
.cm-sponsor__link.link-77:hover,
.cm-sponsor__link.link-77:focus {
    background-position: -19000px -90px;
}

.cm-sponsor__link.link-78 {
    background-position: -19250px 0;
}
.cm-sponsor__link.link-78:hover,
.cm-sponsor__link.link-78:focus {
    background-position: -19250px -90px;
}

.cm-sponsor__link.link-79 {
    background-position: -19500px 0;
}
.cm-sponsor__link.link-79:hover,
.cm-sponsor__link.link-79:focus {
    background-position: -19500px -90px;
}

.cm-sponsor__link.link-80 {
    background-position: -19750px 0;
}
.cm-sponsor__link.link-80:hover,
.cm-sponsor__link.link-80:focus {
    background-position: -19750px -90px;
}

.cm-sponsor__link.link-81 {
    background-position: -20000px 0;
}
.cm-sponsor__link.link-81:hover,
.cm-sponsor__link.link-81:focus {
    background-position: -20000px -90px;
}

.cm-sponsor__link.link-82 {
    background-position: -20250px 0;
}
.cm-sponsor__link.link-82:hover,
.cm-sponsor__link.link-82:focus {
    background-position: -20250px -90px;
}

.cm-sponsor__link.link-83 {
    background-position: -20500px 0;
}
.cm-sponsor__link.link-83:hover,
.cm-sponsor__link.link-83:focus {
    background-position: -20500px -90px;
}

.cm-sponsor__link.link-84 {
    background-position: -20750px 0;
}
.cm-sponsor__link.link-84:hover,
.cm-sponsor__link.link-84:focus {
    background-position: -20750px -90px;
}

.cm-sponsor__link.link-85 {
    background-position: -21000px 0;
}
.cm-sponsor__link.link-85:hover,
.cm-sponsor__link.link-85:focus {
    background-position: -21000px -90px;
}

.cm-sponsor__link.link-86 {
    background-position: -21250px 0;
}
.cm-sponsor__link.link-86:hover,
.cm-sponsor__link.link-86:focus {
    background-position: -21250px -90px;
}


.cm-sponsor__link.link-87 {
    background-position: -21500px 0;
}
.cm-sponsor__link.link-87:hover,
.cm-sponsor__link.link-87:focus {
    background-position: -21500px -90px;
}

.cm-sponsor__link.link-88 {
    background-position: -21750px 0;
}
.cm-sponsor__link.link-88:hover,
.cm-sponsor__link.link-88:focus {
    background-position: -21750px -90px;
}

.cm-sponsor__link.link-89 {
    background-position: -22000px 0;
}
.cm-sponsor__link.link-89:hover,
.cm-sponsor__link.link-89:focus {
    background-position: -22000px -90px;
}

.cm-sponsor__link.link-90 {
    background-position: -22250px 0;
}
.cm-sponsor__link.link-90:hover,
.cm-sponsor__link.link-90:focus {
    background-position: -22250px -90px;
}

.cm-sponsor__link.link-91 {
    background-position: -22500px 0;
}
.cm-sponsor__link.link-91:hover,
.cm-sponsor__link.link-91:focus {
    background-position: -22500px -90px;
}

.cm-sponsor__link.link-92 {
    background-position: -22750px 0;
}
.cm-sponsor__link.link-92:hover,
.cm-sponsor__link.link-92:focus {
    background-position: -22750px -90px;
}

.cm-sponsor__link.link-93 {
    background-position: -23000px 0;
}
.cm-sponsor__link.link-93:hover,
.cm-sponsor__link.link-93:focus {
    background-position: -23000px -90px;
}

.cm-sponsor__link.link-94 {
    background-position: -23250px 0;
}
.cm-sponsor__link.link-94:hover,
.cm-sponsor__link.link-94:focus {
    background-position: -23250px -90px;
}

.cm-sponsor__link.link-95 {
    background-position: -23500px 0;
}
.cm-sponsor__link.link-95:hover,
.cm-sponsor__link.link-95:focus {
    background-position: -23500px -90px;
}

.cm-sponsor__link.link-96 {
    background-position: -23750px 0;
}
.cm-sponsor__link.link-96:hover,
.cm-sponsor__link.link-96:focus {
    background-position: -23750px -90px;
}

.cm-sponsor__link.link-97 {
    background-position: -24000px 0;
}
.cm-sponsor__link.link-97:hover,
.cm-sponsor__link.link-97:focus {
    background-position: -24000px -90px;
}

.cm-sponsor__link.link-98 {
    background-position: -24250px 0;
}
.cm-sponsor__link.link-98:hover,
.cm-sponsor__link.link-98:focus {
    background-position: -24250px -90px;
}

.cm-sponsor__link.link-99 {
    background-position: -24500px 0;
}
.cm-sponsor__link.link-99:hover,
.cm-sponsor__link.link-99:focus {
    background-position: -24500px -90px;
}

.cm-sponsor__link.link-100 {
    background-position: -24750px 0;
}
.cm-sponsor__link.link-100:hover,
.cm-sponsor__link.link-100:focus {
    background-position: -24750px -90px;
}

.cm-sponsor__link.link-101 {
    background-position: -25000px 0;
}
.cm-sponsor__link.link-101:hover,
.cm-sponsor__link.link-101:focus {
    background-position: -25000px -90px;
}

.cm-sponsor__link.link-102 {
    background-position: -25250px 0;
}
.cm-sponsor__link.link-102:hover,
.cm-sponsor__link.link-102:focus {
    background-position: -25250px -90px;
}

.cm-sponsor__link.link-103 {
    background-position: -25500px 0;
}
.cm-sponsor__link.link-103:hover,
.cm-sponsor__link.link-103:focus {
    background-position: -25500px -90px;
}

.cm-sponsor__link.link-104 {
    background-position: -25750px 0;
}
.cm-sponsor__link.link-104:hover,
.cm-sponsor__link.link-104:focus {
    background-position: -25750px -90px;
}

.cm-sponsor__link.link-105 {
    background-position: -26000px 0;
}
.cm-sponsor__link.link-105:hover,
.cm-sponsor__link.link-105:focus {
    background-position: -26000px -90px;
}

.cm-sponsor__link.link-106 {
    background-position: -26250px 0;
}
.cm-sponsor__link.link-106:hover,
.cm-sponsor__link.link-106:focus {
    background-position: -26250px -90px;
}


.cm-sponsor__link.link-107 {
    background-position: -26500px 0;
}
.cm-sponsor__link.link-107:hover,
.cm-sponsor__link.link-107:focus {
    background-position: -26500px -90px;
}


.cm-sponsor__link.link-108 {
    background-position: -26750px 0;
}
.cm-sponsor__link.link-108:hover,
.cm-sponsor__link.link-108:focus {
    background-position: -26750px -90px;
}

.cm-sponsor__link.link-109 {
    background-position: -27000px 0;
}
.cm-sponsor__link.link-109:hover,
.cm-sponsor__link.link-109:focus {
    background-position: -27000px -90px;
}

.cm-sponsor__link.link-110 {
    background-position: -27000px 0;
}
.cm-sponsor__link.link-110:hover,
.cm-sponsor__link.link-110:focus {
    background-position: -27000px -90px;
}

.cm-sponsor__link.link-111 {
    background-position: -27250px 0;
}
.cm-sponsor__link.link-111:hover,
.cm-sponsor__link.link-111:focus {
    background-position: -27250px -90px;
}


.cm-sponsor__link.link-111 {
    background-position: -27500px 0;
}
.cm-sponsor__link.link-111:hover,
.cm-sponsor__link.link-111:focus {
    background-position: -27500px -90px;
}

.cm-sponsor__link.link-112 {
    background-position: -27750px 0;
}
.cm-sponsor__link.link-112:hover,
.cm-sponsor__link.link-112:focus {
    background-position: -27750px -90px;
}

.cm-sponsor__link.link-113 {
    background-position: -28000px 0;
}
.cm-sponsor__link.link-113:hover,
.cm-sponsor__link.link-113:focus {
    background-position: -28000px -90px;
}


.cm-sponsor__link.link-114 {
    background-position: -28250px 0;
}
.cm-sponsor__link.link-114:hover,
.cm-sponsor__link.link-114:focus {
    background-position: -28250px -90px;
}

.cm-sponsor__link.link-115 {
    background-position: -28500px 0;
}
.cm-sponsor__link.link-115:hover,
.cm-sponsor__link.link-115:focus {
    background-position: -28500px -90px;
}

.cm-sponsor__link.link-116 {
    background-position: -28750px 0;
}
.cm-sponsor__link.link-116:hover,
.cm-sponsor__link.link-116:focus {
    background-position: -28750px -90px;
}

.cm-sponsor__link.link-117 {
    background-position: -29000px 0;
}
.cm-sponsor__link.link-117:hover,
.cm-sponsor__link.link-117:focus {
    background-position: -29000px -90px;
}


.cm-sponsor__link.link-118 {
    background-position: -29250px 0;
}
.cm-sponsor__link.link-118:hover,
.cm-sponsor__link.link-118:focus {
    background-position: -29250px -90px;
}


.cm-sponsor__link.link-119 {
    background-position: -29500px 0;
}
.cm-sponsor__link.link-119:hover,
.cm-sponsor__link.link-119:focus {
    background-position: -29500px -90px;
}

.cm-sponsor__link.link-120 {
    background-position: -30000px 0;
}
.cm-sponsor__link.link-120:hover,
.cm-sponsor__link.link-120:focus {
    background-position: -30000px -90px;
}



.cm-sponsor__link:hover {
    border-color: #dedede;
}
.cm-teaser {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    xbackground-color: #edc158;
    padding-bottom:52px;
    height:711px;
    background-image: url("https://www.cybermarketing.ru/files/images/conf2017-online/conf2017-bg-top.jpg");
}
.cm-teaser__figure {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    height: 300px;
    margin: 0 auto;
    padding: 0 0 0 530px;
    text-align: center;
    xbackground-color: #edc158;
}
.cm-teaser__badge {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 410px;
    bottom: 0;
    width: 790px;
    height: 370px;
    xbackground-image: url("https://www.cybermarketing.ru/files/images/conf2016/cm-teaser__notebook.png");
    xbackground-position: 100% 50%;
    xbackground-repeat: no-repeat;
}
.cm-teaser__badge:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 25px;
    bottom: 0;
    background: -webkit-linear-gradient(left, #f7f7f8, rgba(247,247,248,0));
    background: -moz-linear-gradient(left, #f7f7f8, rgba(247,247,248,0));
    background: -o-linear-gradient(left, #f7f7f8, rgba(247,247,248,0));
    background: linear-gradient(to right, #f7f7f8, rgba(247,247,248,0));
}
.cm-conf .cm-teaser__badge:after {
    display: none;
}
.cm-teaser__logo {
    position: absolute;
    z-index: 1;
    top: 130px;
    right: 120px;

}
.cm-teaser__caption {
    margin: 0;
    padding: 150px 0 0;
    font-size: 39px;
    font-weight: 400;
    xline-height: 60px;
    xletter-spacing: -0.03em;
    height:130px;
    xfont-family: "HeliosCondC Bold";
    color: #2e3e51;
    line-height:25px;
}
.cm-teaser__location {
    overflow: hidden;
    margin: 0;
    padding: 0px;
}
.cm-teaser__name {
    margin: 0;
    padding: 10px 0 0;
    font-size: 22px;
    line-height: 15px;
    font-weight: 400;
}
.cm-teaser__name_link {
    color: #333 !important;
    font-size: 22px;
    line-height: 15px;
}
.cm-teaser__name_link span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    border-bottom: 1px solid #c99b40;
}
.cm-teaser__address {
    margin: 0;
    padding: 0px 0 15px;
    font-size: 16px;
    font-weight: 400;
}
.cm-teaser__cal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    position:absolute;
    right:-36px;
    top: 30px;

}
.cm-teaser__cal_d,
.cm-teaser__cal_m {
    display: block;
    margin: 0;
    padding: 0;
}
.cm-teaser__cal_d {
    font-size: 16px;
    padding:80px 15px 0 0;
    xfont-family: "HeliosCondC Bold";
}
.cm-teaser__cal_m {
    font-size: 15px;
    line-height: 15px;
}
.cm-teaser__footer {
    max-width: 850px;
    min-width: 400px;
    height: 50px;
    xmargin: 0 auto;
    padding: 25px 0 0 75px;
    text-align: left;
}
.cm-teaser__register {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 10px 0;
    width: 160px;
    height: 36px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #63a824;
    xborder: 1px solid #4f9124;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.cm-teaser__register:hover,
.cm-teaser__register:focus {
    color: #fff;
    background-color: #80c045;
}
.cm-teaser__register:before,
.cm-teaser__register:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 320px;
    border-top: 1px solid #fff;
}
.cm-teaser__register:before {
    left: -340px;
}
.cm-teaser__register:after {
    right: -340px;
}
.cm-teaser__args,
.cm-teaser__stats {
    display: inline-block;
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.cm-teaser__arg,
.cm-teaser__stat {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.cm-teaser__args {
    float: right;
}
.cm-teaser__arg {
    margin: 0 0 0 50px;
}
.cm-teaser__arg:first-child {
    margin: 0;
}
.cm-teaser__arg_def {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
}
.cm-teaser__arg_descr {
    margin: 0;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.cm-teaser__arg_descr:before {
    content: "+";
    position: absolute;
    z-index: 1;
    margin: 10px 0 0 -18px;
    font-size: 23px;
    font-weight: 700;
    color: #4f9124;
}
.cm-teaser__stat {
    xbackground-color: #333;
    color: #fff;
    margin: 0 5px;
    padding: 20px 10px;
    xtext-align: center;
    width: 350px;
    display:block;
}
.cm-teaser__stat_key {
    margin: 0;
    padding: 0 0 0 60px;
    font-size: 28px;
    xfont-family: "HeliosCondC Bold";
}
.cm-teaser__stat_val {
    margin: 0;
    padding: 0;
    font-size: 45px;
    line-height: 45px;
    xletter-spacing: -0.085em;
    text-indent: -5px;
    float: left;
}
.cm-conf {
    padding: 0;
}
.cm-conf .cm-teaser {
    overflow: hidden;
    margin-bottom: 30px;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px;
    width:auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius:4px;
}
.white-popup .content{
    margin: 10px 0;
}

.white-popup.registration-popup{
    max-width: 400px;
    border-radius:20px;
    padding: 20px;
}

.social{
    display: block;
    float: left;
    margin: 20px 0 0 30px;
}
#footer{
    height:60px;
    background: #666;
    color:#e6e6e6;
    padding:0 100px;
    line-height: 60px;
}
#footer .copy{
    float:left;
    display: inline;
}
#footer .phone,#footer .icq,#footer .email,#footer .skype{
    position: relative;
    display: inline-block;
    margin-top: 2px;
    margin-right: 45px;
    float:right;
}
#footer .skype{
    margin: 0;
}
#footer .email a{
    color:#e6e6e6;
}
#footer .skype a{
    color:#ffffff;
}
#footer .phone::before,
#footer .icq::before,
#footer .email::before,
#footer .skype::before{
    content: '';
    background: url("../../images/conf2014/cm-icon__phone.png") no-repeat 50% 100%;
    width: 16px;
    height: 20px;
    left: -20px;
    top: 20px;
    display: inline-block;
    position: absolute;
}
#footer .icq::before{
    background: url("../../images/conf2014/cm-icon__icq.png") no-repeat 50% 100%;
}
#footer .email::before{
    background: url("../../images/conf2014/cm-icon__email.png") no-repeat 50% 100%;
}

#footer .skype::before{
    background: url("../../images/conf2014/cm-icon__skype.png") no-repeat 50% 100%;
}

textArea.cm-form__name{
    height: 100px;
    line-height: 14px;
    padding: 10px;
}

.lecturer-block{
    display:block;
    width:885px;
    margin:40px auto;
}
.lecturer{
    display:block;
    float:left;
    width:180px;
    margin:10px 18px;}
.lecturer-name{
    color:#ffffff;
    font-size:16px;
    margin:30px 0 10px 0;}
.lecturer-status{
    font-size:12px;}

.dots{
    display:block;
    clear:both;
    padding-top:30px;
}
.dots img{
    margin:20px 4px 0 4px;}
.arrow-left{
    display:block;
    float:left;
    margin-top:70px;}
.arrow-right{
    display:block;
    float: right;
    margin-top:70px;}


.cm-tema{
    display:block;
    clear:both;
    width:900px;
    height:120px;
    margin: 20px auto 0 auto;
    padding-bottom:15px;
    xborder-bottom: 2px solid #b1d599;
}

.cm-tema-all{
    display:block;
    clear:both;
    width:900px;
    height:120px;
    margin-top: 20px;
    padding-bottom:30px;
    border-bottom: 2px solid #f3d999;}


.cm-tema__all, 
.cm-tema__seo,
.cm-tema__kr,
.cm-tema__mm{
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 210px;
    height: 110px;
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;

    text-align:center;
    float:left;
    margin:7px;
}

.cm-tema__all:hover{
    background-color: #efcd80;
}
.cm-tema__seo:hover{
    background-color: #9cc880;
}
.cm-tema__kr:hover{
    background-color: #ffb1a4;
}
.cm-tema__mm:hover{
    background-color: #a9bfd7;
}



.cm-tema__all{
    background-color:#f3d999;
}
.cm-tema__seo{
    background-color:#b1d599;
}
.cm-tema__kr{
    background-color:#ffc3b8;
}
.cm-tema__mm{
    background-color:#bccee1;
}
.cm-tema__all svg,
.cm-tema__all img,
.cm-tema__seo svg,
.cm-tema__seo img,
.cm-tema__kr svg,
.cm-tema__kr img,
.cm-tema__mm svg,
.cm-tema__mm img{
    position: absolute;
    z-index: -1;
    top: 16px;
    left: 16px;
    height:74px;
}



.cm-tema__summ {
    margin: 0;
    padding: 40px 0 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    z-index: 10;
}
.cm-tema__summ2 {
    margin: 0;
    padding: 23px 0 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    z-index: 10;
}

.cm-shedule__lecturer{
    float:left;
    margin-right:20px;}

.reg-button{
    background-color:#63a824;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    padding:8px 25px;
    border-radius: 3px;}

.reg-button:hover{
    background-color:#80c045;
    color:#fff;
}

.stand-reserved{
    background-color:#2e3e51;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    padding:8px 25px;
    border-radius: 3px;
    clear:both;
    display:block;
    width:130px;
    margin:30px auto;}

.stand-reserved:hover{
    background-color:#475c74;
    color:#fff;
    ;}

.ar-all{
    display: block;
    margin: 0 0 -3px;
    padding-bottom: 0;
    padding-left: 100px;
    position: relative;
    z-index: 3;}
.ar-seo{
    display: block;
    margin: 0 0 -3px;
    padding-bottom: 0;
    padding-left: 325px;
    position: relative;
    z-index: 3;}
.ar-digital{
    display: block;
    margin: 0 0 -3px;
    padding-bottom: 0;
    padding-left: 550px;
    position: relative;
    z-index: 3;}
.ar-mobil{
    display: block;
    margin: 0 0 -3px;
    padding-bottom: 0;
    padding-left: 775px;
    position: relative;
    z-index: 3;}
.map_print{
    display:none;
}
.prez-down-seo{
    background-color: #fff;
    border: 1px solid #c0c5ca;
    border-radius: 3px;
    box-sizing: border-box;
    color: #4a586c;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 27px;
    line-height: 27px;
    margin: 0px 0 0 15px;
    padding: 0 10px;
    transition: border 0.3s ease 0s, color 0.3s ease 0s;
    vertical-align: top;}
.prez-down-seo:hover{}
.prez-down-digital{
    background-color: #fff;
    border: 1px solid #c0c5ca;
    border-radius: 3px;
    box-sizing: border-box;
    color: #4a586c;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 27px;
    line-height: 27px;
    margin: 0px 0 0 15px;
    padding: 0 10px;
    transition: border 0.3s ease 0s, color 0.3s ease 0s;
    vertical-align: top;}
.prez-down-digital:hover{}
.prez-down-mobile{
    background-color: #fff;
    border: 1px solid #c0c5ca;
    border-radius: 3px;
    box-sizing: border-box;
    color: #4a586c;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 27px;
    line-height: 27px;
    margin: 0px 0 0 15px;
    padding: 0 10px;
    transition: border 0.3s ease 0s, color 0.3s ease 0s;
    vertical-align: top;}
.prez-down-mobile:hover{}
.cm-report__icon-down {
    float: left;
    height: 16px;
    margin: 4px 5px 0 0;
    width: 16px;
}
.check1{
    display:block;
    width:43%;
    float:left;
    text-align:left;
    margin-left:100px;}

.check2{
    display:block;
    width:40%;
    float:left;
    text-align:left;}

.check1 img, .check2 img{
    padding-right:9px;
}

.price1{
    display: block;
    width:350px;
    float:left;
    margin-left:130px;
    text-align:left;
    color:#CCC;
    margin-top:30px;
    font-size:13px;
    line-height: 20px;
}
.price1 img, .price2 img{
    margin-right:10px;}

.price2{
    display: block;
    width:250px;
    float:left;
    margin-left:50px;
    text-align:left;
    color:#CCC;
    margin-top:30px;
    font-size:13px;
    line-height: 20px;
}
.darkprice{
    color:#586574}

.preza{
    background-color: #f6a021;
    border: medium none;
    color: #fff;
    font-size: 22px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
    display: block;
    margin: 0 auto;}
.preza:hover{
    color: #fff;
    background-color: #dd901e;
}

#counter{
    margin-top:22px;
    width: 516px;
    display: inline-block;
    height:77px;
}
.counter-digits{
    width: 100%;
    height: 20px;
}
.cntSeparator {
    font-size: 54px;
    margin: 0px 7px;
    color: #000;
    line-height: 77px;
    height:77px;
}

.desc { margin: 7px 0;display: inline-block;}
.desc div {
    float: left;
    width: 122px;
    text-align: center;
    width: 105px;
    margin-left:26px;
}

.desc div:nth-child(1){
    margin-left:0;
}        
.registration-popup h2{
    text-align:center;
    font-size:30px;
    color: #2e3e51;
    font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
}
.registration-popup p{
    xtext-align:center;
    font-size:14px;
}

.registration-popup{
    xtext-align:center;
    font-size:14px;}

.registration-popup	input.reg{
    background-color:#509141;
    padding:10px 20px;
    color:#FFF;
    border: none;
    font-size:18px;
    text-transform:uppercase;
    display:block;
    margin: 20px 75px;}

.registration-popup .mail{
    padding:10px;
    border:1px solid #ccc;
}
.registration-popup form{
    margin-left:50px;
}
.registration-popup .mail.error{
    border-color: #f00;
    color: #f00;
}
input.reg{
    cursor: pointer;
}

.cm-weblive__panel.hide{
    display: none;
}
.cm-weblive__panel {
    height: 40px;
    background-color: #fe9900;
    display: block;
    position: relative;
    color: #fff;
    text-align: left;
}
.cm-weblive__panel:hover{
    color: #fff;
}

.cm-weblive__panel .close-btn {
    position: absolute;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}

.cm-weblive__panel .weblive-logo {
    background: url(../../images/weblive-panel-logo.png) 50% 50% no-repeat;
    width: 23px;
    height: 40px;
    position: absolute;
    left: 25px;
    top: 0;
}

.cm-weblive__panel .weblive-text {
    padding-left: 63px;
    line-height: 40px;
    font-weight: 700;
}





.top-history{
	display:inline-block;
	margin:0px auto;
	padding: 10px 10px 5px 10px;}
	
	.top-history li{
		display: block;
		float:left;
		padding:0px;
		text-align:center;
		padding:15px 0;
	}
	.top-history a{
		font-size:18px;
		font-family:'PT Sans', 'Helvetica Neue', Arial, sans-serif;}
	.border{
		border-bottom:1px solid #ccc;
		padding:10px 11px 10px 11px;}
	
	.top-history li.active {
		background-color:#edb333	;
		border-radius:5px;
		
	}
	.top-history li.active a{
		color:#fff;
		
	}
	
	.online{
		font-size:11px;
		display:block;
		padding:20px 2px 0px 2px;}