/* ___________1. RESET CSS____________________*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* HTML5 display-role reset for older browsers */
article, address, aside, details, figcaption, figure,
footer, header, menu, nav, section, label, small, img{
  display: block;
}
body{
  margin: 0 !important;
  padding: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #4f4d60;
  font-size: 1em;
  background: #ffffff;
  height: 100%;
  min-width: 320px;
  position: relative;
}
html{
  height: 100%;
}
blockquote, q{
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
  content: none;
}
mark{
  background: none;
}
table{
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
input{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
img{
  max-width: 100%;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased !important;
  /*-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;*/
}
@font-face{
  font-family: 'Lato Black';
  src: url('../fonts/Lato-Black.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Black.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Lato-Black.svg#deafb22e0fea74c18abc97a942bb621e') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face{
  font-family: 'Lato Light';
  src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Lato-Light.svg#80d8021909d835b751af094d043ad177') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
@font-face{
  font-family: 'Lato Medium';
  src: url('../fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Lato-Medium.svg#4eb8a602824d480acab6dffa694826b6') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face{
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Lato-Regular.svg#48e70b8825d557df57af3e4f7d4c31be') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face{
  font-family: 'Lato Semibold';
  src: url('../fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Lato-Semibold.svg#cc6431f780b635b7993d4262e75393af') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
@font-face{
  font-family: 'LatoBold';
  src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Lato-Bold.svg#eea591db52cf6ebc8992abb7621b9256') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
/* ___________1. end of RESET CSS___________________*/

/* ___________2. TYPICAL ELEMENTS________________*/

/*____________2.1. TITLES_____________________*/
.hero_block_info h1{
  overflow: hidden;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 1.875em;
  line-height: 1.35em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 7% 24px 0;
}
.inner_page .hero_block_info h1{
  font-size: 1.250em;
  line-height: 1.250em;
  letter-spacing: 0.1em;
  padding: 0 0 24px 0;
  float: left;
  width: 64%;
}
.text_block h1{
  padding: 0 0 25px 0;
  font-size: 1.875em;
  line-height: 1.333em;
  letter-spacing: 0.1em;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000000;
}
.hero_block_info h2{
  font-family: 'Lato Semibold', Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 0 0 30px 0;
  font-size: 0.938em;
  line-height: 1em;
}
.aside_partners h2{
  position: absolute;
  width: 100%;
  top: -17px;
  left: 0;
  font-size: 0.750em;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.09em;
  font-family: 'Lato Medium', Arial, Helvetica, sans-serif;
}
.aside_partners h2 span{
  display: block;
  background: #ffffff;
  width: 131px;
  margin: auto;
}
.aside_partners.low h2{
  top: -24px;
}
.aside_partners.low h2 span{
  width: 155px;
}
.members_block h2,
.about_block h2{
  padding: 0 0 20px 0;
  font-size: 1.875em;
  line-height: 1.333em;
  letter-spacing: 0.1em;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000000;
}
.about_block_sticker h3{
  padding: 52px 20px 50px 20px;
  margin: 0 0 17px 0;
  font-size: 1.563em;
  line-height: 1.200em;
  letter-spacing: 0.1em;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000000;
  background: url(../images/marker_1.png) no-repeat 50% bottom;
}
.program_block h2{
  padding: 0 0 28px 0;
  font-size: 1.828em;
  line-height: 1.368em;
  letter-spacing: 0.1em;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.members_block h2{
  padding: 0 0 32px 0;
}
.member_name h3{
  font-size: 0.875em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 1em;
}
.member_name h3 span{
  display: block;
  font-size: 1.286em;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 0 9px 0;
  letter-spacing: 0.06em;
}
.feedback_box h2{
  background: #282d38;
  text-align: center;
  margin: 6px 6px 33px 6px;
  padding: 25px 0 25px 0;
  color: #6d7991;
  font-size: 0.750em;
  line-height: 1em;
  letter-spacing: -0.04em;
}
.feedback_box h2 span{
  display: block;
  font-size: 1.667em;
  line-height: 1em;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 0 7px 0;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.feedback_box h3{
  text-align: center;
  font-size: 0.813em;
  line-height: 1.538em;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 40px 17px 40px;
  letter-spacing: 0.1em;
  color: #000000;
}
.schedule_box_date h3{
  text-align: center;
  font-size: 1.125em;
  line-height: 1.2em;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 0 0 0;
  letter-spacing: 0.05em;
  color: #000000;
}
.schedule_box_date h3 span{
  display: block;
  padding: 1px 0 0 0;
  font-size: 0.778em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0.002em;
}
.schedule_box_line h4{
  color: #000000;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.786em;
}
.schedule_box_line h4 span{
  font-weight: normal;
  color: #4f4d60;
}
.text_block h2{
  font-size: 1.875em;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.096em;
  color: #000000;
  font-family: 'LatoBold', Arial, Helvetica, sans-serif;
  padding: 0 0 27px 0;
}
.partners_block h2{
  color: #000000;
  font-size: 0.750em;
  line-height: 1.4em;
  padding: 0 0 10px 0;
  font-family: 'Lato Medium', Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
.partners_block h2 span{
  display: block;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
}
/*____________2.1. end of TITLES_________________*/

/*____________2.2. LINKS______________________*/
a{
  color: #0442a5;
  text-decoration: none;
}
a:hover{
  cursor: pointer;
  text-decoration: underline;
}
/*____________2.2. end of LINKS__________________*/

/*________________2.3. FORM ELEMENTS__________*/
textarea,
input.text{
  outline: none;
  display: block;
  padding: 0 22px;
  margin: 0 0 0 0;
  position: relative;
  height: 57px;
  width: 100%;
  border: none;
  font-family: 'Lato Medium', Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 0.875em;
  background: #f1f1f1;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
textarea:focus,
input.text:focus{
  background: #ffffff;
}
textarea.error,
input.text.error{
  -webkit-box-shadow: inset 0 1px 3px 0 #ea291c;
  -moz-box-shadow: inset 0 1px 3px 0 #ea291c;
  box-shadow: inset 0 1px 3px 0 #ea291c;
}
textarea{
  resize: none;
  overflow: hidden;
  padding: 10px 22px;
  height: 138px;
}
label.error{
  display: block;
  font-size: 0.7em;
  line-height: 1em;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  text-align: left;
  color: #ea291c;
}
input.btn{
  cursor: pointer;
  display: block;
  outline: none;
  text-indent: 9999px;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  border: none;
  z-index: 10;
}
/*_____________2.3. end of FORM ELEMENTS_________*/

.inner{
  margin: auto;
  position: relative;
  max-width: 1024px;
}
.page_holder{
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.main{
  min-height: 100%;
  min-width: 100%;
  display: block;
  position: relative;
  z-index: 40;
  padding-top: 80px;
}
.main:after,
header:after,
footer:after,
.hero_block_buttons:after,
.main_content_holder .inner:after,
.hero_block .inner:after,
.hero_block_info:after,
.schedule_box_line:after,
.text_block_lists:after{
  display: block;
  content: '';
  clear: both;
}
.hide{
  opacity: 0;
}
.hide.visible{
  opacity: 1;
}
/* ___________2. end of TYPICAL ELEMENTS____________*/

/*____________3. HEADER_______________________*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 80px;
  z-index: 1000;
  background: #ffffff;
  padding: 0 3%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header.animate{
  height: 50px;
  -webkit-box-shadow: 0 1px 4px rgba(1, 1, 1, .3);
  -moz-box-shadow: 0 1px 4px rgba(1, 1, 1, .3);
  box-shadow: 0 1px 4px rgba(1, 1, 1, .3);
}
.desktop_nav{
  width: 85%;
  float: left;
}
.header_nav ul,
.header_nav li,
.desktop_nav,
header .inner,
.header_nav{
  height: 100%;
}
.header_nav li{
  float: left;
  padding: 0 4.4% 0 4.5%;
  font-size: 0.938em;
  line-height: 1em;
  font-family: 'Lato Medium', Arial, Helvetica, sans-serif;
  position: relative;
}
.header_nav li:before{
  display: block;
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  top: 40%;
  left: 0;
  background: #979797;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.animate .header_nav li:before{
  top: 34%;
}
.header_nav li:after{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.header_nav li:hover:after{
  background: #ea291c;
}
.header_nav li:first-child:after{
  width: 130%;
  left: -30%;
}
.header_nav li:first-child{
  padding: 0 4% 0 0;
  margin: 0 0 0 0;
}
.header_nav li:first-child:before{
  display: none;
}
.header_nav a{
  display: table;
  height: 100%;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.header_lang a:hover,
.header_nav a:hover,
.header_nav li.current a{
  text-decoration: none;
  color: rgb(141, 140, 151);
}
.header_nav span{
  display: table-cell;
  vertical-align: middle;
}
ul.sub_nav{
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  height: auto !important;
  background: #ffffff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
  padding: 12px 39px 36px 38px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.animate ul.sub_nav{
}
li:hover .sub_nav{
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  visibility: visible;
}
li.current .sub_nav a{
  color: #0442a5;
}
li.current .sub_nav a:hover{
  text-decoration: none;
  color: rgb(141, 140, 151);
}
.sub_nav li{
  height: auto;
  white-space: nowrap;
  font-size: 1em;
  float: none;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
}
.sub_nav li:after,
.sub_nav li:before{
  display: none;
}
.sub_nav li a{
  height: auto;
  display: inline-block;
}
.desktop_lang{
  float: right;
  height: 100%;
}
.header_lang{
  font-size: 0.938em;
  line-height: 1em;
  font-family: 'Lato Medium', Arial, Helvetica, sans-serif;
  height: 100%;
  display: table;
}
.header_lang span{
  display: table-cell;
  vertical-align: middle;
}
.header_lang a{
  display: block;
  background: url(../images/flag.jpg) no-repeat 0 2px;
  min-height: 11px;
  padding: 0 0 0 24px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.mobile_nav_btn{
  display: none;
  position: absolute;
  top: 53px;
  right: 14%;
  width: 36px;
  height: 33px;
  cursor: pointer;
  z-index: 905;
  -webkit-transition: top 0.5s, right 0.5s;
  -moz-transition: top 0.5s, right 0.5s;
  -o-transition: top 0.5s, right 0.5s;
  transition: top 0.5s, right 0.5s;
}
.mobile_nav_btn.close span{ background: #ffffff; }
.mobile_nav_btn span{ display: block; position: absolute; left: 0; width: 36px; height: 6px; background: #282d38; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; }
.mobile_nav_btn span:nth-child(1){ top: 0; }
.mobile_nav_btn span:nth-child(2){ top: 13px; }
.mobile_nav_btn span:nth-child(3){ top: 26px; }
.mobile_nav_btn span:nth-child(1){ -webkit-animation: animeBt1Out .6s forwards; animation: animeBt1Out .6s forwards; }
@keyframes animeBt1Out{
  0%{ -webkit-transform: translateY(10px); transform: translateY(10px); left: -10px; -webkit-transform: matrix(0, 1, -1, 0, 0, 10); transform: matrix(0, 1, -1, 0, 0, 10); }
  33%{ -webkit-transform: translateY(10px); transform: translateY(10px); left: 0; -webkit-transform: matrix(0, 1, -1, 0, 0, 10); transform: matrix(0, 1, -1, 0, 0, 10); }
  66%{ -webkit-transform: translateY(10px); transform: translateY(10px); left: 0; }
  100%{ -webkit-transform: translateY(0px); transform: translateY(0px); left: 0; }
}
.mobile_nav_btn.play:hover span:nth-child(1){ -webkit-animation: animeBt1Hover .6s forwards; animation: animeBt1Hover .6s forwards; }
@keyframes animeBt1Hover{
  0%{ -webkit-transform: translateY(0px); transform: translateY(0px); left: 0; }
  33%{ -webkit-transform: translateY(10px); transform: translateY(10px); left: 0; }
  66%{ -webkit-transform: translateY(10px); transform: translateY(10px); left: 0; -webkit-transform: matrix(0, 1, -1, 0, 0, 10); transform: matrix(0, 1, -1, 0, 0, 10); }
  100%{ -webkit-transform: translateY(10px); transform: translateY(10px); left: -10px; -webkit-transform: matrix(0, 1, -1, 0, 0, 10); transform: matrix(0, 1, -1, 0, 0, 10); }
}
.mobile_nav_btn span:nth-child(2){ -webkit-animation: animeBt2Out .6s forwards; animation: animeBt2Out .6s forwards; }
@keyframes animeBt2Out{
  0%, 33%{ -webkit-transform: translateY(0px); transform: translateY(0px); left: 0; -webkit-transform: matrix(0, 1, -1, 0, 0, 0); transform: matrix(0, 1, -1, 0, 0, 0); }
  100%, 66%{ -webkit-transform: translateY(0px); transform: translateY(0px); left: 0; }
}
.mobile_nav_btn.play:hover span:nth-child(2){ -webkit-animation: animeBt2Hover .6s forwards; animation: animeBt2Hover .6s forwards; }
@keyframes animeBt2Hover{
  0%, 33%{ -webkit-transform: translateY(0px); transform: translateY(0px); left: 0; }
  100%, 66%{ -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transform: matrix(0, 1, -1, 0, 0, 0); transform: matrix(0, 1, -1, 0, 0, 0); top: 10px; left: 2px; }
}
.mobile_nav_btn span:nth-child(3){ -webkit-animation: animeBt3Out .6s forwards; animation: animeBt3Out .6s forwards; }
@keyframes animeBt3Out{
  0%{ -webkit-transform: translateY(-10px); transform: translateY(-10px); left: 10px; -webkit-transform: matrix(0, 1, -1, 0, 0, -10); transform: matrix(0, 1, -1, 0, 0, -10); }
  33%{ -webkit-transform: translateY(-10px); transform: translateY(-10px); left: 0; -webkit-transform: matrix(0, 1, -1, 0, 0, -10); transform: matrix(0, 1, -1, 0, 0, -10); }
  66%{ -webkit-transform: translateY(-10px); transform: translateY(-10px); left: 0; }
  100%{ -webkit-transform: translateY(0px); transform: translateY(0px); left: 0; }
}
.mobile_nav_btn.play:hover span:nth-child(3){ -webkit-animation: animeBt3Hover .6s forwards; animation: animeBt3Hover .6s forwards; }
@keyframes animeBt3Hover{
  0%{ -webkit-transform: translateY(0px); transform: translateY(0px); left: 0; }
  33%{ -webkit-transform: translateY(-10px); transform: translateY(-10px); left: 0; }
  66%{ -webkit-transform: translateY(-10px); transform: translateY(-10px); left: 0; -webkit-transform: matrix(0, 1, -1, 0, 0, -10); transform: matrix(0, 1, -1, 0, 0, -10); }
  100%{ -webkit-transform: translateY(-10px); transform: translateY(-10px); left: 10px; -webkit-transform: matrix(0, 1, -1, 0, 0, -10); transform: matrix(0, 1, -1, 0, 0, -10); top: 20px; left: 14px; }
}
.mobile_nav_btn.close{ border: transparent; }
.mobile_nav_btn.close span{ -webkit-animation: none; animation: none; -webkit-transition: all .25s ease-out; transition: all .25s ease-out }
.mobile_nav_btn.close span:nth-child(1){ -webkit-transform: rotate(45deg) translate(10px, 8px); -ms-transform: rotate(45deg) translate(10px, 8px); transform: rotate(45deg) translate(10px, 8px); }
.mobile_nav_btn.close span:nth-child(2){ display: none }
.mobile_nav_btn.close span:nth-child(3){ -webkit-transform: rotate(135deg) translate(-10px, 8px); -ms-transform: rotate(135deg) translate(-10px, 8px); transform: rotate(135deg) translate(-10px, 8px); }
.mobile_nav_btn.close:hover span{ background-color: #ffffff; }
.mobile_nav{
  display: none;
  position: absolute;
  width: 0;
  visibility: hidden;
  top: 0;
  right: -120%;
  z-index: 60;
  background: rgba(33, 43, 45, 0.98);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile_nav.active{
  right: 0;
  visibility: visible;
  width: 100%;
}
.mobile_nav .header_nav{
  height: auto;
  padding: 170px 0 50px 0;
  background: none;
  position: relative;
  z-index: 2;
  background: #282d38;
}
.mobile_nav .header_nav li{
  float: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 2.250em;
  border-top: 1px solid #3f4859;
}
.mobile_nav .header_nav li:before,
.mobile_nav .header_nav li:after{
  display: none;
}
.mobile_nav .header_nav li:first-child{
  margin: 0 0 0 0;
  border: none;
}
.mobile_nav .header_nav a{
  height: auto;
  text-decoration: none;
  display: block;
  padding: 21px 0 22px 18%;
  color: #ffffff;
}
.mobile_nav .header_nav li:first-child a{
  height: auto;
  text-decoration: none;
  padding: 0 0 22px 18%;
}
.wide_nav_close{
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(33, 43, 45, 0);
  z-index: 1;
  -webkit-transition: background 0.5s 0.5s;
  -moz-transition: background 0.5s 0.5s;
  -o-transition: background 0.5s 0.5s;
  transition: background 0.5s 0.5s;
}
.active .wide_nav_close{
  height: 10000%;
  width: 100%;
  background: rgba(40, 45, 56, .8);
}
.mobile_nav .header_nav span{
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
  -webkit-transition: all .5s .2s;
  -moz-transition: all .5s .2s;
  -o-transition: all .5s .2s;
  transition: all .5s .2s;
}
.mobile_nav.active .header_nav span{
  width: auto;
  height: auto;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}
.mobile_nav .sub_nav{
  display: none !important;
  visibility: hidden !important;
}
/*____________3. end of HEADER___________________*/

/*____________4. FOOTER_______________________*/
footer{
  width: 100%;
  padding: 0 20px;
  height: 257px;
  position: absolute;
  bottom: 0;
  z-index: 900;
  border-bottom: 20px solid #ffffff;
}
.map_block_inner,
.footer_container{
  position: relative;
  background: #282d38;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
}
footer .inner{
  height: 100%;
}
.footer_inner{
  padding: 88px 0 0 44.4%;
}
.inner_page .footer_inner{
  padding: 88px 0 0 31.5%;
}
.footer_license{
  color: #6d7991;
  font-size: 0.750em;
  line-height: 1em;
  padding: 0 0 26px 0;
}
.footer_nav{
  font-size: 0.750em;
  line-height: 1em;
}
.footer_nav li{
  float: left;
  padding: 0 0 0 2.8%;
}
.footer_nav li:first-child{
  padding: 0 0 0 0;
}
.footer_nav a{
  color: #ffffff;
  text-decoration: underline;
}
.footer_nav a:hover{
  text-decoration: none;
}
/*____________4. end of FOOTER___________________*/

/*___________5. MAIN CONTENT_____________________*/

/*page cover*/
.page_cover{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #282d38 url(../images/loader.gif) no-repeat 50% 50%;
  z-index: 1600;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.5s, z-index 0.5s 1s;
  -moz-transition: opacity 0.5s, z-index 0.5s 1s;
  -o-transition: opacity 0.5s, z-index 0.5s 1s;
  transition: opacity 0.5s, z-index 0.5s 1s;
}
.page_cover.animate{
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
  z-index: 0;
}
/* end of page cover*/

/*HERO*/
.hero_block_container{
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.hero_block{
  background: url(../images/hero_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  min-height: 471px !important;
  max-height: 645px !important;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 2%;
  position: relative;
  overflow: hidden;
}
.inner_page .hero_block{
  min-height: 205px !important;
  height: 205px !important;
}
.hero_block_video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.hero_block_video video{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -100;
  width: 1920px;
  height: 1080px;
}
.hero_block_holder{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.inner_page .hero_block_holder{
  display: block;
}
.hero_block_info{
  /*padding: 0 12% 0 25.3%;*/
  padding: 0 9% 0 25.3%;
  color: #ffffff;
  position: relative;
}
.inner_page .hero_block_info{
  padding: 66px 3% 0 31.7%;
  overflow: hidden;
  height: 100%;
  top: 0 !important;
}
.hero_block_info p{
  letter-spacing: -0.005em;
  font-family: 'Lato Light', Arial, Helvetica, sans-serif;
  font-size: 0.938em;
  line-height: 1.667em;
  padding: 0 0 38px 0;
}
.hero_block_logo{
  position: absolute;
  height: 103px;
  top: 16%;
  right: 81%;
  background: #ffffff;
  padding: 17px 58px 0 0;
}
.inner_page .hero_block_logo{
  top: 52px;
  right: auto;
  left: 0;
  padding: 15px 39px 0 0;
}
.inner_page footer .hero_block_logo{
  top: 67px;
}
.hero_block_logo a{
  display: block;
  width: 204px;
  height: 67px;
  background: url(../images/header_logo.png) no-repeat 0 0;
  background-size: 100%;
}
.hero_block_logo:before{
  display: block;
  content: '';
  position: absolute;
  width: 10000%;
  height: 103px;
  top: 0;
  right: 100%;
  background: #ffffff;
}
.hero_block_date{
  float: right;
  color: #ffffff;
  font-size: 0.938em;
  line-height: 1em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  padding: 5px 0 0 2%;
}
.hero_block_date span{
  display: block;
  padding: 0 0 13px 0;
  font-size: 1.333em;
  text-transform: uppercase;
  font-family: 'Lato Black', Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
.hero_block_date a{
  outline: none;
  color: #ea291c;
  font-family: 'Lato Semibold', Arial, Helvetica, sans-serif;
  display: block;
  margin: 10px 0 0 0;
  text-decoration: underline;
}
.hero_block_date a:hover{
  text-decoration: none;
}
/* end of HERO*/

/*buttons*/
.button_holder{
  width: 245px;
  height: 57px;
  position: relative;
}
.hero_block_info .button_holder{
  float: left;
  margin: 0 15px 0 0;
}
.feedback_box .button div,
.feedback_box .button,
.feedback_box .button_holder{
  width: 100%;
}
.program_block .button div,
.program_block .button,
.program_block .button_holder{
  width: 272px;
  height: 45px;
}
.members_block .button div,
.members_block .button,
.members_block .button_holder{
  width: 245px;
  height: 45px;
}
footer .button_holder{
  float: right;
  margin: 0px 0 0 0;
  /*margin: 90px 0 0 0;*/
}
.button{
  z-index: 0;
  position: relative;
  width: 245px;
  height: 57px;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.button_holder:hover .button{
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.button div{
  display: table;
  position: absolute;
  width: 245px;
  height: 57px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 0.875em;
  font-family: 'Lato Medium', Arial, Helvetica, sans-serif;
  background: none;
  border: 2px solid #ffffff;
  -webkit-transform: rotateX(90deg) translateZ(28px);
  -moz-transform: rotateX(90deg) translateZ(28px);
  transform: rotateX(90deg) translateZ(28px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.button div:nth-child(2){
  background: #ea291c;
  border: none;
  -webkit-transform: rotateX(0deg) translateZ(28px);
  -moz-transform: rotateX(0deg) translateZ(28px);
  transform: rotateX(0deg) translateZ(28px);
}
.right_btn .button div{
  background: #ea291c;
  border: none;
  -webkit-transform: rotateX(90deg) translateZ(28px);
  -moz-transform: rotateX(90deg) translateZ(28px);
  transform: rotateX(90deg) translateZ(28px);
}
.right_btn .button div:nth-child(2){
  background: none;
  border: 2px solid #ffffff;
  -webkit-transform: rotateX(0deg) translateZ(28px);
  -moz-transform: rotateX(0deg) translateZ(28px);
  transform: rotateX(0deg) translateZ(28px);
}
.feedback_box .button div{
  border: 2px solid #ea291c;
  color: #ea291c;
}
.feedback_box .button div:nth-child(2){
  color: #ffffff;
}
.members_block .button div{
  background: #0442a5;
  border: 2px solid #0442a5;
}
.members_block .button div:nth-child(2){
  background: none;
  color: #0442a5;
  border: 2px solid #0442a5;
}
.button span{
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.button_holder a{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  outline: none;
}
/* end of buttons*/

/*aside*/
.content_aside{
  float: left;
  width: 17.5%;
  padding: 10px 0 0 0;
}
.inner_page .content_aside{
  padding: 9px 0 0 0;
}
.aside_partners{
  border: 2px solid #ececec;
  padding: 45px 0 18px 0;
  margin: 0 0 48px 0;
  position: relative;
  text-align: center;
}
.aside_partners a{
  display: inline-block;
  margin: 11px 0 0 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.aside_partners h2 + a{
  margin: 0 0 0 0;
}
.aside_nav{
  font-family: 'Lato Medium', Arial, Helvetica, sans-serif;
  font-size: 0.938em;
  line-height: 1em;
  padding: 0 0 75px 0;
}
.aside_nav li{
  padding: 0 0 35px 0;
  position: relative;
  white-space: nowrap;
}
.aside_nav li.current:hover:after,
.aside_nav li:after{
  display: block;
  content: '';
  position: absolute;
  width: 36%;
  height: 1px;
  bottom: 18px;
  left: 0;
  background: #979797;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.aside_nav li:hover:after{
  height: 2px;
  width: 56%;
  background: #ea291c;
}
.aside_nav li a{
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.aside_nav li:hover a{
  color: #000000;
}
.aside_nav li.current:hover a:hover,
.aside_nav li.current a{
  cursor: default;
  text-decoration: none;
  color: rgb(141, 140, 151);
}
/* end of aside*/

/*main content*/
.main_content_holder{
  padding: 82px 3% 58px 3%;
}
.inner_page .main_content_holder{
  padding: 71px 3% 29px 3%;
}
.main_content{
  float: right;
  width: 74.7%;
}
/* end of main content*/

/*about*/
.about_block{
  padding: 0 0 42px 0;
  position: relative;
  z-index: 2;
}
.about_block p{
  color: #4f4d60;
  font-size: 0.875em;
  line-height: 1.786em;
  padding: 0 34% 20px 0;
}
.about_block h2 + p{
  font-size: 1.125em;
  line-height: 1.75em;
  padding: 0 0 24px 0;
}
.about_block_sticker{
  position: absolute;
  width: 212px;
  height: 299px;
  background: #f8f6de;
  bottom: -78px;
  right: -2%;
  text-align: center;
  font-family: 'Lato Medium', Arial, Helvetica, sans-serif;
}
.about_block_sticker:before{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  top: -10px;
  left: 0;
  background: #ea291c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.about_block_sticker:after{
  display: block;
  content: '';
  position: absolute;
  background: url(../images/sticker_corner.png) no-repeat 0 0;
  width: 100%;
  height: 36px;
  bottom: -36px;
  left: 0;
}
.about_block_sticker span{
  color: #4f4d60;
  line-height: 1.250em;
  display: block;
  padding: 0 20px 20px 20px;
}
.about_block_sticker a{
  font-size: 0.875em;
  line-height: 1em;
  text-decoration: underline;
}
.about_block_sticker a:hover{
  text-decoration: none;
}
/* end of about*/

/*program*/
.program_block{
  padding: 103px 17% 105px 15%;
  margin: 0 0 71px 0;
  background: #000000 url(../images/program_bg.jpg) no-repeat 50% 0;
  background-size: 115%;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.program_block ul{
  padding: 0 0 31px 2%;
}
.program_block li{
  color: #ffffff;
  position: relative;
}
.program_block li:before{
  display: block;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 12px;
  left: 1px;
  background: url(../images/bullet.png) no-repeat 0 0;
}
.program_block li.current:before{
  background-position: 0 bottom;
}
.program_block li.current{
  color: #ea291c;
}
.program_block a{
  color: #ffffff;
  text-decoration: underline;
}
.program_block a:hover{
  text-decoration: none;
}
.collapse{
  display: none;
  visibility: hidden;
  margin: 0 0 0 0;
}
.collapsing{
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.collapse.in{
  display: block;
  visibility: visible;
}
h4.panel-title{
  font-weight: normal;
}
.panel-title a{
  color: #ea291c;
  font-size: 0.875em;
  line-height: 2.143em;
  display: inline-block;
  padding: 0 0 0 4.7%;
}
.panel-title a.collapsed{
  color: #ffffff;
}
.panel-body{
  color: #94939f;
  font-size: 0.750em;
  line-height: 1.667em;
}
.panel-body{
  position: relative;
  padding: 18px 0 12px 5.5%;
}
.panel-body:before{
  display: block;
  position: absolute;
  content: '';
  width: 4px;
  height: 75%;
  top: 23px;
  left: 1px;
  background: #ea291c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* end of program*/

/*members*/
.members_block{
  padding: 0 0 20px 0;
}
.partners_block_list,
.members_block_list_line{
  text-align: justify;
}
.partners_block_list:before,
.members_block_list_line:before{
  content: '';
  display: block;
  width: 100%;
  height: 0;
}
.partners_block_list:after,
.members_block_list_line:after{
  content: '';
  display: inline-block;
  width: 100%;
}
.members_block_item{
  display: inline-block;
  width: 180px;
  text-align: left;
  vertical-align: top;
  padding: 0 0 18px 0;
}
.member_image img,
.member_image{
  height: auto;
}
.member_name{
  padding: 27px 0 15px 0;
}
.members_block_item p{
  color: #9594a0;
  font-size: 0.750em;
  line-height: 1.417em;
}
/* end members*/

/*partners*/
.partners_block{
  padding: 0 3% 52px 3%;
}
.inner_page .partners_block{
  padding: 0 3% 48px 3%;
}
.partners_block_item{
  vertical-align: top;
  display: inline-block;
  width: 115px;
  height: 87px;
  text-align: center;
  background: #ffffff;
  margin: 0 0 14px 0;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.partners_block_item a{
  display: table;
  width: 113px;
  height: 85px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.aside_partners a:hover,
.partners_block_item a:hover{
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  opacity: .8;
}
.partners_block_item span{
  display: table-cell;
  vertical-align: middle;
}
.partners_block_item img{
  display: inline-block;
}
/* end of partners*/

/*map*/
.map_block #map,
.map_block{
  height: 466px;
  padding: 0 20px;
}
.map_block_inner{
  background: none;
}
#map .gm-style-iw + div{
  background: url(../images/close_btn.png) no-repeat 0 0;
  width: 24px !important;
  height: 24px !important;
  position: absolute !important;
  top: 9px !important;
  right: -7px !important;
  cursor: pointer !important;
  z-index: 2 !important;
}
#map .gm-style-iw + div img{
  display: none;
}
#map .map_popup_overlay{
  position: relative;
  top: 34px;
  left: 11px;
}
.map_popup_holder > div:first-child{
  display: none;
}
.map_popup{
  background: url(../images/map_popup.png) no-repeat 0 0;
  width: 364px;
  height: 188px;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1.765em;
  text-align: center;
  padding: 41px 55px 0 55px;
  -webkit-text-shadow: 0 3px 3px #b7291c;
  -moz-text-shadow: 0 3px 3px #b7291c;
  text-shadow: 0 3px 3px #b7291c;
}
.map_popup span{
  font-family: 'Lato Medium', Arial, Helvetica, sans-serif;
  display: block;
}
.map_popup span:first-child{
  display: block;
}
/* end of map*/

/*feedback*/
.feedback_box{
  width: 310px;
  height: 549px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.modal-body .feedback_box{
  position: relative;
  margin: auto;
  height: auto;
  z-index: 1;
  background: none;
}
.feedback_box_form{
  padding: 0 31px;
}
.feedback_box_line{
  position: relative;
  margin: 0 0 13px 0;
}
/* end of feedback*/

/*text block*/
.text_block{
  padding: 0 0 0 0;
}
.text_block p{
  font-size: 0.875em;
  line-height: 1.786em;
  padding: 0 0 32px 0;
}
.text_block h1 + p{
  padding: 0 0 63px 0;
}
.schedule_box{
  border-top: 2px solid #ececec;
  padding: 0 0 74px 0;
}
.schedule_box_item{
  border-bottom: 2px solid #ececec;
  padding: 0 0 12px 0;
}
.schedule_box_date{
  padding: 27px 0 25px 0;
  border-bottom: 2px solid #ececec;
}
.schedule_box_line{
  border-top: 1px solid #ececec;
  padding: 13px 0 11px 0;
}
.schedule_box_date + .schedule_box_line{
  border: none;
  padding: 24px 0 11px 0;
}
.schedule_box_line_time{
  float: left;
  padding: 0 0 0 8.3%;
  width: 25.4%;
  color: #000000;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.786em;
}
.schedule_box_line_description{
  overflow: hidden;
}
.schedule_box_line_description p{
  font-size: 0.750em;
  line-height: 2.1em;
  padding: 0 0 0 0;
}
.text_block figure{
  border: 1px solid #8b8b8b;
  margin: 0 0 32px 0;
  width: 78.6%;
}
.text_block figure img{
  width: 100%;
  height: auto;
}
.text_block_lists{
  padding: 33px 0 24px 0;
}
.text_block_lists ul,
.text_block_lists ol{
  float: left;
  width: 50%;
  padding: 0 0 20px 0;
}
.text_block_lists ul li{
  list-style: disc inside;
}
.text_block_lists ol li{
  list-style: decimal inside;
}
.text_block_lists li{
  padding: 0 0 15px 5%;
  color: #7c7a8c;
  font-size: 0.875em;
  line-height: 1.786em;
}
.text_block_quote{
  padding: 44px 0 57px 0;
  margin: 30px 0 61px 0;
  font-size: 1.500em;
  line-height: 1.5em;
  text-align: center;
  color: #000000;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
/* end of text block*/

/*modal*/
.modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog{
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.modal.in .modal-dialog{
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}
.modal-open .modal{
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog{
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.modal-content{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.modal-backdrop{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade{
  opacity: 0;
}
.modal-backdrop.in{
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';
  opacity: .82;
}
.modal-scrollbar-measure{
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-body{
  width: 375px;
  height: 537px;
  margin: auto;
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 65px 0 0 0;
}
.modal_wide_close{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal_small_close{
  background: url(../images/modal_close.png) no-repeat 50% 50%;
  width: 46px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
/* end modal*/

/*_____________5.1 MOBILE____________*/
/*1200*/
@media only screen and (max-width: 1200px){
  .hero_block_logo{
    left: 0;
    right: auto;
  }
  .hero_block_info{
    padding: 0 5% 0 33%;
  }
}
/* end of 1200*/

@media only screen and (max-width: 1100px){
  .feedback_box{
    left: 20px;
  }
  .modal-body .feedback_box{
    left: 0;
  }
  .inner_page .hero_block_info{
    padding: 66px 3% 0 28%;
  }
  .inner_page .hero_block_info h1{
    width: 54%;
  }
  .inner_page .footer_inner{
    padding: 88px 0 0 27%;
  }
  footer .button_holder{
    margin: 90px 20px 0 0;
  }
}
/*1024*/
@media only screen and (max-width: 1024px){
  .partners_block_list{
    text-align: center;
  }
}
/* end of 1024*/

/*960*/
@media only screen and (max-width: 960px){
  .inner_page .hero_block_info{
    padding: 66px 3% 0 31%;
  }
  .hero_block_logo{
    padding: 17px 25px 0 0;
  }
  .hero_block_info{
    padding: 0 3% 0 29%;
  }
  .content_aside{
    width: 20%;
  }
  .main_content{
    width: 77%;
  }
  .program_block{
    padding: 70px 8%;
  }
  footer .hero_block_logo{
    display: none;
  }
  footer .button_holder{
    float: none;
    margin: 0 auto;
    top: 27px;
  }
  .inner_page .footer_inner{
    padding: 65px 0 0 0;
    text-align: center;
  }
  .inner_page .footer_inner li{
    float: none;
    display: inline-block;
  }
}
/* end of 960*/

/*880*/
@media only screen and (max-width: 880px){
  .inner_page .hero_block_info h1{
    float: none;
    width: auto;
  }
  .hero_block_date{
    float: none;
    padding: 0 0 0 0;
  }
  .inner_page .hero_block_info{
    padding: 180px 20% 70px 20%;
  }
  .hero_block_logo{
    top: 2%;
  }
  .inner_page .hero_block_logo{
    top: 18px;
  }
  .hero_block_info{
    padding: 150px 10% 100px 10%;
    text-align: center;
  }
  .hero_block .button_holder{
    float: none;
    display: inline-block;
  }
  .content_aside,
  .main_content{
    float: none;
    width: auto;
    padding: 0 0 50px 0;
  }
  .aside_partners h2 + a,
  .aside_partners a{
    vertical-align: middle;
    margin: 0 5% 20px 5%;
  }
  .footer_inner{
    padding: 88px 0 0 48%;
  }
  .header_nav li{
    padding: 0 2% 0 2%;
  }
  .header_nav li:first-child{
    padding: 0 2% 0 0;
  }
  .text_block figure{
    margin: 0 auto 32px auto;
  }
}
/* end of 880*/

/*767*/
@media only screen and (max-width: 767px){
  .schedule_box_line_description{
    padding: 0 3% 0 0;
  }
  .schedule_box_line_time{
    padding: 0 0 0 3%;
  }
  .animate header,
  header{
    height: 0 !important;
    position: absolute;
    padding: 0;
  }
  .main{
    padding-top: 0;
  }
  .main{
    padding-top: 0 !important;
  }
  .mobile_nav_btn{
    display: block;
  }
  .hero_block_info{
    padding: 150px 4% 100px 4%;
    text-align: center;
  }
  .mobile_nav{
    display: block;
  }
  .header_lang{
    background: #282d38;
    display: block;
    font-size: 2.250em;
  }
  .header_lang a{
    border-top: 1px solid #3f4859;
    background: none;
  }
  .content_aside{
    padding: 0 0 0 0;
  }
  .mobile_feedback{
    padding: 0 3% 50px 3%;
  }
  .feedback_box{
    position: relative;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #f9f9f9;
    width: auto;
  }
  footer{
    height: 340px;
    padding: 0 3%;
  }
  .inner_page footer{
    height: 390px;
    padding: 0 3%;
  }
  .footer_inner{
    padding: 50px 3% 0 3%;
    text-align: center;
  }
  .inner_page .footer_inner li,
  .footer_nav li:first-child,
  .footer_nav li{
    font-size: 1.8em;
    line-height: 1em;
    float: none;
    padding: 0 0 15px 0;
    display: block;
  }
  .panel-body{
    color: #ffffff;
  }
  .hero_block_info h1{
    padding: 0 0 24px 0;
  }
  .map_block{
    height: 0;
    overflow: hidden;
  }
  .hero_block_container{
    padding: 0 3%;
  }
  .hero_block_logo{
    width: 150%;
  }
}
/* end of 767*/

/*640*/
@media only screen and (max-width: 640px){
  .about_block p{
    padding: 0 38% 20px 0;
  }
  .hero_block_info .button_holder{
    margin: 0 1% 20px 1%;
    float: none;
  }
}
/* end of 640*/

/*580*/
@media only screen and (max-width: 580px){
  .members_block_item{
    width: 30%;
  }
  .text_block_lists ul, .text_block_lists ol{
    float: none;
    width: auto;
  }
  .text_block_lists li{
    padding: 0 3% 15px 3%;
  }
  .text_block_quote{
    padding: 20px 2% 25px 2%;
    margin: 30px 0 30px 0;
    font-size: 1.200em;
    line-height: 1.5em;
  }
}
/* end of 580*/

/*550*/
@media only screen and (max-width: 550px){
  .about_block_sticker{
    position: relative;
    bottom: 0;
    right: 0;
    margin: 20px auto 30px auto;
  }
  .inner_page .hero_block_info{
    padding: 180px 10% 70px 10%;
  }
}
/* end of 550*/

/*480*/
@media only screen and (max-width: 480px){
  .mobile_nav_btn{
    right: 10%;
  }
  .hero_block_info h1{
    font-size: 1.5em;
  }
  .mobile_nav .header_nav{
    padding: 70px 0 30px 0;
  }
  .mobile_nav .header_nav li:first-child a,
  .mobile_nav .header_nav a{
    padding: 15px 0 17px 8%;
  }
  .program_block{
    padding: 70px 5%;
    background-position: 50% 0 !important;
    background-size: cover;
  }
  .members_block_item{
    display: block;
    width: 70%;
    margin: auto;
    text-align: center;
  }
  .members_block_item img{
    display: inline-block;
  }
  .about_block p{
    padding: 0 0 20px 0;
  }
  .members_block h2, .about_block h2, .program_block h2{
    font-size: 1.6em;
  }
  .members_block .button_holder{
    margin: auto;
  }
  .hero_block_video{
    display: none;
  }
  .hero_block_info{
    top: 0 !important;
    opacity: 1 !important;
  }
  .schedule_box_line_time{
    float: none;
    padding: 0 0 5px 0;
    width: auto;
  }
  .modal-body{
    width: 310px;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 2;
    padding: 30px 0 30px 0;
  }
  .text_block figure{
    width: 90%;
  }
}
/* end of 480*/

/*320*/
@media only screen and (max-width: 320px){
  .program_block h2{
    font-size: 1.3em;
  }
  .program_block,
  .hero_block{
    background: #282d38;
  }
  .mobile_nav_btn{
    right: 7%;
  }
}
/* end of 320*/
/*______end of 5.1 MOBILE____________*/

/*browsers fix*/
.ie8 input.text{
  line-height: 56px;
}
.ie8 .sub_nav{
  display: none;
}
.ie8 li:hover .sub_nav{
  display: block;
}
.ie8 .program_block,
.ie8 .hero_block{
  background: #282d38;
}
.android .button div:first-child,
.win.trident .button div:first-child,
.ie9 .button div:first-child,
.ie8 .button div:first-child{
  display: none;
}
.android .button_holder:hover .button,
.win.gecko .button_holder:hover .button,
.win.trident .button_holder:hover .button{
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* end of browsers fix*/

/*___________5. end of MAIN CONTENT_________________*/


/*___________6. joomla Content_________________*/

.text_block ul, .text_block ol {
  font-size: 0.875em;
  line-height: 1.786em;
  padding: 0 0 32px 30px;
}
.text_block ul li {
  list-style: disc;
}
.text_block ol li {
  list-style: decimal;
}
.text_block strong, .text_block b {
  font-weight: bold;
}
.text_block em, .text_block i {
  font-style: italic;
}
.text_block table td {
  border-bottom: 1px solid #ececec !important;
}
p.success {
  padding-top: 30px;
  text-align: center;
  color: #F00;
  font-weight: bold;
}
#feedback_success .modal-body {
  height: 300px;
}




