/**
 * Здесь куча сомнительных правок. Если что-то сломалось - переключись на main.css
 * В нем сомнительных правок чутка меньше
 */

.buy {
    position: fixed;
    right: 0;
    top: 50%;
    max-width: 150px;
    width: 100%;
    height: 130px;
    z-index: 10;
}

.buy-en {
	background: url('/images/buy-ticket-en.png')no-repeat;
    background-size: contain;
}

.buy-ru {
	background: url('/images/buy-ticket-ru.png')no-repeat;
    background-size: contain;
}

.selectricWrapper {
    position: relative;
    margin: 0 0 10px;
    width: 300px;
    cursor: pointer;
}

.selectricResponsive {
    width: 100%;
}

.bodyhidden {
    overflow: hidden!important;
    width: 100%;
    height: 100%;
    position: fixed;
}

.selectric {
    background: #e7e7e7;
    position: relative;
    border-radius: 0px;
    height: 100%;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 16px 0 0;
    padding: 6px 6px;
    font-size: 12px;
    line-height: 32px;
    color: #A1A1A6;
    min-height: 18px;
    height: 44px;
    box-sizing: border-box;
}

.selectric .button {
    background: transparent;
    border-radius: 0px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 30px;
    color: #A1A1A6;
    text-align: center;
    font: 0/0 a;
    /* IE Fix */
    *font: 1px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #A1A1A6;
    border-bottom: none;
}

.selectricHover .selectric {
    border-color: #cdcdd0;
}

.selectricHover .selectric .button {
    color: #cdcdd0;
}

.selectricHover .selectric .button:after {
    border-top-color: #cdcdd0;
}

.selectricOpen {
    z-index: 9999;
}

.selectricOpen .selectric {
    border-color: #cdcdd0;
    background: #cdcdd0;
}

.selectricOpen .selectricItems {
    display: block;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: NaN a !important;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}


/* Items box */

.selectricItems {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectricItems .selectricScroll {
    height: 100%;
    overflow: auto;
}

.selectricAbove .selectricItems {
    top: auto;
    bottom: 100%;
}

.selectricItems ul, .selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectricItems li {
    display: block;
    padding: 5px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
    height: 44px;
    box-sizing: border-box;
}

.selectricItems li.selected {
    background: #EFEFEF;
    color: #444;
    border-top-color: #E0E0E0;
}

.selectricItems li:hover {
    background: #F0F0F0;
    color: #444;
}

.selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default;
}

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

html {
    font-size: 16px;
}

html, body {
    height: 100%;
}

body {
    font-family: "Arimo", "Arial", "sans-serif";
    color: #626262;
    overflow-x: hidden;
}

.content.buy-ticket-block {
    float: none;
    width: 100% !important;
}

iframe {
    max-width: 100%;
}

a {
    color: #4a4a4a;
}

.node_tpl_php h1 {
    font-size: 2em;
    margin-bottom: 30px
}

.node_tpl_php h2 {
    font-size: 1.8em;
    margin-bottom: 28px;
}

.node_tpl_php h3 {
    font-size: 1.7em;
    margin-bottom: 26px;
}

.node_tpl_php h4 {
    font-size: 1.5em;
    margin-bottom: 26px;
}

.node_tpl_php h5 {
    font-size: 1.3em;
    margin-bottom: 24px;
}

.node_tpl_php h6 {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.page {
/*    position: relative;*/
    z-index: 2;
    background: #fafafa;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page .mob-close {
    display: none;
}

.page.moved {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
    /*position: fixed;*/
}

.page.moved .mob-nav {
    display: none;
}

.page.moved .mob-close {
    display: block;
}

img {
    max-width: 100%;
    height: auto!important;
}

h1, h2, h3, h4, h5, h6 {
    color: #0f092c;
}

h1 {
    text-transform: none;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 2em;
}

.mainpage .content h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.3em;
}

blockquote {
    border-left: 3px solid #ccc;
    padding: 10px 0;
    padding-left: 20px;
}

address {
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

input, img, ul, div, a, textarea {
    outline: none;
}

input {
    width: 100%;
    box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"] {
    border: 1px solid #bbbbbb;
    padding: 10px 12px;
    margin-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

textarea {
    width: 100%;
    border: 1px solid #bbbbbb;
    padding: 10px 12px;
    margin-top: 10px;
    resize: vertical;
    box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background: #ededed;
}

/*
section {
    position: relative;
    z-index: 1;
}
*/


section:after {
    content: "";
    display: block;
    clear: both;
}

.menu-mobile {
    overflow-y: auto;
    position: absolute;
    /*position: fixed;*/
    z-index: 1;
    left: -20000px;
    top: 0;
    width: 80%;
    height: 100%;
    text-align: left;
    background: #323131;
}

.menu-mobile:before {
    display: none;
}

.menu-mobile:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
}

.menu-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-mobile>div {
    display: table;
    width: 100%;
    padding: 20px 50px;
    background: #252424;
    box-sizing: border-box;
}

.menu-mobile>div:after {
    content: "";
    display: block;
    clear: both;
}

.menu-mobile>div span {
    display: table-cell;
    vertical-align: middle;
}

.menu-mobile>div .lang-menu {
    display: inline-block;
    float: right;
    background: #000000;
    padding: 10px 3px;
    box-sizing: border-box;
    border-radius: 5px;
}

.menu-mobile>div .lang-menu li {
    display: inline-block;
    margin-top: 2px;
}


/*.menu-mobile > div .lang-menu li a:hover,*/

.menu-mobile>div .lang-menu li a {
    color: #ffffff;
    border-top: 1px solid #999999;
    opacity: 1;
    padding: 8px 14px;
    text-transform: uppercase;
    text-decoration: none;
    background: #616161;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #616161), color-stop(99%, #232323));
    background: -webkit-linear-gradient(top, #616161 0%, #232323 99%);
    background: linear-gradient(to bottom, #616161 0%, #232323 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#616161', endColorstr='#232323', GradientType=0);
}

.menu-mobile>div .lang-menu li a.active {
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid transparent;
    background: transparent;
}

.menu-mobile nav {
    width: 100%;
}

.menu-mobile nav>ul>li {
    float: none;
    height: auto;
}

.menu-mobile nav>ul>li:first-child a {
    border-top: 0;
}

.menu-mobile nav>ul>li>a {
    display: block;
    text-decoration: none;
    padding: 20px 0 20px 50px;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #999999;
}

.menu-mobile .socials {
    display: inline-block;
    background: #323131;
    border-top: 1px solid #999999;
    width: 100%;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
}

.menu-mobile .socials li {
    display: inline-block;
    float: none;
}

.menu-mobile .socials li a {
    color: #323131;
    background: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 10px 10px 10px;
    border-radius: 100%;
}

.menu-mobile .socials li a:hover {
    background: #999999;
    color: #000000;
}

.menu-mobile a, .menu-mobile span {
    color: #ffffff;
}

.mobile-nav {
    left: 30px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.mobile-nav img {
    cursor: pointer;
}


.menu-mobile-left {
    left: 0;
}

header.mobile {
    display: none;
}

header:not(.main) {
    position: relative;
    z-index: 10;
    background: #000000;
    margin: 0 0 70px 0;
    height: 140px;
    text-align: center;
    box-sizing: border-box;
}

header:not(.main) .logo-main img {
    margin: 23px auto;
}

header:not(.main) .active-lang {
    display: none;
}

header:not(.main) .container {
    position: relative;
    background: #000000;
    padding: 3px;
    height: 60px;
    width: 1260px;
    box-sizing: border-box;
    border-radius: 3px;
}

header:not(.main) .container:before {
    content: "";
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    z-index: -1;
    padding: 3px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: #c159f4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c159f4), color-stop(100%, #630cdb));
    background: -webkit-linear-gradient(top, #c159f4 0%, #630cdb 100%);
    background: linear-gradient(to bottom, #c159f4 0%, #630cdb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c159f4', endColorstr='#630cdb', GradientType=0);
    border-radius: 3px;
    position: absolute;
}

header:not(.main) .container:after {
    content: "";
    display: block;
    clear: both;
}

header:not(.main) nav {
    display: inline-block;
    height: 100%;
    float: left;
    font-size: 1.3em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header:not(.main) nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

header:not(.main) nav>ul>li {
    float: left;
    height: 100%;
}

header:not(.main) nav>ul>li>a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 19px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 56px;
}

header:not(.main) nav>ul>li.active a, header:not(.main) nav>ul>li>a:hover {
    color: #a444d2;
}

header:not(.main) .lang-menu {
    margin: 0 15px 0 0;
    padding: 0;
    float: right;
    list-style: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header:not(.main) .lang-menu li {
    float: left;
}

header:not(.main) .lang-menu li a,
header:not(.main) .lang-menu li span
{
    display: block;
    width: 34px;
    height: 34px;
    background: center center no-repeat;
    margin-left: 6px;
    font-size: 0;
    border-radius: 100%;
}

header:not(.main) .lang-menu li span.disabled {
    opacity: 0.5;
}

header:not(.main) .lang-menu li a.active, header:not(.main) .lang-menu li a:hover {
    opacity: 0.5;
}

header:not(.main) .lang-menu li .en {
    background-image: url(../images/icons/flag-gb-header.png);
}

header:not(.main) .lang-menu li .ru {
    background-image: url(../images/icons/flag-ru-header.png);
}

header:not(.main)+section {
    padding: 120px 0 90px 0;
}

footer {
    background: #000000;
    padding: 30px 0 90px 0;
}

footer.mobile {
    display: none;
}





footer h2 {
    color: #ffffff;
    font-size: 1em;
}

footer span {
    display: block;
}

footer span a {
    text-decoration: none;
    color: inherit;
}

footer span a:hover {
    text-decoration: underline;
}

footer .socials li {
    float: left;
    margin: 0 8px 12px 0;
}

footer .socials li:nth-of-type(4n+1) {
    clear: left;
    margin-left: 0;
}

footer .socials a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 100%;
}

footer .socials a.fa-facebook, footer .socials a.fa-vk, footer .socials a.fa-linkedin {
    background: #0073bc;
}

footer .socials a.fa-facebook:hover, footer .socials a.fa-vk:hover, footer .socials a.fa-linkedin:hover {
    background: #2688c6;
}

footer .socials a.fa-twitter {
    background: #00b8f1;
}

footer .socials a.fa-twitter:hover {
    background: #4dcdf5;
}

footer .socials a.fa-google-play {
    background: url(../images/icons/google-play.png) #00b8f1 no-repeat center center;
}

footer .socials a.fa-google-play:hover {
    background-color: #4dcdf5;
}

footer .socials a.fa-instagram {
    background: #8f6c58;
}

footer .socials a.fa-instagram:hover {
    background: #a08271;
}

footer .socials a.fa-apple {
    background: #dcdcdc;
}

footer .socials a.fa-apple:hover {
    background: #ffffff;
}

footer .socials a.fa-youtube, footer .socials a.fa-google-plus {
    background: #ff0000;
}

footer .socials a.fa-youtube:hover, footer .socials a.fa-google-plus:hover {
    background: #ff4d4d;
}

footer input {
    width: 220px;
}

footer input[type="submit"] {
    margin-top: 5px;
}

.content {
    width: 940px;
    float: left;
}

.content+aside {
    width: 280px;
    float: right;
}

.content.partnership {
    width: 780px;
    padding: 0 50px 50px 0;
    box-sizing: border-box;
}

.content.partnership h2 {
    text-transform: none;
    margin-top: 60px;
}

.content.partnership h2:nth-of-type(1) {
    margin-top: 0;
}

.content.partnership h3 {
    margin: 35px 0 0 0;
    color: #000000;
    text-transform: none;
}

.content.partnership p {
    margin: 5px 0 20px 0;
}

.content.partnership .btn-download:first-of-type {
    margin-top: 70px;
}

.content.partnership+aside {
    width: 440px;
}

ul#parties {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul#parties li {
    display: inline-block;
    margin: 10px;
}

.parties-item {
    border: 5px solid #b54fc9;
    width: 140px;
    height: 140px;
    background: white;
    border-radius: 100%;
    overflow: hidden;
}

.parties-item img {
    max-width: 100%;
    vertical-align: middle;
}

.parties-item a {
    width: 140px;
    height: 140px;
    line-height: 140px;
    display: inline-block;
}

.content.speakers ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.content.speakers ul>li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 32%;
    margin-left: 0.5%;
    margin-bottom: 50px;
}

.content.speakers ul>li .speaker-img {
    display: block;
    width: 196px;
    height: 196px;
    border-radius: 100%;
    /*
    background: rgba(0,0,0,0.7);
    */
    top: 0;
    left: 50%;
    margin-left: -98px;
    position: relative;
}

.content.speakers ul>li .speaker-img:after {
    content: '';
    display: block;
    width: 196px;
    height: 196px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.content.speakers ul>li:hover .speaker-img:after, .content.speakers ul>li.opened .speaker-img:after {
    background: transparent;
}

.content.speakers ul>li img {
    border-radius: 100%;
}

.content.speakers ul>li:after {
    /*display: none;
  content: "";
  position: absolute;
  z-index: -1;
  border-width: 18px 18px 18px 0;
  border-style: solid solid solid none;
  border-color: transparent #dcdcdc transparent;
  left: 50%;
  bottom: -60px;
  margin-left: -9px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);*/
}

.content.speakers ul>li.opened:after {
    /*display: block;*/
}

.content.speakers .speaker-name {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #0f092c;
    margin: 30px 0 20px 0;
}

.content.speakers .speaker-detail {
    display: none;
    list-style: none;
    margin: 0 0 40px 0;
    width: 100%;
    background: #dcdcdc;
    text-align: left;
    padding: 30px;
    box-sizing: border-box;
}

.content.speakers .speaker-detail h2 {
    margin: 0;
}

.content.speakers .speaker-detail a {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.content.speakers .speaker-detail i {
    display: inline-block;
    margin-bottom: 30px;
}

.form {
    width: 780px;
}

.form form {
    margin-top: 50px;
}

.form input, .form textarea {
    width: 49%;
    clear: left;
    float: left;
}

.form textarea {
    min-height: 200px;
    max-height: 300px;
}

.form .padded {
    float: right;
    clear: none;
}

.form .btn {
    width: 220px;
    margin-top: 10px;
}

.news .news-content p {
    margin: 20px 0;
}

.news .news-content h2 {
    /*margin: 100px 0 40px 0;*/
}

.news .news-item {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 32%;
    float: left;
    margin: 0 0 30px 2%;
}

.news-items .news-item {
    width: 100%;
}

.news .news-item:nth-of-type(3n+1) {
    clear: left;
    margin: 0;
}

.news .news-item img {
    width: 100%;
    max-width: 100%;
    height: 215px !important;
}

.news .news-item .news-title {
    color: #0f092c;
    font-size: 1.2em;
    text-transform: none;
}

.news .news-date {
    color: #999999;
    font-weight: bold;
    margin-bottom: 60px;
}

.news .pager {
    width: calc(32% - 6px);
}

.news.news-detail .pager {
    margin-top: 50px;
    /*float: left;
  display: inline-block;*/
}

.become-speaker {
    height: 340px;
    color: #ffffff;
    background: #000000 url(../images/bg/bg-6.jpg) right center no-repeat;
    background-size: auto 100%;
}

.become-speaker .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.become-speaker h2 {
    font-weight: bold;
    color: #7d25a4;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.become-speaker p {
    margin: 0 0 50px 0;
}

.become-speaker strong:first-of-type {
    margin-right: 80px;
}

.become-speaker .btn {
    width: 240px;
}

.medicine {
    height: 500px;
    color: #ffffff;
    background-color: #000000;
    background-repeat: no-repeat;
    background-image: url(../images/bg/bg-4.png), url(../images/bg/bg-3.png);
    background-position: left center, right center;
    background-size: auto 100%, auto 100%;
}

.medicine .container {
    padding-right: 275px;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.medicine h2 {
    font-weight: bold;
    color: #7d25a4;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.medicine h3 {
    margin: 50px 0 80px 0;
    text-transform: none;
    color: #ffffff;
}

.medicine p {
    margin: 0;
}

.medicine .btn {
    width: 220px;
    border-width: 1px;
}

.tickets {
    height: 424px;
    color: #ffffff;
    background-color: #000000;
    background-repeat: no-repeat;
    background-image: url(../images/bg/bg-1.jpg);
    background-position: center center;
    background-size: cover;
}

.tickets .container {
    padding-right: 380px;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tickets h2 {
    font-weight: bold;
    color: #7d25a4;
    text-transform: uppercase;
    margin: 0;
}

.tickets h3 {
    color: #ffffff;
    margin: 5px 0 25px 0;
    font-weight: normal;
    text-transform: none;
}

.tickets p {
    margin-bottom: 60px;
}

.tickets .btn {
    width: 160px;
}

.tickets img {
    float: right;
}

.sponsors {
    background: #ffffff;
    padding: 50px 0;
    text-align: center;
}

.sponsors h2 {
    margin: 25px 0;
}

.sponsors h2:nth-of-type(2) {
    margin-top: 80px;
}

.sponsors ul {
    margin: 0;
    padding: 0;
    /*position: relative;*/
}

.sponsors ul li {
    display: inline-block;
    vertical-align: top;
    width: 19.5%;
}

.sponsors ul:nth-of-type(1) li {
    /*height: 125px;*/
    margin-top: 35px;
}

.sponsors ul:nth-of-type(1) li a {
    /*position: relative;
  display: block;
  width: 100%;
  height: 100%;*/
    text-decoration: none;
}

.sponsors ul:nth-of-type(1) li a span.text {
    font-weight: bold;
    color: #000000;
    display: block;
}

.sponsors ul:nth-of-type(1) li a span.img {
    height: 130px;
    line-height: 130px;
    display: block;
    padding-top: 20px;
}

.sponsors ul:nth-of-type(1) li a img {
    /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;*/
    max-height: 130px;
    width: auto;
    vertical-align: middle;
}

.sponsors img {
    opacity: 0.6;
    max-width: 100%;
}

.sponsors img:hover {
    opacity: 1;
}

.mobile-map {
    display: none;
}

/*.map {
    height: 800px;
    padding: 0 !important;
    position: relative;
}*/

.map {
    height: 800px;
	width: 100%;
    padding: 0 !important;
    position: absolute;
	z-index: 1;
}

.map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.map .container {
    height: 100%;
    pointer-events: none;
}

.map .container>div {
    pointer-events: all;
    width: 470px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 45px;
    box-sizing: border-box;
}

.map .container>div h2 {
    margin: 0;
    color: #ffffff;
}

.map .container>div p {
    color: #ffffff;
}

.map .container>div p:first-of-type {
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0;
}

.contact {
    padding: 90px 0;
    color: #000000;
    z-index: 5;
}

.contact h2 {
    margin: 0 0 45px 0;
}

.contact address, .contact form {
    max-width: 255px;
    width: 100%;
    margin: auto;
    vertical-align: top;
}

.contact address {
    margin-right: 1%;
    min-height: 175px;
}

.contact address img {
    float: left;
    margin-right: 40px;
    border-radius: 100%;
    width: 110px;
    margin-bottom: 20px;
}

.contact address span {
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin: 0px 0 10px 0;
}

.contact address a {
    font-size: 1.1em;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.contact address a:hover {
    text-decoration: underline;
}

.contact address:after {
    content: "";
    display: block;
    clear: both;
}

.contact form span {
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin: 20px 0 10px 0;
}

.contact form .selectricWrapper {
    display: inline-block;
    width: 65px;
    height: 44px;
    margin: 0;
    margin-top: 10px;
}

.contact form input {
    /*width: 255px;*/
    height: 44px;
    vertical-align: top;
    border-color: #e7e7e7;
    border-width: 2px;
    color: #626262;
}

.contact form .btn {
    width: 200px;
    vertical-align: top;
    /*margin-left: 20px;*/
}

.program {
    width: 850px;
}

.program>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.program>ul>li {
    padding: 25px;
    background: #ededed;
    box-sizing: border-box;
}

.program>ul li.opened {
    background: #e2e2e2;
    padding-bottom: 0;
}

.program>ul li.opened .title {
    font-weight: bold;
    color: #7d25a4;
}

.program>ul li.opened>div {
    position: relative;
    padding: 25px;
    width: calc(100% + 50px);
    margin: 25px 0 0 -25px;
    background: #d7d7d7;
    box-sizing: border-box;
}

.program>ul li.opened>div:before {
    content: "";
    display: block;
    position: absolute;
    border-width: 30px 25px 30px 0;
    border-style: solid solid solid none;
    border-color: transparent #e2e2e2 transparent;
    top: -20px;
    right: 60px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.program>ul li.opened>div>span.tez {
    display: block;
    /*width:285px;*/
    width: 36%;
}

.program>ul li.opened>div>span.tez ul, .program>ul li.opened>div>span.tez ol, .program>ul li.opened>div>span.tez p {
    margin-bottom: 10px;
}

.program>ul li.opened>div>span.tez ul {
    list-style-type: disc;
}

.program>ul li.opened>div>img, .program>ul li.opened>div>div, .program>ul li.opened>div>span.tez, .program>ul li.opened>div>ul {
    float: left;
}

.program>ul li.opened>div>img {
    width: 10%;
    /*height:80px;*/
    border-radius: 100%;
}

.program>ul li.opened>div>div {
    /*margin-left: 25px;
  margin-right: 80px;
  width: 330px;*/
    margin-left: 3%;
    margin-right: 10%;
    width: 41%;
}

.program>ul li.opened>div>div span {
    display: inline-block;
    margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
}

.program>ul li.opened>div>span.tez, .program>ul li.opened>div>ul {
    margin: 0;
    padding: 0;
}

.program>ul li.opened>div>ul li {
    background: inherit;
    list-style: disc;
    padding: 2px 0;
}

.program>ul li.opened>div:after {
    content: "";
    display: block;
    clear: both;
}

.program p {
    margin: 0;
}

.container {
    position: relative;
    margin: auto;
    width: 1260px;
}

.btn {
    display: inline-block;
    /*height: 44px;*/
    line-height: 32px;
    border: 2px solid #7d25a4;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    background: #c159f4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c159f4), color-stop(100%, #630cdb));
    background: -webkit-linear-gradient(top, #c159f4 0%, #630cdb 100%);
    background: linear-gradient(to bottom, #c159f4 0%, #630cdb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c159f4', endColorstr='#630cdb', GradientType=0);
}

.btn:hover {
    background: #c96df5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c96df5), color-stop(100%, #762adf));
    background: -webkit-linear-gradient(top, #c96df5 0%, #762adf 100%);
    background: linear-gradient(to bottom, #c96df5 0%, #762adf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c96df5', endColorstr='#762adf', GradientType=0);
    text-decoration: none;
}

.btn-download {
    display: table;
    min-height: 30px;
    line-height: 30px;
    padding-left: 40px;
    margin: 15px 0;
    color: #000000;
    background: url(../images/icons/download.png) no-repeat left center;
}

.btn-dwn {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 27px 100px 27px 40px;
    max-height: 66px;
    font-family: 'Arimo', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ae63ee+0,5614d6+100 */
    background: #ae63ee; /* Old browsers */
    background: -moz-linear-gradient(top, #ae63ee 0%, #5614d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ae63ee 0%,#5614d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ae63ee 0%,#5614d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae63ee', endColorstr='#5614d6',GradientType=0 ); /* IE6-9 */
/*    overflow: hidden;*/
    box-shadow: 0px 4px 0px 0px #4513a9;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    transition: background-color .3s;
    border: 2px solid #6c2aa0;
    transition: all .4s;
}

.btn-dwn::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 70px;
    height: 105%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #6a26dc url('/images/icons/btn-dwn.png') no-repeat center;
    transition: all .4s;

}

.btn-dwn:focus {
    color: #fff;
    text-decoration: none;
}
.btn-dwn:hover {
    color: #fff;
}
.btn-dwn:hover::after {
    color: #fff;
    background-color: transparent;
}

input[type="submit"].btn {
    border-width: 1px;
    /*line-height: 0;*/
    margin-top: 10px;
}

.socials {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.socials a {
    color: #000000;
    text-decoration: none;
}

.box {
    position: relative;
    border: 6px solid #000000;
    background: #e7e7e7;
    text-align: left;
    padding: 50px 25px 25px 25px;
    box-sizing: border-box;
}

.box>h2 {
    position: absolute;
    width: 100%;
    left: -15px;
    top: -15px;
    display: block;
    color: #ffffff;
    margin: 0;
    font-size: 1.6em;
}

.box>h2 span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: bold;
    text-transform: uppercase;
    background: #000000;
    padding: 6px 0;
    line-height: 30px;
    box-shadow: 12px 0 0 1px #000000, 12px 0 0 1px #000000, 12px 0 0 1px #000000, 12px 0 0 1px #000000, 12px 0 0 1px #000000, -12px 0 0 1px #000000;
}

.box>h2 span b {
    position: relative;
}

.box-subscribe-update {
    margin: 16px 0 70px 0;
}

.box-subscribe {
    background: #ffffff;
}

.box-subscribe a {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
}

.box-subscribe a:last-of-type {
    margin-bottom: 0;
}

.box-subscribe a span {
    display: block;
    color: #000000;
    font-weight: bold;
}

.box-subscribe img {
    opacity: 0.6;
    display: block;
    margin: 0 auto 15px auto;
}

.box-subscribe img:hover {
    opacity: 1;
}

.box-master-class {
    padding: 0;
}

.box-master-class img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.box-accreditation {
    margin-top: 20px;
}

.box-accreditation .btn {
    width: 50%;
    float: right;
}

.box-accreditation:after {
    content: "";
    display: block;
    clear: both;
}

.box-contact {
    margin-top: 60px;
}

.box-contact img {
    width: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}

.box-contact .contact-name {
    font-weight: bold;
    color: #000000;
    display: block;
    padding: 20px 0;
}

.box-contact a {
    display: table;
    margin: 5px 0 5px 90px;
    text-decoration: none;
    color: inherit;
    color: #000000;
}

.box-contact a:hover {
    text-decoration: underline;
}

a.revert {
    color: inherit;
    text-decoration: none;
}

a.revert:hover {
    text-decoration: underline;
}

.phone-flag {
    position: relative;
}

.phone-flag:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.phone-flag.de:after {
    background-image: url(../images/icons/flag-de.png);
}

.phone-flag.gb:after {
    background-image: url(../images/icons/flag-gb.png);
}

.phone-flag.ru:after {
    background-image: url(../images/icons/flag-ru.png);
}

.phone-flag.ua:after {
    background-image: url(../images/icons/flag-ua.png);
}

.phone-flag.us:after {
    background-image: url(../images/icons/flag-us.png);
}

address .link {
    min-height: 26px;
    line-height: 26px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
}

address .link.link-phone {
    background-image: url(../images/icons/phone.png);
}

address .link.link-email {
    background-image: url(../images/icons/email.png);
}

address .link.link-skype {
    background-image: url(../images/icons/skype.png);
}

.pager {
    position: relative;
    clear: both;
    display: table;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    background: #fafafa;
    text-decoration: none;
    color: #a444d2;
    font-weight: bold;
    text-transform: uppercase;
}

.pager li {
    display: inline-block;
}

.pager li a, .pager li span {
    padding: 0 12px;
    border: none;
    text-decoration: none;
    background-color: inherit !important;
}

.pager li a {
    color: #a444d2;
}

.pager .next a {
    float: none;
}

.pager li a:hover, .pager li span, .pager li.active a {
    color: #d3bde3;
}

.pager li.active a {
    color: #630cdb;
}

.pager:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    background: #c159f4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c159f4), color-stop(100%, #630cdb));
    background: -webkit-linear-gradient(top, #c159f4 0%, #630cdb 100%);
    background: linear-gradient(to bottom, #c159f4 0%, #630cdb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c159f4', endColorstr='#630cdb', GradientType=0);
}

a.pager:hover {
    background: transparent;
    color: #ffffff;
}

.mainpage .page {
    background-image: url(../images/bg/bg-mainpage.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.mainpage header {
    text-align: left;
}

.mainpage header .logo-main img {
    margin: 100px 0 60px 0;
}

.mainpage header .btn {
    display: none;
}

.mainpage header .lang-menu {
    margin: 0 15px 0 0;
    padding: 0;
    float: right;
    list-style: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainpage header .lang-menu li {
    float: left;
}

.mainpage header .lang-menu li a {
    display: block;
    width: 34px;
    height: 34px;
    background: center center no-repeat;
    margin-left: 6px;
    border-radius: 100%;
    font-size: 0;
}

.mainpage header .lang-menu li a.active, .mainpage header .lang-menu li a:hover {
    opacity: 0.5;
}

.mainpage header .lang-menu li .en {
    background-image: url(../images/icons/flag-gb-header.png);
}

.mainpage header .lang-menu li .ru {
    background-image: url(../images/icons/flag-ru-header.png);
}

.mainpage header .menu-wrap {
    margin: 90px 0 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px;
    height: 60px;
    border: 3px solid;
    border-top-color: #a444d2;
    border-bottom-color: #7d25a4;
    border-left-color: #9322ea;
    border-right-color: #9322ea;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 2;
}

.mainpage header .menu-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.mainpage header nav {
    display: inline-block;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainpage header nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.mainpage header nav>ul>li {
    float: left;
    height: 100%;
}

.mainpage header nav>ul>li>a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 15px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 56px;
}

.mainpage header nav>ul>li>a:hover {
    color: #a444d2;
}

.menu-wrap {
    position: relative;
    background: transparent;
    padding: 3px;
    height: 60px;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
}

.menu-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.buy-ticket {
    position: fixed;
    top: 20vh;
    right: 10px;
    z-index: 9999;
    width: 115px;
    height: 115px;
}

.buy-ticket img {
    width: 100%;
}

.mainpage h1 span, .mainpage h1+span {
    background: #000000;
    padding: 5px 10px;
    text-transform: uppercase;
    display: table;
    margin: 3px 0;
    font-family: "Arial Black", Arial;
    font-weight: 900;
}

.mainpage h1 span:nth-of-type(1), .mainpage h1+span:nth-of-type(1) {
    font-size: 1.6em;
    color: #ffffff;
}

.mainpage h1 span:nth-of-type(2), .mainpage h1+span:nth-of-type(2) {
    font-size: 1.6em;
    color: #7d25a4;
}

.mainpage h1 span:nth-of-type(3), .mainpage h1 span:nth-of-type(4), .mainpage h1+span:nth-of-type(3), .mainpage h1+span:nth-of-type(4) {
    color: #7d25a4;
    /*margin-bottom: 40px;*/
}

.mainpage h1+span:nth-of-type(1) {
    background: #000000;
    padding: 5px 10px;
    text-transform: uppercase;
    display: table;
    font-size: 3em;
}

.mainpage header+section .container {
    background: #ffffff;
}

.mainpage .content {
    width: 940px;
    background: #ffffff;
    padding: 20px 40px;
    text-align: justify;
    box-sizing: border-box;
}

.mainpage .content ul {
    margin: 30px 0 0 0;
    padding: 0;
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: inside;
}

.mainpage .content ul li {
    padding: 10px 0 0 0px;
    /*position: relative;
  min-height: 75px;
  line-height: 35px;
  margin-top: -10px;*/
}

.mainpage .content ul li:before {
    /*content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  background: #dcdcdc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;*/
}

.mainpage aside {
    /*width: 300px;*/
    background: #ffffff;
    padding: 35px 15px 20px 15px;
    text-align: left;
    box-sizing: border-box;
}

.mainpage aside img {
    margin: 0 auto 35px auto;
}

.mainpage aside h3 {
    margin: 5px 0 20px 0;
}

.mainpage aside h3:first-of-type {
    margin-top: 70px;
}

.mainpage aside a {
    width: 100%;
    margin: 5px 0;
}

.mainpage aside+div {
    clear: both;
    padding: 90px 40px;
    text-align: center;
    box-sizing: border-box;
}

.mainpage aside+div form {
    margin-top: 50px;
}

.morebyemailmain .form-group {
    display: inline;
}

.mainpage aside+div form input[type="text"], .mainpage aside+div form input[type="email"] {
    display: inline-block;
    width: 25%;
    height: 44px;
    margin: 0 2px;
}

.mainpage aside+div form img+input[type="text"] {
    display: block;
	margin: 0 auto;
}

.mainpage aside+div form .btn {
    width: 160px;
    vertical-align: bottom;
    line-height: 30px;
}

.mainpage .tickets .container {
    padding-right: 100px;
}

.mainpage .news {
    padding: 100px 0;
    text-align: center;
}

.mainpage .news .news-item {
    text-align: left;
    width: 24%;
    margin-left: 1%;
}

.mainpage .news .news-item:nth-of-type(3n+1) {
    clear: none;
}

.mainpage .news .news-item:nth-of-type(4n+1) {
    clear: left;
    margin-left: 0;
}

.mainpage .news .pager {
    width: 300px;
}

.mainpage .contact {
    height: auto;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    background-repeat: no-repeat;
    background-image: url(../images/bg/bg-2.png);
    background-position: top left;
    background-size: cover;
    box-sizing: border-box;
}

.mainpage .contact .container {
    width: 1070px;
}

.mainpage .contact h2 {
    color: #fff;
    /*
  color: #7d25a4;
  */
}

.mainpage .contact h3 {
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

.mainpage .contact address {
    text-align: left;
}

.mainpage .contact address span {
    margin: 55px 0 0 0;
}

.mainpage .contact address img {
    border: 2px solid #ffffff;
    border-radius: 100%;
}

.mainpage .contact form {
    text-align: center;
}

.mainpage .contact form .btn {
    width: 160px;
    color: #fff;
}

.mainpage .sponsors ul:first-of-type li {
    width: 24.5%;
}

.mainpage .sponsors ul.infopartners li {
    width: 10%;
    margin: 0 1% 1%;
    height: 125px;
    line-height: 125px;
}
.mainpage .sponsors ul.partner li {
    line-height: inherit;
}

.mainpage .sponsors ul.infopartners .wrap-image {
    max-height: 85px;
    width: auto;
    vertical-align: middle;
	display: block;
	margin: 0 auto 10px;
	min-height: 85px;
	position: relative;
}
.mainpage .sponsors ul.infopartners .wrap-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100% !important;
}

span.big {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}

.callbackmain .field-formcallback-phone {
    display: inline;
}

#map img {
    max-width: 999999999px;
}

.single-news-image {
    float: left;
    margin: 0 15px 15px 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

.share-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    margin-right: 15px;
    color: #000000;
}

.share42init {
    text-align: right;
}

#share42 {
    display: inline-block;
    padding: 6px 0 0 6px;
}

#share42:hover {}

#share42 a {
    opacity: 0.9;
}

#share42 a:hover {
    opacity: 1;
}

.formpage .form-group:after {
    content: '';
    clear: both;
    display: block;
}

.formpage .form-group {
    padding-bottom: 15px;
}

.formpage .form-group label {
    display: block;
    float: left;
    width: 28%;
    padding: 9px 10px 5px 0;
}

.formpage .form-group .col-xs-7 {
    width: 50%;
    float: left;
}

.formpage .form-group .col-xs-10 {
    width: 78%;
    padding-left: 10px;
}

.formpage .form-group .col-xs-10 input[type="submit"] {
    float: right;
}

.formpage .form-group .col-xs-7 input[type='email'], .formpage .form-group .col-xs-7 textarea, .formpage .form-group .col-xs-7 input[type='text'] {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

div.required label:after {
    color: #ff0000;
    content: " *";
}

.help-block {
    display: block;
    /*margin-bottom: 10px;*/
    margin-top: 3px;
    color: #a94442;
    font-size: 14px;
}

.has-error .form-control {
    border-color: #a94442;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
}

.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

#becomesponsor-package {
    height: 40px;
    padding: 10px 12px;
    width: 100%;
    border: 1px solid #bbbbbb;
    margin-top: 10px;
}

.speaker-description:after {
    /*bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(250,250,250,0) 0%, rgba(250,250,250,0.94) 94%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,0)), color-stop(94%,rgba(250,250,250,0.94)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,0.94) 94%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,0.94) 94%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,0.94) 94%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(250,250,250,0) 0%,rgba(250,250,250,0.94) 94%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=0 );*/
}

.speaker-description {
    /*height: 39px;
    overflow: hidden;
    position: relative;*/
}

.logo-anim {
    display: inline-block;
    position: relative;
}

.mainpage header .logo-main .logo-glow {
    left: -11px;
    opacity: 0;
    position: absolute;
    top: 145px;
    margin: 0;
    width: auto!important;
}

#bgvidwrapper {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    z-index: -3;
}

video {
    display: block;
}

#bgvidwrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/pattern_vid.png") center center;
    z-index: -1;
}

#bgvid {
    position: relative;
    top: -158px;
    left: 0;
    min-width: 100%;
    min-height: 1086px;
    display: block;
    z-index: -2;
}

.bg_white {
    background: #fff;
}

.results-container {
    text-align: center;
}

.results-item {
    display: inline-block;
    margin: 0 20px 40px;
    text-align: center;
}

.results-item span {
    display: block;
    margin-top: 23px;
    font-size: 20px;
    color: #0f092c;
    font-weight: bold;
}

.comments-2015 {
    padding: 50px 0;
    margin-bottom: 70px;
}

.comments-2015-container {
    padding: 0 75px;
    max-width: 900px;
    margin: 0 auto;
}

.comments-2015>.container {
    width: 925px;
}

.comment-image {
    float: left;
    margin-right: 30px;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}

.comment-info {
    float: left;
    padding-top: 9px;
}

.comment-name {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.comment-post {
    /*color: #959595;*/
	margin-bottom: 25px;
}

.comment-body {
    /*color: #6c6c6c;*/
    font-size: 18px;
    text-align: left;
}

.comments-2015 .bx-wrapper .bx-controls-direction a {
    width: 51px;
    height: 97px;
    margin-top: -47px;
    background: url(../images/bg_results_slider.png) 0 0 no-repeat;
}

.comments-2015 .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 0px 0px;
    left: -76px
}

.comments-2015 .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -58px 0px;
    right: -76px;
}

.ul_photos {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.ul_photos li {
    display: inline-block;
    margin: 0 9px 18px;
    width: 188px;
}

@media (min-width: 1013px) {
    #bgvidwrapper {
        display: block;
    }
}


/*-------------------------------------------------------*/

@media (max-width: 1280px) {
    .container {
        width: 1024px !important;
    }
    .contact address {
        display: block;
    }
    .contact form {
        width: auto;
        margin-top: 20px;
    }
    .map .container>div {
        width: 50%;
        padding: 80px;
    }
    .content {
        width: 680px !important;
    }
    .content+aside {
        width: 300px !important;
    }
    .form .padded {
        float: left;
        clear: left;
    }
    .form input[type="text"], .form input[type="email"], .form textarea {
        width: 380px;
    }
    .become-speaker {
        background-position-x: 500px;
    }
    .news .news-item {
        width: 49%;
    }
    .news .news-item:nth-of-type(3n+1) {
        clear: none;
        margin-left: 2%;
    }
    .news .news-item:nth-of-type(2n+1) {
        clear: left;
        margin: 0;
    }
    .news .pager {
        width: calc(49% - 6px);
    }
    .medicine {
        background-position-x: -290px, 810px;
    }
    .program>ul li.opened>div>ul {
        margin: 20px 0 0 24px;
    }
    .tickets .container {
        padding: 0;
    }
    .tickets .container p {
        padding-right: 300px;
    }
    .box:not(.box-master-class) {
        padding-top: 90px;
    }
    .box .btn {
        width: 100%;
    }
    .box.box-contact {
        padding-top: 70px;
    }
    .box.box-contact a {
        margin: 5px 0;
    }
    .box.box-contact img {
        float: none;
        margin: 0;
    }
    .box.box-contact .contact-name {
        padding: 10px 0 15px 0;
        font-size: 1.7em;
    }
    .mainpage .news .news-item {
        width: 31.5%;
        margin-left: 2%;
    }
    .mainpage .news .news-item:nth-of-type(3n+1) {
        clear: left;
        margin-left: 0;
    }
    .mainpage .news .news-item:nth-of-type(4) {
        display: none;
    }
    .mainpage .news .news-item:nth-of-type(4n+1), .mainpage .news .news-item:nth-of-type(2n+1) {
        clear: none;
        margin-left: 10px;
    }
    .mainpage .contact address {
        display: inline-block;
    }
    .mainpage .contact form {
        margin: 0;
    }
    .content.speakers ul li {
        width: 49%;
    }
    .content.speakers ul li:nth-of-type(3n+1) {
        margin-left: 0.5%;
    }
    .content.speakers ul li:nth-of-type(2n+1) {
        margin-left: 0;
    }
/*
    footer .container>div {
        width: 296px;
    }
*/
    header:not(.main) nav {
        font-size: 1em;
    }
}

@media (max-width: 1013px) {
    header:not(.main) {
        margin: 0;
    }
    body {
        font-size: 1.3em;
    }
    h1, h2, h3 {
        text-align: center !important;
    }
    .container {
        width: 100% !important;
        max-width: 720px !important;
        padding: 0 30px;
        box-sizing: border-box;
    }
    header.mobile {
        display: block;
    }
    .menu-mobile {
        font-size: 1.3em;
    }
    .mobile-map p {
        font-size: 2em;
    }
    .mainpage {
        background-position: 50% top;
        background-size: 233% 128%;
    }
    .mainpage .page {
        background-size: auto 1000px;
    }
    .mainpage .content {
        padding: 20px 5px;
    }
    .mainpage h1 span {
        text-align: left !important;
    }
    .mainpage h1 span:nth-of-type(1), .mainpage h1 span:nth-of-type(2) {
        font-size: 1.3em;
    }
    .mainpage header.main .logo-main img {
        width: 100%;
    }
    .mainpage header.main .menu-wrap {
        display: none;
    }
    .mainpage header.main .btn {
        display: inline-block;
        margin: 100px 0 35px 0;
    }
    .mainpage .news {
        padding: 100px 30px;
        margin-top: 20px;
    }
    .mainpage .news .news-item {
        width: 100% !important;
        clear: none !important;
        float: none !important;
        margin: 0 !important;
    }
    .mainpage .contact {
        height: auto;
        padding: 30px 0;
    }
    .mainpage .contact address {
        text-align: center;
    }
    .mainpage .contact address img {
        float: none;
        margin: 0;
    }
    .mainpage .contact form {
        display: none;
    }
    .mainpage .content+aside {
        text-align: center;
    }
    .mainpage .content+aside+div {
        padding-top: 0;
    }
    .mainpage .content+aside+div input[type="email"], .mainpage .content+aside+div input[type="text"] {
        width: 100%;
        margin-bottom: 20px;
    }
    .mainpage aside h3:first-of-type {
        margin-top: 0;
    }
    header:not(.main) {
        background: #191919;
        height: 100px;
    }
    header:not(.main)+section {
        padding: 50px 0;
    }
    header:not(.main) .logo-main {
        width: 156px;
        height: 46px;
        background: url(../images/mobile/logo-main.png) no-repeat;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    header:not(.main) .logo-main img {
        display: none;
    }
    header:not(.main) .container {
        display: none;
    }
    .content {
        width: 100% !important;
        float: none;
    }
    .content+aside {
        width: 100% !important;
        float: none;
        padding: 50px 0;
    }
    .form input[type="text"], .form input[type="email"], .form textarea {
        width: 100%;
        padding: 10px 20px;
    }
    .form input, .form textarea {
        clear: none;
        float: none;
    }
    input[type="text"], input[type="email"], input[type="password"] {
        height: 75px;
        /* !important */
    }
    #becomesponsor-package {
        height: 73px;
    }
    .box {
        padding: 100px 40px 40px 40px;
    }
    .box-master-class {
        padding: 40px;
    }
    .box>h2 {
        left: 0;
        font-size: 2em;
    }
    .box>h2 span {
        line-height: 50px;
    }
    .box.box-contact a {
        clear: left;
        margin: 20px 0;
    }
    .box.box-contact img {
        width: auto;
    }
    .box.box-contact address {
        padding-top: 30px;
    }
    .box.box-contact span {
        margin-bottom: 30px;
    }
    .btn, .pager {
        width: 100%;
        /*!important*/
        float: none !important;
        /*height: 70px; / *!important*/
    }
    ul.pager, a.pager, a.btn {
        line-height: 66px;
    }
    .pager {
        font-size: 1.8em;
    }
    .become-speaker {
        background-size: cover;
        background-position-x: 430px;
    }
    .sponsors {
        display: none;
    }
    .medicine {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .medicine .container {
        padding: 20px;
    }
    .news:not(.news-detail) .news-item {
        width: 100%;
        margin: 0 0 70px 0;
        text-align: center;
    }
    .news .news-item img{
      max-width: 320px;
    }
    .mainpage .news .news-item:nth-of-type(4) {
        display: block;
    }
    .news:not(.news-detail) .news-item:nth-of-type(2n+1) {
        clear: none;
    }
    .news:not(.news-detail) .news-item .news-title {
        font-size: 1.3em;
    }
    .program>ul li.opened>div>div {
        margin-right: 0;
        margin-left: 0;
        padding-left: 100px;
        /*width: auto;
    max-width: 50%;*/
        float: none;
    }
    .program>ul li.opened>div>span.tez {
        float: none;
        width: 100%;
        padding-top: 35px;
    }
    .program>ul li.opened>div>img {
        width: 80px;
    }
    .contact address, .contact form {
        width: 100%;
    }
    .contact .selectricWrapper {
        float: left;
        width: 15% !important;
        height: 75px !important;
        margin: 10px auto !important;
    }
    .contact .selectricWrapper .label {
        height: 100%;
    }
    .contact input {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    .contact input[type="text"] {
        width: 85% !important;
        float: left;
    }
    .map {
        display: none;
    }
    .mobile-map {
        display: block;
        width: 100%;
        min-height: 470px;
        /*background: url(../images/mobile/map.jpg) no-repeat;*/
        background: url(../images/map_mob1.jpg) no-repeat;
        background-size: cover;
        padding: 30px;
        text-align: center;
        box-sizing: border-box;
    }
    .mobile-map p {
        display: inline-block;
        font-weight: bold;
        padding-left: 90px;
        margin-top: 110px;
        color: #000000;
        background: url(../images/mobile/marker.png) no-repeat left center;
        background-size: contain;
    }
    .mobile-map p span {
        display: inline-block;
        text-align: left;
    }
    .tickets {
        height: auto;
        padding-bottom: 50px;
        background-position: 60%;
        background-size: auto 100%;
    }
    .tickets img {
        display: none;
    }
    .tickets h2 {
        margin: 60px 0;
    }
    .tickets h3 strong {
        display: block;
    }
    .tickets h2, .tickets h3, .tickets p {
        padding: 0 60px;
    }
    .tickets .container {
        padding: 50px 30px !important;
        top: auto;
        -webkit-transform: inherit;
        transform: inherit;
    }
    .tickets .container p {
        padding-right: 0 !important;
    }
    .partnership {
        padding: 0 !important;
    }
    .content.speakers ul li {
        width: 100%;
        margin: 0 0 50px 0 !important;
    }
    .content.speakers .speaker-name {
        margin-bottom: 0;
    }
    .content.speakers .speaker-description {
        margin-top: 5px;
    }
    .content.speakers .speaker-detail a {
        padding-left: 0;
        padding-right: 0;
    }
/*
    footer {
        display: none;
        padding: 60px 0;
    }
*/
/*
    footer.mobile {
        display: block;
        text-align: center;
        background: #1a1927;
    }
*/
    footer.mobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    footer.mobile ul li {
        position: relative;
        color: #ffffff;
        font-weight: bold;
        padding: 25px 0;
    }
    /*footer.mobile ul li:nth-of-type(1):before,
  footer.mobile ul li:nth-of-type(2):before,
  footer.mobile ul li:last-of-type:before {*/
    footer.mobile ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 60px;
        height: 3px;
        margin-left: -30px;
        background: #324049;
    }
    footer.mobile ul li:nth-of-type(1) {
        /*padding: 50px 0;*/
    }
    footer.mobile ul li:nth-of-type(2) {
        /*padding-top: 50px;*/
    }
    footer.mobile ul li:last-of-type {
        /*padding-bottom: 50px;*/
    }
    footer.mobile ul li:last-of-type::before {
        /* top: auto;
   bottom: 0;*/
    }
    footer.mobile ul li a {
        color: #ffffff;
        text-decoration: none;
    }
    footer.mobile ul li a:hover {
        color: #a444d2;
    }
    header.mobile {
        display: block;
    }
    .formpage .form-group .col-xs-7, .formpage .form-group label {
        float: none;
        width: 100%;
    }
    .formpage .form-group .col-xs-10 {
        padding-left: 0;
        width: 100%;
    }

    .contact address{
        min-height: 200px;
    }
}

@media (min-width: 992px) {
    .contact_info{
        max-width: 291px !important;
    }
}
@media (max-width: 767px) {
    .contact {
        text-align: center;
    }
    .contact address img {
        float: none;
        margin: 0;
    }
    .buy {
        display: none;
    }
}

@media (max-width: 750px) {
    .news-detail .news-items h2 {
        font-size: 1.2em;
    }
    .news:not(.news-detail) .news-item .news-title {
        font-size: 1.3em;
    }
    .mobile-map p {
        font-size: 1.8em;
    }
    .mainpage h1 span {
        text-align: left !important;
        transparent
    }
    .mainpage h1 span:nth-of-type(1), .mainpage h1 span:nth-of-type(2) {
        font-size: 0.8em;
    }
    .mainpage h1+span:nth-of-type(1) {
        font-size: 2em;
    }
    .buy-ticket {
        position: fixed;
        top: 10vh;
        right: 5px;
        width: 15%;
    }
}



@media (max-width: 400px) {
    body {
        font-size: 1em;
    }
    .container {
        padding: 0 15px !important;
    }
    .box.box-master-class {
        padding-top: 40px;
    }
    .box>h2 {
        font-size: 1.7em;
    }
    .box>h2 span {
        line-height: 40px;
    }
    input[type="text"], input[type="email"], input[type="password"] {
        height: 50px;
        /*!important;*/
        padding: 5px 12px;
    }
    .contact .selectricWrapper {
        height: 50px !important;
    }
    .btn, .pager {
        /*height: 50px !important;*/
    }
    .pager, .pager, a.btn {
        line-height: 50px !important;
    }
    .pager {
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .mobile-map p {
        font-size: 1.5em;
    }
    .news-item {
        margin-bottom: 20px !important;
    }
    .news-item .news-title {
        font-size: 1.3em !important;
    }
    .news-detail h1 {
        font-size: 1.2em !important;
    }
    .news-content {
        font-size: 1.3em !important;
    }
    .buy-ticket {
        top: 15vh;
        width: 25%;
    }
}

@media (max-width: 350px) {
    .content.buy-ticket-block {
        max-width: 320px !important;
        margin-left: -15px;
    }
}

@media (max-width: 320px) {
    .box>h2 {
        font-size: 1.1em;
    }
    .box>h2>span {
        line-height: 1.5em;
    }
    .btn, .pager {
        font-size: 0.8em;
        /*!important*/
    }
    .menu-mobile {
        font-size: 0.8em;
    }
    .menu-mobile>div {
        padding: 2px;
    }
    .menu-mobile nav>ul>li>a {
        padding-left: 2px;
    }
    .menu-mobile .socials {
        padding-left: 2px;
        padding-right: 2px;
    }
    .menu-mobile .socials li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    iframe {
        margin-left: -15px;
    }
}

@media (min-width: 1013px) {
    header .mobile-nav {
        display: none !important;
    }
}

.public-offer {
    color: #c1c1c1;
    font-size: 0.8em;
}


/***********************************
*------------- Modal --------------*
***********************************/

.modal-form .modal-body form {
    *zoom: 1;
    margin-top: 100px;
}

.modal-form .modal-body form:before, .modal-form .modal-body form:after {
    display: table;
    content: "";
}

.modal-form .modal-body form:after {
    clear: both;
}

.modal-form .modal-body form .form-control {
    height: 43px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.modal-form .modal-body form .form-group .btn-default {
    color: #fff;
    height: 44px;
    line-height: 1;
    padding: 6px 40px;
    font-size: 14px;
    border: 1px solid #7d25a4;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #c159f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#c159f4), to(#630cdb));
    background: -webkit-linear-gradient(top, #c159f4, #630cdb);
    background: -o-linear-gradient(top, #c159f4, #630cdb);
}

.modal-form .modal-body form .form-group .btn-default:focus, .modal-body form .form-group .btn-default:hover {
    background-color: #630cdb;
    background: -webkit-gradient(linear, left top, left bottom, from(#630cdb), to(#c159f4));
    background: -webkit-linear-gradient(top, #630cdb, #c159f4);
    background: -o-linear-gradient(top, #630cdb, #c159f4);
}

.modal-form .modal-backdrop {
    background: #fff;
}

.modal-form .modal-backdrop.in {
    opacity: .98;
}

.modal-form .modal-dialog {
    position: absolute;
    margin: 0 !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: inherit;
    background: url(../images/OneTrak.png) no-repeat top left;
}

.modal-form .modal-content {
    border: none;
    border-radius: 0px;
    z-index: inherit;
    box-shadow: none;
    background-color: transparent;
}

.modal-form .modal-content .close {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
    opacity: .8;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center;
    z-index: 15;
}

.modal-form .modal-content .close:focus,
.modal-form .modal-content .close:hover {
    opacity: .3;
}

.modal-form .modal-content .modal-body .text-modal {
    max-width: 450px;
    margin: auto;
    margin-top: 170px;
    padding-left: 85px;
}

.modal-form .modal-content .modal-body p {
    font-family: "Arimo";
    font-weight: 700;
    font-size: 27px;
    color: #0f092c;
    margin-bottom: 0;
    line-height: 1;
}

.modal-form .modal-content .modal-body img {
    margin: 20px 0;
}

@media (max-width: 768px) {
    .modal-form .modal-dialog {
        background: transparent;
        width: 100%;
    }
    .modal-form .modal-content .modal-body .text-modal {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: 15px;
    }
    .modal-form .modal-content .modal-body img {
        width: 100%;
    }
    .modal-form .modal-body {
        padding-top: 30px;
    }
    .modal-form .modal-content .modal-body p {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .modal-form .modal-content input[type="text"], .modal-content input[type="email"], .modal-content input[type="password"] {
        margin-top: 0;
    }
    .modal-form .modal-body form {
        margin-top: 0px;
    }
    .modal-form .modal-body form .form-group {
        margin-bottom: 0px;
    }
    .modal-form .modal-content .close {
        width: 25px;
        height: 25px;
        top: 10px;
    }
    .modal-form .modal-body form .form-control {
        margin-bottom: 0;
    }
}

@media (min-width: 400px) {
    .modal-form .modal-content {
        width: 100%;
    }
}

/***********************************
*-------- Modal Thanks ------------*
***********************************/
.modal-thanks .modal-content {
    border: 1px solid #cab8f7;
}

.modal-thanks .modal-dialog {
    margin: 10px auto;
    padding: 0 15px;
}

.modal-thanks .modal-body {
    padding: 25px;
}

.modal-thanks .close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 5;
}

.modal-thanks-logo {
    text-align: center;
    margin-bottom: 55px;
}

.modal-thanks-text {
    text-align: center;
    margin-bottom: 55px;
}

.modal-thanks-text p {
    text-transform: uppercase;
    font-size: 16px;
    color: #9a71ff;
}

@media (min-width: 768px) {
    .modal-thanks .modal-dialog {
        width: 580px;
    }
}

@media (max-width: 767px) {
    .modal-thanks-logo {
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .modal-thanks-text {
        margin-bottom: 0;
    }
    .modal-thanks-text p {
        font-size: 11px;
        margin-bottom: 0;
    }
    .modal-thanks .modal-body {
        padding: 15px;
    }
    .modal-thanks .modal-dialog {
        max-width: 290px;
    }
}

/*===============================
********* Custom Style **********
================================*/

header:not(.main)+section {
    padding-top: 0;
}


/*
.content.program,
.content.program + aside,
.content.speakers,
.content.speakers + aside,
.content.news,
.content.news + aside,
.content.partnership,
.content.partnership + aside {
    margin-top: 30px;
}
*/

.page-full {
    margin-top: 55px;
}

.content.buy-ticket-block {
    margin: 55px 0;
}

.content.news {
    width: 900px;
}

.news .pager {
    width: auto;
    margin-bottom: 15px;
}


/*Custom menu styles*/

.menu-mobile li.dropdown ul.dropdown-menu li a {
    color: white;
    font-size: 1.3em;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #999999;
    padding: 20px 0 20px 50px;
}

.menu-wrap li.dropdown ul.dropdown-menu li a {
    color: white;
    font-size: 14px;
}

header:not(.main) .menu-wrap li.dropdown ul.dropdown-menu li a {
    font-size: 1.3em;
}

.menu-wrap li.dropdown ul.dropdown-menu li a:hover {
    background: black;
    color: #9b00d1;
}

.menu-mobile li.dropdown ul.dropdown-menu, .menu-wrap li.dropdown ul.dropdown-menu {
    background: #000;
}

.menu-mobile .nav .open>a, .menu-mobile .nav .open>a:hover, .menu-mobile .nav .open>a:focus, .menu-mobile .nav>li>a:hover, .menu-mobile .nav>li>a:focus {
    background-color: #444444;
}

.menu-wrap .nav .open>a, .menu-wrap .nav .open>a:hover, .menu-wrap .nav .open>a:focus, .menu-wrap .nav>li>a:hover, .menu-wrap .nav>li>a:focus {
    color: #9b00d1;
    background: transparent;
}

@media (max-width: 320px) {
    .menu-mobile li.dropdown ul.dropdown-menu li a {
        font-size: 0.8em;
        padding: 20px 0 20px 50px;
    }
}


/*------ Contact Page ------*/

.contact_info {
    padding-left: 30px;
}

.contact_info a {
    position: relative;
}

.contact_info a i {
    position: absolute;
    left: -25px;
    top: 4px;
}

.contact_info .position {
    margin-bottom: 0px;
}

.contact_info .contact-name {
    font-weight: normal;
    font-size: 20px;
}

#form-callback {
    margin: 0 auto;
    display: block;
     text-align: center;
    max-width: 55%;
}

#form-callback .title {
    font-size: 23px;
    margin-bottom: 0;
}

@media (max-width: 1013px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 30px 15px;
        box-sizing: border-box;
    }
    .contact .selectricWrapper {
        float: left;
        width: 15% !important;
        height: 44px !important;
        margin: 10px auto !important;
    }
    .contact address a {
        font-size: 0.9em;
        display: inline-block;
        text-decoration: none;
        color: inherit;
    }
    .contact address span {
        font-size: 1em;
        font-weight: bold;
        display: block;
        margin: 0px 0 10px 0;
    }
/*
    footer.mobile {
        display: block;
        text-align: center;
        background: #1a1927;
        position: relative;
    }
*/
}
@media (max-width: 1013px)  {
    .phone-flag:after {
        width: 86% !important;
        left: 5px !important;
    }
}

/*-----// Contact Page -----*/


/* 29.12.2016 Add new style for contact on index page*/

.contact-wall {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .65);
    padding: 15px;
    max-width: 535px;
    width: 100%;
    margin: auto;
}

.mainpage .contact .form-box h3 {
    margin-top: 0;
}

.email-box {
    display: table;
}

.email-box-text, .email-box-link {
    display: table-cell;
    width: 50%;
}

.email-box-text {
    font-size: 18px;
    color: #000;
    text-align: left;
    font-style: italic;
}

.email-box-link a {
    font-size: 18px;
    color: #000;
}

.email-box-link a:hover {
    text-decoration: underline;
}

.form-box #form-callback {
    max-width: 100%;
}

.mainpage .contact h2 {
    text-shadow: -0 -1px 0 #7D25A4, 0 -1px 0 #7D25A4, -0 1px 0 #7D25A4, 0 1px 0 #7D25A4, -1px -0 0 #7D25A4, 1px -0 0 #7D25A4, -1px 0 0 #7D25A4, 1px 0 0 #7D25A4, -1px -1px 0 #7D25A4, 1px -1px 0 #7D25A4, -1px 1px 0 #7D25A4, 1px 1px 0 #7D25A4, -1px -1px 0 #7D25A4, 1px -1px 0 #7D25A4, -1px 1px 0 #7D25A4, 1px 1px 0 #7D25A4;
}

@media (max-width: 1013px) {
    .email-box-text, .email-box-link a {
        font-size: 27px;
    }
}

@media (max-width: 599px) {
    .email-box-text, .email-box-link a {
        font-size: 22px;
    }
    .mainpage .contact h3 {
        font-size: 22px;
        text-align: left !important;
    }
}

@media (max-width: 500px) {
    .mainpage .contact input[type="text"] {
        width: 85% !important;
    }
}

@media (max-width: 360px) {
    .mainpage .contact h2 {
        font-size: 20px;
    }
    .email-box-text, .email-box-link a {
        font-size: 14px;
        font-weight: 900;
    }
    .mainpage .contact h3 {
        font-size: 14px;
        font-weight: 900;
    }
    .mainpage .contact input[type="text"] {
        width: 80% !important;
    }
    .mainpage .contact .selectricWrapper {
        width: 20% !important;
    }
}


/* // 29.12.2016 Add new style for contact on index page*/


/*New styles*/


/*убрать при релизе*/


/*стили дальше*/

.konf-page {
    width: 100% !important;
    padding: 0 !important;
    position: relative;
    bottom: -50px;
}


.konf-top-sec {
    padding-bottom: 60px !important;
}

.konf-top-sec-h2-custom {
    text-align: center;
    font-size: 28px;
    color: #0b0b03;
    margin-top: -40px;
    margin-bottom: 30px;
    width: 100%;
}

.konf-top-sec-p-custom {
    font-size: 18px;
    color: #0b0b03;
    margin: 20px 0;
}

.konf-top-sec-btn {
    text-align: center;
    margin: 50px 0 0;
}

.konf-top-sec-btn .btn {
    border-radius: 0;
    padding: 10px 32px;
}

.konf-page {
    background-color: #fff;
}

.participants-sec {
    background: #1b052d url(../images/bg/participants.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}

.participants-sec-h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    color: #bc53f3;
    font-weight: bold;
}


/*new css*/

.participants-item {
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    width: 220px;
}

.participants-box {
    margin-top: 30px;
}

.participants-item-img {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}

.participants-item-img:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(188, 83, 243, .1);
    -webkit-box-shadow: 0px 0px 50px 20px rgba(187, 83, 243, .1);
    -moz-box-shadow: 0px 0px 50px 20px rgba(187, 83, 243, .1);
    box-shadow: 0px 0px 50px 20px rgba(187, 83, 243, .1);
    border-radius: 50%;
    z-index: -1;
}

.participants-item-sub {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
    font-weight: bold;
}


/*end new css*/


.section-speakers-wrapper .col-md-3:nth-child(4n+1) {
    clear: both;
}

.speakers-h2 {
    font-size: 28px;
    text-align: center;
    color: #0b0b03;
    margin-bottom: 20px;
}

.speakers-box {
    width: 264px;
    margin: 0 auto 50px;
}

.speakers-box:hover .speakers-title a {
    color: #a444d2;
}

.speakers-box:hover .speakers-read a {
    color: #000;
    border-bottom: 1px solid #fff;
}

.speakers-img {
    position: relative;
    margin-bottom: 20px;
    height: 220px;
    overflow: hidden;
}

.speakers-img img {
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    vertical-align: middle;
}

.speakers-img-company {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #a444d2;
    background: #fff;
    padding: 36px;
    text-align: center;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    display: table;
}

.speakers-img-company p {
    display: table-cell;
    vertical-align: middle;
}

.speakers-title a {
    font-size: 18px;
    text-transform: uppercase;
    color: #0b0b03;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    outline: none;
}

.speakers-des {
    font-size: 14px;
    color: #626262;
    margin-bottom: 12px;
}

.speakers-theme {
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}

.speakers-read a {
    font-size: 14px;
    color: #a444d2;
    text-decoration: none;
    border-bottom: 1px solid #a444d2;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    outline: none;
}

.speakers-box-form {
    text-align: center;
}

.speakers-box-form .speakers-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #0b0b03;
    font-weight: bold;
    margin-bottom: 20px;
}

.speakers-box-form .speakers-des {
    margin-bottom: 20px;
}

.konf-page .speakers-box-form-btn .btn {
    width: 100% !important;
}

.speakers-popup-wrapper {
    width: 940px;
    height: 360px;
    overflow: auto;
    background: #fff;
    position: relative;
    margin: 30px auto;
    border: 3px solid #bc53f3;
}

.speakers-popup-img {
    width: 200px;
	height: 100%;
    margin-right: 30px;
    float: left;
}

.speakers-popup-company-box {
    text-align: center;
    width: 100%;
    height: 80px;
    position: relative;
    display: table;
}

.speakers-popup-company-box p {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #000;
}

.speakers-popup-des {
    padding: 15px;
}

.speakers-popup-des-title {
    text-transform: uppercase;
    color: #0b0b03;
    font-size: 22px;
}

.speakers-popup-des-work {
    font-size: 14px;
    color: #626262;
    margin-bottom: 20px;
}

.speakers-popup-des-theme {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

.speakers-popup-wrapper .mfp-close {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #fff !important;
    opacity: 1;
    background: #bc53f3;
    border-radius: 50%;
    line-height: 16px;
    top: 10px;
    right: 10px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.speakers-popup-wrapper .mfp-close:focus {
    top: 12px;
}

.mfp-bg {
    background: rgba(27, 5, 45, .85) !important;
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 1 !important;
}

.conference-sec {
    padding: 60px 0;
}

.conference-h2 {
    font-size: 28px;
    text-align: center;
    color: #0b0b03;
    margin-bottom: 50px;
}

.conference-time-wrapper {
    border: 1px solid #a444d2;
    background: #fff;
    width: 80px;
    height: 80px;
    padding: 4px;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.conference-time {
    background: #1b052d;
    text-align: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;
    display: table;
    position: relative;
    z-index: 2;
}

.conference-time-first, .conference-time-second {
    color: #fff;
    font-size: 14px;
    padding: 2px 0;
}

.conference-time-timer {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
}

.conference-time-timer:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.conference-des-wrapper {
    padding: 30px;
    background: #f8f8f8;
    margin-bottom: 30px;
    position: relative;
}

.conference-des-wrapper:before {
    content: "";
    position: absolute;
    left: -66px;
    top: 35px;
    width: 1px;
    height: 100%;
    background: #a444d2;
    z-index: -1;
}

.conference-des-wrapper-last:before {
    display: none;
}

.conference-des-wrapper-last {
    margin-bottom: 0;
}

.conference-des-theme {
    padding: 4px 10px;
    background: #a444d2;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.conference-des-about {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
}

.conference-des-footer {
    font-size: 14px;
    color: #0b0b03;
}

.conference-des-footer-speaker {
    color: #a444d2;
}

.conference-des-footer-hoo {
    color: #626262;
}

.conference-des-cofee {
    background: none;
    padding: 30px 0;
    background: #fff;
}

.conference-des-cofee-des {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #bc53f3;
}

.conference-des-cofee-des-icon {
    display: inline-block;
    position: relative;
    top: -6px;
    margin-right: 10px;
}

.question-sec {
    /*background: #1b052d;*/
    padding: 40px 0;
}

.question-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #bc53f3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.question-des-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.question-img {
    margin-right: 20px;
}

.question-img, .question-des {
    display: inline-block;
    vertical-align: top;
}

.question-des-lists {
    padding: 0;
    margin-bottom: 0;
}

.question-des-item {
    list-style-type: none;
    margin: 6px 0;
}

.question-des-item-link {
    font-size: 14px;
    color: #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.question-des-item-link:hover {
    color: #bc53f3;
}

.question-icon {
    margin-right: 6px;
}

.question-box {
    width: 420px;
    margin: auto;
}

.konf-page .btn {
    line-height: normal !important;
    width: inherit !important;
}

/*
@media (max-width: 1280px) {
    footer .container>div {
        width: 286px;
    }
    footer h2 {
        text-aligt: center !important;
        margin: 0 0 30px;
    }
}
*/

@media (max-width: 1280px) {
    .konf-page .konf-top-sec .container, .konf-page .participants-sec .container, .konf-page .section-speakers .container, .konf-page .conference-sec .container, .konf-page .question-sec .container {
        width: 1260px;
        max-width: 1260px;
    }
    .konf-page .row {
        margin: 0;
    }
    .participants-item-sub {
        font-size: 14px;
    }
    .speakers-box {
        max-width: 100%;
    }
    .speakers-img {
        height: 180px;
    }
    .conference-des-wrapper {
        margin-left: 30px;
    }
    .conference-des-wrapper:before {
        left: -72px;
    }
    .speakers-popup-wrapper {
        width: 720px;
        height: auto;
    }
    /*new css*/
    .participants-item {
        width: 180px;
    }
    /*end new css*/
}

@media (max-width: 1013px) {
    body .konf-page {
        font-size: 16px;
    }
    .konf-page .konf-top-sec .container, .konf-page .participants-sec .container, .konf-page .section-speakers .container, .konf-page .conference-sec .container, .konf-page .question-sec .container{
        width: 970px;
        max-width: 970px;
    }
    .konf-top-sec {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .konf-page .konf-top-sec .container, .konf-page .participants-sec .container, .konf-page .section-speakers .container, .konf-page .conference-sec .container, .konf-page .question-sec .container{
        width: 750px !important;
        max-width: 750px !important;
    }
    .konf-top-sec-btn .btn {
        width: auto;
        line-height: normal;
        padding: 10px 32px;
        font-size: 18px;
    }
    .konf-page .container {
        padding: 0 15px;
    }
    .participants-item-sub {
        font-size: 12px;
    }
    .section-speakers-wrapper .col-md-3:nth-child(4n+1) {
        clear: none;
    }
    .section-speakers-wrapper .col-sm-4:nth-child(3n+1) {
        clear: both;
    }
    .speakers-img {
        height: 170px;
    }
    .speakers-box-form-btn .btn {
        line-height: normal;
        font-size: 15px;
        padding: 10px 32px;
    }
    .conference-des-wrapper {
        margin-left: 0;
    }
    .conference-des-wrapper:before {
        left: -76px;
    }
    .participants-item {
        width: 120px;
    }
    .konf-page{
        bottom: -51px;
    }
    #form-callback{
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .konf-page .konf-top-sec .container, .konf-page .participants-sec .container, .konf-page .section-speakers .container, .konf-page .conference-sec .container, .konf-page .question-sec .container{
        width: 100% !important;
        max-width: 100% !important;
    }
    .konf-top-sec-h2-custom, .participants-sec-h2, .conference-h2, .speakers-h2 {
        font-size: 24px;
    }
    .konf-top-sec-p-custom {
        font-size: 16px;
    }
    .speakers-img {
        height: 220px;
    }
    .conference-des-wrapper:before {
        top: -50px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .conference-des-wrapper-last:before {
        display: block;
    }
    .question-box {
        width: 280px;
        text-align: center;
    }
    .question-img {
        margin: 0 auto 20px;
    }
    .question-des-lists {
        text-align: left;
    }
    .conference-time-wrapper {
        position: relative;
    }
    .conference-time-wrapper:before {
        content: "";
        position: absolute;
        top: -80px;
        width: 1px;
        height: 100%;
        background: #a444d2;
        z-index: -1;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .conference-time-wrapper-first:before {
        display: none;
    }
    .conference-des-cofee {
        text-align: center;
        background: #f8f8f8;
    }
    .conference-des-cofee-des {
        padding-left: 0;
    }
    .conference-des-wrapper {
        padding: 15px;
    }
    .section-speakers-wrapper .col-sm-4:last-child .speakers-box {
        margin-bottom: 0;
    }
    .speakers-popup-wrapper {
        width: 90%;
    }
    .speakers-popup-des {
        padding: 15px;
    }
    .speakers-popup-img {
        float: none;
        margin: auto;
    }
    /*new css*/
    .participants-item {
        width: 100px;
    }
    /*end new css*/
}

@media (max-width: 480px) {
    .konf-top-sec-btn .btn, .speakers-box-form-btn .btn {
        line-height: normal !important;
    }
}


/*popup animation*/

.mfp-move-horizontal .speakers-popup-wrapper {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .speakers-popup-wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.5;
}

.mfp-move-horizontal.mfp-removing .speakers-popup-wrapper {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}


/* Magnific Popup CSS*/

.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;
    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 {
    cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    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;
    -ms-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, .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;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

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;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before {
    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 {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    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%;
    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;
    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;
    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;
}


/*Modal*/
a:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.msc .modal-header {
    border: none;
    position: relative;
    right: 0;
}

.msc .modal-content {
    border-radius: 0px;
    border: 2px solid #bc53f3;
    position: relative;
    overflow: hidden;
}

.msc .modal-close {
    width: 16px;
    height: 16px;
    color: #fff;
    opacity: 1;
    background: #bc53f3;
    border-radius: 50%;
    line-height: 2px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: none;
    text-align: center;
    padding: 0;
    float: right;
    font-size: 16px;
}

.msc .modal-body {
    padding: 5px 30px 30px;
    z-index: 3;
}

.msc .modal-body_left {
    max-width: 105px;
    width: 100%;
    float: left;
	border: 1px solid #bc53f3;
}

.msc .modal-body_right {
    text-align: left;
    color: #000000;
    width: 100%;
    padding-left:120px;
}

.msc .modal-body_right_title {
    text-transform: uppercase;
    color: #0b0b03;
    font-size: 24px;
}
.msc .post {
	font-size: 14px;
	font-style: italic;
	color: #7b7979;
}
.msc .modal-body_right_title p {
    font-size: 14px;
    color: #626262;
    margin-bottom: 20px;
    text-transform: none;
}

.msc .modal-body_right_content {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

.wrapper-top-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	text-align: left;
}

.modal-content:before,
.modal-content:after {
    line-height: 0;
    display: table;
    content: '';
}

.modal-content:after {
    clear: both;
}

.modal-body:before,
.modal-body:after {
    line-height: 0;
    display: table;
    content: '';
}

.modal-body:after {
    clear: both;
}

@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;
        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);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/*МЕДИА*/
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 720px;
        width: 100%;
        margin: 30px auto;
    }
}


@media only screen and (max-width: 767px) {

    .msc .modal-body_left {
        float: none;
        margin: 0 auto 20px;
    }

    /*.msc .modal-body_right {
        padding-left: 0;
    }*/
	.wrapper-top-block {
		flex-flow: row wrap;
		margin-bottom: 15px;
	}
	.msc .modal-body_right {
		padding-left: 0px;
	}
	.msc .modal-body_right_title {
		font-size: 18px;
		text-align: center;
	}
	.msc .post {
		font-size: 12px;
	}
	.msc .modal-body_right_content {
		font-size: 14px;
	}
    .form-wrapper {
        width: 290px;
        margin: 90px auto 30px;
    }
    .form-h1 {
        font-size: 18px;
    }
    .form-p {
        font-size: 14px;
    }
    .form-input {
        width: 250px;
        box-sizing: border-box;
    }
    .form-btn {
        width: 100%;
    }
    .form-input-wrapper {
        margin: 0 0 10px;
        display: block;
        width: 100%;
    }
    .form-input-wrappers {
        margin-top: 30px;
    }
}

.news-category-list {
    margin-bottom: 20px;
    text-align: center;
}
.news-category-list li {
    display: inline-block;
}
.news-category-list li {
    display: inline-block;
}
.news-category-list li:first-child {
    margin-right: 10px;
}
.news-category-list li a {
    color: #650edb;
    font-weight: 600;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 14px;
}
.news-category-list li.active a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    background: #c159f4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c159f4), color-stop(100%, #630cdb));
    background: -webkit-linear-gradient(top, #c159f4 0%, #630cdb 100%);
    background: linear-gradient(to bottom, #c159f4 0%, #630cdb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c159f4', endColorstr='#630cdb', GradientType=0);
}
.news-category-list li a:hover:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    background: #c159f4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c159f4), color-stop(100%, #630cdb));
    background: -webkit-linear-gradient(top, #c159f4 0%, #630cdb 100%);
    background: linear-gradient(to bottom, #c159f4 0%, #630cdb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c159f4', endColorstr='#630cdb', GradientType=0);
}
.news-category-list li a:hover, .news-category-list li.active a {
    color: #6b12de;
    border-color: #6b12de;
    text-transform: uppercase;
    background: #fff;
}

/*fix white row*/

@media (max-width: 500px) {
    .box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .box>h2 {
        font-size: 1.7em;
    }
    .btn, .pager {
        font-size: 1em !important;
    }
    .tickets .btn {
        /*width: 100%;*/
        margin-left: 28%;
    }
    .menu-mobile>div {
        padding: 15px;
    }
    .menu-mobile nav>ul>li>a {
        padding-left: 15px;
    }
    .menu-mobile .socials {
        padding-left: 15px;
        padding-right: 15px;
    }
    header:not(.main) .logo-main {
        position: relative !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        left: auto !important;
        float: right;
        margin-right: 3%;
    }
    .mobile-nav {
        left: 3% !important;
    }
    .program>ul li.opened>div:before {
        border-width: 25px 25px 25px 0;
    }
    .contact .selectricWrapper {
        width: 20% !important;
    }
    .contact input[type="text"] {
        width: 85% !important;
    }
    .news:not(.news-detail) .news-item .news-title {
        font-size: 1.3em;
    }
    .mobile-map p {
        font-size: 1.6em;
    }
    .news-category-list li {

    }
    .news-category-list li:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

/* Project item */
.flex-container {
    display: flex;
/*    flex-flow: row wrap;*/
    width: 100%;
}

.project-item {
    max-width: 240px;
    width: 100%;
    margin: 15px auto 20px;
}

.project-item-img {
    margin-bottom: 10px;
}

.project-item-img img {
    margin-left: auto;
    margin-right: auto;
}

.project-item-caption {
    text-align: center;
    font-weight: bold;
}

.project-item-caption .date {
    font-weight: 400;
}


/*Style page presentation*/
.site-results2017 h1 {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.speaker-presentation_slick {
	padding: 30px 0 85px;
}
.speaker-presentation  .speaker-presentation_wrapper {
	text-align: center;
	margin-bottom: 30px;
}
.speaker-presentation-flex-wrapper {
	flex-flow: row wrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_images {
	max-width: 180px;
	width: 100%;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #a079ff;
}
.speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_info_name {
	color: #0f092c;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin: 35px 0 25px;
}

.speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_info_prof {
	font-size: 16px;
	color: #626262;
}

.speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_info_read-more {
	font-size: 16px;
	color: #981cba;
	text-decoration: underline;
	position: relative;
	padding-top: 38px;
	margin-top: 20px;
	display: block;
	cursor: pointer;
}

.speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_info_read-more:before {
	content: '';
	position: absolute;
	background: url('/images/book.png')no-repeat;
	width: 28px;
	height: 21px;
	padding-top: 38px;
	left: 50%;
	transform:translateX(-50%);
	top: 0px;
}
.speaker-presentation .slick-speaker-presentation  .speaker-presentation_wrapper {
	margin: 0 5px;
}

.speaker-presentation .speaker-presentation_look-more {
	font-size: 16px;
	text-decoration: underline;
	color: #9265ff;
	text-align: center;
}

/*Slider presentation*/
.speaker-presentation .bx-wrapper .bx-controls-direction a {
	top: 10%;
}
.comments-slider .slick-prev {
	background: url('/images/prev.png')no-repeat;
	width: 44px;
	height: 83px;
	top: 50%;
	transform: translateY(-50%);
    left: -65px;
	border: none;
	background-color: transparent;
	font-size: 0;
	position: absolute;

}
.slick-prev {
	background: url('/images/prev.png')no-repeat;
	width: 44px;
	height: 83px;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
	border: none;
	background-color: transparent;
	font-size: 0;
	position: absolute;

}
.comments-slider .slick-next  {
	background: url('/images/next.png')no-repeat;
	width: 44px;
	height: 83px;
	top: 50%;
	transform: translateY(-50%);
    right: -65px;
	border: none;
	background-color: transparent;
	font-size: 0;
	position: absolute;
}
.slick-next  {
	background: url('/images/next.png')no-repeat;
	width: 44px;
	height: 83px;
	top: 50%;
	transform: translateY(-50%);
    right: 0;
	border: none;
	background-color: transparent;
	font-size: 0;
	position: absolute;
}
.slick-speaker-presentation .slick-next,
.slick-speaker-presentation .slick-prev {
	top: 10%;
	transform: translate(0);
}
.slick-next:before,
.slick-prev:before {
	display: none;
}
.slick-speaker-presentation {
	padding: 0 45px;
}

.speaker-presentation .slick-speaker-presentation .speaker-presentation_wrapper .speaker-presentation_wrapper_info_name {
	font-size: 20px;
}
.speaker-presentation .slick-speaker-presentation .speaker-presentation_wrapper .speaker-presentation_wrapper_info_read-more {
	padding-top: 0;
	display: inline-block;
}

.speaker-presentation .slick-speaker-presentation   .speaker-presentation_wrapper .speaker-presentation_wrapper_info_read-more:before {
	left: -30px;
}

@media (max-width:1199px) {
	.speaker-presentation  .speaker-presentation_wrapper {
		margin: 0 20px 55px;
	}
	.speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_info_name {
		margin: 30px 0 10px;
	}
}

@media (max-width:991px) {
	.speaker-presentation  .speaker-presentation_wrapper {
		max-width: 310px;
	}
	.speaker-presentation .speaker-presentation_look-more {
		font-size: 24px;
	}
	.slick-speaker-presentation .speaker-presentation_wrapper {
		max-width: 100%;
	}
}
@media (max-width:768px) {
	.speaker-presentation  .speaker-presentation_wrapper {
		max-width: 500px;
		margin: 0 auto 50px;
	}
	.slick-speaker-presentation  .speaker-presentation_wrapper {
		margin: 0 5px 50px;
	}
	.slick-speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_images {
		max-width: 100px;
	}
	.speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_info_prof {
		font-size: 14px;
	}
	.slick-speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_info_prof {
		display: none;
	}
	.speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_info_read-more {
		font-size: 18px;
		padding-top: 0px;
		display: inline-block;
	}
	.speaker-presentation .slick-speaker-presentation .speaker-presentation_wrapper .speaker-presentation_wrapper_info_read-more {
		font-size: 12px;
		padding-top: 30px;
	}
	.speaker-presentation  .speaker-presentation_wrapper .speaker-presentation_wrapper_info_read-more:before {
		left: -50px;
		transform: none;
	}
	.speaker-presentation .slick-speaker-presentation .speaker-presentation_wrapper .speaker-presentation_wrapper_info_read-more:before {
		left: 50%;
		transform: translateX(-50%);
		top: 0px;
	}
	.speaker-presentation .slick-speaker-presentation .speaker-presentation_wrapper .speaker-presentation_wrapper_info_name {
		font-size: 14px;
	}
	.slick-speaker-presentation {
		padding: 0 20px;
	}
	.slick-next,
	.slick-prev {
		background-size: contain;
		width: 23px;
		height: 45px;
	}
	.comments-slider .slick-next {
		right: -25px;
	}
	.comments-slider .slick-prev {
		left: -25px;
	}
	.comments-slider .slick-next,
	.comments-slider .slick-prev {
		background-size: contain;
		width: 23px;
		height: 45px;
	}
	.comments-2015-container {
		padding: 0 25px;
	}
	/*.slick-prev{
		left: -10px;
	}
	.slick-next {
		right: -10px;
	}*/
	.comment-item {
		text-align: center;
	}
	.comment-image {
		float: none;
		margin: auto;
	}
	.comment-body {
		text-align: center;
		font-size: 14px;
	}
	.comment-info {
		float: none;
	}
	.comment-name {
		font-size: 16px;
	}
}
