/* Selectric */
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}
iframe{
    max-width: 100%;
    /*height: auto;*/
}
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;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page .mob-close {
  display: none;
}
.page.moved {
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%);
  /*position: fixed;*/
}
.page.moved .mob-nav {
  display: none;
}
.page.moved .mob-close {
  display: block;
}
img {
  max-width: 100%;
}
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;
}
address {
  font-style: normal;
}
a:hover {
  text-decoration: none;
}
input,
img,
ul,
div,
a,
textarea {
  outline: none;
}
input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  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: 0;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #616161 0%, #232323 99%);
  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: -o-linear-gradient(top, #616161 0%, #232323 99%);
  background: -ms-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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.mobile-nav img {
  cursor: pointer;
}
header.mobile {
  display: none;
}
header:not(.main) {
  position: relative;
  z-index: 10;
  background: #000000;
  margin: 0;
  height: 140px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
header:not(.main) .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 3px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #c159f4;
  background: -moz-linear-gradient(top, #c159f4 0%, #630cdb 100%);
  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: -o-linear-gradient(top, #c159f4 0%, #630cdb 100%);
  background: -ms-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);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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%);
  -ms-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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header:not(.main) .lang-menu li {
  float: left;
}
header:not(.main) .lang-menu li a {
  display: block;
  width: 34px;
  height: 34px;
  background: center center no-repeat;
  margin-left: 6px;
  font-size: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
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 .container {
  width: 940px;
}
footer .container > div {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin: 60px 20px 0 20px;
}
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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 .news-item:nth-of-type(3n+1) {
  clear: left;
  margin: 0;
}
.news .news-item img {
  width: 100%;
  max-width: 100%;
}
.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%);
  -ms-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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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;
}
.map #map-canvas {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.contact address {
  margin-right: 1%;
}
.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[type="text"] {
  width: 255px;
  height: 44px;
  margin-left: -6px;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-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: 44px;
  border: 2px solid #7d25a4;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #c159f4;
  background: -moz-linear-gradient(top, #c159f4 0%, #630cdb 100%);
  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: -o-linear-gradient(top, #c159f4 0%, #630cdb 100%);
  background: -ms-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: -moz-linear-gradient(top, #c96df5 0%, #762adf 100%);
  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: -o-linear-gradient(top, #c96df5 0%, #762adf 100%);
  background: -ms-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;
}
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: 90px 25px 25px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  box-decoration-break: clone;
  font-weight: bold;
  text-transform: uppercase;
  background: #000000;
  padding: 6px 0;
  line-height: 30px;
  -moz-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;
  -webkit-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-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 {
  padding: 0 12px;
  text-decoration: none;
  color: #a444d2;
}
.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: -moz-linear-gradient(top, #c159f4 0%, #630cdb 100%);
  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: -o-linear-gradient(top, #c159f4 0%, #630cdb 100%);
  background: -ms-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%);
  -ms-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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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%);
  -ms-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 25px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 56px;
}
.mainpage header nav > ul > li > a:hover {
  color: #a444d2;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 .btn {
  width: 160px;
  vertical-align: bottom;
}
.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: 470px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  background-repeat: no-repeat;
  background-image: url(../images/bg/bg-2.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainpage .contact .container {
  width: 1070px;
}
.mainpage .contact h2 {
  color: #7d25a4;
}
.mainpage .contact h3 {
  font-style: italic;
  color: #ffffff;
  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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.mainpage .contact form {
  text-align: left;
}
.mainpage .contact form h3 {
  margin-bottom: 55px;
}
.mainpage .contact form .btn {
  width: 160px;
}
.mainpage .sponsors ul:first-of-type li {
  width: 24.5%;
}
.mainpage .sponsors ul.infopartners li {
  width: 10%;
  margin: 0 1%;
  height:125px;
  line-height:125px;
}
.mainpage .sponsors ul.infopartners img{
    max-height: 85px;
    width:auto;
    vertical-align: middle;
}
span.big {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
}

.callbackmain .field-formcallback-phone{
    display:inline;
}
#map-canvas 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;
}
@media (min-width: 1050px) {
    #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;
  }
}
@media (max-width: 1050px) {
  #sh_button{
      display: none;
  }
  body {
    font-size: 1.3em;
  }
  h1,
  h2,
  h3 {
    text-align: center !important;
  }
  .container {
    width: 100% !important;
    max-width: 720px !important;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    background-position: right;
    background-size: auto 100%;
  }
  .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%);
    -ms-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;
  }
    .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: 2em;
  }
  .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -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%;
  }
}
@media (max-width: 750px) {
  .news-detail .news-items h2 {
    font-size: 1.2em;
  }
  .news:not(.news-detail) .news-item .news-title {
    font-size: 1.6em;
  }
  .mobile-map p {
    font-size: 1.8em;
  }
  .mainpage h1 span {
    text-align: left !important;
  }
  .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;
  }
}
@media (max-width: 500px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box > h2 {
    font-size: 1.7em;
  }
  .btn,
  .pager {
    font-size: 1em !important;
  }
  .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;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    left: auto !important;
    float: right;
    margin-right: 3%;
  }
  .mobile-nav {
    left: 3% !important;
  }
  .contact {
    text-align: center;
  }
  .contact address img {
    float: none;
    margin: 0;
  }
  .program > ul li.opened > div:before {
    border-width: 25px 25px 25px 0;
  }
  .contact .selectricWrapper {
    width: 20% !important;
  }
  .contact input[type="text"] {
    width: 80% !important;
  }
  .news:not(.news-detail) .news-item .news-title {
    font-size: 1.4em;
  }
  .mobile-map p {
    font-size: 1.6em;
  }
}
@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;
  }
}
@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;
  }
}
@media (min-width: 1051px) {
  header .mobile-nav {
    display: none !important;
  }
}
.public-offer{
    color:#c1c1c1;
    font-size:0.8em;
}