/* Fonts */

@font-face {
  font-family: 'DINProBold';
  src: url('../fonts/DINPro-Bold.eot');
  src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DINPro-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINProRegular';
  src: url('../fonts/DINPro-Regular.eot');
  src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DINPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINProMedium';
  src: url('../fonts/DINPro-Medium.eot');
  src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DINPro-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINProLight';
  src: url('../fonts/DINPro-Light.eot');
  src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DINPro-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heliosbold';
  src: url('../fonts/helios-bold-webfont.eot');
  src: url('../fonts/helios-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/helios-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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



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


/* Elements */
* {margin:0; padding:0;}
HTML {height:100%;}
BODY {height:100%; background:#fff; color:#000; font:14px Arial, sans-serif;}

TABLE {border-spacing:0; border-collapse:collapse;}
TD,TH {vertical-align:top; text-align:left;}
IMG,FIELDSET {border:none;}
DIV, DL, DT, DD, UL, LI {
  position:relative;
  box-sizing:border-box;
}

A {text-decoration:none; color: #26a9e0;}

A:hover {border-bottom: 1px solid;}

H1 {font-weight: normal;}

H2 {font-weight: normal; font-family: 'DINProMedium'; font-size: 24px; text-transform: uppercase;}

H3 {font-weight: normal; font-family: 'DINProBold'; font-size: 21px; text-transform: uppercase;}

H4 {font-weight: normal; font-family: 'DINProMedium'; font-size: 20px; text-transform: uppercase;}

P {line-height:1.4em;}

UL, LI {list-style-type:none;}

UL.list>LI:before {
  content: '\2014\a0';
  float: left;
  margin-left: -1.25em;
}

INPUT, TEXTAREA, BUTTON,
INPUT:focus, TEXTAREA:focus, BUTTON:focus {
  outline:none;
}

.rouble {
  font-family: 'als_rublregular';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.clear:after {
  display: block;
  content: '';
  clear:both;
}
.bbox {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
/****************************** DESCTOP ******************************/

/* Header */
.wrap {
  width: 940px;
  margin:0 auto;
}

@media (min-width: 1200px){
  .wrap {
    width: 1180px;
  }
  .inner-p .wrap {
    width: 940px;
  }

  .inner-p .footer_menu .col {
    width: 200px;
  }
}

.header_top {
  background: #dce3e6;
  min-height: 50px;
}

.header_top_wrap {
  display: table;
  width: 100%;
}

/*
.header_top_left {
  display: inline-block;
  vertical-align: top;
  width: 490px;
  padding: 15px 0;
}
*/

.header_top_left {
  display: table-cell;
}

.header_search {
  position: relative;
  border-left: 1px solid #bac4cd;
  border-right: 1px solid #bac4cd;
}

input[type="text"].header_search_field {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #000000;
  background: transparent;
  transition: 200ms;
}

@media (max-width: 767px){
  input[type="text"].header_search_field {
    font-size: 13px;
  }
  .header_search {
    padding-right: 50px;
    border: none;
  }
}

input[type="text"].header_search_field:focus {
  background: #fff;
  box-shadow: inset 0 -1px 0 #f1f1f1
}

.header_search_button {
  position: absolute;
  background: transparent;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  right: 15px;
  cursor: pointer;
  margin: auto;
}

.header_top_left SPAN {
  font-family: 'DINProMedium';
  text-transform: uppercase;
  font-size: 11px;
  color: #56585a;
}

.header_top_right {
  display: table-cell;
  vertical-align: middle;
  width: 365px;
  text-align: right;
  padding: 8px 0;
  /*float: right;*/

  display: none !important;
}

.header_nav A {
  font-family: 'DINProBold';
  border: 1px solid #bac4cd;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  margin-left: -1px;
  color: #56585a;
}

.header_nav A:hover {
  color: #000;
}

.header_nav A.active {
  border-color: #26a9e0;
  background: #26a9e0;
  color: #fff;
}

.header_bottom {
  height: 80px;
}

.header_bottom .logo {
  display: inline-block;
  margin: 9px 0 0 0;
  border: none;
}

.header_menu {
  margin: 30px 0 0 20px;
  display: inline-block;
  vertical-align: top;
}

.header_menu_cover {

}

.header_menu A {
  font-size: 15px;
  font-family: 'DINProMedium';
  margin: 0 10px 0 0;
  color: #000;
  line-height: 22px;
}

.header_menu .last {
  margin: 0px;
  color: #26a9e0;
  font-weight: bold;
}

.header_menu .active {
  color:#bac4cd;
  cursor: default;
  position: relative;
  border-color: transparent;
  text-decoration: underline;
}

.header_menu .active:after {
  display: block;
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom: 6px solid #bac4cd;
  bottom: -29px;
  left: 50%;
  margin-left: -4px;
}

.header_submenu {
  border-top:1px solid #bac4cd;
  padding: 20px 0;
  overflow: hidden;
  font-family: 'heliosbold';
}

.header_submenu UL {
  float: left;
  width: 300px;
  margin: 0 20px 0 0;
}

.header_submenu UL.last {
  margin: 0;
}
.header_submenu + .header_submenu .bredcrumbs { padding-bottom: 20px; }
.header_submenu LI {
  padding: 10px 0;
}

.header_submenu LI A {
  color: #000;
}

.header_submenu LI A:hover {
  color: #26a9e0;
}

.header_submenu LI A.active {
  color: #bac4cd;
  cursor: default;
  border-color: transparent;
}

.bredcrumbs {
  padding-top: 20px;
}

.bredcrumbs A,
.bredcrumbs SPAN {
  color: #000;
  font-family: "DINProMedium";
  display: inline-block;
  vertical-align: top;
  line-height: 14px;
  height: 14px;
  margin-right: 5px;
}
.bredcrumbs A { text-decoration: underline;}
.bredcrumbs A:hover { text-decoration: none; }
.bredcrumbs .home {
  width: 12px;
  background: url("../img/home_ico.png") no-repeat 50% 50%;
  text-decoration: none;
}

/* Header end */



/* Footer */
.footer_top {
  background: #2f363d;
}

.col {
  display: inline-block;
  vertical-align: top;
}

.footer_menu {
  margin: 0 -20px;
  padding: 30px 0;
}

.footer_menu .col {
  margin: 0 20px;
  width: 200px;
}

@media (min-width: 1200px){
  .footer_menu .col {
    width: 261px;

  }
}

.footer_menu UL {
  padding: 0 0 20px 0;
}

.footer_menu LI {
  padding: 11px 0;
  border-bottom:1px solid #4c555a;
}

.footer_menu LI.last {
  border: none;
}

.footer_menu LI A {
  font-size: 12px;
  line-height: 1.45em;
  color: #636e71;
  border: none;
  text-transform: uppercase;
  font-family: "heliosbold";
  transition-duration: 0.25s;
}

.footer_menu H4 {
  padding: 0 0 12px 0;
  margin-bottom: 3px;
  border-bottom:3px solid #4c555a;
}

.footer_menu H4 A {
  border: none;
  color: #fff;
}

.footer_menu A:hover {
  color: #fff;
}

.footer_top .logo {
  border: none;
  display: inline-block;
  margin-top: 15px;
}

.footer_bottom {
  border-top:1px solid #4c555a;
  height: 70px;
  line-height: 70px;
  background: #2f363d;
  color: #636e71;
  font-family: "heliosregular";
}

/* Footer end */



/* Main page */
.banner_slider {

}

.banner_slider .slick-slide {
  height: 440px;
}

.banner_slider .slick-dots {
  position: absolute;
  line-height: 0;
  bottom: 40px;
  width: 940px;
  left: 50%;
  margin-left: -470px;
}

.banner_slider .slick-dots LI {
  display: inline-block;
  margin:0 10px 0 0;
}

.banner_slider .slick-dots BUTTON {
  background: #fff;
  border:none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  width: 40px;
  opacity: 0.5;
  transition-duration: 0.25s;
}

.banner_slider .slick-dots BUTTON:hover {
  opacity: 0.8;
}

.banner_slider .slick-dots LI.slick-active BUTTON {
  opacity: 1;
}

.banner_txt_1.first {
  margin-top:40px;
}

.banner_txt_1 {
  font-family: 'DINProBold';
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 3px 0;
}

.banner_txt_2 {
  font-family: 'DINProLight';
  font-size: 60px;
  line-height: 50px;
  margin: 0 18px 0 0;
  display: inline-block;
}

.banner_txt_3 {
  font-family: 'DINProLight';
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  line-height: 1.3em;
}

.banner_txt_cover {
  margin: 0 0 20px 0;
}

.news_slider {
  height: 70px;
  background: #dce3e6;
}

.news_slider H3 {
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
  width: 155px;
  margin-top: 24px;
}

.news_slider .js_slick_slider {
  margin-top: 20px;
  width: 555px;
  padding: 0 0 0 80px;
  display: inline-block;
  font-family: 'heliosbold';
}

.news_slider .slick-slide SPAN {
  line-height:20px;
}

.slick-prev,
.slick-next {
  color: transparent;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  border: none;
}

.news_slider .slick-prev,
.news_slider .slick-next {
  box-sizing: border-box;
  top:0px;
  height: 30px;
  width: 30px;
  background:#acb6bf;
  transition-duration: 0.25s;
}

.news_slider .slick-prev:hover,
.news_slider .slick-next:hover {
  background:#217db5;
}

.news_slider .slick-prev {
  left: 0px;
}

.news_slider .slick-next {
  left: 31px;
}

.news_slider .slick-prev:before,
.news_slider .slick-next:before {
  position: absolute;
  display: block;
  content: '';
  top: 10px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
}

.news_slider .slick-prev:before {
  left: 7px;
  border-right:5px solid #fff;
}

.news_slider .slick-next:before {
  right: 7px;
  border-left:5px solid #fff;
}

.btn {
  font-family: 'DINProMedium';
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  background: #00a0d3;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding:0 12px;
  border: none!important;
}

.btn:hover {
  background: #46b6e5;
}

.btn.gray {
  background: #bac4cd;
}

.btn.gray:hover {
  background: #d1dae2;
}

.btn.big {
  height: 40px;
  line-height: 40px;
  padding:0 20px;
}

.btn.more {
  padding: 0 34px 0 12px;
}

.btn.big.more {
  padding: 0 34px 0 20px;
}

.more:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  margin-top: -5px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  right: 12px;
  border-left:5px solid #fff;
}

.news_slider .more {
  margin-top: 20px;
  vertical-align: top;
}

.floating_nav {
  position: absolute;
  z-index: 99;
}

.calendar_nav {
  right: 0;
}

.calendar_nav .floating_nav_item {
  background: #57585c;
}

.calendar_nav .floating_nav_item svg {
  fill: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.calendar_nav.calendar-show .floating_nav_item {
  background: #f1f1f1;
}

.calendar_nav.calendar-show .floating_nav_item svg {
  fill: #bac4cd;
}

.calendar_nav.calendar-show .datepicker_right{
  visibility: visible;
  opacity: 1;
}

.datepicker_right {
  position: absolute;
  right: 0;
  top: 60px;
  opacity: 0;
  visibility: hidden;
}

.ui-datepicker {
  display: none;
  background: #f1f1f1;
  padding: 0 45px 30px;
  color: #000000;
  cursor: default;
}
.ui-datepicker .ui-datepicker-header {
  width: 100%;
  padding: 25px 0 20px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #bac4cd;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  left: 0;
  width: 11px;
  height: 11px;
  cursor: pointer;
  z-index: 2;
  border: none;
  border-left: 1px solid #bac4cd;
  border-top: 1px solid #bac4cd;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.ui-datepicker .ui-datepicker-prev:hover {
  border-color: #666666;
}

.ui-datepicker .ui-datepicker-next {
  position: absolute;
  right: 0;
  width: 11px;
  height: 11px;
  cursor: pointer;
  z-index: 2;
  border-right: 1px solid #bac4cd;
  border-bottom: 1px solid #bac4cd;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.ui-datepicker .ui-datepicker-next:hover {
  border-color: #666666;
}
.ui-datepicker .ui-datepicker-title {
  color: #26a9e0;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-month {
  font-weight: 700;
  text-transform: lowercase;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  margin: 20px -10px 0;
}
.ui-datepicker th {
  color: #26a9e0;
  font-weight: 400;
  padding-bottom: 10px;
  text-transform: lowercase;
  text-align: center;
}
.ui-datepicker td {
  padding: 3px 4px;
  text-align: center;
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
  color: #cccccc;
}
.ui-datepicker td:not(.ui-state-disabled) .ui-state-default:hover {
  color: #26a9e0;
}
.ui-datepicker .ui-state-default {
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: block;
  color: #000000;
  text-decoration: none;
  border: none;
  margin: auto;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.ui-datepicker .ui-state-default.ui-state-active {
  color: #fff !important;
  background: #26a9e0;
}

.floating_nav_item {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
}

.floating_nav_item:hover {
  opacity: 0.8;
  border: none;
}

.floating_nav_item.n_1:hover {
  opacity: 1;
}

.floating_nav .n_1 {background: #000 url("../img/menu_ico.png") no-repeat 50% 50%;}
.floating_nav .n_2 {background: #3b5998 url("../img/fb_ico.png") no-repeat 50% 50%;}
.floating_nav .n_3 {background: #00b6f3 url("../img/tw_ico.png") no-repeat 50% 50%;}
.floating_nav .n_4 { background: #4e7299 url("../img/vk_ico.png") no-repeat 50% 50%;}

.left_menu {
  position: absolute;
  top:0px;
  left:60px;
  width: 180px;
  padding: 20px 20px 10px 20px;
  background: #000;
  display: none;
}

.floating_nav_item.n_1:hover .left_menu {
  display: block;
}

.left_menu LI {
  padding: 0 0 10px 0;
}

.left_menu .first {
  padding: 0 0 20px 0;
  margin: 0 0 14px;
}

.left_menu .first:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 30px;
  bottom: 0px;
  left: 0px;
  background: #56585a;
}

.left_menu A {
  color: #fff;
  font-family: 'heliosbold';
  line-height: 1.4em;
}

.scroll_btn {
  position: absolute;
  bottom: 40px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #2f363d;
  cursor: pointer;
  z-index: 99;
}

.scroll_btn:hover {
  opacity: 0.8;
}

.scroll_btn:before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top:50%;
  left: 50%;
  margin: -15px 0 0 -12px;
}

.square_blocks {
  margin: 40px -10px 0 -10px;
}

.square_blocks HR {
  line-height: 2px;
  border: none;
  display: block;
  height:2px;
  background: #fff;
  opacity: 0.8;
  margin-bottom: 15px;
}

.square_blocks_item {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 220px;
  margin: 0px 10px 20px 10px;
  padding:17px 20px;
  color: #fff;
}

@media (min-width: 1200px){
  .square_blocks_item {
    width: 280px;
    height: 280px;
  }
}

@media (min-width: 1200px){
  .square_blocks_item {
    width: 280px;
    height: 280px;
  }
}

@media (min-width: 1200px){
  .square_blocks_item {
    width: 280px;
    height: 280px;
  }
}

.square_blocks_item:hover {
  opacity: 0.8;
}

.square_blocks_item.n_7 {
  opacity: 1!important;
}

.square_blocks_item A {
  border: none;
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.square_blocks_item A:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 20px;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  right: 13px;
  border-left:7px solid #fff;
}

.square_blocks .n_1 {background:url("../img/square_1.png") no-repeat 0px 0px;}
.square_blocks .n_2 {background:url("../img/square_2.png") no-repeat 0px 0px;}
.square_blocks .n_3 {background:url("../img/square_3.png") no-repeat 0px 0px;}
.square_blocks .n_4 {background:url("../img/square_4.png") no-repeat 0px 0px;}
.square_blocks .n_5 {background:url("../img/square_5.png") no-repeat 0px 0px;}

@media (min-width: 1200px){
  .square_blocks .n_1 {background:url("../img/square_1_280.png") no-repeat 0px 0px;}
  .square_blocks .n_2 {background:url("../img/square_2_280.png") no-repeat 0px 0px;}
  .square_blocks .n_3 {background:url("../img/square_3_280.png") no-repeat 0px 0px;}
  .square_blocks .n_4 {background:url("../img/square_4_280.png") no-repeat 0px 0px;}
  .square_blocks .n_5 {background:url("../img/square_5_280.png") no-repeat 0px 0px;}
}

.square_blocks_item H3 {
  line-height: 1.4em;
  height: 71px;
}

@media (min-width: 1200px){
  .square_blocks_item H3 {
    font-size: 24px;
  }
}

.square_blocks_item P {
  font-family: 'DINProMedium';
  text-transform: uppercase;
}

@media (min-width: 1200px){
  .square_blocks_item P {
    font-size: 15px;
  }
}

.square_txt_1.transparent {
  opacity: 0.7;
}

.square_blocks_item.n_5 H3 {
  height: 101px;
}

.square_blocks_item_x2 {
  display: inline-block;
  vertical-align: top;
  width: 460px;
  height: 220px;
  margin: 0px 10px 20px 10px;
}

@media (min-width: 1200px){
  .square_blocks_item_x2 {
    width: 580px;
    height: 280px;
  }
}

@media (min-width: 1200px){
  .square_blocks_item_x2 {
    width: 580px;
    height: 280px;
  }
}

@media (min-width: 1200px){
  .square_blocks_item_x2 {
    width: 580px;
    height: 280px;
  }
}

.square_blocks_item_x2 A {
  border: none;
  color: #000;
}

.ico_clock {
  position: relative;
  padding: 0 0 0 23px;
  margin: 0 5px 0 0;
}

.ico_clock:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background:url("../img/sprite_clo�k.png") no-repeat 0px 0px;
  top:1px;
  left: 0px;
}

.ico_clock.right {
  position: relative;
  padding: 0 23px 0 0!important;
  margin: 0 5px 0 0;
}

.ico_clock.right:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background:url("../img/sprite_clo�k.png") no-repeat 0px 0px;
  top:1px;
  left: auto;
  right: 0px;
}

.square_txt_3 .ico_clock.right:after,
.tile_block_x2.notice .ico_clock.right:after,
.tile_block_x1.about .ico_clock.right:after,
.tile_block_x4.gallery .ico_clock.right:after,
.competition_box .tile_block_x4.gallery .ico_clock:after,
.competition_box .ico_clock:after {
  background:url("../img/sprite_clo�k.png") no-repeat 0px -36px;
}

.square_blocks_item_left {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  padding:17px;
  height: 100%;
  color: #fff;
  background-size: cover !important;
}

@media (min-width: 1200px){
  .square_blocks_item_left {
    width: 300px;
  }
}

.square_blocks_item_left .square_txt_2 {
  font-family: 'heliosbold';
  font-size: 16px;
  margin: 155px 0 16px 0;
}

.square_blocks_item_left .square_txt_3 B {
  font-family: 'heliosbold';
  font-weight: normal;
  font-size: 14px;
}

.square_blocks_item_left .square_txt_3 {
  font-family: 'heliosregular';
  font-size: 14px;
  opacity: 0.7;
}

.square_blocks_item_right {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 100%;
  background:#fff;
  border: 3px solid #bac4cd;
  border-left:none;
  padding:13px 20px;
}

@media (min-width: 1200px){
  .square_blocks_item_right {
    width: 280px;
  }
}

.square_blocks_item_right H3 {
  line-height: 1.45em;
  height: 74px;
}

@media (min-width: 1200px){
  .square_blocks_item_right H3 {
    font-size: 24px;
  }
}

.square_blocks_item_right HR {
  background: #000;
}

.square_blocks_item_right P {
  font-family: "DINProMedium";
  text-transform: uppercase;
}

@media (min-width: 1200px){
  .square_blocks_item_right P {
    font-size: 15px;
  }
}

.bell {
  vertical-align: middle;
}

.square_blocks_item_right .bell {
  margin-top: -4px;
}

.square_blocks_item.n_7 {
  border: 3px solid #bac4cd;
  padding: 17px;
  text-align: center;
}

.square_blocks_item.n_7 .ico_logo {
  margin-top: 15px;
}

.square_blocks_item.n_7 H3 {
  text-align: left;
  color: #000;
  height: auto;
  margin-top: 31px;
}

@media (min-width: 1200px){
  .square_blocks_item.n_7 H3 {
    margin-top: 80px;
  }
}

.square_blocks_item.n_7 A:after {
  bottom: 17px;
  right: 10px;
  border-left:7px solid #000;
}

.competition .wrap {
  border: 3px solid #bac4cd;
  display: table;
  margin: 20px auto 40px auto;
}

.competition_left {
  display: table-cell;
  vertical-align: top;
  width: 237px;
  padding:0 17px;
}

@media (min-width: 1200px){
  .competition_left {
    width: 297px;
  }
}

@media (min-width: 1200px){
  .competition_left {
    width: 297px;
  }
}

@media (min-width: 1200px){
  .competition_left {
    width: 297px;
  }
}

.competition_left H3 {
  margin: 14px 0 60px 0;
  line-height: 1.4em;
}

.competition_left .btn {
  position: absolute;
  bottom: 17px;
}

.competition_right {
  display: table-cell;
  vertical-align: top;
}

.competition_right_item {
  padding: 15px 0;
  border-bottom: 1px solid #bac4cd;
  font-family: 'heliosbold';
  font-size: 14px;
}

.competition_right_item.last {
  border: none;
}

.news_blocks {
  background: #dce2e6;
}

.news_blocks .tile_blocks {
  margin:0px -10px;
  padding: 40px 0px 20px 0px;
  overflow: hidden;
}

.tile_blocks H5 {
  font-size: 17px;
  font-family: 'heliosbold';
  font-weight: normal;
}

.tile_blocks P {
  bottom: 17px;
  position: absolute;
  opacity: 0.8;
  font-family: 'heliosregular';
}

.tile_blocks P B {
  font-family: 'heliosbold';
  font-weight: normal;
}

.tile_blocks H5 A {
  color: #000;
}

.tile_block_x1 {
  display: block;
  float: left;
  vertical-align: top;
  width: 220px;
  height: 220px;
  margin: 0px 10px 20px 10px;
  padding:20px;
  color: #000;
  border: 1px solid #bac4cd;
}

.tile_blocks .fund_news {
  background: #fff;
}

.tile_block_x2 {
  display: block;
  float: left;
  vertical-align: top;
  width: 460px;
  height: 220px;
  margin: 0px 10px 20px 10px;
  color: #000;
  border: 1px solid #bac4cd;
}

.tile_block_x2 I {
  display: block;
  float: left;
  width: 240px;
  height: 100%;
  overflow: hidden;
}

.tile_block_x2 .inner_cover {
  display: block;
  float: left;
  width: 218px;
  height: 100%;
  padding: 20px;
}

.tile_block_x2.notice {
  color: #fff;
  background: #56585a;
  padding: 20px;
}

.tile_block_x2.notice A {
  color: #fff;
}

.tile_blocks .industry_news {
  background: #f1f1f1;
}

.tile_block_x4 {
  display: block;
  float: left;
  vertical-align: top;
  width: 460px;
  height: 460px;
  margin: 0px 10px 20px 10px;
  padding:20px;
  color: #fff;
  border: 1px solid #bac4cd;
  background-size: cover;
}
.plane_slider .slick-slide img  { height: 100%;  margin: 0 auto; }
.tile_block_x4.gallery H2 {
  position: absolute;
  bottom: 60px;
}
.tile_overlay {
  position: absolute;
  bottom: 30px;
  right: 30px; left: 30px;
  background: rgba(0,0,0,0.6);
  padding: 20px;
}
.tile_blocks .tile_overlay P, .tile_block_x4.gallery .tile_overlay H2 { position: relative;  bottom: auto; }
.tile_blocks .tile_overlay P { margin-top: 12px;}
.tile_block_x4.gallery A {
  color: #fff;
}

.tile_block_x1.video {
  display: table;
}

.tile_block_x1.video .cover {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ico_play {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius:70px;
  background: #fff;
  opacity: 0.8;
  cursor: pointer;
}

.ico_play:before {
  position: absolute;
  display: block;
  content: '';
  top:50%;
  left: 50%;
  width: 18px;
  height: 26px;
  margin: -13px 0 0 -5px;
  background:url("../img/ico_play.png") no-repeat 0px 0px;
}

.ico_play:hover {
  opacity: 1;
}

.tile_block_x1.video H5 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
}

.tile_block_x1.about,
.tile_block_x1.about A {
  color: #fff;
}

.tile_block_x1.about H5 {
  position: absolute;
  bottom: 50px;
}

.tile_block_x1.total {
  background: #0e4b7f;
  color: #fff;
}

.big_num {
  font-family: 'DINProBold';
  font-size: 60px;
  opacity: 0.2;
}

.tile_block_x1.total A {
  color: #fff;
}

.tile_block_x1.total:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7px;
  bottom: 20px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 13px;
  width: 0;
  opacity: 0.8;
}

/* Main page end */

/* Contacts page */
.map_big {
  height: 450px;

}

.map_big .wrap {
  z-index: 2;
}

.map_big H3 {
  padding: 30px 0 20px 0;
}
.map_title H4 {
  font-size: 18px;
  font-family: "DINProBold";
  margin-bottom: 40px;
  letter-spacing: -0.04em;
}
.address_info_cover {
  border: 1px solid #bac4cd;
  background: #fff;
  padding: 15px 20px 65px 20px;
  width: 300px;
}

.address_info_cover H5 {
  font:16px 'heliosbold';
  padding: 0 0 10px 0;
}

.address_info_cover H5.bottom {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #bac4cd;
  background: #f5f6f7;
  padding: 0 20px;
  box-sizing:border-box;
}

.address_info_cover UL {
  margin: 0 0 20px 0;
}

.address_info_cover LI {
  padding: 0 0 10px 30px;
  font:14px 'heliosbold';
}

.address_info_cover IMG {
  position: absolute;
  left: 0px;
}

.address_info_cover P {
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

#map_canvas {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#map_canvasSec {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;

}
.direction {
  padding: 65px 0 0 0;
}

.direction .img_txt {
  margin:35px -10px;
}

.img_txt {
  margin: 0 -10px;
}

.img_txt LI {
  display: inline-block;
  vertical-align: top;
  width: 460px;
  padding: 0 0 40px 160px;
  margin:0 10px;
}

.img_txt .round_photo {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0px;
  left: 0px;
  border-radius: 140px;
  /* z-index: 0;
   behavior: url(PIE.htc);*/
}

.img_txt H3 {
  text-transform: none;
}

.img_txt H4 {
  text-transform: none;
  font:16px "heliosbold";
}

.img_txt .sub_title {
  padding: 0 0 32px 0;
  position: relative;
}

.img_txt .sub_title:after {
  display: block;
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  bottom: 16px;
  left: 0px;
  background: #bac4cd;
}

.contacts_list {
  padding: 0 0 50px 0;
}

.contacts_list DL {
  margin-top: 30px;
}

DL.accordeon {
  border: 3px solid #bac4cd;
}

.accordeon DT {
  text-transform: uppercase;
  font:17px "heliosbold";
  padding: 19px 60px 19px 15px;
  border-bottom: 1px solid #bac4cd;
  cursor: pointer;
}

.ico_btn {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right:15px;
  top:50%;
  margin-top: -10px;
  background: url("../img/open_accordeon.png") no-repeat 50% 50%;
}

.selected .ico_btn {
  background: url("../img/close_accordeon.png") no-repeat 50% 50%;
}

.accordeon TABLE {
  width: 100%;
}

.accordeon TD {
  padding: 15px;
}

.accordeon TD H5 {
  font-size: 15px;
  margin-bottom: 6px
}

.accordeon TD p {
  font-size: 13px
}

/*.accordeon TR.even {
  background:#f5f6f7;
}*/

.accordeon DT.last {
  text-transform: none;
  font:16px "heliosregular";
  border-bottom: none;
}

.accordeon DT.last B {
  text-transform: none;
  font:21px 'DINProBold';
  border-bottom: none;
}

.accordeon DT.last P {
  margin-bottom: 0.5em;
}

.accordeon .contact_note {
  border-top: 1px dashed #bac4cd;
  margin-top: 25px;
  padding: 20px 0 0 0;
  line-height: 1.8em;
}

.accordeon DD {
  border-bottom: 1px solid #bac4cd;
  display: none;
}

.faq_bloc {
  background: #dce2e6;
  padding: 50px 0;
}

.social_nav {
  position: absolute;
  top: 109px;
}

.social_nav_item {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none!important;
}

.social_nav_item:hover {
  opacity: 0.8;
  border: none;
}

.social_nav_item.n_1:hover {
  opacity: 1;
}

.social_nav .n_2 {background: #3b5998 url("../img/fb_ico.png") no-repeat 50% 50%;}
.social_nav .n_3 {background: #00b6f3 url("../img/tw_ico.png") no-repeat 50% 50%;}
.social_nav .n_4 { background: #4e7299 url("../img/vk_ico.png") no-repeat 50% 50%;}

#faq {
  margin-top: 30px;
  overflow: hidden;
}

#faq .btn {
  margin-top: 20px;
  float: right;
}

INPUT[type="text"] {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: #fff;
  border: none;
  color: #56585a;
  font-size: 16px;
  font-family: 'heliosregular';
  position:relative;
  display: inline-block;
  box-sizing:border-box;
}

TEXTAREA {
  height: 110px;
  padding: 20px 15px;
  background: #fff;
  border: none;
  color: #56585a;
  font-size: 16px;
  font-family: 'heliosregular';
  position:relative;
  display: inline-block;
  box-sizing:border-box;
}

.faq_bloc .name,
.faq_bloc .email {
  width: 460px;
  margin-bottom: 20px;
}

.faq_bloc .name {
  margin-right: 15px;
}

.faq_bloc  .text {
  width: 100%;
}

/* Contacts page end */

/* Press page */
.news_blocks.m_gallery {
  background: #fff;
}

.news_blocks.m_gallery .tile_blocks {
  padding-top: 20px;
}

.tile_block_x2.success {
  padding: 20px;
  color: #fff;
  float: none;
}

.tile_block_x2.success P {
  opacity: 1;
}

.tile_block_x2.success A {
  color: #fff;
}

B.rec {
  display: block;
  position: relative;
  top:-2px;
  text-decoration: underline;
  margin:0 0 13px 20px;
  cursor: pointer;
}

B.rec:before {
  display: block;
  content:'';
  width: 10px;
  height: 10px;
  background: #ee3232;
  position: absolute;
  top:50%;
  margin-top: -5px;
  left:-20px;
}

.tile_block_x1.photo {
  color:#fff;
}

.tile_block_x1.photo A {
  color:#fff;
}

.tile_block_x1.photo P {
  opacity: 1;
}

.tile_block_x4.for_press {
  border: 3px solid #bac4cd;
  margin-top: -240px;
}

.tile_block_x4.for_press,
.tile_block_x4.for_press H2 A {
  color: #000;
}

.tile_block_x4.for_press P {
  position: static;
  opacity: 1;
  font-size: 16px;
  font-family: "heliosregular";
  margin-bottom: 0.5em;
}

.tile_block_x4.for_press H3 {
  text-transform: none;
  margin-bottom: 1em;
}

.tile_block_x4 DL {
  margin-top: 10px;
}

.tile_block_x4 DT {
  width: 110px;
  height: 70px;
  padding:20px 15px;
  position: absolute;
  background: #ebebeb;
}

.tile_block_x4 DT IMG {
  width: 100%;
  height: auto;
}

.tile_block_x4 DD {
  min-height: 90px;
  padding:0 0 20px 130px;
}

.tile_block_x4 DD H2 {
  line-height: 1em;
  margin-bottom: 0.2em;
}

.tags_title {
  padding: 25px 0 15px 0;
}

.tags LI {
  display: inline-block;
  vertical-align: top;
  padding: 6px 9px;
  color: #fff;
  font-family: "DINProMedium";
  text-transform: uppercase;
  background: #acb6bf;
  margin: 0 5px 10px 0;
  cursor: pointer;
}
.tags LI.noactive {
  background: #fff;
  border: 2px solid #bac4cd;
  padding: 4px 8px;
  color: #000;
}
.tags LI.noactive a { color: #000; }
.tags a { color: #fff;}
.tags a:hover { border-bottom: none; }
.press .tile_block_x2.fund_news {
  padding: 20px;
}

.industry_news_colored H5 A,
.industry_news_colored P {
  color: #fff;
}

.industry_news_colored .ico_clock.right:after {
  background:url("../img/sprite_clo�k.png") no-repeat 0px -36px;
}

/* Press page end */

/* Story page */
.filtering {
  width: 940px;
  box-sizing: border-box;
  border: 3px solid #bac4cd;
  padding: 20px;
  margin-top: 20px;
}

.btns {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 9;
}

.btns .btn {
  width: 160px;
  margin-bottom: 10px;
}

.btns I {
  display: block;
}

.filter_row {
  font-family: 'heliosbold';
}

.filter_row DT {
  position: absolute;
  top: 0px;
  width: 160px;
}

.filter_row DD {
  width: 900px;
  padding: 0 0 0.8em 160px;
}

.filter_row LABEL {
  text-transform: uppercase;
  display: inline-block;
  margin:0px 1em 0.8em 0px;
}

.filter_row SELECT {
  width: 360px;
  line-height: 25px;
  height: 25px;
}

.story .news_blocks {
  background: #fff;
}

.story .news_blocks H4 {
  font-family: 'heliosbold';
  font-size: 16px;
  line-height: 24px;
}
.story .news_blocks.blue_blocks { background: #dce2e6; }
.blue_blocks .more_btn { margin-bottom: 0; }
.news_blocks.blue_blocks  { padding-bottom: 40px; }
.tile_blocks .block_tag {
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 1em;
  cursor: pointer;
}

.tile_blocks .top {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 20px 20px 0px 20px;
}

.tile_blocks .bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 20px 20px 20px;
}

.tile_blocks .bottom P {
  position: relative;
  font-size: 16px;
  opacity: 1;
}

.tile_blocks .bottom H4 {
  margin-bottom: 2em;
}

.tile_blocks .bottom LI {
  margin-bottom: 0.3em;
}

.tile_blocks .bottom B {
  text-transform: uppercase;
}

.tile_block_x8 .top,
.tile_block_x8 .bottom {
  width: 50%;
}

.tile_block_x8 .pattern {
  position: absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 80%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 80%);
  background: linear-gradient(to right,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.tile_block_x8 {
  display: block;
  float: left;
  vertical-align: top;
  width: 940px;
  height: 460px;
  margin: 0px 10px 20px 10px;
  padding:20px;
  border: 1px solid #bac4cd
}

.story .tile_block_x8 {
  height: 370px;
  border: none;
  border-left:6px solid;
}

.story .tile_block_x4 {
  height: 370px;
  color: inherit;
  border: none;
  border-left:6px solid;
}

.tile_block_x4 .pattern {
  position: absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  background: repeat 0px 0px;
  background-color: rgba(255,255,255,0.7);
  background-image:url("../img/pattern_photo_line.png");
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.story .block_colored {
  color: #fff;
}

.more_btn {
  width: 100%;
  border: 3px solid #bac4cd;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-family: 'DINProBold';
  margin-bottom: 40px;
  cursor: pointer;
}

.more_btn .count {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  text-transform: none;
}

/* Story page end */

/* Fond page */
.img_big { margin-bottom: 40px; }
.img_big img {
  /*margin: 0 -110px;*/
  display: block;
}
.common_text { font: 21px/40px 'heliosregular';  color: #56585a;  margin-bottom: 47px; }
.common_text strong { font-family: 'heliosbold'; }
.task_title {
  padding: 52px 0 28px;
  font-size: 18px;
  letter-spacing: -0.04em;
}
.tasklist  {
  vertical-align: top;
  width: 50%;
  display: inline-block;
  color: #56585a;
  font: 16px/30px 'heliosregular';
}
.tasklist li {
  padding: 20px 5px 20px 81px;
  position: relative;
}
.tasklist li:before {
  content: ' ';
  position: absolute;
  top: 32px; left: 22px;
  background: #26a9e0;
  width: 30px; height: 2px;
}
.blue_blocks { background: #dce2e6; }
.searchregion { padding-top: 20px; }
.searchregion:after {
  content: ' ';
  width: 16px; height: 16px;
  background: url('../img/ico_search_g.png');
  display: block;
  position: absolute;
  top: 31px; left: 271px;
  z-index: 10;
}
INPUT[type="text"].tb_searchregion {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #bac4cd;
  width: 300px;
  padding: 0 35px 0 6px;
}
INPUT[type="text"].tb_searchregion::-webkit-input-placeholder {color:#7a7a80; opacity: 1; font-style: italic; }
INPUT[type="text"].tb_searchregion::-moz-placeholder          {color:#7a7a80; opacity: 1; font-style: italic; }/* Firefox 19+ */
INPUT[type="text"].tb_searchregion:-moz-placeholder           {color:#7a7a80; opacity: 1; font-style: italic; }/* Firefox 18- */
INPUT[type="text"].tb_searchregion:-ms-input-placeholder      {color:#7a7a80; opacity: 1; font-style: italic; }
.rel { position: relative; }
.fond_history {
  color: #49494c;
  font: 16px/30px "heliosregular";
  padding: 53px 0 62px;
}
.fond_history h3 { font-size: 18px; }
.fond_history h4 {
  font: 17px/20px "heliosbold";
  color: #00a0d3;
  margin: 0 0 12px;
}
.fond_history h4 a:hover { border-bottom: none; }
.opblue_button, .op_button {
  display: inline-block;
  position: relative;
  border: 3px solid #00a0d3;
  font: 17px/34px  "DINProBold";
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 25px;
  padding: 3px 34px 3px 18px;
}
.opblue_button.right { float: right; margin-top: 7px; }
.op_button {
  border-color: #bac4cd;
  color: #bac4cd;
}
.opblue_button:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #009ed3;
  position: absolute;
  top: 50%; right: 19px;
  margin-top: -3px;
}
.op_button:after {
  content: ' ';
  position: absolute;
  top: 13px; right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #bac4cd transparent transparent transparent;
}
.opblue_button:hover { border-bottom: 3px solid #00a0d3;}
.op_button:hover { border-bottom: 3px solid #bac4cd; }
.history_links a { margin-right: 17px; }
.fh_year {
  font: 17px/20px "heliosbold";
  color: #00a0d3;
  position: relative;
  display: table-cell;
  width: 86px;
  vertical-align: top;
}
.fh_yearnum {
  background: #fff;
  padding: 0 0 4px;
  position: relative;
  z-index: 1;
}
.fh_yearnum:hover { border-bottom: none;}
.fh_text {
  display: table-cell;
  padding: 0 0 35px;
}
.fh_year:after {
  content: ' ';
  background: #fff url('../img/pin.png') 0 0 no-repeat;
  width: 30px; height: 32px;
  display: none;
  position: absolute;
  top: 1px;  left: 82px;
  z-index: 1;
}
.fh_year:before {
  content: ' ';
  background: url('../img/border.png') 0 0 repeat-y;
  width: 3px; height: 100%;
  position: absolute;
  overflow: hidden;
  top: 1px;  left: 18px;
}
.fond_history_list li   {
  display: table-row;
}
.fond_history_list li:last-child .fh_year:before { display: none; }

.ie .fh_year:before {
  height: 135px
}
.ie .fond_history_list .last .fh_year:before {
  display: none !important
}

.fond_history_list { margin: 35px 0 0; }
.history_links { padding: 13px 0 16px; }
/* Fond page end*/
/*Progtamm*/
.programm {
  background: #f1f1f1 url("../pic/pic_2.jpg") no-repeat scroll 50% 0;
  margin-top: -78px;
  padding: 88px 0 17px;
}
.programm h1 {
  font: 40px/40px "DINProBold";
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin: 0 0 13px;
}
.programm p {
  font: 21px/28px 'DINProRegular';
  width: 44%;
  letter-spacing: -0.04em
}
.programm_list {
  font: 20px/20px  'DINProMedium';
  margin: 21px 0 0;
}
.programm_list img { float: left; margin: 3px 0 0; }
.programm_list span { margin-left: 26px; display: block; }
#header { z-index: 3; }
.programm_list li { margin-bottom: 13px; overflow: hidden;  }
.participant_box { padding: 20px 0 80px; }
.participant_box .floating_nav {top: 55px; }
.participant_list {
  color: #49494c;
  margin: 40px 0 31px;
}
.participant_list li {
  display: inline-block;
  font: 16px/20px "heliosregular";
  width: 22%;
  text-align: center;
  background: url('../img/border_1.png') 0 22px repeat-x;
  vertical-align: top;
}
.participant_list li:first-child { width: 18.5%; }
.participant_list span { display: block; }
.partimg_wrap {
  height: 68px;
  display: inline-block;
  padding: 0 5px;
  background: #fff;
  position: relative;
}
.participant_list li:first-child .partimg_wrap:before,  .participant_list li:last-child .partimg_wrap:before {
  content: ' ';
  background: #fff;
  width: 80px;
  height: 20px;
  position: absolute;
  right: 100%; top: 20px;
}
.participant_list li:last-child .partimg_wrap:before { left: 100%; right: auto; }
.program_info { margin: 42px 0 0; line-height: 31px;}
.program_info a { text-decoration: underline; }
.program_info a:hover { border: none; text-decoration: none; }
.programms_list { margin-left: -20px; }
.programms_list li {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 20px;
  width: 47.9%;
  margin-left: 20px;
  padding: 17px 20px;
  height: 320px;

}
.programms_list li a {
  display: block;
  max-height: 298px;
  overflow: hidden;
}
.programms_list li.color_1  { background: #5e3d92; }
.programms_list li.color_2  { background: #ee3232; }
.programms_list li.color_3  { background: #00a0d3; }
.programms_list li.color_4  { background: #56585a; }
.programms_list a { color: #fff;}
.programms_list a:hover { border: none;}
.programms_list h4 {
  font: 18px/20px "heliosbold";
  text-transform: none;
  margin: 0 0 17px;
  color: rgba(255,255,255,0.8);
}
.programms_list h1 {
  font: 24px/24px "DINProBold";
  margin: 0 0 12px;
  text-transform: uppercase;

}
.programms_list h1 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.programms_list h1 img {
  display: inline-block;
  vertical-align: middle;
}
.programms_list p {
  color: rgba(255,255,255,0.8);
  font: 18px/24px "heliosregular";
  letter-spacing: -0.03em;
}
.programm_all {
  border-top: 1px solid #dce3e6;
  margin: 12px 0 17px;
  padding: 36px 0 0;
}
.programms_info {
  color: #56585a;
  font: 16px/24px "heliosregular";
  margin: 0 0 32px;
}
.history_block .tags_title { padding: 33px 0 0 0; }
.history_block .tile_blocks { padding-top: 33px; }
.history_block .tile_block_x4 { background: #fff; }
.program_header {
  display: none;
  font: 18px/20px "heliosbold";
  text-transform: none;
  margin-bottom: 24px;
}

/* Progtamm page end*/
/* competition*/
.competition_box { background: #fff; }
.competition_box h2 { text-transform: none; }
.competition_box  .social_nav { top: 0; }
.competition_box .tile_blocks P B { font-family:  "heliosregular"; }
.ico_finish { position: relative; padding-left: 27px; }
.ico_finish:before {
  background: url("../img/ico_finish.png") no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 16px;
}
.tile_block_x2.color_1,  .tile_block_x4.color_1, .tile_block_x1.color_1 { background: #56585a; color: #fff; }
.tile_block_x2.color_2,  .tile_block_x4.color_2, .tile_block_x1.color_2 { background: #dee2e5; color: #000; }
.tile_block_x2.color_3,  .tile_block_x4.color_3, .tile_block_x1.color_3 { background: #ee3232; color: #fff; }
.tile_block_x2.color_4,  .tile_block_x4.color_4, .tile_block_x1.color_4 { background: #5e3d92; color: #fff; }
.tile_blocks .color_1 H5 A, .tile_blocks .color_3 H5 A, .tile_blocks .color_4 H5 A { color: #fff; }
.color_2 .ico_clock:after { background: url("../img/sprite_clo�k.png") no-repeat 0 0; }
.tile_block_x1.w33 { width: 300px; }
.competition_box .tile_block_x1,
.competition_box .tile_block_x2,
.competition_box .tile_block_x4 {
  border: none;
}
.tile_block_x1 .ico_finish { display: block;  margin-top: 8px;}
.finish_date {
  background: rgba(255,255,255,0.3);
  text-transform: uppercase;
  font-family:  "heliosregular";
  position: absolute;
  padding: 7px 10px 7px 31px;
  bottom: 10px; right: 10px;

}
.finish_date:before {
  content: ' ';
  position: absolute;
  width: 8px; height: 15px;
  left: 12px; top: 9px;
  background: url("../img/ico_lightning.png") no-repeat 0 0;

}
.competition_box .tags { margin-top: 16px; }
.competition_box.news_blocks .tile_blocks { padding-top: 12px; }
.more_btn .hide { display: none;  }
/* competition page end*/
/* event */
.events_all .social_nav { top: 7px; }
.event_box {
  background: #fff;
  border-top: 1px solid #acb6bf;
  margin: 16px 0 0;
  padding: 36px 0 0;
}
.events_all { position: relative; margin-top: 65px; }
.event_list { margin: 26px 0 3px; }
.event_list li {
  border-top: 1px solid #bfbfbf;
  color: #49494c;
  font-family:  "heliosregular";
  padding: 18px 0 12px;
}
.event_info { margin-bottom: 15px; }
.event_list a, .event_preview a { font-family: "heliosbold"; }
.event_list .ico_clock, .event_preview .ico_clock { font-family: "heliosbold"; color: #000; margin-left: 6px; }


/*select*/
.select_event { width: 100%; }
.select_region { width: 300px; }
.inpselblock  select { position: absolute; top: -9999em; left: -9999em; border: none;}
.inpselblock { vertical-align: middle; display: inline-block; position: relative;}
.js_select {  opacity: 0; filter: alpha(opacity=0); }
.inpseltxt, .optcontainer a {
  color: #2a2d2e;
  padding: 9px 40px 10px 10px;
  font-size: 0.875em;
  line-height: 21px;
  display: inline-block;
}
.inpseltxt {
  overflow:hidden;
  border: 1px solid #bac4cd;
  display: block;
  background: #fff;
  font-family: "heliosbold";
}

.optcontainer a:hover { color: #666; }
.optcontainer a:first-child:hover { color: #000; }
.inpseltxt:after, .optcontainer:after {
  position: absolute;
  top: 20px; right:5px;
  margin: -2px 6px 0 0;
  width: 11px; height: 7px;
  background: url("../img/triangle.png") no-repeat 0 0;
  display: block;
  content: ' ';
}
.selopener {
  z-index: 9;
  position: absolute;
  height: 100%; width: 100%;
  left: 0; top: 0;
  outline: medium none;
  position: absolute;
  text-decoration:none;
}
.optcontainer {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  background: #fff;
  position: absolute;
  padding: 0;
  margin: 1px 0 0;
  z-index: 10;
  max-height: 273px;
  overflow: auto;
}
.optwrapper {max-height: 250px; overflow-x: hidden; overflow-y: auto;}
.optcontainer a {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  padding: 9px 10px 10px;
  min-width: 38px;
  text-decoration: none;
  display: block;
  vertical-align:top;
  line-height: 12px;
  position: relative;
  font-family: "heliosbold";
  color: #7a7a80;
  line-height: 21px;
  border: 1px solid #bac4cd;

}
.optcontainer a + a {  margin-top: -1px; }
.optcontainer a:hover  { border: 1px solid #bac4cd; color: #000; }

.selopener:hover { border: none;  color: #000;  }
.optcontainer a:first-child { color: #000; }
.optcontainer a:last-child { color: #26a9e1; }


/*select*/

.event_table {
  width: 100%;
  font-family: "heliosbold";
  margin-top: 20px;
}
.event_table td {
  padding: 7px 10px;
  border: 1px solid #bac4cd;
  color: #7a7a80;
}
.event_table tr:first-child td { color: #000; padding: 10px; }
.event_table td.active { background: #f5f6f7; color: #000; }
.eventmap { background: #dce2e6; overflow: hidden; }
.event_table a { color: #7a7a80; }
.event_table a:hover { color: #000; border: none; }
.eventmap .wrap { height: 620px; }
.eventmap_filter, .eventmap_list, .eventmap_calend  {
  background: #fff;
  font-family: "heliosbold";
  border: 1px solid #bac4cd;
  color: #000;
  position: absolute;
  padding: 11px 18px;
  letter-spacing: -0.02em;
}
.eventmap_filter {  right: 0; bottom: 40px;  }
.eventmap_filter:hover, .eventmap_list:hover, .eventmap_calend:hover { border: 1px solid #bac4cd; }
.bn:hover { border: none; }

.eventmap_list {
  top:40px; right: 0;
  width: 277px;
  padding: 11px 11px;
}
.eventmap_calend {
  display: block;
  padding-right: 8px;
  position: static;
}
.ico_calendar {
  background: url('../img/calendar.png') 0 0 no-repeat;
  width: 20px; height: 20px;
  float: right;

}
.eventmap_calendar .event_table { margin-top: 0; }
.event_table_wrap {
  position: relative;
  top: -1px;
  display: none;
  background: #fff;
}
.eventmap_calendar {
  position: absolute;
  left: 332px; top:40px;
  width: 272px;

}
.eventmap_area {
  background: #fff;
  position: absolute;
  font-family: "heliosbold";
  padding: 11px 18px;
  letter-spacing: -0.02em;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.eventmap_area span {
  background: url('../img/ico_bull.png') 0 0 no-repeat;
  display: block;
  height: 13px; width: 13px;
  left: 50%; top: 100%;
  margin: 4px 0 0 -7px;
  position: absolute;
}
.eventmap_area:after {
  content: ' ';
  width: 0; height: 0;
  border-style: solid;
  border-width: 12px 11.5px 0 11.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%; top: 100%;
  margin-left: -11px;
}
.event_region {
  position: absolute;
  top: 40px; left: 0;
}
.region_list { right: auto; left: 320px; }
.eventmap_region_choose {
  background: #fff;
  border: 1px solid #bac4cd;
  padding: 20px 28px 28px;
  width: 458px;
  position: absolute;
  z-index: 10;
  display: none;
}
.event_region_more {
  border-top: 1px solid #bac4cd;
  margin: 0 -28px;
  padding: 30px 24px 0;
}
.eventmap_region_head { overflow: hidden; }
.event_region_more  .opblue_button { display: block; }
.eventmap_region_choose  .address_info_cover {
  border: none;
  padding: 0;
  padding: 31px 0 8px;
  background: none;
  width: auto;
}
.eventmap_region_choose h3 {
  font-size: 18px;
  text-transform: none;
}
.eventmap_region_head img { margin: 4px 0 0; float: left; }
img + .eventmap_region_us { margin-left: 80px;}
.eventmap_region_us h3 { margin-bottom: 6px;}
.eventmap_region_choose > p { font-size: 16px; margin: 10px 0 17px; }
.eventmap_region_choose .address_info_cover LI { padding-left: 36px;}
.address_info_cover span, .address_info_cover a {
  padding-top: 2px;
  display: inline-block;
  letter-spacing: -0.02em;
}
.eventmap_region_choose .address_info_cover a { text-decoration: underline; }
.eventmap_region_choose .address_info_cover a:hover  { text-decoration: none; border: none; }

.region-detail .address_info_cover {
  border: none !important;
  width: auto !important;
  padding: 0px !important;
  margin-top: 20px;
}
.region-detail .eventmap_region_head {
  margin-top: 20px;
}
.region-detail .eventmap_region_head h3 {
  font-size: 18px !important;
}

.region-detail .round_photo {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  margin-right: 20px;
}

.eventmap_region_choose .close {
  position: absolute;
  top: 10px; right: 10px;
  width: 25px; height: 25px;
  background: url('../img/ico_close.png') 0 0 no-repeat;
}
.hidden { visibility: hidden; display: none; }
.event_region_list {
  display: none;
  border-top: 1px solid #bac4cd;
  padding: 40px 0;
  margin: 38px 0 0;
}
.event_filter { display: none; }
.event_preview {
  padding: 20px 0;
}
h3 + .event_preview { margin-top: 6px; }
.event_preview p { margin-bottom: 18px; }
.event_preview + .event_preview {  border-top: 1px solid #bac4cd;}
.event_preview:last-child { padding-bottom: 8px; }
.eventmap_region_choose.notvisible { padding-bottom: 0;}
.geography__map-container {
  text-align: center;
  width: 1050px;
  margin: 0 -55px;
}
.geography__map path{
  fill:#d9dadc;
  stroke:#5e6263;
  -webkit-transition:fill .2s;
  transition:fill .2s;
}
.geography__map path.is-active,.geography__map path:hover{
  fill:#b9d6e4;
  cursor: pointer;
}
.plane_slider .slick-prev,   .plane_slider .slick-next {
  width: 185px;
  top: 0;
  height: 100%;

}
.plane_slider .slick-prev {
  left: 0;
  /*
   background: -moz-linear-gradient(left,  rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(255,255,255,0)));
   background: -webkit-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
   background: -o-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
   background: -ms-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
   background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99ffffff',GradientType=1 ); */
  background: none;
}
.plane_slider .slick-next {
  right: 0;
  /*
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99000000',GradientType=1 ); */
  background: none;

}


.plane_slider .slick-prev:after, .plane_slider .slick-next:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}
.plane_slider .slick-prev:after {
  border-width: 10.5px 11px 10.5px 0;
  border-color: transparent #b7d3eb transparent transparent;
  left: 30px;
}
.plane_slider .slick-next:after {
  border-width: 10.5px 0 10.5px 11px;
  border-color: transparent transparent transparent #b7d3eb;
  right: 30px;
}

.plane_date { color: #656565; margin: 0 0 25px; }
.plane_date .ico_clock:after { background-position: 0 -18px; }
.plane_text { color: #56585a; padding: 15px 0 0; }
.plane_text h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.plane_text p {
  font-size: 16px;
  color: #56585a;
  line-height: 30px;
  margin-bottom: 17px;
}
.plane_text p strong { color: #000; }
.plane_text blockquote {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  border-top: 5px solid #ce3535;
  border-bottom: 5px solid #ce3535;
  text-transform: uppercase;
  margin: 27px 0 28px;
  padding: 18px 0 15px;
  line-height: 29px;
  letter-spacing: -0.028em;
}
.plane_text ul {
  list-style-type: none;
  font-size: 16px;
  margin: 0 0 27px;
}
.plane_text ul li {
  position: relative;
  padding: 0 0 0 47px;
  line-height: 29px;
  margin: 0 0 21px;
}
.plane_text ul li:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: ' ';
  width: 29px;
  background: #57585c;
  height: 2px;
}
.plane_document {
  color: #26a9e0;
  font-size: 16px;
  font-weight: bold;
  background: url('../img/ico_doc.png') 0 0 no-repeat;
  padding: 0 0 0 49px;
  min-height: 37px;
  margin: 0 0 25px;
  line-height: 21px;
}
.plane_video {  margin: 0 0 40px; max-width: 780px;}
.plane_video img { width: 100%; }
.plane_document a:hover { border: none; }
.plane_document + table { margin: 39px 0 0; }
.plane_text  table {
  width: 100%;
  margin-bottom: 8px;
}
.plane_text  table th {
  color: #000;
  font-size: 15px;
  padding: 0 0 17px;
}
.plane_text  table td {
  border-top: 1px solid #bac4cd;
  padding: 21px 0;
  line-height: 30px;
}
.share_box {
  border: 4px solid #bac4cd;
  margin: 26px 0 52px;
  padding: 12px 18px 16px;
}
.share_box_title {
  float: left;
  font-family: "DINProBold";
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-right: 12px;
}
.yashare-auto-init { margin-top: 4px; }
.plane_slidercounter {
  background: #fff;
  color: #56585a;
  font-weight: bold;
  letter-spacing: -0.04em;
  padding: 10px 0 0;
  position: relative;
  text-align: right;
  z-index: 10;
}
.plane_slider { margin-bottom: 17px; }


.block-purple a, .block-red a, .block-blue a, .block-dark-gray a, .block-turquoise a {
  color: #fff !important;
}

.block-purple .ico_clock.right::after, .block-red .ico_clock.right::after, .block-blue .ico_clock.right::after, .block-dark-gray .ico_clock.right::after, .block-turquoise .ico_clock.right::after {
  background-position: 0px -36px !important;
}



/****************************** Search results ******************************/

.search_page {
  border-bottom: 1px solid #acb6bf;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

input[type="text"].search_input {
  width: 85%;
  border: 3px solid #bac4cd;
  display: block;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  float: left;
  margin-right: 3%;
}

.search_btn {
  background-color: #26a9e0;
  border: 0;
  width: 12%;
  height: 45px;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.search_btn:hover {
  opacity: 0.8;
}

.search_tags_block {
  margin-top: 30px;
  padding-left: 130px;
  position: relative;
}

.search_tags_block h3 {
  width: 130px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}

.search_filter_one {
  display: inline-block;
}

.search_filter_one input {
  display: none;
}

.search_filter_one input + .search_tags_filter{
  background-color: red;
  display: inline-block;
  vertical-align: top;
  padding: 6px 9px;
  color: #fff;
  font-family: "DINProMedium";
  text-transform: uppercase;
  background: #acb6bf;
  margin: 0 5px 10px 0;
  cursor: pointer;
}


.search_filter_one input:checked + .search_tags_filter{
  background-color: #878e95;
}

.search_results h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.search_results .more_btn {
  margin-top: 40px;
}

.search_results__one {
  margin-bottom: 20px;
}

.search_results__header {
  font-size: 16px;
  line-height: 25px;
  color: #26a9e0;

}

.search_results__text {
  font-size: 16px;
  line-height: 25px;
  color: #49494c;
}

.search_results__categories {
  font-size: 15px;
  line-height: 25px;
  color: #838383;
}

.search_results__categories a {
  color: #838383;
}

.search_results__one b {
  background-color: #c1c9d0;
  font-weight: normal;
  padding: 0 2px;
}


/* event page end*/
/****************************** MOBILE 640 ******************************/
@media screen and (max-width:1080px) {




  /****************************** Search results ******************************/

  .search_page {

    margin-top: 30px;
  }

  input[type="text"].search_input {
    width: 70%;
  }

  .search_btn {
    width: 27%;
  }

  .search_tags_block {
    margin-top: 30px;
    padding-left: 0px;
    position: relative;
  }

  .search_tags_block h3 {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }



  /* Header */

  .header_top_right {
    float: right;
  }

  .header_bottom,
  .header_bottom .wrap {
    position: static;
  }

  .header_menu {
    top:130px;
    left: 0px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #bac4cd;
    border-bottom: 1px solid #bac4cd;
    position: absolute;
    z-index: 9;
    margin: 0px;
  }

  .header_menu_cover {
    width: 560px;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    display: none;
  }

  .header_menu_cover .last {
    display: inline-block;
    margin-top: 10px;
  }

  .header_menu .menu_btn {
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 0 0 250px;
    top:-53px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background:url("../img/menu_ico_top.png") no-repeat 0px 0px;
  }

  .header_menu .menu_btn.open {
    background:url("../img/menu_ico_close.png") no-repeat 0px 0px;
  }

  .header_submenu UL {
    width: 260px;
  }

  .header_menu .active:after {
    display: none;
  }

  .bredcrumbs .home {
    position: relative;
    top: -2px;
  }

  /* Header end */
  /* Footer */

  .footer_menu .col {
    width: 250px;
  }

  .footer_bottom {
    height: 90px;
    line-height: 1.5em;
    text-align: center;
  }

  .footer_bottom .wrap {
    display: table;
    height: 100%;
  }

  .footer_bottom .copyright {
    display: table-cell;
    vertical-align: middle;
  }

  /* Footer end */
  /* Main page */

  .wrap {
    width: 590px;
  }

  .banner_slider .slick-dots {
    width: 560px;
    margin-left: -280px;
  }

  .news_slider {
    display: none;
  }

  .square_blocks_item {
    width: 270px;
  }

  .square_blocks_item.n_7 {
    position: absolute;
    left: 0px;
    margin: -240px 0 0 300px;
  }

  .square_blocks .n_1 {background:url("../img/square_1_640.png") no-repeat 0px 0px;}
  .square_blocks .n_2 {background:url("../img/square_2_640.png") no-repeat 0px 0px;}
  .square_blocks .n_3 {background:url("../img/square_3_640.png") no-repeat 0px 0px;}
  .square_blocks .n_4 {background:url("../img/square_4_640.png") no-repeat 0px 0px;}
  .square_blocks .n_5 {background:url("../img/square_5_640.png") no-repeat 0px 0px;}

  .square_blocks_item_x2 {
    width: 560px;
  }

  .square_blocks_item_left {
    background-size: cover!important;
    width: 270px;
  }

  .square_blocks_item_right {
    width: 290px;
  }

  .mh {display: none;}

  .square_blocks_item_right H3 {
    height: 44px;
  }

  .competition_left {
    display: block;
    width: 100%;
    position: static;
  }

  .competition_right {
    display: block;
    width: auto;
    margin:0 20px 60px 20px;
  }

  .competition_left H3 {
    line-height: 1.4em;
    margin: 14px 0 0 0;
  }

  .floating_nav,
  .scroll_btn {
    display: none;
  }

  .tile_block_x1 {
    background-size: cover!important;
    width: 270px;
  }

  .tile_block_x2 {
    width: 560px;
  }

  .tile_block_x2 I {
    background-size: cover!important;
    width: 270px;
  }

  .tile_block_x4 {
    background-size: cover!important;
    width: 560px;
  }

  /* Main page end */

  /* Contacts page */

  .direction .img_txt {
    margin-bottom:0px;
  }

  .faq_bloc .name,
  .faq_bloc .email {
    width: 270px;
  }

  /* Contacts page end */

  /* Press page */
  .tile_block_x4.for_press {
    margin-top:0px;
  }

  .news_blocks.m_gallery .tile_blocks {
    padding-top:0px;
  }

  .bredcrumbs A,
  .bredcrumbs SPAN {
    text-transform: uppercase;
    font-family: "heliosbold";
  }

  .bredcrumbs .divider {
    display: none;
  }

  .tile_block_x2.mobile_custom_less {
    width: 270px;
  }

  .tile_block_x1.mobile_custom_more {
    width: 560px;
  }

  /* Press page end */

  /* Story page */
  .filtering {
    width: 560px;
    margin-top: 0px;
  }

  .btns {
    position: relative;
    right: auto;
    margin-top: 20px;
  }

  .btns I {
    display: inline;
    margin-right: 10px;
  }

  .btns .btn {
    width: 145px;
    margin-bottom: -10px;
  }

  .filter_row DD {
    width: 520px;
    padding: 0 0 0.8em 160px;
  }

  .filter_row SELECT {
    width: 350px;
  }

  .tile_block_x8 .top,
  .tile_block_x8 .bottom {
    width: 100%;
  }

  .tile_block_x8 .pattern {
    background: repeat 0px 0px;
    background-color: rgba(255,255,255,0.7);
    background-image:url("../img/pattern_photo_line.png");
  }

  .tile_block_x8 {
    width: 560px;
  }

  .more_btn {
    margin: -20px 0 20px 0;
  }

  .plane_text iframe,
  .TviglePlayer {
    width: 100%;
    height: auto;
  }

  /* Story page end */
  /* Fond page */
  .img_big { display: none; }
  .img_big img {  margin: 0; width: 100%; }
  .tasklist { width: auto; display: block; }
  .blue_blocks.media_white { background: #fff; }
  .fh_year:after { display: block; }
  .fh_year { width: 160px; }
  .fh_year:before { left: 95px; }
  .history_links a { margin-bottom: 20px;  }
  .header_submenu { display: none; }
  .img_big + .common_text { margin-top: 30px; }
  .common_text { margin-bottom: 20px; }
  .task_title { padding: 21px 0 10px; }
  .tasklist li { padding: 20px 5px 2px 63px; }
  .tasklist li:before { left: 2px; }
  .fond_history { padding: 39px 0 10px; }
  .map_title, .map_title + .map_big { display: none; }
  .fond_history_list li:last-child .fh_year:after { background-image: url('../img/pin_last.png'); cursor: pointer; }
  /* Fond page end */
  /* Progtamm */
  .participant_list li {
    text-align: left;
    display: block;
    width: auto;
    background: none;
    margin: 0 0 32px;
  }
  .participant_list li:first-child { width: auto; }
  .participant_list li:first-child .partimg_wrap:before,
  .participant_list li:last-child .partimg_wrap:before, .programm_list { display: none; }
  .partimg_wrap {
    height: auto;
    width: 83px;
    display: inline-block;
    vertical-align: middle;
  }
  .participant_list span { display: inline-block; vertical-align: middle; }
  .program_info a { font-size: 18px; }
  .programm { margin: 0; padding: 57px 0 73px; }
  .programm p { width: 52%; }
  .participant_box { padding-top: 8px; }
  .participant_box .tags_title { padding-bottom: 0; }
  .participant_list { margin-bottom: 40px; }
  .programms_list { margin: 0; }
  .programms_list li {
    display: block;
    width: auto;
    margin-left: 0;
    height: auto;

  }
  .programms_list li a { max-height: initial; }
  .programm_all {
    border-top: none;
    padding-top: 24px;
    margin-bottom: 40px;
  }
  .history_block .tile_block_x4 { background: #fff; width: auto; float: none; }
  .program_header { display: block; }
  .history_block .tile_blocks { padding-bottom: 40px; }
  /* Progtamm page end*/
  /* competition */
  .competition_box .social_nav, .more_btn .lg  { display: none; }
  .competition_box { padding-top: 40px; }
  .program_header { margin-bottom: 17px; }
  .tile_block_x1.w33 { width: 270px; }
  .more_btn .hide { display: block;  }
  /* competition page end*/

  /* event */
  .events_all { padding-bottom: 21px; margin-top: -10px; }
  .event_box { border: none; padding-top: 15px; }
  .events_all .social_nav { display: none; }
  .event_list li { padding: 15px 0; }
  .event_list li:first-child { border-top: none; }
  .events_all .more_btn, .events_all h3 { display: none; }
  .event_box .programms_info { display: none; }
  .eventmap { background: none;  }
  .eventmap_area, .eventmap_list , .eventmap_region_choose .close{ display: none; }
  .select_region { width: 100%; }
  .event_region {
    position: static;
    top: auto; left: auto;
    width: 100%;
  }
  .regionmap .event_region { width: 47.9%; display: inline-block; }
  .event_region.hidden { display: inline-block; visibility: visible; margin-left: 20px;}
  .eventmap_region_choose {
    position: static;
    top: auto !important; left: auto !important;
    border: none;
    padding: 33px 0 0;
    width: auto;
    display: none;

  }
  .event_region_more {
    margin: -5px 0 0;
    padding: 0;
    border-top: none;
  }
  .eventmap_region_choose > p { margin-bottom: 28px; }
  .event_region_list { display: block; }
  .eventmap .wrap { height: auto;  }

  .eventmap_filter, .event_table_wrap > .event_table { display: none; }
  .event_filter { display: block; }
  .eventmap_calendar {
    position: static;
    top: auto; left: auto;
    width: auto;
    margin-top: 20px;

  }
  .eventmap_calend {
    text-indent: -9999px;
    border: none;
    position: relative;
    width: 50px;
    float: right;
    padding: 0;
    bottom: -27px;  right: 10px;
    cursor: auto;
  }
  .eventmap_calend:hover { border: none; }
  .event_table_wrap { display: block; }
  .notvisible { display: none; }
  /* event page end*/



  /****************************** MOBILE 320 ******************************/
  @media screen and (max-width:640px) {

    .header_top_right {
      width: 250px;
    }

    .header_nav A {
      min-width: 24px;
      text-align: center;
    }

    .header_nav SPAN {
      display: none;
    }

    .header_nav A.n_2 {background:url("../img/ico_search.png") no-repeat 50% 50%;}
    .header_nav A.n_3 {background:url("../img/ico_faq.png") no-repeat 50% 50%;}
    .header_nav A.n_4 {background:url("../img/ico_login.png") no-repeat 50% 50%;}

    .header_menu_cover {
      width: 280px;
      padding: 20px 0 10px 0;
    }

    .header_menu_cover SPAN {
      display: block;
      text-align: center;
      margin:0 0 10px 0;
    }

    .header_menu_cover A {
      font-size: 17px;
    }

    .header_menu .menu_btn {
      margin: 0 0 0 110px;
    }

    .header_menu {
      border-bottom: none;
    }

    .header_menu_cover {
      width: 100%;
      border-bottom: 1px solid #bac4cd;
    }

    .header_submenu {
      display: block;
      border-top: none;
      border-bottom: 1px solid #bac4cd;
      margin-bottom: 20px;
    }

    .header_submenu:last-child {
      display: none;
    }

    .header_top_right {
      width: 250px;
    }

    /* Header end */
    /* Footer */

    .footer_menu {
      padding: 0 0 30px 0;
    }

    .footer_menu .col {
      text-align: center;
    }

    .footer_menu .col H4,
    .footer_menu .col UL {
      display: none;
    }

    .footer_top .logo {
      margin-top: -15px;
    }


    /* Footer end */
    /* Main page */

    .wrap {
      width: 300px;
    }
/*
    .banner_slider .slick-slide {
      background-image:none!important;
    }
*/
    .banner_txt_2 {
      font-size: 50px;
      margin: 0 10px 0 0;
    }

    .banner_txt_3 {
      font-size: 14px;
      margin-top: 0.5em;
    }

    .banner_slider .slick-dots {
      width: 280px;
      margin-left: -140px;
    }

    .square_blocks {
      margin: 30px -10px 0;
    }

    .square_blocks_item {
      width: 280px;
    }

    .square_blocks_item.n_7 {
      margin: 0 10px 10px;
      position: relative;
    }

    .square_blocks_item_x2 {
      width: 280px;
      height: auto;
    }

    .square_blocks_item_right {
      border: 3px solid #bac4cd;
      border-top: none;
      width: 280px;
    }

    .square_blocks_item_left {
      width: 280px;
    }

    .square_blocks .n_1 {background:url("../img/square_1_320.png") no-repeat 0px 0px;}
    .square_blocks .n_2 {background:url("../img/square_2_320.png") no-repeat 0px 0px;}
    .square_blocks .n_3 {background:url("../img/square_3_320.png") no-repeat 0px 0px;}
    .square_blocks .n_4 {background:url("../img/square_4_320.png") no-repeat 0px 0px;}
    .square_blocks .n_5 {background:url("../img/square_5_320.png") no-repeat 0px 0px;}

    .competition .wrap {
      margin: 20px auto 30px auto;
    }

    .news_blocks .tile_blocks {
      padding:30px 0 10px 0;
    }

    .tile_blocks LI I {
      min-height: 220px;
    }

    .tile_block_x1 {
      padding: 20px 20px 60px 20px;
      width: 280px;
      height: auto;
      min-height: 220px;
    }

    .tile_block_x2 {
      width: 280px;
      height: auto;
    }

    .tile_block_x2 I {
      width: 280px;
      position: relative;
      left: -1px;
    }

    .tile_block_x2 .inner_cover {
      padding: 20px 20px 60px 20px;
      width: auto;
    }

    .tile_block_x2.notice {
      padding: 20px 20px 60px 20px;
    }

    .tile_block_x4 {
      width: 280px;
      height: 280px;
    }

    .tile_blocks .video {
      height: 220px;
      padding: 20px;
    }

    .tile_blocks .video I {
      min-height:0px;
    }


    /* Main page end */

    /* Contacts page */

    .map_big H3 {
      padding: 230px 0 20px;
    }

    .map_big {
      height: 580px;
    }

    .contacts #map_canvas {
      height: 450px;
    }

    .img_txt LI {
      margin: 0 10px;
      padding: 160px 0 40px 0;
      width: 100%;
    }

    .img_txt .round_photo {
      left: 50%;
      margin-left: -70px;
      top: 0;
    }

    .accordeon TR {
      display: block;
      padding: 10px 15px;
    }

    .accordeon TD {
      display: block;
      padding: 5px 0;
    }

    .faq_bloc .name,
    .faq_bloc .email {
      width: 280px;
    }

    .faq_bloc .name {
      margin-right: 0px;
    }

    #faq .btn {
      float: none;
      width: 280px;
    }

    .social_nav {
      display: none;
    }

    /* Contacts page end */

    /* Press page end */

    .tile_block_x2.mobile_custom_less,
    .tile_block_x1.mobile_custom_more,
    .tile_block_x2.success {
      width: 280px;
      height: auto;
      min-height: 220px;
      padding: 20px 20px 60px;
    }

    .tile_block_x4.for_press {
      height: auto;
      min-height: 220px;
      padding-bottom:0;
    }

    .tile_block_x4 DT {
      display: none;
    }

    .tile_block_x4 DD {
      min-height: 90px;
      padding: 0 0 20px 0;
    }

    /* Press page end */


    /* Story page */
    .filtering {
      width: 280px;
    }

    .btns {
      position: relative;
      right: auto;
      margin: 20px 0 -10px 0;
    }

    .btns .btn {
      margin-bottom: 0px;
      width: 235px;
    }

    .pattern {
      display: none;
    }

    .filter_row DT {
      position: relative;
      width: auto;
      padding: 0 0 0.8em 0;
    }

    .filter_row DD {
      width: auto;
      padding: 0 0 0.8em 0;
    }

    .filter_row LABEL {
      display: block;
    }

    .filter_row SELECT {
      width: 235px;
    }

    .tile_blocks .top {
      padding: 0 0 2em 0;
      position: relative;
    }

    .tile_blocks .bottom {
      padding: 0;
      position: relative;
    }

    .story .tile_block_x8,
    .story .tile_block_x4 {
      padding-top: 0px;
      border-width: 3px;
      height: auto;
      background: none!important;
    }

    .story .tile_block_x8:before,
    .story .tile_block_x4:before {
      position: absolute;
      content: '';
      width: 5px;
      height: 60%;
      bottom: 0px;
      left: -4px;
      background: #fff;
    }

    .story .block_colored {
      color: #000;
    }

    .tile_block_x8 {
      width: 280px;
    }

    .more_btn {
      font-size: 21px;
    }

    /* Story page end */
    /* Fond page*/
    .task_title { padding: 10px 0 0px; }
    .tasklist li { padding-left: 40px; }
    .tasklist li:before { width: 20px; }
    .fh_year { width: 53px; }
    .fh_year:before { left: 15px; }
    .fh_text { padding: 44px 0 0; }
    .fh_text p { line-height: 25px; }
    .fh_yearnum { padding-top: 5px; }
    .fh_year:after {
      top: 26px;
      left: 3px;
      padding: 10px 0 3px;
      background-position: 0 10px;
    }
    .fond_history_list li:last-child .fh_text { padding-top: 35px;  }
    .history_links { padding: 50px 0 22px; }
    /* Fond page end */
    /* Progtamm*/
    .programm { background-image: none;}
    .programm_list { display: block; }
    .programm h1 { font-size: 21px;  margin: 0 0 5px; }

    .programm p { width: auto; }
    .programm { padding: 29px 0 26px; }
    .programm_list { margin-top: 35px; }
    .participant_box { padding-bottom: 37px; }
    .story .history_block .tile_block_x4 { background: #fff !important; }
    .story .history_block .tile_block_x4:before { display: none; }
    .programms_list h1 img { display: none; }
    .programms_list h1 span { margin-left: 0;}
    .programm_all { padding-top: 5px; }
    .programms_list h4 { margin-bottom: 10px; }
    .programms_list h1 { margin-bottom: 30px; font: 20px/22px "DINProBold";}
    .history_block .tile_blocks .top { padding-top: 20px; }
    .history_block .tile_blocks { padding-bottom: 22px;}
    .news_blocks.blue_blocks {  padding-bottom: 58px; }
    /* Progtamm page end*/
    /* competition*/
    .competition_box { padding: 21px 0 18px; }
    .competition_box h2 { font-size: 17px; }
    .finish_date { bottom: 50px; }
    .competition_box .tile_block_x2.notice { padding-bottom: 125px; }
    .tile_block_x1.w33 { width: auto; }
    .tile_overlay { top: 0; bottom: 0; left: 0; right: 0; }
    .ico_finish { display: block; margin-top: 8px; }
    .competition_box .tile_blocks .tile_overlay P {
      opacity: 1;
      position: absolute;
      bottom: 17px;
    }

    .competition_box .tile_block_x4.gallery H2 { line-height: 25px; }
    .competition_box .tile_block_x4 { height: 220px; }
    .competition_box.news_blocks .tile_blocks { padding-bottom: 21px; }
    /* competition page end*/
    /* event*/
    .event_list .ico_clock { display: block; margin: 4px 0; }
    .event_region { width: auto; display: block; }
    .event_region + .event_region { margin-top: 20px; }
    .regionmap .event_region { width: 100%; }
    .event_table_wrap > .event_table { display: table; }
    .event_filter { display: none; }
    .event_region + .event_region { margin-left: 0; }
    /* event page end*/


    .plane_text img {
      max-width: 100%;
      height: auto;
    }

    .plane_text iframe,
    .TviglePlayer {
      width: 100%;
      height: auto;
    }

    .event_box {
      display: none;
    }

    .map_big {
      height: 620px;
    }

    .map_big .wrap {
      padding-top: 85px;
    }

  }


  .block-purple a, .block-red a, .block-blue a, .block-dark-gray a, .block-turquoise a {
    color: #fff !important;
  }

  .block-purple .ico_clock.right::after, .block-red .ico_clock.right::after, .block-blue .ico_clock.right::after, .block-dark-gray .ico_clock.right::after, .block-turquoise .ico_clock.right::after {
    background-position: 0px -36px !important;
  }
}
table.table-search-error
{
  border-collapse: collapse;
}
table.table-search-error td
{
  padding: 2px;
  border: 1px solid #BAC4CD;
}

/*.contacts_list dd h3 {
  background: #f5f6f7;
  padding: 20px 15px;
  margin: 0 0;
}*/
.contacts_list dd h3 {
  background: transparent;
  padding-left: 0;
  margin: 0;
}

.contacts_list dd a {
  border-bottom: 1px solid #26a9e0;
}

.contacts_list table td:nth-child(2),
.contacts_list table td:nth-child(3) {
  text-align: left
}

@media screen and (min-width: 1024px) {
  .contacts_list table td:first-child {
    width: 55%;
  }
  .contacts_list table td:nth-child(2) {
    width: 160px;
  }
}

.b-section {
  margin-bottom: 50px;
}

.tags_title + .tile_blocks {
  padding-top: 10px;
}

.b-subscribe__item {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2
}

.b-subscribe__button {
  width: 49px;
  height: 30px;
  cursor: pointer;
  /*background: #acb6bf url('../img/mail.svg') center center no-repeat;*/
  /*transition: 200ms;*/
}

.b-subscribe__button svg {
  fill: #acb6bf;
  transition: 200ms;
}

.b-subscribe__button:hover svg {
  fill: #00a0d3;
}

.b-subscribe__popup {
  position: absolute;
  right: 0;
  top: -20px;
  width: 300px;
  background: #f1f1f1;
  padding: 40px 25px;
  box-shadow: 0 0 5px rgba(39, 87, 114, 0.5);
  display: none
}

.b-popup__close {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.b-popup__close:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #231f20;
}

.b-popup__close:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #231f20;
}

.b-subscribe__popup p {
  color: #656565;
  text-align: center;
}

.b-subscribe__popup-head {
  text-align: center;
}

.b-subscribe__popup-title {
  font-size: 20px;
  color: #010101;
  text-transform: uppercase;
  margin: 8px 0 20px;
  font-family: 'DINPro';
}

.b-subscribe__form fieldset {
  margin-bottom: 20px
}

.b-subscribe__form fieldset:last-child {
  margin-bottom: 0;
}

.b-subscribe__form {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.b-subscribe__form p {
  margin: 0 -10px 30px;
}

fieldset.error .b-field {
  border-color: #ee3232
}

.b-field {
  width: 100%;
  background: #fff;
  padding: 11px 15px;
  border: none;
  outline: none;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.b-field:focus {
  border-color: #26a9e0;
}

.button {
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  outline: none;
  font-family: 'DINPro';
  font-size: 15px;
  text-transform: uppercase;
}

.button.blue {
  background: #26a9e0;
  color: #fff;
}

.button.blue:hover {
  background: #46b6e5
}

.b-subscribe__success {
  padding-bottom: 15px;
  display: none;
}

.b-subscribe__success p + p {
  margin-top: 20px
}
.contact-staff {
  text-align: center;
  margin: 0;
  padding: 20px;
}

.contact-staff li {
  width: 440px;
  margin: 0;
  text-align: left;
}