/*ШРИФТЫ*/
@font-face {
  font-family: 'ArialNova';
  src: url("fonts/ArialNova.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArialNova';
  src: url("fonts/ArialNova-Light.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'ArialNova';
  src: url("fonts/ArialNova-Bold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ArialNovaCond';
  src: url("fonts/ArialNovaCond-Bold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ArialNovaCond';
  src: url("fonts/ArialNovaCond-Light.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
}

/*ОБЩИЕ СТИЛИ*/
body {
  font-family: 'ArialNova';
  font-size: 18px;
      max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
section {
    padding-bottom: 50px;
}
h1 {
  margin: 0;
  font-size: 48px;
  line-height: 72px;
font-weight: 700;
}
h2 {
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
h3 {
  margin: 0;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}
h4 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 200;
}

a {
  text-decoration: none;
}
button:not(.mfp-arrow) {
  margin-top: 10px;
  outline: none;
  width: 370px;
  height: 80px;
  font-size: 18px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.13);
  margin-top:10px;
}
button.analytics-item-btn
{
  margin-right:0px;
  margin-left: 0px;
}

span.wpcf7-list-item {
    min-width: 150px;
}

form-section-content h2
{
padding-top: 4rem;
}

.form-row
{
min-width:270px;
}

.invest-popup
{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
height:100%;
width:100%
}
.youtube-smi
{
width:50%;
max-width:570px;
}
.youtube-smi
{
width:50%;
max-width:570px;
}
.youtube-smi-main
{
width:75%;
}
.flexi
{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}

.flexi-wrap
{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.label
{
position:relative;
}
.label label, .label label.not-active
{
color: #b1b1b1;
font-size: 16px;
font-family: 'ArialNova';
position: absolute;
left: 1rem;
top: 16px;
}
.label label.active
{
color: #b1b1b1;
font-size: 12px;
font-family: 'ArialNova';
position: absolute;
left: 1rem;
top: 0;
}

input.error
{
border: 1px solid red;
color:red !important; 
height:52px !important;
}

input.good
{
border: 1px solid green;
color:green !important;
}
label.good
{
color:green !important;
}
label.error
{
color:red !important;
}

input[type='text'], input[type='email'], input[type='tel'] {
height: 50px;
margin-bottom: 2rem;
padding-left: 1rem;
width: 90%;
font-size:24px;
color: #666666;
}
input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder {
color: #b1b1b1;
font-size: 16px;
font-family: 'ArialNova';
text-overflow:ellipsis;
}
input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder {
color: #b1b1b1;
font-size: 16px;
font-family: 'ArialNova';
text-overflow:ellipsis;
}
input[type='text']::placeholder , input[type='email']::placeholder, input[type='tel']::placeholder{
color: #b1b1b1;
font-size: 16px;
font-family: 'ArialNova';
text-overflow:ellipsis;
}
.checkbox-container {
margin-bottom: 1rem;
}

.modal-content p{
text-align:left !important;
}
.modal-form-content .wpcf7
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wpcf7 .reg-btn
{
width: 100%;
}

.speaker-image-block
{
align-self:baseline; 
width: 190px;
}

.soc_buttons_footer
{
display:none;
}

input[type='text'] {
  height: 50px;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
input[type='text']::-webkit-input-placeholder {
  color: #b1b1b1;
  font-size: 16px;
  font-family: 'ArialNova';
}
input[type='text']:-ms-input-placeholder {
  color: #b1b1b1;
  font-size: 16px;
  font-family: 'ArialNova';
}
input[type='text']::placeholder {
  color: #b1b1b1;
  font-size: 16px;
  font-family: 'ArialNova';
}
.checkbox-container {
  margin-bottom: 1rem;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:not(:checked) +  .wpcf7-list-item-label,
[type="checkbox"]:checked + label, [type="checkbox"]:checked +  .wpcf7-list-item-label {
  font-size:14px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 3px 0 0 3rem;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
[type="checkbox"]:checked + label:before, [type="checkbox"]:checked +  .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0; top: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #0099dd;
  background: #fff;
}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
[type="checkbox"]:checked + label:after, [type="checkbox"]:checked +  .wpcf7-list-item-label:after {
  content: '✔';
  position: absolute;
  top: 13px;
  left: 8px;
  font-size: 25px;
  line-height: 0.8;
  color: #0099dd;
  -webkit-transition: all .2s;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after  {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:checked + .wpcf7-list-item-label:after  {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.button-primary {
  border: 1px solid #36a9e0;
  color: #36a9e0;
}

.wpcf7-list-item-label
{
  height:45px;
}
.speaker-info {
align-self: start;
width:60%;
}

.single-article
{
width:	66%;
margin-right:30px;
}

.single-article-right
{
width:calc(33% - 30px);
}

.all_contact
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}


.footer-menu .menu {
margin-left: 25px;
margin-top: 0.5rem;
}	
.footer-menu li
{
max-width:168px;
}

.speaker-popup-item
{
background:white;
margin:auto;
padding:25px; 
width:600px;

}


.speaker-info.main
{
align-self: start; 
width:60%;
}

.at-share-btn-elements {
position: absolute;
}
.important-fact-item
{
width:calc(50% - 20px);
}

.en_US .about-item-text {
font-size: 27px;
}

.single-article .at-share-btn-elements 
{
width: 225px;
}
.menu
{
padding-left: 0px;
}
.main-menu.not-main .menu-item a {
color: #585858;
}
.ru_RU .notfoundeng
{
display:none;
}

.en_US .notfoundrus
{
display:none;
}
.notfoundrus p, .notfoundeng p
{
color: #6a6a6a;
font-size: 14px;
}
.not-main.sponsors-content button
{
width:90%;
}

.wpcf7-form .checkboxes
{
  height: 175px;
  padding-bottom: 20px;
  margin-left: -15px;
}
.button-primary:hover {
      border: 1px solid #36a9e0;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  background-color:#36a9e0;
  
}
.button-secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.buttons-container {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 3rem auto 0 auto;
}
.section-container {
  width: 80%;
    max-width: 1280px;
    margin: auto;
  padding: 3rem 0 3rem;
}
.presentation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.presentation-item {
  height: 100px;
  width: calc(19% - 0.5rem);
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.green-text {
   color: #006db5;


}
.centered-text {
  text-align: center;
}
.bold-text {
  font-weight: 600;
}
.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
}
/*HEADER*/
.header {
  padding: 1rem 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-part-lefted, .header-part-righted {
  display: inherit;
}
.logo {
  margin-right: 2rem;
}
.contacts {
  -ms-flex-item-align: center;
      align-self: center;
}
.skype-call, .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.skype-call {
  margin-bottom: .5rem;
}
.skype-call img, .sponsor img {
  margin-right: .5rem;
}
/*light*/
.skype-call span {
  color: #02a0e9;
  font-size: 20px;
  font-weight: 200;
}
.phone-call {
  font-size: 18px;
  color: #9a9a9a;
}
.sponsor {
  margin-right: 2rem;
}
.sponsor p {
  font-size: 16px;
  color: #9a9a9a;
}
.flags {

}
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
.main-menu .menu-item, .main-menu .menu-item a {
  color: #ffffff;
  margin: 0 1rem .5rem 0;
  font-size: 14px;
  font-weight: 400;
}

.myfixedHeader .menu-item
{
    margin: 0 .2rem .5rem 0;
}

.menu
{
    padding-left: 0px;
}
.main-menu.not-main .menu-item  a {
color: #585858;
}

.main-title {
  color: #ffffff;
  margin: 4rem 0 1.5rem 0;
}
.main-date {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 4rem;
}
.tooltip {
  display: none;
  position: absolute;
  left: 30rem;
  top: -.5rem;
  font-size: 14px;
  color: #585858;
  background-color: #f1f1f1;
  padding: 1.5rem;
}
.tooltip::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f1f1f1;
}
.tooltip a {
  color: #0f7bc0;
  text-decoration: none;
  border-bottom: 1px dashed #0f7bc0;
}
/*заменить подчеркивание на изображение*/
.city-title {
  cursor: pointer;
  border-bottom: 1px dashed #ffffff;
}

 a.city-title,  a.city-title:hover,  a.city-title:focus
{
  color:white;
}
.reg-btn {
  color: #ffffff;
  font-size: 21px !important;
  background-image: -moz-linear-gradient( 0deg, rgb(255,107,0) 0%, rgb(243,146,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,107,0) 0%, rgb(243,146,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,107,0) 0%, rgb(243,146,0) 100%);
    border: none;
    font-weight: 700;
}
.reg-btn:hover {
  background-image: -moz-linear-gradient( 0deg, rgb(255,145,26) 0%, rgb(255,201,29) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,145,26) 0%, rgb(255,201,29) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,145,26) 0%, rgb(255,201,29) 100%);
}
.about_all_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
          margin-bottom:25px;
}
.about-item
{margin-top:15px;}
.about-item-number {
  font-family: 'ArialNovaCond';
  font-size: 60px;
  font-weight: 600;
color: #40dbff;
}
.first-row
{
	margin-right: 10px;
}
.about-item-number {
  font-family: 'ArialNovaCond';
  font-size: 48px;
  font-weight: 600;
  color: #36a9e0;
}
.about-item-number sup
{
  font-size: 45px;
}

.number_block {
    min-width: 100px;
    text-align: right;
}

.about-item-text {
  font-family: 'ArialNovaCond';
  font-size: 26px;
  font-weight: 200;
  color:#009a98;
}
.has-plus .about-item-text {
  position: relative;
  right: 0px;
  color:#009a98;
}
.has-double-line-text .about-item-text {
  display: inline-block;
}
.about-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.description-column {
 color: rgb(88, 88, 88);
  line-height: 1.5;
  width: 90%;
  font-size:24px;
      padding-top: 0.5rem;
}
.about-numbers {
    min-width: 375px;
}
.speakers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
.speaker-item {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 20px;
}

.speaker-photo {
  margin-right: 1rem;
}
.speaker-name { 
  color: rgb(0, 99, 108);
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: .3rem;
  font-variant: small-caps;
	font-size:30px;
	line-height:32px;
	padding-left: 20px;

}
.speaker-company-description
{
    margin-top:15px;
  color: #585858;
  font-family: "Arial Nova";
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.speaker-pos {
  margin-bottom: .3rem;
    color: rgb(93, 93, 93);


}
.speaker-info {
  margin-top:15px;
}

.speaker-company {
  font-size: 20px;
  font-weight: 600;
    margin-top:10px;
	  color: rgb(93, 93, 93);
}
.open-more {
  margin-right: 2rem;
}
.speakers-btn button {
  color: #0099dd;
  border: 1px solid #0099dd;
}
.invest-project-item-main {
  height: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem;
  padding: 0 .5rem 0 .5rem;
  -webkit-box-shadow: -5px 0px 18px 0px rgba(126, 126, 126, 0.31);
          box-shadow: -5px 0px 18px 0px rgba(126, 126, 126, 0.31);
}

.main-invest
{
color: rgb(0, 78, 152);	
}

.invest-projects-container {
display: flex;
}

.facts-projects-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.invest-projects-content
{
	text-align:center;
}

.notmain .country_block
{
    margin: 15px;
}

.notmain .invest-project-item
{
height: 450px;
margin-bottom:15px;	
}

.invest-project-item {
    width:100%;
  margin:15px;
  -webkit-box-shadow: -5px 0px 18px 0px rgba(126, 126, 126, 0.31);
          box-shadow: -5px 0px 18px 0px rgba(126, 126, 126, 0.31);
}

.country_block
{
	    width: calc(30% - 0.5rem);
}

.invest-project-title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  font-variant: small-caps;
}



.invest-project-title
{
width: 100%;
}
.invest-title {
  margin-bottom: 3rem;
}

.invest-project-item-main .invest-project-title
{

font-size: 30px;
font-weight: 600;
color: #ffffff;
font-variant: small-caps;
vertical-align: middle;
-ms-flex-item-align: center;
    align-self: center
}


.invest-btn button {
  color: #0099dd;
  border: 1px solid #0099dd;
}
.invest-item-head
{
  color:#0099dd;
  font-size:30px;
padding: 1.5rem 0 0 1.5rem;
}
.invest-item-info
{
  color: #6a6a6a;
padding: 1.5rem;
}
.invest-item-head
{
font-variant: small-caps;
}
.sponsors-title {
  margin-bottom: 2rem;
}
.silver-sponsor-title {
  color: #8e8e8e;
  margin-bottom: 3rem;
}
.footer {
  background-repeat: no-repeat;
}
.important-title {
  color: #ffffff;
  margin-bottom: 2rem;
}
.important-facts-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.important-facts-column {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.important-fact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #ffffff;
  margin-bottom: 3rem;
}
.en_US .about-item-text {
    font-size: 27px;
}

.smi-item-title
{
  color: #00636c  ;
  font-size:30px;
  font-weight: 600;
}
.important-fact-item.main
{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.important-fact-img {
display: block;
margin: auto;
}

.white-popup
{
position:relative;
}

.important-fact-item.main 
{
width:45%;
}

.org-photo
{
min-width:90px;
}

.footer-menu .menu, .footer-menu
{
height: 195px;
}

#modalform2
{
position:relative;
}
#modalform2 .wpcf7-form
{
margin-left: 0;
padding-top: 6rem;
}


.main.important-fact-img {
margin-right: 1rem;
width: 60px;
height: 60px;
margin-top: 5px;
}
.important-fact-text {
  font-weight: 200;
}
.analytics-title {
  margin-bottom: 3rem;
}
.analytics-item-head
{
  color: white;
    font-size: 30px;
    position: absolute;
	top:50px;
  width: 310px;
    padding: 25px;
    font-weight:700;
}


.analytics-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.analytics-item {
  width: 360px;
  -webkit-box-shadow: 0 0 18px rgba(126, 126, 126, 0.21);
          box-shadow: 0 0 18px rgba(126, 126, 126, 0.21);
      margin-top: 20px;
}
.analytics-item-info {
  color: #6a6a6a;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  min-height: 275px;
}

.invest-project-item.white-popup
{
width: 360px;
}

.analytics-btn-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
.analytics-item-btn {
  width: 100%;
  border: 1px solid #36a9e0;
  color: #36a9e0;
  margin-top: 2rem;
}
.form-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wpcf7-form {
    position: relative;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem;
    font-size: 14px;
    color: #ffffff;
    font-weight: 200;
    background-color: rgba(0, 99, 108, 0.6);
   background-image: -moz-linear-gradient( 90deg, rgba(11,154,195,1) 0%, rgb(1,190,207,1) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(11,154,195,1) 0%, rgb(1,190,207,1) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(11,154,195,1) 0%, rgb(1,190,207,1) 100%);
}

.screen-reader-response
{
	display:none !important;
}

.footer.bg-cover
{
 background:#00757f;
}

.wpcf7-form
{
    width: 100%;
}

.wpcf7-submit
{
outline: none;
height: 80px;
cursor: pointer;
background-color: transparent;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.13);
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
}
.modal_sponsor .modal_content
 {
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex; padding-right: 10px; padding-left: 10px;     -ms-flex-pack: distribute;     justify-content: space-around;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align:left;
}

.form-row .reg-btn {
  margin-top: 3rem;
}
.form-warning {
  margin-bottom: 2.5rem;
}
.form-info {
  margin-bottom: .5rem;
}
.form-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-phones p {
  margin-right: .3rem;
}
.info-sourse-title {
  margin-bottom: 1rem;
  font-size:18px;
}
.checkboxes {
  -webkit-column-count: 2;
          column-count: 2;
}
.confid {
  padding: 1rem 0 0 3rem;
}
.add-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 10px solid rgb(0, 153, 221);
  padding: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.add-info-place {
  font-size: 24px;
}
.add-info-map {
  color: #0099dd;
  font-size: 24px;
  text-decoration: none;
  border-bottom: 1px solid #0099dd;
}
.vostok-logo {
  margin-bottom: 2rem;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-contacts {
  margin-right: 2rem;
}
.footer-contacts p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 200;
  margin: .5rem 0 .5rem 0;
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu {
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-menu a {
  margin: 0 3rem .5rem 0;
}
.footer-menu #menu-main-2, .footer-menu #menu-main-4
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
height: 215px;
}
.footer-part-righted
{
  width:33%;
}

.footer-part-lefted
{
  width:66%;
}

.footer-button
{
  float:right;
}

.footer-contacts
{
  width: 230px;
}


.about-title
{
	font-size: 40px !important;
}


article p, article
{
  color:#9a9a9a;
  margin-bottom:10px;
}
.register a
{
	color:rgb(255,145,26) !important;
}
.right-bar p
{
    color:#9a9a9a;
    font-size:16px;
}

.more-link
{
  color:#9a9a9a;
}

.not-active.flag
{
  background-position-y:-40px !important;
}


.flags:hover .hide_flag
{
  display:block;
}

.not-active.flag:hover
{
  background-position-y:-20px !important;
}

.footer-part-righted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer-button:hover {
background: rgba(255,255,255,0.2);
}
.menu-item, .menu-item a{
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 200;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.menu
{
  margin:0;
}
.menu-item:hover, .menu-item a:hover {
  color: #e38d0a;
}

.org-title {
  margin-bottom: 1rem;
}
.org-contacts .skype-call {
  margin: 1rem 0 4rem 0;
}
.org-mail-link {
  color: #0099dd;
  font-weight: 200;
}
.org-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.org-contact-container {
  width: 45%;
  margin-bottom: 2rem;
}
.org-contacts-title {
  color: #0099dd;
  font-weight: 600;
  margin-bottom: 3rem;
}
.org-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.org-photo {
  margin-right: 1.5rem;
}
.org-name {
color: rgb(0, 99, 108);
background: -webkit-linear-gradient(left, #009a99, #1fc3c2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: .5rem;
}
.org-pos {
  margin-bottom: 1.5rem;
}
.org-phone {
  margin-bottom: .5rem;
}

.current-menu-item a
{
  color:#24c7fd;
}

.modal-window {

}
.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  width: 50%;

margin: auto;

}
.modal-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-content .form {
  position: relative;
  display: block;
  width: 100%;
  margin-left:0px;
}
.modal-form-title {
  font-size: 27px;
  margin-bottom: 0.5rem;
  font-variant: small-caps;
  font-weight: 700;
  padding-top:3rem;
  position: relative;
color:white;
top: 85px;
z-index: 9;
width: calc(100% - 4rem);
display: block;
margin: auto;
line-height:1;

}
.close {
  position: absolute;
  top: -13px;
  right: 9px;
  font-size: 60px;
  cursor: pointer;
}
.active.flag
{
   margin-top: 30%;
}
@media screen and (max-width: 1920px) {
  .section-container {
    width: 70%;
  }
  .modal-content {
    display: block;
    width: 45%;
  }
}
@media screen and (max-width: 1680px) {
  .section-container {
    width: 80%;
  }
}
@media screen and (max-width: 1600px) {
  .section-container {
    width: 80%;
  }
  .modal-content {
    display: block;
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .section-container {
    width: 90%;
  }
  .modal-content {
    display: block;
    width: 55%;
  }
}
@media screen and (max-width: 1366px) {
  .buttons-container {
    width: 65%;
  }
  .analytics-btn-container {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .section-container {
    width: 95%;
  }
  .modal-content{
    display: block;
    width: 65%;
  }
  #regform .form-section-content
{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpcf7-form {
margin-left:0;
}
.form-section-content h2
{
padding-top: 2rem !important;
padding-bottom: 2rem;
}
}

.prefooter

{
  width:33%;
  text-align: center;
}

section.contacts
{
  min-height:450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sponsor-item
{
  width:33%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 15px;
    min-height: 200px;
}

#vk_groups, #vk_groups iframe
{
  width:100% !important;
}

.top.not-main
{
  -webkit-box-shadow: 0 0 18px rgba(126, 126, 126, 0.31);
          box-shadow: 0 0 18px rgba(126, 126, 126, 0.31);
}

.main-menu
{
  padding-top: 1rem;
}
.important-fact-title {
font-size: 21px;
margin-bottom: 10px;
}

.not-main .important-fact-title
{
  color: #0f4596  ;
  margin-bottom:25px;
  font-size:30px;
  font-weight: 600;
}

.not-main .important-fact-title
{
font-variant: small-caps;
}

.not-main .important-fact-text
{
color: #9a9a9a;
}

.not-white .button-primary
{
  border: 1px solid white;
color: white;
}

.not-white .button-primary:hover
{
background: rgba(255,255,255,0.2);
}
h2
{
  font-variant: small-caps;
  font-weight: 700;
}
.date_article
{
color: #888888;
font-size: 14px;
}
.tags_article
{
  color: #888888;
  font-size: 14px;
}
.tags_article a
{
color: #3284b3;
font-size: 14px;
text-decoration: underline;
}


.header-part-center
{
  display:none;
}

.top
{
  background:white;
}

.top.myfixedHeader .contacts, .top.myfixedHeader .sponsor
{
  display:none;
}

.top.myfixedHeader .header {
    padding: 1rem 0 1rem 0;

  }

.top.myfixedHeader .header-part-center
{
  display:block;
}
.top.myfixedHeader
{
-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
height: 80px;
max-width:1920px;
}

.top.myfixedHeader .logo img
{
      width: 132px !important;
}

   .modal-form-content .wpcf7
   {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
   }
   .wpcf7-form .checkboxes {
    height: 160px;
    padding-bottom: 20px;
    margin-left: -15px;
}
.top.myfixedHeader .menu-item, .top.myfixedHeader .menu-item a
{
  color:#585858 !important;
  font-size:12px;
}

.top.myfixedHeader .main-menu {
    padding-top: 0 !important;
}
.analytics-item-image
{
width: 360px;
height: 360px;
}

.invest-item-image
{
width: 100%;
}

.buttonup
{
  display:block;
  opacity:0;
  width:68px;
  height:78px;
  position:fixed;
bottom:50px;
right:50px;
  background:url('images/to_top.svg');
  background-size: cover;

}

.buttonup:hover
{
background-position-y:78px;
}

#showmap
{
  display:inline-block;
  width:29px;
  height:38px;
  background: url('images/map.svg');
    background-size: cover;
    position: relative;
margin-left: 10px;
top: 7px;
}

.show_me:hover #showmap
{
  background-position-y:40px;
}

.small_img_main a
{
  height: 50%;
   float: left;
   width: 50%;
}

.flexslider .slides img
{
  width:100%;
  height:100%;
}

.mfp-counter
{
  display:none;
}

.flex-prev
{
  background:url('images/arrow_left.svg');
  background-size: cover;

}

.flex-next
{
  background:url('images/arrow_right.svg');
  background-size: cover;

}

.flex-direction-nav a::before
{
  content:"";
}
.flex-direction-nav a.flex-next::before
{
  content:"";
}
.flex-direction-nav a
{
  width:22px;
  height:76px;
  opacity: 1;
    -webkit-transition:none;
    transition:none;
}

.flex-control-paging li a:hover {
    background-color: rgb(0, 78, 152);
}

.flex-control-paging li a {

 background-color: rgb(54, 169, 224);
  width: 13px;
height: 13px;
}

.flex-control-paging li a.flex-active
{
  background-color: rgb(243, 146, 0);
}
.flexslider.text-smi
{
	width:50%;
	max-height:320px;
}
.flexslider:hover .flex-direction-nav .flex-prev
{
  left:-50px;
    opacity:1;
}

.flexslider:hover .flex-direction-nav .flex-next
{
  right:-50px;
  opacity:1;
}
.flexslider:hover .flex-direction-nav .flex-prev,.flexslider:hover .flex-direction-nav .flex-next
{
  background-position-y:76px;
}

.mfp-arrow-left {
    left: 20%;
    height:76px;
      width:22px;
      background:url('images/arrow_wh_left.svg') !important;
      background-size:cover !important;
      background-repeat: no-repeat  !important;
}
.mfp-arrow-left:hover,.mfp-arrow-right:hover{
  background-position-y: -76px !important;
}

.mfp-arrow-right {
    right:20%;
    height:76px;
    width:22px;
      background:url('images/arrow_wh_right.svg') !important;
      background-size:cover !important;
      background-repeat: no-repeat  !important;
}

.invest-button.mfp-arrow-right
{
    right: 25%;
}

.invest-button.mfp-arrow-left
{
  left: 25%;

}

.modal_content .row{
width: calc(33% - 30px);
min-width: 300px;
margin: 15px;
}
.modal_content
{
	text-align:left;
}

.mfp-title
{
  text-align:center;
  color: #ffffff;
font-family: "Arial Nova";
font-size: 16px;
font-weight: 300;
}

.subsponsors
{
color: #0f4596;
font-variant: small-caps;
font-size:36px;
}

.subsponsors-main
{
 color:#022c54;
font-size:24px;

}
.mainvideo
{

padding:12px;
margin-bottom:3px;
position:relative;
cursor:pointer;
border-left: 2px solid transparent;
}

.mainvideo.active
{
	border-left: 2px solid #2ac800 !important;
	color:#2ac800;
}
.mainvideo.active:before{
position:absolute;
top:0;
left:0;
width:20px;
border-top:2px solid #2ac800 !important;
content:"";
}
.mainvideo.active:before{
position:absolute;
bottom:0;
left:0;
width:20px;

border-bottom:2px solid #2ac800 !important;
content:"";
}

.mainvideo:hover:before{
position:absolute;
top:0;
left:0;
width:20px;
border-top:2px solid #0f4596;

content:"";
}

.mainvideo:hover:before{
position:absolute;
bottom:0;
left:0;
width:20px;
border-bottom:2px solid #0f4596;
content:"";
}


.mainvideo:hover
{
border-left: 2px solid #0f4596;
padding:12px;
}


.mainvideo:hover .subsponsors-main
{
 color:#0f4596;
font-size:24px;
}

.mainvideo.active .subsponsors-main
{
 color:#2ac800;
font-size:24px;
}

.sponsors-title
{
  color: #0099dd;
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
width: 75%;
}

.sponsors-text
{
  color: #585858;
font-family: "Arial Nova";
font-size: 16px;
font-weight: 300;
line-height: 24px;
width: 75%;
}

.block_sponsor
{
  min-width:304px;
  height:250px;
  padding-top:35px;
  padding-bottom:20px;
}

.modal_head
{
  height:75px;
  background-color: #009999;
  width:100%;
}
.modal_head p
{
  line-height:1;
  color: #ffffff;
  font-size:30px;
  font-variant: small-caps;
  font-weight: 400;
  padding-left: 25px;
}



.block_sponsor button
{
  -webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.32);
          box-shadow: 0 9px 10px rgba(0, 0, 0, 0.32);
border: 1px solid #ffffff;
display: block;
margin:auto;
margin-top:30px;
color: #ffffff;
text-transform: uppercase;
width:250px !important;
}
.block_sponsor .head
{
  color: #ffffff;
font-size: 42px;
font-weight: 400;
font-variant: small-caps;
text-align:center;
margin:auto;
}

.row_head
{
  color: #0099dd;
  font-size:20px;
  font-weight: 400;
  margin-bottom:10px;
  font-weight: 700;
}

.row_content p
{
  color: #585858;
  font-size:14px;
  font-weight: 400;
}

.row_content ul
{
  padding-left: 0px;
}

.modal_sponsor .mfp-close
{
  display:none;
}
#regform .reg-btn
{
  width: 100% !important;
  margin-left:0px;
  font-family: "Arial Nova";
font-size: 24px;
font-weight: 700;
}

.main-info-content .reg-btn
{
  width: 340px !important;
}

.splLink
{
  display:none;
}

.main-info-content {
padding-top: 10px;
}

.single-smi {
    width: calc(50% - 20px);
}

#regform  .wpcf7-form
{
padding: 1rem;
}

.footer-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.sponsors_content img
{
  display: block;

margin: auto;
}
.analytics-item-btn
{
width: calc(100% - 2px) !important;
margin: auto;
display: block;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
  }

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  height:76px;
  width:22px;
    position: absolute;
    cursor: pointer;
      top: 15%;
background-size: cover !important;
background-repeat:no-repeat !important;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
  background-position-y:-76px;
}

.nbs-flexisel-inner
{
  position:static !important;
}

.nbs-flexisel-nav-left {
  background:url('images/arrow_left.svg');
    left: -15px;
}





.nbs-flexisel-nav-right {
  background:url('images/arrow_right.svg');

  right: -25px;
}



.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

#slider .slides li, #slider2 .slides li, #slider3 .slides li{
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#slider .flex-direction-nav, #slider2 .flex-direction-nav, #slider3 .flex-direction-nav
{
  display:none;
}
#carousel .flex-active-slide img, #carousel2 .flex-active-slide img,  #carousel3 .flex-active-slide img
{
  border: 3px solid #00636c;
}
#carousel li img, #carousel2 li img,  #carousel3 li img
{
  cursor: pointer;
}

#carousel li:hover img, #carousel2 li:hover img, #carousel3 li:hover img
{
  border: 3px solid #ff9900;
}

.otstup
{
  margin-right:30px;
}
.main.invest-projects-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
			  width:100%;
  }
  .main-invest
  {
      display: flex;
	      justify-content: center;
  }
  .article img
  {
        width: 265px;
  }
  
  .modal-form-content
  {
	  position:relative;
  }
.mfp-close
{
  background:url('images/cross.svg') !important;
  background-size: cover !important;
  background-repeat:no-repeat;
 
}

.img_gallery
{
margin-left: -15px;
margin-right: -15px;
}

.img_gallery img
{
width: calc(33% - 30px);
margin:15px;
}

.polovina
{
width:calc(50% - 15px);
}

.tret{
  width:calc(33.3% - 20px);
}

@media (min-width:1000px) and (max-width:1150px)
{
.footer-menu {
height: 400px;
}
.footer-menu .menu
{
height: 298px;
}
}

@media screen and (max-width: 1024px) {
.footer-menu #menu-main-2, .footer-menu #menu-main-4 {
  height: auto;
}

.main-invest h3
{
	    width: 100%;
    text-align: center;
}

.main.invest-projects-container
{
	width:100%;
}

.main-invest
{
	display:block;
}
.youtube-smi-main
{
	margin:auto;
	width:100%;
}
.ex .modal_head p
{
  line-height:1;
}
.mainslide
{
width: 100%;
display: flex;
flex-wrap: wrap;
}

.mainslide li
{
width: 300px;
}

.presentation-item {
width: calc(33% - 1rem);
}

.invest-project-item {
width: calc(50% - 30px);
}

section.contacts {
flex-wrap: wrap;
}
.prefooter {
width: 50%;
margin: 0 auto
}


.footer-button
{
width:300px;
}
.modal-form-content .wpcf7 {
margin-left:0;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
/* width: 85%;*/
padding: 2rem;
font-size: 14px;
}

.splLink
{
text-align:left;
margin-left: 15px;
}
button:not(.mfp-arrow)
{
width: 100%;
}

.regform .mfp-close {

}

.mfp-gallery .mfp-close
{
top:30px;
}


.form-section-content h2 {
padding-bottom: 0rem;
}

.wpcf7-form {
margin: auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.sponsor-item {
    width: 50%;
  }

.splLink
{
  display:block;
  text-align: center;
  margin-bottom: 10px;
margin-top: 10px;
}
.modal_content .row{
width: auto;
min-width: auto;
margin: 15px;
}
.ex .splLink
{
  display:none;
}
.modal_sponsor .modal_content
{
  display:block !important;
}
.ex.modal_content
{
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
}


.modal_sponsor .row
{
  display:none;
}
.ex .row
{
  display:block;
}

.invest-project-title {
  font-size: 21px !important;
}

.about-info
{
	flex-wrap:wrap;
}
.about-title
{
	width:100%;

}

.about-item
{
	margin-top: 10px;

margin-bottom: 10px;
}

.polovina, .tret
{
width:calc(50% - 15px);
}

.otstup
{
 margin-right:15px;
}

.flex-direction-nav a
{
  display:none;
}
.footer-menu {
    height: 240px;
  }
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right
{
  display:none;
}
   .about-item-text {
    font-size: 24px;
  }

  .top.myfixedHeader .header-part-center {
      padding-left:0;
      padding-right: 0;
}

.myfixedHeader .menu-item {
    margin: 0 .2rem .5rem 0;
}

.main-menu .menu-item{
  font-size:12px;
}

  .about-item-number {
   font-size: 36px;
 }
  .has-plus .about-item-text {
    right: 0;
  }
  .speaker-item {
    width: 45%;
  }
  .buttons-container {
    width: 80%;
  }
  .analytics-btn-container {
    width: 100%;
  }
  .analytics-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .analytics-item {
    margin-top: 2rem;
  }
  .form-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-title {
    margin-bottom: 2rem;
    font-variant: small-caps;
  }

  .modal-form-content .reg-btn {
    width: 345px;
  }
}

@media screen and (max-width: 960px) {
.hide_flag
{
display:block;
}
.about_all_info {
display:block;
}
}


@media (min-width:768px) and (max-width:1024px)
{

.footer-part-lefted, .footer-part-righted
{
width:100%;
}

.modal-form-title {
    top: 6rem;
}


.footer-part-righted
{
margin-top: 10px;
}
.footer-content
{
flex-wrap:wrap;
}



.footer-menu a {
margin: 0 3rem 1rem 0;
}

.footer-part-righted .textwidget
{
display:flex;
justify-content:space-between;

}
.textwidget a
{
width: calc(33% - 5px);
}




#soc_buttons {
right: -34px !important;
}
.modal-content .form {
position: relative;
display: block;
margin-left:0px;
/* width: 478px;*/
margin: auto;
}

#soc_buttons img
{
width: 56px;
height: auto;
}

#soc_buttons a:hover {
right: 10px !important;
}


#important .buttons-container a, #participants .buttons-container a, #invest .buttons-container a, #speakers .buttons-container a, .additional-info .buttons-container a, #sponsors .buttons-container a
{
width: calc(50% - 5px);
}

#about .buttons-container a, #analytics .buttons-container a
{
width: calc(33% - 5px);
}

.modal-form-title {
top: 6rem;
}

.modal-form-content .wpcf7
{
padding-top: 0px;
}
#modalform2 .modal-form-content .wpcf7
{

}
.form-row
{
margin:auto;
}
.modal-form-title
{
margin-bottom: 0px;
}
.modal-content p
{
margin-top:20px;
margin-right: 0px; 
}
}
@media (min-width:1230px) and (max-width:1280px)
{
	.footer-menu {
    height: 150px;
	}
	.footer-menu .menu
	{
		height: 195px;
	}
}
@media screen and (min-width: 768px) {
.toggle-nav { display:none; }
}
@media screen and (max-width: 768px) {
  .about-info, .about-description, .speakers-container,
  .buttons-container, .important-facts-container, .form, .modal-form-content,
  .add-info-container, .footer-content, .org-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .footer-part-righted button{
	  font-size:20px;
  }
  .modal-form-content .reg-btn {

    width: 250px;

}
  
  .text-smi.flexslider
{
	width:100%;
}
  
    .modal-form-title {
    top: 6rem;
}
  
  .polovina, .tret
{
width:100%;
}
  
  .speaker-popup-item
{
width:90%;
}
.mfp-gallery .mfp-close
{
top:0;
} 
.about-info
{
align-items: baseline; 
}

.important-fact-item.main {
width: 100%;
}

.about-title
{
width:260px !important;

}

.at-share-btn-elements {
top: -10px;
}

.speaker-name {
width:210px;
}

.invest-project-item-main {
width: 100%;
}


.buttons-container a {
width:100%;
}

.soc_buttons_footer
{
display: flex;
margin-bottom: 5px;
margin-top: 5px;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.section-container {
padding: 2rem 0 2rem 0;
}

.single-article
{
margin-bottom:50px;
}

.news article img
{
width:100%;
height:auto;
}


#participants .presentation-item
{
width: calc(50% - 1rem);
}
#participants .presentation-container
{
flex-direction: row;
}
#modalform2 .wpcf7-form {
margin-left: 0;
padding-top: 7rem;
}
.important-fact-item
{
width:100%;
}
article.flexi
{
flex-wrap:wrap;
}
.news article img
{
width:100%;
height:auto;
}

.single-smi
{
width:100%;
}
.footer-menu .menu-item
{
width: 100%;
margin:auto;
}
.youtube-smi
{
width:100%;
}


.flexslider.text-smi
{
width:100%;
}



.flexi.video_smi
{
display:block;
}
.modal-form-title
{
margin-bottom: 0px;
}

.modal-form-content .wpcf7
{
padding-top: 0px;
}



.hide_flag
{
display:block;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
[type="checkbox"]:checked + label, [type="checkbox"]:checked + .wpcf7-list-item-label {
font-size: 14px;
}

.regform .mfp-close {
}

.single-article
{
width:100%;
margin-bottom:20px;
}

.single-article-right
{
width:100%;
}



.sponsor {
margin-right: 1rem;
}

.modal-form-title {
top: 6rem;
}

#soc_buttons
{
display:none;
}

  .sponsor {
      margin-right: 1rem;
  }

  .form, .wpcf7-form {
    margin-left:0;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    width: 85%;
    font-size: 14px;
    }

  .logo
  {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 20px !important;
  }

  .logo img
  {
  width:135px;
  }

  .skype-call img
  {
    width:25px;
    height:25px;
  }

  .phone-call
  {
    font-size:14px;
  }

  .skype-call span
  {
    font-size:16px;
  }

  .header-part-righted .sponsor img
  {
    width: 45px;
height: 45px;
  }

  .sponsor p {
    font-size: 14px;
  }
  .active.flag {
     margin-top:0;
  }

  .header
  {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
  }


  .top.myfixedHeader .menu-item, .top.myfixedHeader .menu-item a
  {
    width: 100%;
    font-size:11px;
  }

  .sponsor-item
  {
    width:100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 15px;
      min-height: 200px;
  }



  .footer-part-lefted, .footer-part-righted {
      width:100%;
  }

.top.myfixedHeader .header{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer-part-righted button
{
  display: block;
    margin: auto;
      margin-top: 1rem;
}
  .footer-menu {
      height: auto;
  }

.vostok-logo
{
  display: block;
margin: auto;
}
.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
}


  .sponsor p {
    font-size: 14px;
  }

  .phone-call {
    font-size: 14px;
  }


.flex-direction-nav .flex-prev
  {
    left:0px;
      opacity:1;
  }

.flex-direction-nav .flex-next
  {
    right: 0px;
    opacity:1;
  }
  .invest-button.mfp-arrow-left {
      left: 4%;
  }
  .invest-button.mfp-arrow-right {
    right: 4%;
}
.mfp-arrow-right {
    right: 20%;
  }
  .mfp-arrow-left {
    left: 20%;
  }
  .nbs-flexisel-nav-left {
        left: 10px !important;
  }

  .nbs-flexisel-nav-right {
    right: 15px !important;
  }

  section.contacts
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }

  .prefooter
  {
    width:auto;
  }

  .about-item-number {
    font-size: 64px;
  }

  .presentation-container
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .invest-project-title {
    font-size: 22px !important;
  }

button.mfp-arrow
  {
    display:none;
  }

  .speaker-pos {
    height:auto;
  }
.myfixedHeader.top .menu
{
	 display: none;

  width: 42%;
position: absolute;
top: 80%;
left: 27%;
padding: 10px 18px;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
border-radius: 3px;
background: white;
  -webkit-transition:linear 1s;
  transition:linear 1s;
}
.top.myfixedHeader .header-part-center
{
  padding:0px;
}
  .toggle-nav {
        padding-top: 0px;
        display:inline-block;
        font-size:40px;
        line-height: 1;
            width: 100%;
            text-align:center;
    }
    .flags
    {
      margin: auto;
    }
    .top.myfixedHeader .header-part-lefted, .top.myfixedHeader .header-part-center, .top.myfixedHeader .header-part-righted
    {
      width:33%;
    }

.logo
{
  margin:auto;
}

    .toggle-nav:hover, .toggle-nav:active,  .toggle-nav:visited {
        text-decoration:none;
         color: #888888 !important;
         cursor: pointer;
      }

.all_blocks
{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.otstup
{
  margin-right:0px;
}

  .img_gallery img
  {
    width: calc(49% - 20px);
    margin: 10px;
  }

  .flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-part-lefted {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .logo img
  {
    width:132px;
  }
  .about-item {
    margin-top: 1rem;
  }
   h1
   {
	  font-size:48px; 
   }
  h2 {
    font-size: 36px;
    line-height: 55px;
  }
  .description-column {
    width: 80%;
  }
  .speaker-item {
    width: 50%;
  padding-top: 1rem;
  }
  .buttons-container button {
    margin-top: .5rem;
  }
  .invest-project-item {
    width: 360px;
  }
  .important-facts-column {
    width: 100%;
  }
  .form-row {
    width: 100%;
  }
  .info-sourse-title {
    margin: 2rem 0 1rem 0;
  }
  .add-info-container h2, p {
    margin-bottom: 1rem;
  }
  .org-contact-container {
    width: 100%;
  }
  .footer-button {

    float:none;
  }
  .modal-form-content .reg-btn {
    width: 295px;
  }
}
@media screen and (max-width: 540px) {
  button:not(.mfp-arrow) {
    width: 300px;
  }
  

    .main-info-content .reg-btn
{
  width: 340px;
  font-size: 18px !important;
}

.speaker-info.main
{
	margin: auto;
}
  .phone-call
  {
    display:none;
  }
  .logo img {
    width: 135px;
}
.myfixedHeader.top .menu{
left: 27%;
}
.skype-call img {
    width: 20px;
    height: 20px;
}
.important-fact-item.main 
{
width:100%;
}
.skype-call {
    margin-bottom: .5rem;
}
.sponsor p {
    font-size: 12px;
}
.skype-call span {
    font-size: 13px;
}
.speaker-item
{
	display:block;
}	



.modal-form-content .wpcf7-form .checkboxes
{
    height: 200px;
}
.speaker-item div
{
	text-align:center;
}	


.logo
{
width:100%;
margin-right:0 !important;
}	

.top.myfixedHeader .logo img
{
	width:100% !important;
}

  .invest-project-item-main {
    width: 100%;
  }
  .img_gallery img
  {
    width: 100%
  }
  .speaker-item, .invest-project-item {
    width: 100%;
  }
  .presentation-item {
    width: 30%;
  }
  .reg-btn {
    width: 275px;
    font-size: 18px;
  }
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-menu {
    margin-top: 2rem;
  }
  h3 {
    font-size: 24px;
  }
  button {
    width: 270px;
  }
}

.image-button.mfp-arrow-left {
    left: 15%;
}

  .image-button.mfp-arrow-right{
      right: 15%;
  }


polygon {
  fill: rgba(125,155,132,0);
  stroke-width: 1;
  stroke: rgba(0, 163, 158, 0.5);;
}

#important.main
{
 background-image: -moz-linear-gradient( 90deg, #0b9ac3 6%, #01becf 96%);
  background-image: -webkit-linear-gradient( 90deg, #0b9ac3 6%, #01becf 96%);
  background-image: -ms-linear-gradient( 90deg,  #0b9ac3 6%, #01becf 96%);
}

.form-section-content
{
  padding:0px;
}

.bread a, .bread a:active, .bread a:hover, .bread a:focus, .bread
{
  color: #888888;
font-size: 14px;
}

.open-popup-sponsor button:hover{
background-color: rgba(255,255,255, 0.5);
}

#soc_buttons
{
left: -25px !important;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}

#soc_buttons:hover
{
left: 0px !important;
}

.soc_buttons {
   position: fixed;
   right: 0;
   top: 152px;
   width: 70px;
}

.soc_buttons a {
   display: block;
   position: relative;
}

.flag
{
  -ms-flex-item-align: center;
      align-self: center;
   width:40px;
    height:20px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.top.myfixedHeader .active.flag
{
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top:0;
}

   .splCont {display:none; padding:5px 15px;}

   
   @media screen and (max-width: 604px){
.footer-contacts {
margin: auto;
margin-bottom: 15px;
}
.menu-item, .menu-item a {
text-align: center;
}
}



@media screen and (max-width: 540px) {
.speaker-item {
width: 100%;
padding-top: 1rem;
}


.speaker-popup-item
{
width:90%;
}

.speaker-info
{
max-width: 195px;
}	

#modalform2 input[type="text"], #modalform2 input[type="email"], #modalform2 input[type="tel"] {
width: 90%;
}

.buttons-container {
width: 100%;
}

.invest-project-item-main{
margin: 1rem 0;
}

.analytics-item-info {
min-height:none;
padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.add-info-container
{
padding:1.5rem;
}

.speaker-name {
width: 125px;
text-align: left;
margin:0;
}


.speaker-info
{
text-align:left;
}

.speaker-company {
font-size: 20px;
}

.speaker-info.main {
width: 170px;
}

.has-plus .about-item-text {
right: 26px;
}

.speaker-image-block
{
align-self:baseline; 
width: 173px;
}

.top-menu-1 .menu
{
right: 5px;
left: 5px;
width:auto;
background-color:#cfcfcf;
flex-direction:column;
height:140px;
}

.top-menu-1 .menu-item
{
width:100px;
text-align: left;
}
.top-menu-1 .menu-item a
{
text-align:left;
}

.main.speaker-info {
margin-bottom:0; 
}


.description-column {
width: 100%;
}

.section-container {
width: calc(100% - 20px);
}


.ex.modal_content .row{
width: 100%;
}
.footer-part-lefted .vostok-logo
{
width:100%;
}
#participants .presentation-item
{
width: 100%;
}
#participants .presentation-container
{
flex-direction: column;
}
.org-item 
{
flex-wrap: wrap;
}
.wpcf7-form
{
padding:1rem;
width: calc(100% - 2rem);
}
.wpcf7
{
width: 100%;
}
.form-row {

min-width: 200px;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:not(:checked) + .wpcf7-list-item-label, [type="checkbox"]:checked + label, [type="checkbox"]:checked + .wpcf7-list-item-label {
font-size: 10px;
}

h1,h2
{
font-size:30px;
}

h4
{
font-size:25px;
}

.analytics-item-image
{
width:100%;
height:auto;
}
.analytics-item
{
width:auto;
}
.analytics-container
{
display:block;
}
.analytics-item-head
{
font-size:21px;
width: auto; 
}
.footer-contacts {

margin: auto;
margin-bottom: 15px;
}

.regform .mfp-close {
}

.modal-content {
display: block;
width: 75%;
}

#modalform2
{
bottom: 5rem;
}


button:not(.mfp-close) {
width: 100%;
}
.buttons-container a
{
width:100%;
}


.speaker-item div
{
margin:0;
}
.speaker-info.main
{
width:100%;

}
}

@media screen and (max-width: 440px) {
.header {
flex-wrap:wrap;
}
.modal-content {
display: block;
width: 100%;
}
}

@media screen and (max-width: 290px) {
.top-menu-1 .menu
{
height:auto;
}

.top-menu-1 .menu-item
{
width:auto;
text-align: center;
}
}

right-bar .at-share-tbx-element, .right-bar .at-share-btn-elements
{
display:none;
}

#atstbx
{
left: 10px;
}

span.wpcf7-not-valid-tip {
top: -15px;
right: 5px;
}

.theme_1.wpcf7-form input.error, .theme_1.wpcf7-form select.error, .theme_1.wpcf7-form textarea.error {
border: 1px solid #cf2121;
}

span.wpcf7-not-valid-tip{
color: #d02222;
font-family: "Open Sans";
font-size: 35px !important;
font-weight: 300;
padding-left: 5px;
position: absolute;
}

div.wpcf7-mail-sent-ok {
border: none;
position: absolute;
bottom: 124px;
right: -3px;

}

div.wpcf7-validation-errors
{
display:none !important;
border: none;
position: absolute;
bottom: 124px;
right: 18px;
}

.mfp-close
{
cursor:pointer;
}
.alertify-dialog
{
background:white;
}
.alertify
{
border: 1px solid #00636c;
font-family: 'ArialNovaCond';
}

.alertify-button
{
width: 200px !important;
height: 60px !important;
margin-top: 50px !important;
font-family: ArialNova !important;
}

.video_smi-content .flex-direction-nav a {
top:10%;
}

.speaker-popup-item .mfp-close
{
background: url(images/cross_bir.svg) no-repeat !important;
background-size:cover !important;

}

.speaker-popup-item .mfp-arrow-left {
left: 30%;
}

.speaker-popup-item .mfp-arrow-right {
right: 30%;
}

@media (max-width:950px)
{
.label {
margin: auto;
}
.form-row
{
width:100%;

}
.first-row
{
margin-right:0 !important;
}

#modalform2 input[type="text"],#modalform2 input[type="email"],#modalform2 input[type="tel"]
{
width:85%;
}

}

.alignleft.size-full{
float:left!important;
}

.ru_RU #cookie-law-info-bar
{
	display:none !important;
}

@media screen and (min-width: 768px) {
.sub-menu {
display: none;
}
.main-menu .menu-item:hover .sub-menu {
display: block;
position: absolute;
}
}

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 768px){
.header-part-righted .sponsor img {
    width: auto;

}
}

#sfsi_floater{
	width:50px!important;
	left:5px!important;
}

.under-slider button{
	margin-top: 10px;
  outline: none;
  width: 270px;
  height: 80px;
  font-size: 18px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.13);
  margin-top:10px;
  background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width: 768px){
.under-slider button {
    width:100%;
}
}

.menu .web a{
color:#96bc03;
}

#menu-main-2-es-1 .web a{
	color:#96bc03!important;
}

#menu-main-3 .web a{
	color:#96bc03!important;
}


.speaker-wrap{
	background: #96bc03;
	margin-left:-25px;
}

@media screen and (max-width: 540px){
#participants .presentation-container {
    flex-direction:row;
}
}

@media screen and (max-width: 540px){
#participants .presentation-item {
    width:25%;
}
}

@media screen and (max-width: 540px){
#participants .important-fact-img {
    width:100px;
}
}