/* FONTS */
@font-face {
  font-family: 'helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
    url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
}

@font-face {
  font-family: 'helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr-light-webfont.eot');
  src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
    url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
  font-weight: 300;
}

@font-face {
  font-family: 'helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'),
    url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
  font-weight: bold;
}

@font-face {
  font-family: 'bebas_neue';
  src: url('../fonts/bebasneue_regular-webfont.eot');
  src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
    url('../fonts/bebasneue_regular-webfont.woff') format('woff'),
    url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'),
    url('../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
}

/* FONTS end */

html {

  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;


}

body {
  /*overflow-x: hidden; */
  position: relative;
  min-height: 100%;
  font-weight: 300;
  font-family: 'helveticaneuecyr', sans-serif;
  color: #7d7d7d;
  font-size: 15.5px;

  -webkit-font-smoothing: antialiased;
}

body.home {
  background: url(../images/body_home_bg.jpg) 50% 302px no-repeat;
}

body.home,
body.inner {
  background: url(../images/body_inner_bg.jpg) 50% 508px repeat-y;
}

.fancybox-enabled body {
  height: auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
}

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

ul.list>li {
  position: relative;
  padding-left: 55px;
}

ul.list>li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 31px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #6da1d1;
}

a,
a:hover,
a:focus {
  color: #ca7;
}

hr {
  border-top: 1px solid #ddd;
}

.btn {
  display: inline-block;
  min-width: 160px;
  color: #6da1d1;
  border: 1px solid #6da1d1;
  padding: 0 15px;
  font: 400 18px/42px 'bebas_neue', sans-serif;
  border-radius: 0;
  transition: all .2s linear;
  background-color: transparent;
}

.btn:hover,
.btn:active,
.btn:focus {
  background-color: #6da1d1;
  color: #fff;
}

.btn.video:not(.collapsed) {
  display: none;
}

@media (min-width: 2201px) {

  body.home,
  body.inner {
    background-size: 100% auto;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .container.min {
    padding: 0;
    width: 850px;
  }
}


@media (max-width: 991px) and (min-width: 768px) {
  .container.min {

    padding: 0;
    width: 570px;
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  .container.min {
    padding: 0;
    width: 560px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 4.6875%;
  }
}

@media (max-width: 639px) {
  .container.sp {
    padding: 0;
  }

  ul.list>li {
    padding-left: 30px;
  }

  ul.list>li:before {
    left: 10px;
  }
}

/* header */
header {
  position: relative;
}

.home header {
  overflow: hidden;
}

.inner header {
  overflow: hidden;
  border-bottom: 5px solid #ca7;
}

header .container {
  padding-top: 69px;
  height: 420px;
}

.home header .container {
  height: 860px;
}

header.wifi .container {
  height: 310px;
}

.home header>.container {
  z-index: 1;
}

header>.bg {
  min-width: 420px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 161%;
  top: -150px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

header.wifi>.bg {
  top: -188px;
}

.f18 img {

  max-width: 100%;
  display: block;
  height: auto;
}



header>.bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

header>.bg .container {
  padding: 0;
}

header .bg_animate {
  position: relative;
  width: 25%;
  height: 100%;
  overflow: hidden;
}

header .bg_animate>img {
  left: 585px;
}

header .bg_animate.hover>img {
  -webkit-transition: 5s transform .3s;
  -moz-transition: 5s transform .3s;
  -ms-transition: 5s transform .3s;
  -o-transition: 5s transform .3s;
  transition: 5s transform .3s;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

header .bg_animate.c1 {
  left: 25%;
}

header .bg_animate.c1>img {
  left: 293px;
}

header .bg_animate.c2 {
  left: 50%;
}

header .bg_animate.c2>img {
  left: 0;
}

header .bg_animate.c3 {
  left: 75%;
}

header .bg_animate.c3>img {
  left: -292px;
}

header .logo {
  float: left;
  display: flex;
  align-items: flex-end;
}

.logo.logo_big span {
  position: relative;
  margin-right: 10px;
  padding-right: 15px;
}

.logo.logo_big span:after {
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  bottom: 10px;
}

.logo-img-80 {
  margin-bottom: 8px;
  margin-left: 15px;
}

header .logo_small {
  display: none;
}

.inner header h1 {
  height: 130px;
  overflow: hidden;
  font: 400 58px/1.1 'bebas_neue', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  header .bg_animate {
    width: 33.33333%;
  }

  header .bg_animate>img {
    left: 485px;
  }

  header .bg_animate.c1 {
    left: 33.33333%;
  }

  header .bg_animate.c1>img {
    left: 162px;
  }

  header .bg_animate.c2 {
    left: 66.66667%;
  }

  header .bg_animate.c2>img {
    left: -161px;
  }
}

@media (max-width:991px) {
  header .bg_animate>img {
    left: 475px;
  }

  header .bg_animate.c1>img {
    left: 126px;
  }

  header .bg_animate.c2>img {
    left: -125px;
  }
}

@media (max-width: 767px) {
  .home header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    z-index: 7;
  }

  .home header a {
    position: relative;
    z-index: 8;
  }

  .home header .container {
    height: auto;
  }

  .home header>.container {
    padding-top: 57px;
    height: 860px;
    background-color: rgba(36, 53, 89, .6);
  }

  header>.bg img {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  header .bg_animate {
    display: none;
  }

  header h1 {
    font-size: 36px;
  }

  .inner header h1 {
    font-size: 50px;
  }
}

@media (max-width: 639px) {
  .home header .container {
    background-color: rgba(36, 53, 89, .6);
  }

  header .container,
  .home header>.container {
    height: auto;
  }

  .inner header h1 {
    margin: 60px 0 25px;
    height: auto;
    font-size: 32px;
  }
}

@media (max-width: 559px) {
  header>.container {
    padding-top: 30px;
  }

  header .logo_big {
    display: none;
  }

  header .logo_small {
    display: block;
  }
}

/*** header_top ***/
.header_top .phone {
  float: left;
  margin-bottom: 17px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
}

/*Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â² Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ ÃƒÂÃ‚Â»ÃƒÂÃ‚Âº ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¹ Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â´*/
@media (max-width: 990px) {
  .spief-for-youth-header-ru img {
    width: 20px;
  }

  .spief-for-youth-header-en img {
    width: 20px;
  }

  .pcr-header-ru img {
    width: 28px;
  }

  .pcr-header-en img {
    width: 27px;
  }
}

@media (min-width: 991px) {
  .spief-for-youth-header-ru img {
    width: 24px;
  }

  .spief-for-youth-header-en img {
    width: 40px;
  }

  .pcr-header-ru img {
    width: 0px;
  }

  .pcr-header-en img {
    width: 45px;
  }
}

/*Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â² Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ ÃƒÂÃ‚Â»ÃƒÂÃ‚Âº ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¹ Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â´*/

.header_top .links {
  display: inline-block;
}

.header_top .link {
  padding-bottom: 19px;
}

.header_top .link>a {
  color: #fff;
}

.header_top .link>a:hover {
  text-decoration: none;
}

.header_top .link>a:hover span:not(.sprite) {
  text-decoration: underline;
}

.header_top .link>a>span {
  vertical-align: middle;
}

.header_top .link>a>.sprite.sprite_user {
  margin-right: 10px;
}

.header_top .link>a>.sprite.sprite_edit {
  margin-right: 4px;
}

svg#search {
  width: 19px;
  height: 19px;
}

.link_search svg {
  position: relative;
  top: 3px;
}

svg#search .st0 {
  fill: none;
  stroke: #ca7;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header .formSearch .btn.btn_search>svg#search .st0 {
  stroke: #ca7;
}

.link_search:hover svg#search .st0 {
  stroke: #fff;
}

.navbar-toggle {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  color: #fff;
  background: none;
  border: none;
  outline: none;
}

.navbar-toggle>.icon {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
}

.navbar-toggle>.text {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.navbar-toggle .icon-bar {
  display: block;
  margin: 4px 0;
  width: 100%;
  height: 2px;
  background-color: #ca7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

@media (min-width: 1200px) {
  .header_top .col-md-9 {
    padding-left: 60px;
  }

  .header_top .link {
    margin-right: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .topmenu>li>.item {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .header_top .link {
    min-width: 144px;
    display: inline-block;
    margin-right: 35px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .header_top .links {
    display: inline-block;
    margin-right: 20px;
  }

  .navbar-toggle {
    /*margin-top: 19px;*/
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    float: left;
    margin-top: -4px !important;
  }
}

/***** searchBlock *****/
.searchBlock {
  position: relative;
  float: right;
  margin-left: 10px;
}

.searchBlock .formSearch {
  position: absolute;
  top: calc(50% - 34px);
  right: -11px;
  padding-top: 17px;
  width: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.25s width 0.2s ease-out;
  -moz-transition: 0.25s width 0.2s ease-out;
  -ms-transition: 0.25s width 0.2s ease-out;
  -o-transition: 0.25s width 0.2s ease-out;
  transition: 0.25s width 0.1s ease-out;
}

.search_open header .searchBlock .formSearch,
.search_open .modal .searchBlock .formSearch,
.searchBlock.open .formSearch {
  width: 430px;
}

.searchBlock .formSearch .clean {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  background: none;
  border: none;
}

.searchBlock .formSearch>.form-group {
  margin: 0;
}

.searchBlock .formSearch .form-control {
  padding-right: 40px;
  height: 35px;
}

.searchBlock .formSearch .btn.btn_search {
  position: absolute;
  min-width: inherit;
  border: none;
  top: 17px;
  right: 0;
  /*padding: 8px 10px;*/
  height: 35px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.searchBlock .formSearch .btn.btn_search:hover>svg#search .st0 {
  stroke: #2464ac;
}

@media (max-width: 1199px) and (min-width: 992px) {

  .search_open header .searchBlock .formSearch,
  .searchBlock.open .formSearch {
    width: 460px;
  }
}

@media (max-width: 991px) and (min-width: 560px) {

  .search_open header .searchBlock .formSearch,
  .searchBlock.open .formSearch {
    width: 390px;
  }
}

@media (max-width: 559px) {

  .search_open header .searchBlock .formSearch,
  .searchBlock.open .formSearch {
    width: calc(50vw + 125px);
  }

  .search_open .modal .searchBlock .formSearch,
  .searchBlock.open .formSearch {
    /*float: right;*/
    max-width: 290px;
  }
}

/***** searchBlock end *****/


/***** lngBlock *****/
.lngBlock {
  float: right;
  margin-left: 10px;
}

.lngBlock .item {
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
  color: #fff;
  filter: alpha(opacity=30);
  opacity: .3;
}

.lngBlock .item:first-child {
  margin-left: 0;
}

.lngBlock .item.active {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media (max-width: 559px) {
  .lngBlock {
    position: absolute;
    bottom: -30px;
    right: 15px;
  }

  .searchBlock {
    top: -6px;
  }

  .modal .header_top .links {
    display: block;
  }

  .modal .lngBlock {
    position: relative;
    display: inline-block;
    bottom: 0;
    right: 0;
    margin: 0;
    float: left;
  }

  .modal .searchBlock {
    top: 0;
  }

  #modalMenuNew .header_top {
    margin-top: 25px;
  }
}

/***** lngBlock end *****/


/***** topmenu *****/

.topmenu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topmenu>li {
  float: left;
  margin-left: 13px;
}

.topmenu>li:first-child {
  margin-left: 0;
}

.topmenu>li>.item {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

.topmenu>li.active>.item {
  text-decoration: underline;
}

/***** topmenu end *****/

.header_top {
  transition: all .2s linear;
  opacity: 1;
}

.modal-open header .header_top {
  opacity: 0;
}

/*** header_top end ***/


/*** header_middle ***/
.header_middle {
  position: relative;
  padding-top: 70px;
  color: #fff;
}

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

.header_middle>.title {
  margin: 30px 0;
  font: 400 68px/1 'bebas_neue', sans-serif;
  text-transform: uppercase;
}

.header_middle>.link {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.8125;
  color: #fff;
  outline: none;
}

.header_middle>.link:before {
  content: '';
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 52px;
  height: 3px;
  background-color: #ca7;
}


@media (max-width: 414px) {

  .header_middle>.rectangle {
    position: absolute;
    top: 24px;
    right: 0;
    width: 63.85965%;
    border: 5px solid #ca7;
    border-left: none;
  }

  .header_middle>.rectangle:after {
    /*top: 422px;*/
  }
}




.header_middle>.rectangle {
  position: absolute;
  top: 37px;
  right: 0;
  width: 63.85965%;
  height: 414px;
  border: 5px solid #ca7;
  border-left: none;
}






.header_middle>.rectangle:before,
.header_middle>.rectangle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 60px;
  background-color: #ca7;
}

.header_middle>.rectangle:after {
  top: auto;
  bottom: 0;
  height: 188px;
}

.header_middle>.rectangle>.date {
  position: absolute;
  top: 71px;
  right: 25px;
  font: 68px/1 'bebas_neue', sans-serif;
  color: #ca7;
  text-transform: uppercase;

  text-align: right;
}

.header_middle>.rectangle>.date span {
  display: block;
}

.header_middle>.rectangle>.sprite_globe {
  position: absolute;
  top: 240px;
  right: 205px;
}

.header_middle .desc {
  display: inline-block;
  width: 33.33%;
}

@media (max-width: 1199px) and (min-width: 640px) {
  .header_middle .desc {
    width: 60%;
  }

  .header_middle>.rectangle:after {
    /*top: 317px;*/
    height: 40px;
  }

  .header_middle>.rectangle>.date {
    top: auto;
    right: 29px;
    bottom: 22px;
  }

  .header_middle>.rectangle>.sprite_globe {
    position: absolute;
    top: auto;
    bottom: 30px;
    right: auto;
    left: 28px;
  }
}

@media(max-width:1024px) {

  .home header>.container,
  .home header .container,
  .header_bottom .news>.item_wrap {
    height: 940px;
  }
}

@media (max-width: 991px) and (min-width: 640px) {
  .header_middle>.title {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  .header_middle>.rectangle {
    width: 301px;
    height: 376px;
  }

  .header_middle>.rectangle:after {
    bottom: 0;
  }

  .header_middle>.rectangle>.date {
    right: 75px;
    bottom: 35px;
    font-size: 50px;
  }

  .header_middle>.rectangle>.sprite_globe {
    bottom: 104px;
    right: 21px;
    left: auto;
    width: 42px;
    height: 42px;
    background-position: -53px 0;
  }
}

@media (max-width: 639px) {

  .header_middle {
    padding-top: 60px;
  }

  .header_middle>.title {
    width: 225px;
    font-size: 36px;
    line-height: 1.22222;
  }

  .header_middle .desc {
    width: 80%;
    margin-top: 30px;
  }

  .header_middle>.link {
    margin-top: 100px;
    width: 260px;
    font-size: 14px;
  }

  .header_middle>.link:before,
  .header_middle>.link>br {
    display: none;
  }

  .header_middle>.rectangle {
    right: auto;
    left: 0;
    width: 100%;
    height: 370px;
  }

  .header_middle>.rectangle:before {
    height: 20px;
  }

  .header_middle>.rectangle:after {
    bottom: 0;
    height: 40px;
  }

  .header_middle>.rectangle>.date {
    right: 15px;
    bottom: auto;
    left: auto;
    font-size: 36px;
    /*max-width: 150px;*/
  }

  .header_middle>.rectangle>.sprite_globe {
    top: 231px;
    bottom: auto;
    left: calc(145px - 50%);
    width: 34px;
    height: 34px;
    background-position: -96px 0;
  }

  .home header>.container {
    height: auto;
  }
}

@media (max-width: 479px) {

  .header_middle .desc {
    width: 100%;
    margin-top: 30px;
  }

  .header_middle>.rectangle {
    height: 440px;
  }

  .header_middle>.rectangle:after {
    bottom: 0;
  }

  .header_middle>.rectangle>.date {
    top: 28px;
    right: 0;
    /*width: 82px;*/
    line-height: 1.2;
  }
}

/*** header_middle end ***/


/*** header_bottom ***/
.header_bottom>.container {
  padding: 0;
}

.header_bottom>.container:before,
.header_bottom>.container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100%;
  background-color: rgba(36, 53, 89, .6);
}

.header_bottom>.container:after {
  right: 100%;
  left: auto;
}

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

.header_bottom .news>.item_wrap {
  display: block;
  width: 25%;
  text-decoration: none;
}

.header_bottom .news>.item_wrap>.item {
  display: block;
  /*line-height: 1.857;*/
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}

.header_bottom .news>.item_wrap>.item>span {
  display: block;
}

.header_bottom .news>.item_wrap>.item>.date {
  margin-bottom: 10px;
  color: #ca7;
}

.header_bottom .news>.item_wrap>.item .more {
  visibility: hidden;
  margin: -15px 0 15px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header_bottom .news>.item_wrap>.item:hover .more {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.more>.arrow_right {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 2px;
  vertical-align: middle;
  background-color: #ca7;
}

.more>.arrow_right.arrow_right_white {
  background-color: #fff;
}

.more>.arrow_right:before,
.more>.arrow_right:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 2px;
  background-color: #ca7;
  -webkit-transform: translateY(-2px) rotate(45deg);
  -moz-transform: translateY(-2px) rotate(45deg);
  -ms-transform: translateY(-2px) rotate(45deg);
  -o-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}

.more>.arrow_right:after {
  -webkit-transform: translateY(2px) rotate(-45deg);
  -moz-transform: translateY(2px) rotate(-45deg);
  -ms-transform: translateY(2px) rotate(-45deg);
  -o-transform: translateY(2px) rotate(-45deg);
  transform: translateY(2px) rotate(-45deg);
}

.more>.arrow_right.arrow_right_white:before,
.more>.arrow_right.arrow_right_white:after {
  background-color: #fff;
}

@media (max-width: 1199px) {
  .header_bottom .news>.item_wrap {
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  .header_bottom .news>.item_wrap {
    height: 860px;
  }
}

@media (min-width: 768px) {
  .header_bottom .news>.item_wrap {
    position: relative;
    /*height: 800px;*/
    background-color: rgba(36, 53, 89, .6);
    border-left: 1px solid rgba(255, 255, 255, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .header_bottom .news>.item_wrap:first-child {
    border-left: none;
  }

  .header_bottom .news>.item_wrap.hover {
    background-color: rgba(36, 53, 89, .1);
  }
}

@media (min-width: 1160px) {
  .header_bottom .news>.item_wrap>.item:hover {
    top: 725px;
    height: 195px;
  }
}

@media (max-width: 1159px) {
  .header_bottom .news>.item_wrap>.item:hover {
    top: 683px;
    height: 195px;
  }
}

@media (max-width: 992px) {
  .header_bottom .news>.item_wrap>.item:hover {
    top: 716px;
    height: 195px;
  }
}

@media (min-width: 640px) {
  .header_bottom .news>.item_wrap {
    position: relative;
  }

  .header_bottom .news>.item_wrap>.item {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px 0;
    width: 100%;
    height: 185px;
    border-bottom: 10px solid #ca7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
  }
}

@media (max-width: 767px) {

  .header_bottom .news>.item_wrap>.item:hover {
    top: 854px;
    height: 195px;
  }
}

@media (max-width: 767px) {
  .header_bottom {
    z-index: 1;
  }

  .home header .container {
    height: auto;
  }

  .header_bottom .news>.item_wrap {
    padding: 90px 4.6875% 20px;
    width: 50%;
    height: auto;
  }

  .header_bottom .news>.item_wrap:nth-child(n+3) {
    display: none;
  }

  .header_bottom .news>.item_wrap>.item:hover .text {
    text-decoration: underline;
  }

  .header_bottom .news>.item_wrap>.item .more {
    display: none;
  }

  .header_bottom .all_news {
    padding: 0 4.6875% 45px;
  }

  .header_bottom .all_news>a {
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
  }
}

@media (min-width: 640px) {
  .header_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .header_bottom .news>.item_wrap {
    float: left;
  }

  .header_bottom .news>.item_wrap>.item>.text {
    height: 115px;
    overflow: hidden;
  }
}

@media (max-width: 639px) {
  .header_bottom .news>.item_wrap {
    padding: 90px 4.6875% 20px;
    width: 100%;
  }

  .header_bottom .news>.item_wrap:nth-child(n+2) {
    display: none;
  }

  .header_bottom .news>.item_wrap>.item>.date {
    margin: 0;
    font-size: 13px;
  }

  .header_bottom .news>.item_wrap>.item>.text {
    font-size: 13px;
  }
}

/*** header_bottom end ***/

/* header end */


/* content */
h3 {
  font: 400 48px/1 'bebas_neue', sans-serif;
  color: #ca7;
  text-transform: uppercase;
  margin-top: 40px;
}

.home h3 {
  text-align: center;
}

h4 {
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4166667;
  color: #283e65;
}

@media (min-width: 992px) {
  #content {
    padding-bottom: 500px;
  }
}

@media (max-width: 767px) {
  h4 {
    margin: 40px 0;
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  h4 {
    margin: 25px 0;
    font-size: 17px;
  }
}

/*** home ***/

/***** partners *****/
.partners {
  padding: 75px 0;
  text-align: center;
}

.partners .more {
  font-weight: bold;
  font-size: 11px;
  color: #283e65;
  text-transform: uppercase;
}

.partners>.c3 {
  margin: 0 auto;
  padding: 35px 0;
}

.partners .owl-carousel .owl-item {
  display: inline-block;
  float: none;
  margin: 15px 0 0;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
}

.partners .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.partners .carousel .owl-nav>.owl-prev,
.partners .carousel .owl-nav>.owl-next {
  top: calc(50% - 38px);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .partners>.c3 {
    width: 850px;
  }

  .partners>.c3 .owl-nav>.owl-prev {
    left: -45px;
  }

  .partners>.c3 .owl-nav>.owl-next {
    right: -45px;
  }
}

@media (min-width: 992px) {
  .partners .more {
    position: absolute;
    top: 111px;
    left: calc(50% + 300px);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .partners>.c3 {
    width: 570px;
  }

  .partners>.c3 .owl-nav>.owl-prev {
    left: -75px;
  }

  .partners>.c3 .owl-nav>.owl-next {
    right: -75px;
  }
}

@media (max-width: 767px) {
  h3 {
    text-align: center;
    font-size: 36px;
  }

  .partners {
    padding: 35px 0;
  }

  .partners>.items {
    margin: 0 -13px;
    padding-top: 0;
  }

  .partners>.items>.item {
    margin: 15px 0 0;
    padding: 15px 10px 0;
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  .partners>.c3 {
    width: 560px;
  }

  .partners>.c3 .owl-nav>.owl-prev {
    left: -30px;
  }

  .partners>.c3 .owl-nav>.owl-next {
    right: -30px;
  }
}

@media (max-width: 639px) {
  .partners>.c3 {
    width: 270px;
  }

  .partners>.c3 .owl-nav>.owl-prev {
    left: -23px;
  }

  .partners>.c3 .owl-nav>.owl-next {
    right: -23px;
  }
}

/***** partners end *****/


/***** events (carousel.c1) *****/
.carousel.c1 {
  margin: 0 auto;
}

.events .carousel {
  margin: 47px auto 80px;
  width: 1140px;
  max-width: 100%;
}

.carousel .owl-carousel {
  padding-bottom: 72px;
}

.events .carousel .item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.events .carousel .item span {
  display: block;
}

.events .carousel .item>.wrapin {
  height: 480px;
  border-bottom: 10px solid transparent;
  -webkit-transition: border .3s;
  -moz-transition: border .3s;
  -ms-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.events .carousel .item:hover>.wrapin {
  border-bottom-color: #fff;
}

.events .item>.wrapin>.item_middle {
  padding: 25px 20px;
  height: 179px;
  background-color: #283e65;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.events .item>.wrapin>.item_middle>.title {
  margin-bottom: 20px;
  height: 65px;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
}

.events .item>.wrapin>.item_middle>.tags {
  margin: 0 -11px;
}

.events .item>.wrapin>.item_middle>.tags:after {
  content: '';
  display: block;
  clear: both;
}

.events .item>.wrapin>.item_middle>.tags>.tag {
  float: left;
  margin: 0 11px 10px;
  font-size: 9px;
  color: #818a9d;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.events .item>.wrapin>.item_bottom {
  padding: 25px 20px 0;
  height: 107px;
  color: #fff;
  background-color: #30456a;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.events .item:hover>.wrapin>.item_bottom {
  padding-top: 17px;
  background-color: #6da1d1;
}

.events .item>.wrapin>.item_bottom .date {
  margin-bottom: 5px;
  font: 24px/1.1 'bebas_neue', sans-serif;
  color: #dfba83;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.events .item:hover>.wrapin>.item_bottom .date {
  color: #fff;
}

.events .item>.wrapin>.item_bottom .more {
  visibility: hidden;
  margin: 15px 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.events .item>.wrapin>.item_bottom .more>.arrow_right {
  margin-left: 0;
}

.events .item:hover>.wrapin>.item_bottom .more {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.carousel .owl-nav>.owl-prev,
.carousel .owl-nav>.owl-next {
  position: absolute;
  top: calc(50% - 56px);
  left: -60px;
}

.carousel .owl-nav>.owl-next {
  right: -60px;
  left: auto;
}

.carousel44 .owl-dots {
  counter-reset: dots;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.carousel44 .owl-dot {
  float: left !important;
  margin: 0 5px;
  width: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #283e65;
}



.owl-dots {
  counter-reset: dots;
  position: absolute;
  bottom: 0;
  left: 50%;

  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #283e65;
}

.owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.owl-dots>.owl-dot.active {
  border-bottom: 3px solid #ca7;
}

@media (max-width: 1299px) and (min-width: 1200px) {
  .carousel.c1 .owl-nav {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .carousel.c1 {
    width: 850px;
  }

  .carousel.c1 .owl-nav>.owl-prev {
    left: -45px;
  }

  .carousel.c1 .owl-nav>.owl-next {
    right: -45px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .carousel.c1 {
    width: 570px;
  }

  .carousel.c1 .owl-nav>.owl-prev {
    left: -75px;
  }

  .carousel.c1 .owl-nav>.owl-next {
    right: -75px;
  }
}

@media (max-width: 767px) {
  .carousel .owl-carousel {
    padding-bottom: 52px;
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  .carousel.c1 {
    width: 560px;
  }

  .carousel.c1 .owl-nav>.owl-prev {
    left: -30px;
  }

  .carousel.c1 .owl-nav>.owl-next {
    right: -30px;
  }
}

@media (max-width: 639px) {
  .carousel.c1 {
    width: 270px;
  }

  .carousel.c1 .owl-nav>.owl-prev {
    left: -23px;
  }

  .carousel.c1 .owl-nav>.owl-next {
    right: -23px;
  }

  .owl-nav .sprite.sprite_menu_left,
  .owl-nav .sprite.sprite_menu_right,
  .events_pmf .carousel.c2 .owl-nav .sprite.sprite_menu_left,
  .events_pmf .carousel.c2 .owl-nav .sprite.sprite_menu_right {
    width: 15px;
    height: 25px;
    background-position: -38px -53px;
  }

  .events_pmf .carousel.c2 .item .text>.date {
    margin-top: 0;
  }

  .owl-nav .sprite.sprite_menu_right {
    background-position: -54px -53px;
  }

  .events_pmf .carousel.c2 .owl-nav .sprite.sprite_menu_left {
    background-position: -107px -35px;
  }

  .events_pmf .carousel.c2 .owl-nav .sprite.sprite_menu_right {
    background-position: -123px -35px;
  }
}

/***** events (carousel.c1) end *****/


/***** events_pmf (carousel.c2) *****/
.events_pmf {
  position: relative;
}

.events_pmf .bg {
  position: absolute;
  top: 128px;
  left: 0;
  width: 100%;
  height: calc(100% - 280px);
  overflow: hidden;
}

.events_pmf .bg>img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.events_pmf .carousel.c2 {
  margin: 60px 0 80px;
}

.events_pmf .carousel.c2 .owl-item {
  text-align: center;
}

.events_pmf .carousel.c2 .item {
  position: relative;
  display: inline-block;
  margin-top: 119px;
  text-align: left;
}

.events_pmf .carousel.c2 .item>img {
  display: inline-block;
  margin-right: 27px;
  width: 370px;
  height: auto;
  vertical-align: top;
}

.events_pmf .carousel.c2 .item .text {
  display: inline-block;
  vertical-align: top;
}

.events_pmf .carousel.c2 .item .text>.title {
  display: block;
  margin-bottom: 20px;
  width: 560px;
  /*height: 102px;*/
  overflow: hidden;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.events_pmf .carousel.c2 .item .text>.desc {
  display: block;
  margin-bottom: 20px;
  width: 480px;
  /*height: 102px;*/
  overflow: hidden;
  font-size: 15px;
  color: #fff;
}

.events_pmf .carousel.c2 .item .text>.tags {
  position: relative;
  display: inline-block;
  margin: 0 -10px 20px;
  max-width: 420px;
  height: 40px;
  overflow: hidden;
  font-weight: 300;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .3;
}

.events_pmf .carousel.c2 .item .text>.tags:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
}

.events_pmf .carousel.c2 .item .text>.tags>.tag {
  display: inline-block;
  padding: 0 10px 7px;
}

.events_pmf .carousel.c2 .item .text>.date {
  display: block;
  margin-bottom: 10px;
  font: 400 24px/1.1 'bebas_neue', sans-serif;
  color: #dfba83;
}

.events_pmf .carousel.c2 .item .text>.location {
  display: block;
  color: #fff;
  opacity: .8;
}

@media(min-width: 991px) {
  .events_pmf .carousel.c2 .item .text>.location {
    max-width: 400px
  }
}

.events_pmf .carousel.c2 .item .frame {
  position: absolute;
  top: 25px;
  left: 62px;
  width: 507px;
  height: 314px;
  border: 5px solid #ca7;
}

.events_pmf .carousel.c2 .sprite.sprite_menu_left {
  background-position: -69px -43px;
}

.events_pmf .carousel.c2 .sprite.sprite_menu_right {
  background-position: -88px -43px;
}

div:not(.events_pmf) .carousel.c2 .owl-nav {
  /*display: none;*/
}

@media (max-width: 1299px) {
  .carousel .owl-nav>.owl-prev {
    left: 0;
  }

  .carousel .owl-nav>.owl-next {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .events_pmf .carousel.c2 .item .frame {
    left: 319px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .events_pmf .carousel.c2 .item .text>.title {
    width: 470px;
  }

  .events_pmf .carousel.c2 .item .frame {
    left: 342px;
  }
}

@media (min-width: 992px) {
  .events_pmf .carousel.c2 .owl-item {
    height: 482px;
  }

  .events_pmf .carousel.c2 .item .frame {
    top: -51px;
    height: 343px;
    border-right: none;
  }

  .events_pmf .carousel.c2 .item .frame:before,
  .events_pmf .carousel.c2 .item .frame:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 35px;
    background-color: #ca7;
  }

  .events_pmf .carousel.c2 .item .frame:after {
    top: 183px;
    height: 150px;
  }
}

@media (max-width: 991px) {
  .events_pmf .carousel.c2 .item .text>.tags {
    padding-bottom: 20px;
    height: auto;
  }
}

@media (max-width: 991px) and (min-width: 640px) {
  .events_pmf .carousel.c2 {
    margin: 60px auto 80px;
    width: 570px;
  }

  .events_pmf .carousel.c2 .item {
    margin: 67px 0 55px;
    width: 570px;
  }

  .events_pmf .carousel.c2 .item>img {
    margin-bottom: 70px;
    width: 470px;
    height: 314px;
  }

  .events_pmf .carousel.c2 .owl-nav>.owl-prev,
  .events_pmf .carousel.c2 .owl-nav>.owl-next {
    top: 241px;
  }

  .carousel .owl-nav>.owl-prev {
    left: -75px;
  }

  .carousel .owl-nav>.owl-next {
    right: -75px;
  }
}

@media (max-width: 767px) {
  .events_pmf .bg {
    top: 117px;
    height: calc(100% - 248px);
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  .events_pmf .carousel.c2 {
    width: 560px;
  }

  .events_pmf .carousel.c2 .item {
    width: 560px;
  }

  .events_pmf .carousel.c2 .item .frame {
    left: 52px;
  }

  .carousel .owl-nav>.owl-prev {
    left: -30px;
  }

  .carousel .owl-nav>.owl-next {
    right: -30px;
  }
}

@media (max-width: 639px) {
  .events_pmf .bg {
    background-color: #283e65;
  }

  .events_pmf .bg>img {
    display: none;
  }

  .events_pmf .carousel.c2 .item {
    margin: 30px 0 40px;
    width: 100%;
    overflow: hidden;
  }

  .events_pmf .carousel.c2 .item>img {
    margin-bottom: 30px;
    width: 370px;
    /*height: 300px;*/
  }

  .events_pmf .carousel.c2 .item .frame {
    left: 94px;
    height: 260px;
  }

  .events_pmf .carousel.c2 .item .text {
    padding: 0 4.6875%;
    max-width: 100vw;
  }

  .events_pmf .carousel.c2 .item .text>.title {
    display: block;
    padding-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    font-size: 19px;
  }

  .events_pmf .carousel.c2 .owl-nav>.owl-prev {
    top: 357px;
    left: 4.6875%;
  }

  .events_pmf .carousel.c2 .owl-nav>.owl-next {
    top: 357px;
    right: auto;
    left: calc(4.6875% + 33px);
  }
}

/***** events_pmf (carousel.c2) end *****/


/***** banner *****/
.banner {
  position: relative;
  display: block;
  margin-bottom: 85px;
  height: 230px;
  overflow: hidden;
  background-color: #6198cc;
}

.banner_el {
  position: absolute;
  top: 57px;
  left: -29px;
}

.banner_el.el_photo {
  top: -40px;
  left: 161px;
  padding-top: 134px;
  width: 311px;
  height: 311px;
  text-align: center;
  background: #213a60;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner_el.el_photo:before {
  content: '';
  position: absolute;
  top: 94px;
  left: 94px;
  width: 122px;
  height: 122px;
  border: 1px solid rgba(105, 158, 207, .3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner_el.el2 {
  left: 113px;
}

.banner_el.el3 {
  left: auto;
  right: 106px;
}

.banner_el.el4 {
  left: auto;
  right: -36px;
}

.banner_el.el_text {
  top: 97px;
  left: 400px;
  color: #fff;
}

.banner_el.el_text>.title {
  margin-right: 19px;
  vertical-align: middle;
  font: 400 48px/1 'bebas_neue', sans-serif;
}

.banner_el.el_text>.subtitle {
  vertical-align: middle;
  font-weight: bold;
}

@media (max-width: 1199px) {

  .banner_el.el_photo>.sprite,
  .banner_el.el_photo:before,
  .banner_el.el3,
  .banner_el.el4 {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .banner_el.el_text {
    left: 300px;
  }
}

@media (max-width: 991px) {
  .banner_el.el_text {
    top: 80px;
  }

  .banner_el.el_text>.title {
    font-size: 32px;
    line-height: 1.1;
  }
}

@media (max-width: 991px) and (min-width: 640px) {
  .banner_el.el_photo {
    left: auto;
    right: 27.43363%;
  }

  .banner_el.el2 {
    left: auto;
    right: 68.84956%;
  }

  .banner_el.el_text {
    left: 35.39823%;
  }
}

@media (max-width: 639px) {
  .banner {
    margin: 0 0 40px;
  }

  .banner_el.el_photo {
    left: 170px;
  }

  .banner_el.el1,
  .banner_el.el2 {
    top: 37px;
    left: 5.43807%;
    width: 83px;
    height: 83px;
  }

  .banner_el.el2 {
    top: 109px;
  }

  .banner_el.el_text {
    top: 47px;
    left: 38.97281%;
    width: 185px;
  }

  .banner_el.el_text>.title {
    display: block;
    margin-bottom: 10px;
  }

  .banner_el.el_text>.subtitle {
    font-size: 13px;
  }
}

/***** banner end *****/


/***** vestfinance *****/
.vestfinance {
  position: relative;
  padding: 35px 0 30px;
  overflow: hidden;
}

.vestfinance:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 606px;
  height: 343px;
  border: 5px solid #ca7;
}

.vestfinance .video_block,
.vestfinance .videoplayer {
  width: 570px;
  height: 350px;
}

.video_block {
  position: relative;
  display: block;
}

.video_block .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px 0 0 19px;
  width: 53px;
  height: 53px;
  border: 2px solid rgba(255, 255, 255, .3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 7;
}

.videoplayer:hover .play_button,
a:hover .play_button {
  border-color: #fff;
}

a:hover .sprite.sprite_play {
  background-position: -101px -76px;
}

.video_block .play_button_big {
  padding: 28px 0 0 36px;
  width: 104px;
  height: 104px;
  border: 5px solid #fff;
}

.videoplayer.vjs-playing .play_button {
  display: none;
}

.vestfinance .video_desc {
  font-weight: bold;
  font-size: 24px;
  color: #283e65;
}

@media (min-width: 1200px) {

  .vestfinance h3,
  .vestfinance .video_desc {
    left: 623px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .vestfinance {
    padding: 49px 0 85px;
  }

  .vestfinance h3,
  .vestfinance .video_desc {
    left: 429px;
  }

  .vestfinance .video_block,
  .vestfinance .videoplayer {
    width: 399px;
    height: 245px;
  }
}

@media (min-width: 992px) {
  .vestfinance h3 {
    position: absolute;
    top: 45px;
  }

  .vestfinance h3:before {
    content: '';
    position: absolute;
    top: 73px;
    left: 0px;
    width: 52px;
    height: 3px;
    background-color: #ca7;
  }

  .vestfinance .video_desc {
    position: absolute;
    top: 176px;
    width: 400px;
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .vestfinance {
    padding-top: 0;
  }
}

@media (max-width: 991px) and (min-width: 640px) {
  .vestfinance:before {
    right: 0;
    width: calc(100% - 30px);
    height: 315px;
  }

  .vestfinance .video_block {
    margin: 25px 0 50px;
  }

  .vestfinance .video_block,
  .vestfinance .videoplayer {
    width: 513px;
    height: 315px;
    margin-bottom: 15px;
  }

  .vestfinance .video_desc {
    margin: 0 20px 40px 60px;
    font-size: 22px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .vestfinance:before {
    top: 140px;
  }
}

@media (max-width: 767px) {
  .vestfinance:before {
    top: 125px;
  }
}

@media (max-width: 639px) {
  .vestfinance:before {
    display: none;
    right: -10px;
    width: calc(100% - 51px);
    height: 61.403509vw;
  }

  .vestfinance .video_block {
    margin: 25px -1px 30px;
    width: calc(100% + 2px);
    height: auto;
  }

  .vestfinance .videoplayer {
    width: 100%;
    height: auto;
  }

  .vestfinance .videoplayer {
    padding-top: 56.5%;
  }

  .vestfinance .video_desc {
    padding: 0 4.6875%;
    font-size: 19px;
    margin-bottom: 20px;
  }
}

/***** vestfinance end *****/


/***** vestfinance_slider *****/
.vestfinance_slider {
  margin-bottom: 80px;
}

.vestfinance_slider .item {
  display: block;
  text-decoration: none;
}

.vestfinance_slider .item .video_block,
.news-item__image.video_block {
  margin-bottom: 15px;
  border-bottom: 5px solid transparent;
  -webkit-transition: border .3s;
  -moz-transition: border .3s;
  -ms-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.vestfinance_slider .item:hover .video_block,
a:hover .news-item__image.video_block {
  border-color: #ca7;
}

.vestfinance_slider .item .video_block:before,
.news-item__image.video_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 59, 90, .7);
  z-index: 1;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.vestfinance_slider .item:hover .video_block:before,
a:hover .news-item__image.video_block:before {
  background-color: rgba(38, 59, 90, .2);
}

.vestfinance_slider .item .text {
  line-height: 24px;
  color: #283e65;
  opacity: .8;
}

.owl-carousel-item img {
  max-height: 640px;
  width: auto !important;
  margin: auto;
}

@media (max-width: 639px) {
  .vestfinance_slider {
    margin-bottom: 40px;
  }
}

/***** vestfinance_slider end *****/

/*** home ***/

/*** breadcrumb ***/
.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 13px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.breadcrumb>.active {
  color: rgba(255, 255, 255, .3);
}

.breadcrumb>li+li:before {
  content: '';
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  width: 7px;
  height: 7px;
  background: url(../images/sprite.png) -131px -22px no-repeat;
}

@media (max-width: 639px) {
  .breadcrumb {
    display: none;
  }
}

/*** breadcrumb end ***/


/*** lines ***/
.lines>.line {
  position: absolute;
  top: 0;
  left: 25%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
}

.lines>.line:nth-child(2) {
  left: 50%;
}

.lines>.line:nth-child(3) {
  left: 75%;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .lines>.line {
    left: 33.333%;
  }

  .lines>.line:nth-child(2) {
    left: 66.667%;
  }
}

/*** lines end ***/


/*** organizing_committee ***/
.c-stack {
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.c-stack__item {
  font-size: 19px;
  border: 1px solid #dfdfdf;
  border-bottom: none;
}

.f18>.c-stack:not(.c-stack-quote) .c-stack__item {
  padding: 30px;
}

.c-stack__item:after {
  content: '';
  display: block;
  clear: both;
}

.c-stack__name {
  padding: 50px 30px 50px 90px;
  font-weight: bold;
  color: #283e65;
}

.c-stack__desc {
  padding: 50px 20px 30px 20px;
  font-weight: 300;
  color: #7d7d7d;
}

.c-stack__member {
  border-top: 1px solid #dfdfdf;
}

.c-stack.c-stack-frame,
.c-stack.c-stack-frame .c-stack__item {
  border: none;
}

.c-stack.c-stack-frame video {
  background-image: url(/images/broadcast_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #dfdfdf;
  max-height: 322px;
}

@media (max-width: 1199px) {
  .c-stack__name {
    padding-left: 30px;
    font-weight: bold;
    color: #283e65;
  }
}

@media (min-width: 992px) {
  .c-stack__name {
    float: left;
    width: 41.45299%;
  }

  .c-stack__desc {
    float: left;
    width: 58.54701%;
  }
}

@media (max-width: 991px) {
  .c-stack__item {
    font-size: 17px;
  }

  .c-stack__name {
    padding: 30px 15px 15px;
  }

  .c-stack__desc {
    padding: 0 15px 30px;
  }

  .c-stack-transcript .c-stack__name {
    display: block;
    float: none;
    text-align: left;
  }

  .program_forum .c-stack__item {
    flex-direction: column;
  }

  .program_forum .c-stack__desc {
    padding-right: 15px !important;
  }

  .program_forum .c-stack__desc .anchors {
    position: relative;
    margin-top: 15px;
    top: 0;
    right: 0;
  }
}

@media (max-width: 639px) {
  .c-stack__name {
    padding: 20px 15px 10px;
    font-size: 14px;
  }

  .c-stack__desc {
    padding: 0 15px 20px;
    font-size: 13px;
  }
}

/*** organizing_committee end ***/


/*** about ***/

/***** lang_selection *****/
.about header h1 {
  float: left;
  /*width: calc(25% + 7px);*/
}

.lang_selection {
  float: left;
  padding-top: 53px;
  width: 270px;
  font-size: 19px;
}

.lang_selection button {
  position: relative;
  padding: 6px 13px;
  width: 100%;
  height: 58px;
  text-align: left;
  color: #ca7;
  background: none;
  border: 2px solid #ca7;
  outline: none;
}

/* .lang_selection svg {
    margin-right: 10px;
    height: 26px;
    vertical-align: middle;
} */
.lang_selection span.sprite {
  margin-right: 10px;
  vertical-align: middle;
}

.lang_selection span.name {
  vertical-align: middle;
}

.lang_selection button .sprite_chevron_down {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}

.lang_selection .dropdown-menu {
  padding: 17px 0;
  width: 483px;
  font-size: 19px;
  background-color: #283e65;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.lang_selection .dropdown-menu>li {
  display: block;
}

.lang_selection .dropdown-menu>li:last-child:nth-child(2n-1) {
  margin-bottom: 42px;
}

.lang_selection .dropdown-menu>li.active {
  padding: 8px 15px;
}

.lang_selection .dropdown-menu>li.active>span.name {
  color: #fff;
  text-decoration: underline;
}

.lang_selection .dropdown-menu>li>a {
  padding: 8px 15px;
  color: #ca7;
}

.lang_selection .dropdown-menu>li>a:hover {
  background-color: #3f5b8b;
}

@media (max-width: 1199px) {
  .about header h1 {
    width: calc(33.333% + 10px);
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  .about header h1 {
    width: calc(50% + 15px);
  }

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

@media (max-width: 767px) {
  .lang_selection .dropdown-menu {
    width: 100%;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .lang_selection .dropdown-menu>li:last-child:nth-child(2n-1) {
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .about header h1 {
    float: none;
    width: 100%;
  }

  .lang_selection {
    margin-bottom: 30px;
    padding-top: 0;
  }
}

/***** lang_selection end *****/


/***** menu-anchors *****/
.menu-anchors {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.menu-anchors__item {
  position: relative;
  margin-bottom: 13px;
  padding-left: 15px;
  font-size: 19px;
  line-height: 28px;
  color: #ca7;
}

.menu-anchors__link:before {
  content: 'Ã¢â‚¬â€œ';
  position: absolute;
  top: 0;
  left: 0;
}

.menu-anchors__item.active>.menu-anchors__link,
.menu-anchors__link:hover {
  color: #6da1d1;
  text-decoration: none;
}

.menu-anchors__link:focus {
  text-decoration: none;
}

@media (max-width: 991px) {
  .menu-anchors__item {
    font-size: 17px;
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  .r640 .col-sm-6 {
    float: left;
    width: 50%;
  }
}

@media (max-width: 639px) {
  .menu-anchors {
    margin: 0;
  }

  .menu-anchors__item {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.42857143;
  }
}

/***** menu-anchors end *****/


/***** press-list_about *****/
.press-list.press-list_about {
  margin-bottom: 60px;
}

.press-list_about .press-item {
  margin-top: 60px;
}

.press-list_about .press-item__body {
  font-size: 19px;
  line-height: 28px;
}

.press-list_about .press-item__body p,
.press-list_about .press-item__body ul {
  margin-bottom: 30px;
}

.press-list_about .press-item__body td p:last-child,
.press-list_about .press-item__body ul:last-child {
  margin-bottom: 0;
}

.press-list_about .press-item__body li {
  margin-bottom: 10px;
}

.press-list_about .press-item__body .address {
  display: block;
  margin-bottom: 10px;
}

.title-bg-blue {
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px 0 19px;
  width: 223px;
  text-align: center;
  font: 400 24px/1.1 'bebas_neue', sans-serif;
  color: #fff;
  background-color: #6da1d1;
}

.press-list_about .press-item__body .c-contacts {
  margin-bottom: 30px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .press-list_about .press-item__head {
    width: 200px;
    margin-bottom: 50px;
  }

  .press-list_about .press-item__body {
    margin-left: 200px;
  }
}

@media (max-width: 1199px) {
  .press-list_about .press-item {
    margin-top: 50px;
  }

  .press-list_about .press-item__title {
    font-size: 32px;
  }

  .press-list_about .press-item__body {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .press-list_about .press-item__head {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .press-list_about .press-item {
    margin-top: 40px;
  }

  .press-list_about .press-item__body {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .press-list_about .press-item {
    margin-top: 35px;
  }

  .press-list_about .press-item__title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .press-list_about .press-item__body p,
  .press-list_about .press-item__body ul {
    margin-bottom: 20px;
  }
}

/***** press-list_about end *****/


/***** c-contacts *****/
.c-contacts {
  max-width: 575px;
}

.c-contacts__item {
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
}

.c-contacts__item:last-child {
  border-bottom: none;
}

@media (min-width: 640px) {
  .c-contacts__item:after {
    content: '';
    display: block;
    clear: both;
  }

  .c-contacts__label {
    float: left;
  }

  .c-contacts__value {
    float: right;
  }
}

/***** c-contacts end *****/


/***** c-social *****/
.c-social {
  max-width: 585px;
}

.c-social:after {
  content: '';
  display: block;
  clear: both;
}

.c-social__item {
  display: block;
  float: left;
  margin: 0 54px 30px 0;
  font-size: 19px;
}

.c-social__item:hover {
  text-decoration: none;
}

.c-social__item-yt,
.c-social__item-ins {
  margin-right: 0;
  width: 153px;
}

.c-social__item-tw,
.c-social__item-as {
  margin-right: 0;
}

.c-social__item-gp {
  margin-right: 21px;
}

.c-social__item>svg {
  margin-right: 3px;
  height: 17px;
  vertical-align: middle;
  fill: #ca7;
}

.c-social__item-fb>svg {
  margin-right: 7px;
  height: 20px;
}

.c-social__item-ins>svg {
  margin-left: 3px;
  height: 19px;
}

.c-social__item>a,
.c-social__item>span {
  vertical-align: middle;
}

.c-social__item>span.name {
  margin-right: 5px;
}

.c-social__item>span.sep {
  margin: 0 7px;
  color: #dfdfdf;
}

@media (max-width: 767px) {
  .c-social__item {
    font-size: 17px;
  }
}

@media (max-width: 639px) {
  .c-social__item {
    float: none;
  }

  .c-social__item.c-social__item-gp {
    float: left;
  }
}

/***** c-social end *****/

/*** about end ***/


/*** partnership ***/
.partner_logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.partnership {
  overflow: hidden;
}

.partnership_title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  font: 400 28px/1.1 'bebas_neue', sans-serif;
  color: #ca7;
}

.partnership_title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -26px;
  width: 52px;
  height: 3px;
  background-color: #ca7;
}

.logos_list {
  list-style: none;
  margin: 0 -45px;
  padding: 0;
  text-align: center;
}

.logos_list>li {
  display: inline-block;
  padding: 0 45px 40px;
  max-height: 200px;
}

.logos_list>li img {
  max-height: 180px;
  max-width: 250px;
}

.c-stack-partnership .c-stack__name .partner_name {
  margin: 20px 0 10px;
}

.c-stack-partnership .c-stack__name .partner_desc {
  font-weight: 300;
  color: #7d7d7d;
  text-transform: uppercase;
}

.c-stack-partnership .c-stack__desc {
  line-height: 28px;
}

@media (min-width: 992px) {
  .c-stack-partnership .c-stack__name {
    width: 32.90598%;
  }

  .c-stack-partnership .c-stack__desc {
    width: 67.09402%;
  }
}

@media (max-width: 991px) {
  .partnership_title {
    margin-bottom: 30px;
  }

  .logos_list {
    margin: 0 -30px;
  }

  .logos_list>li {
    padding: 0 30px 30px;
    height: inherit;
  }

  .c-stack-partnership .c-stack__name .partner_desc {
    font-size: 14px;
    text-transform: none;
  }
}

@media (max-width: 991px) and (min-width: 640px) {
  .c-stack-partnership .c-stack__name {
    padding: 30px 35px 15px;
  }

  .c-stack-partnership .c-stack__name:after {
    content: '';
    display: block;
    clear: both;
  }

  .c-stack-partnership .c-stack__name .partner_logo {
    float: left;
    padding: 0 15px 0 0;
  }

  .c-stack-partnership .c-stack__name .partner_name,
  .c-stack-partnership .c-stack__name .partner_desc {
    margin-left: 50%;
    padding: 0 0 0 15px;
    width: 50%;
  }

  .c-stack-partnership .c-stack__desc {
    padding: 15px 35px 30px;
  }
}

@media (max-width: 639px) {
  .partnership_title {
    margin-bottom: 20px;
  }

  .logos_list {
    margin: 0 -15px 100px;
  }

  .logos_list>li {
    padding: 0 15px 20px;
  }

  .c-stack-partnership .c-stack__item {
    text-align: center;
  }

  .c-stack-partnership .c-stack__name .partner_logo>img {
    height: 69px;
  }

  .c-stack-partnership .c-stack__name {
    font-size: 17px;
  }

  .c-stack-partnership .c-stack__desc {
    font-size: 14px;
  }
}

/*** partnership end ***/


/*** program_forum ***/

/***** c-filter *****/
.c-filter {
  font-size: 17px;
}

.c-filter__label,
.c-filter__buttons {
  display: inline-block;
}

.c-filter__btn {
  margin-left: 15px;
}

@media (max-width: 639px) {
  .c-filter__label {
    display: block;
    margin-bottom: 7px;
  }

  .btn.btn_filter.c-filter__btn {
    padding: 6px 10px 5px;
    min-width: 130px;
  }

  .btn.btn_filter.c-filter__btn:first-child {
    margin-left: 0;
  }
}

/***** c-filter end *****/

.program_forum {
  color: #7d7d7d;
}

.program_forum .menu-anchors {
  padding-bottom: 40px;
}

.program_forum_header {
  margin-bottom: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(150, 150, 150, .3);
}

.program_forum_header:after,
.program_forum_session_header .docs:after {
  content: '';
  display: block;
  clear: both;
}

.program_forum_header.program_forum_session_header {
  padding-bottom: 25px;
}

.program_forum_header .c-filter {
  float: left;
}

.program_forum_header .program_search {
  display: block;
  float: right;
  font-size: 17px;
  line-height: 50px;
  color: #7d7d7d;
  text-decoration: none;
}

.program_forum_header .program_search:hover>span {
  text-decoration: underline;
}

.program_forum_header .program_search>span,
.program_forum_header .program_search>svg {
  vertical-align: middle;
}

.program_forum_header .program_search>svg {
  margin-left: 10px;
}

.searchBlock.searchBlock_program {
  margin-right: 11px;
}

.searchBlock.searchBlock_program .formSearch {
  top: calc(50% - 42px);
  right: -11px;
  padding-top: 17px;
}

.searchBlock.searchBlock_program .formSearch .clean {
  color: #7d7d7d;
  background-color: #fff;
}

.searchBlock.searchBlock_program .formSearch .form-control {
  height: 50px;
  border: 1px solid #6da1d1;
}

.searchBlock.searchBlock_program .formSearch .btn.btn_search {
  padding: 17px 11px;
  height: 50px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.program_forum_header:not(.program_forum_session_header) .docs {
  float: right;
  margin: 6px 30px 0 0;
}

.program_forum_header .time {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
  color: #283e65;
}

.program_forum .lable {
  display: inline-block;
  margin: 0 17px 10px 0;
  padding: 7px 11px;
  font-weight: normal;
  font-size: 10px;
  color: #6ab3e2;
  text-transform: uppercase;
  background-color: rgba(106, 179, 226, .15);
}

.program_forum .lable.t2 {
  color: #dab26d;
  background-color: rgba(218, 178, 109, .15);
}

.program_forum .lable.t3 {
  color: #908ec5;
  background-color: rgba(144, 142, 197, .15);
}

.program_forum .lable.t4 {
  color: #f49677;
  background-color: rgba(244, 150, 119, .15);
}

.program_forum .lable.t5 {
  color: #77b884;
  background-color: rgba(119, 184, 132, .15);
}

.program_forum .lable.t6 {
  color: #9d9d9c;
  background-color: rgba(157, 157, 156, .15);
}

.program_forum .place,
.program_forum .type {
  padding: 0;
  text-align: left;
  font-weight: normal;
  font-size: 17px;
  font-family: 'helveticaneuecyr', sans-serif;
  text-transform: none;
}

.program_forum .place {
  margin-bottom: 25px;
}

.program_forum .support {
  font-style: italic;
}

.program_forum .type {
  display: inline-block;
  margin-bottom: 10px;
}

.program_forum .sprite {
  margin-right: 14px;
}

.program_forum .sprite,
.program_forum .sprite+span {
  vertical-align: middle;
}

.program_forum .place .sprite.sprite_marker {
  margin-right: 7px;
}

.program_forum .type-organizer {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 700;
}

.download {
  position: relative;
  padding-left: 40px;
  line-height: 1.2;
}

.download:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 31px;
  height: 36px;
  background: url(../images/sprite.png) -154px 0 no-repeat;
}

.program_forum_header .download {
  float: left;
  line-height: 19px;
}

.program_forum_session_header .download {
  margin-bottom: 20px;
}

.program_forum_header .download:first-child {
  margin-right: 30px;
}

.program_forum_header .anchors {
  margin-top: 68px;
}

.program_forum_header .anchors>.item,
.c-stack-anchors .anchors>.item {
  margin-bottom: 19px;
  font-size: 14px;
}

.program_forum_header .anchors>.item>a,
.c-stack-anchors .anchors>.item>a {
  color: #7d7d7d;
}

.program_forum p {
  margin-bottom: 17px;
  /*font-size: 17px;*/
  /*line-height: 28px;*/
}

.program_forum .c-stack__desc p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.42857143;
}

.block_title {
  margin-bottom: 25px;
  font: 400 24px/1.1 'bebas_neue', sans-serif;
  color: #283e65;
}

.press-item__title.block_title {
  margin: 58px 0 50px;
}

.c-stack-quote .c-stack__item {
  position: relative;
  padding: 50px 100px;
}

.c-stack-quote .c-stack__item:before {
  content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â';
  position: absolute;
  top: 45px;
  left: 30px;
  font-weight: bold;
  font-size: 90px;
  line-height: 1;
  color: #6da1d1;
}

.c-stack-quote .c-stack__item .c-stack__quote {
  margin-bottom: 30px;
  font-style: italic;
  font-size: 17px;
  line-height: 28px;
}

.c-stack-quote .c-stack__item .c-stack__author {
  font-size: 15px;
  line-height: 24px;
}

.c-stack-quote .c-stack__item .c-stack__author>.name {
  text-transform: uppercase;
}

.c-stack-transcript .c-stack__name {
  padding: 50px 20px 50px 35px;
}

.c-stack-transcript .c-stack__desc .topic {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 21.1px;
  color: #ca7;
}

.c-stack-transcript.c-stack-anchors .c-stack__name {
  color: #7d7d7d;
}

.c-stack-anchors .c-stack__desc {
  position: relative;
  padding-right: 335px;
}

.c-stack-anchors .c-stack__desc:after {
  content: '';
  display: block;
  clear: both;
}

.c-stack-anchors .anchors {
  position: absolute;
  top: 50px;
  right: 60px;
  width: 170px;
}

@media (max-width: 1199px) {
  .program_forum_header:not(.program_forum_session_header) .docs {
    float: left;
    margin: 35px 0 0;
  }

  .program_forum_header .anchors {
    margin-top: 23px;
  }

  .c-stack-transcript .c-stack__name {
    padding: 50px 15px 50px 25px;
  }
}

@media (min-width: 992px) {
  .program_forum_header .anchors>.item {
    margin-left: 4px;
  }

  .c-stack-transcript .c-stack__name {
    width: 20%;
  }

  .c-stack-transcript .c-stack__desc {
    width: 100%;
  }

  .c-stack-transcript .c-stack__name+.c-stack__desc {
    width: calc(100% - 245px);
  }

  .c-stack-transcript.c-stack-cp .c-stack__name {
    width: 245px;
  }

  .c-stack-transcript.c-stack-cp .c-stack__name .img {
    margin-top: 15px;
  }

  .c-stack-transcript.c-stack-cp .session__info-date+.c-stack__desc {
    width: calc(100% - 245px);
  }
}

@media (max-width: 991px) {
  .program_forum .press-item__title {
    font-size: 32px;
  }

  .program_forum p {
    font-size: 15px;
  }

  .c-stack-quote .c-stack__item {
    padding: 30px;
  }

  .c-stack-quote .c-stack__item:before {
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â';
    position: static;
    display: block;
    height: 50px;
    line-height: 80px;
  }

  .c-stack-quote .c-stack__item .c-stack__quote {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .c-stack-quote .c-stack__item .c-stack__author {
    font-size: 13px;
  }

  .c-stack-transcript .c-stack__name {
    padding: 30px 15px 15px;
  }

  .c-stack-transcript.c-stack-anchors .c-stack__name {
    font-size: 19px;
  }

  .c-stack-anchors .c-stack__desc {
    padding-right: 310px;
  }

  .c-stack-anchors .anchors {
    top: 0;
    right: 40px;
  }
}

@media (max-width: 991px) and (min-width: 640px) {
  .c-stack-transcript.c-stack-cp .c-stack__name .img {
    float: right;
    margin: 0 0 10px 10px;
  }

  .program_forum_desc {
    width: 300px;
  }

  .program_forum_header .anchors {
    position: absolute;
    top: -173px;
    left: 400px;
  }

  .program_forum_session_header .docs {
    margin-top: 50px;
  }

  .press-item__title.block_title {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .c-stack-cp .c-stack__desc .img {
    float: right;
    width: 190px;
  }

  .c-stack-cp .c-stack__desc .text {
    margin-right: 205px;
  }
}

@media (max-width: 767px) {
  .press-item__title.block_title {
    margin: 40px 0 25px;
  }

  .c-stack-transcript .c-stack__desc .topic {
    margin: 25px 0;
    font-size: 19px;
  }

  .c-stack-anchors .c-stack__desc {
    padding-right: 15px;
  }

  .c-stack-anchors .anchors {
    position: static;
  }

  .searchBlock.searchBlock_program .formSearch .btn.btn_search {
    padding: 17px 10px;
  }

  .c-stack-cp .c-stack__desc .img {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  .btn.btn_filter.c-filter__btn {
    margin-left: 10px;
    padding: 13px 20px;
  }

  .c-stack-anchors .c-stack__desc .wrap {
    float: left;
    width: 50%;
    font-size: 14px;
  }

  .program_forum .c-stack-anchors .c-stack__desc .wrap .place,
  .program_forum .c-stack-anchors .c-stack__desc .wrap .type {
    font-size: 14px;
  }

  .c-stack-anchors .anchors {
    float: left;
    padding-left: 30px;
    width: 50%;
  }
}

@media (max-width: 639px) {
  .program_forum_header {
    padding-bottom: 25px;
  }

  .program_forum .c-filter,
  .program_forum_header .program_search {
    float: none;
    padding: 0 20px 20px;
  }

  .program_forum_header .program_search {
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
  }

  .program_forum_header:not(.program_forum_session_header) .docs {
    margin: 25px 0 0;
  }

  .program_forum_header:not(.program_forum_session_header) .docs td {
    display: block;
  }

  .program_forum_header:not(.program_forum_session_header) .docs .download {
    margin: 15px 20px;
  }

  .program_forum .press-item__title {
    font-size: 28px;
    line-height: 32px;
  }

  .c-stack-transcript.c-stack-cp .c-stack__name .img {
    margin-top: 15px;
  }

  .program_forum_desc {
    margin-bottom: 20px;
  }

  .program_forum .place {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .program_forum .type {
    font-size: 13px;
  }

  .program_forum_header .download {
    margin-bottom: 13px;
  }

  .program_forum p {
    line-height: 24px;
  }

  .program_forum .c-stack__desc p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
  }

  .c-stack-quote .c-stack__item {
    padding: 20px 15px;
  }

  .c-stack-transcript .c-stack__desc .topic {
    font-size: 17px;
  }

  .c-stack-transcript.c-stack-anchors .c-stack__name {
    font-size: 15px;
  }

  .c-stack-anchors .anchors {
    margin-top: 20px;
  }

  .searchBlock.searchBlock_program {
    margin-top: 14px;
  }

  .searchBlock.searchBlock_program .formSearch {
    top: calc(50% - 29px);
  }
}

/***** buttons-nav *****/
.buttons-nav {
  padding-bottom: 40px;
}

.buttons-nav__list {
  display: block;
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
}

.buttons-nav__title {
  display: inline-block;
  margin: 40px 0 30px;
  color: #283e65;
}

.buttons-nav__item {
  display: inline-block;
  margin: 10px 8px;
  padding: 0;
  max-width: calc(100% - 20px);
}

.buttons-nav__item .buttons-nav__btn {
  display: block;
  padding: 0 15px;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font: 400 19px/46px 'bebas_neue', sans-serif;
  line-height: 50px;
  color: #6ab3e2;
  text-decoration: none;
  background: transparent;
  border: 2px solid #6ab3e2;
  -webkit-transition: background .2s ease-in, color .2s ease-in;
  -moz-transition: background .2s ease-in, color .2s ease-in;
  -ms-transition: background .2s ease-in, color .2s ease-in;
  -o-transition: background .2s ease-in, color .2s ease-in;
  transition: background .2s ease-in, color .2s ease-in;
}

.buttons-nav__list-days .buttons-nav__item .buttons-nav__btn {
  min-width: 190px;
  color: #6da1d1;
  border: 1px solid #6da1d1;
}

.buttons-nav__item .buttons-nav__btn:hover,
.buttons-nav__item.current .buttons-nav__btn {
  color: #fff !important;
  background: #6ab3e2;
}

.buttons-nav__list-days .buttons-nav__item .buttons-nav__btn:hover,
.buttons-nav__list-days .buttons-nav__item.current .buttons-nav__btn {
  color: #fff;
  background: #6da1d1;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t2 {
  color: #dab26d;
  border-color: #dab26d;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t2:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t2 {
  color: #fff;
  background: #dab26d;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t3 {
  color: #908ec5;
  border-color: #908ec5;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t3:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t3 {
  color: #fff;
  background: #908ec5;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t4 {
  color: #f49677;
  border-color: #f49677;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t4:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t4 {
  color: #fff;
  background: #f49677;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t5 {
  color: #77b884;
  border-color: #77b884;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t5:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t5 {
  color: #fff;
  background: #77b884;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t6 {
  color: #9d9d9c;
  border-color: #9d9d9c;
}

.buttons-nav__item .buttons-nav__btn.buttons-nav__btn-t6:hover,
.buttons-nav__item.current .buttons-nav__btn.buttons-nav__btn-t6 {
  color: #fff;
  background: #9d9d9c;
}

@media (max-width: 767px) {
  .buttons-nav__list-days .buttons-nav__item .buttons-nav__btn {
    min-width: 150px;
  }
}

@media (max-width: 639px) {
  .buttons-nav {
    padding-bottom: 30px;
  }

  .buttons-nav__title {
    margin: 10px 0;
  }

  .buttons-nav__list {
    margin: 0 -5px;
  }

  .buttons-nav__list-days {
    text-align: center;
  }

  .buttons-nav__item {
    margin: 5px 3px;
    max-width: calc(100% - 10px);
  }

  .buttons-nav__item .buttons-nav__btn {
    padding: 0 10px;
    height: 35px;
    font-size: 17px;
    line-height: 31px;
  }

  .buttons-nav__list-days .buttons-nav__item .buttons-nav__btn {
    min-width: 80px;
  }
}

/***** buttons-nav end *****/

.program_forum .search {
  display: inline-block;
  float: right;
  width: 420px;
  max-width: 60%;
  margin-top: 40px;
}

.program_forum .search input {
  display: inline-block;
  max-width: 60%;
}

.program_forum .search input[type="text"] {
  vertical-align: middle;
  height: 44px;
  border: 1px solid rgba(150, 150, 150, .3);
}

@media(max-width: 768px) {
  .program_forum .search {
    display: block;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .program_forum .search input[type="submit"] {
    min-width: 100px;
  }
}

/*** program_forum end ***/


/*** events_old ***/
.news-list-events {
  font-weight: 400;
}

.news-list>.news-item>a {
  text-decoration: none;
}

.news-list>.news-item>a>span {
  display: block;
}

.news-list-events .news-item__date {
  margin-bottom: 15px;
  font-size: 19px;
  color: #ca7;
}

.news-list-events .news-item__title {
  margin-bottom: 15px;
  font-weight: 300;
  color: #283e65;
}

.news-list-events .news-item__place {
  font-size: 13px;
  height: 28px;
}

.news-list-events .news-item__place>.glyphicon {
  margin-right: 7px;
  font-size: 17px;
}

.news-list-events .news-item__place>span {
  vertical-align: middle;
}

@media (max-width: 767px) {

  .news-list-events .news-item,
  .news-list-video .news-item,
  .news-list-digest .news-item {
    margin: 0 auto 40px;
    width: 320px;
  }

  .news-list-events .news-item__title,
  .news-list-video .news-item__title {
    height: auto;
  }

  .news-list-events .news-item__place {
    height: auto;
  }
}

/*** events_old end ***/


/*** events ***/
.press-list.press-list_events {
  margin-top: 60px;
}

.block-events__item {
  margin-bottom: 30px;
}

.block-events__item .block-events__link {
  display: block;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #6da1d1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.block-events__item .block-events__link:hover {
  background-color: #fff;
  border-color: #ca7;
}

.block-events__link>span {
  display: block;
}

.block-events__date {
  font: 400 24px/69px 'bebas_neue', sans-serif;
  color: #fff;
  background-color: #6da1d1;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.block-events:not(.block-events-past) .block-events__link:hover .block-events__date {
  background-color: #ca7;
}

.block-events__name {
  margin: 30px 0 10px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 20px;
  color: #ca7;
}

.block-events__place {
  margin: 0 0 30px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 17px;
  color: #7d7d7d;
}

.block-events__place>span {
  vertical-align: middle;
}

.block-events__place>.sprite {
  margin-right: 7px;
}

.block-events-past .block-events__item .block-events__link {
  padding: 35px;
  text-align: left;
  border-color: #dfdfdf;
}

.block-events-past .block-events__item .block-events__link:hover {
  border-color: #ca7;
}

.block-events-past .block-events__date {
  font: bold 17px/1.3 'helveticaneuecyr', sans-serif;
  color: #7d7d7d;
  background: none;
}

.block-events-past .block-events__name {
  margin: 10px 0;
  padding: 0;
  font-size: 17px;
}

.block-events-past .block-events__place {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) and (min-width: 640px) {
  .block-events__item {
    float: left;
    width: 50%;
  }

  .block-events-past .block-events__item .block-events__link {
    padding: 20px;
  }
}

@media (max-width: 399px) {
  .block-events-past .block-events__item .block-events__link {
    line-height: 24px;
  }

  .block-events-past .block-events__item .block-events__link {
    padding: 15px;
  }
}

/*** events end ***/


/*** video ***/
.news-list-video .news-item__image {
  position: relative;
  line-height: 1.3;
}

.news-list-video .news-item__title {
  font-weight: 300;
}

/*** video end ***/


/*** digest ***/
.news-list-digest .news-item {
  width: 100%;
  max-height: 448px;
}

.news-list-digest .news-item__image {
  height: auto;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.news-list-digest a:hover .news-item__image {
  filter: alpha(opacity=80);
  opacity: .8;
}

.news-list-digest .news-item__date {
  height: 68px;
  overflow: hidden;
  font-weight: bold;
  font-size: 24px;
  color: #283e65;
}

.news-list-digest a:hover .news-item__date {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news-list.news-list-digest {
    margin: 0 -11px;
  }

  .news-list-digest .news-item {
    padding: 0 11px;
  }
}

/*** digest end ***/


/*** hotels ***/
.c-filter-hotel {
  padding-bottom: 50px;
}

.c-filter-hotel .c-filter__btn {
  margin-left: 7px;
}

.c-filter-hotel svg,
.c-stack-hotel svg {
  margin: 0 2px;
  width: 13px;
  height: 13px;
  fill: #6da1d1;
}

.c-filter-hotel .active svg {
  fill: #fff;
}

.c-stack-hotel .c-stack__name {
  padding: 30px;
}

.c-stack-hotel .c-stack__name:after {
  content: '';
  display: block;
  clear: both;
}

.c-stack-hotel .c-stack__name .hotel_img {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}

.c-stack-hotel .hotel_name {
  font-size: 19px;
  color: #ca7;
}

.c-stack-hotel .hotel_stars svg {
  fill: #ca7;
}

.c-stack-hotel .hotel_stars svg:first-child {
  margin-left: 0;
}

.c-stack-hotel .hotel_address {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 20px;
  font-weight: 400;
  font-size: 17px;
  color: #7d7d7d;
}

.c-stack-hotel .hotel_address>.sprite_marker {
  position: absolute;
  top: 2px;
  left: 0;
}

.c-stack-hotel .c-stack__desc {
  padding: 25px 15px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .c-stack-hotel .c-stack__name .hotel_img {
    float: left;
    width: 245px;
  }

  .hotel_info {
    margin-left: 270px;
  }

  .c-stack-hotel .c-stack__desc>.scrollbar-inner {
    max-height: 180px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .c-stack-hotel .c-stack__desc>.scrollbar-inner {
    max-height: 350px;
  }
}

@media (min-width: 992px) {

  .c-stack-hotel .c-stack__name,
  .c-stack-hotel .c-stack__desc {
    width: 50%;
  }

  .c-stack-hotel .c-stack__desc {
    padding: 25px 15px;
  }

  .c-stack-hotel .c-stack__desc .scrollbar-inner {
    padding: 5px 20px 0 0;
  }
}

@media (max-width: 991px) {

  .c-stack-hotel .c-stack__name,
  .c-stack-hotel .c-stack__desc {
    padding: 15px;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .c-stack-hotel .c-stack__name .hotel_img {
    float: left;
    margin: 0;
    width: 245px;
  }

  .hotel_info {
    margin-left: 270px;
  }
}

@media (max-width: 639px) {
  .btn.btn_filter.c-filter__btn {
    padding: 6px 8px 5px;
  }
}

/*** hotels end ***/


/*** photo_gallery ***/
.news-list.news-list-photo {
  margin-top: 50px;
}

.news-list.news-list-photo>li {
  width: 33.333%;
}

.news-list-photo .news-item__image {
  position: relative;
  height: auto;
  line-height: 1.3;
}

.news-list-photo .news-item__image>img {
  width: 100%;
}

.news-list-photo .news-item__image>.number {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 17px;
  width: 96px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #6da1d1;
  z-index: 2;
}

.fancybox-bg {
  background: #2c4468;
}

.fancybox-container--ready .fancybox-bg {
  filter: alpha(opacity=100);
  opacity: 1;
}

.fancybox-caption {
  height: 85px;
}

.fancybox-caption>.lbl,
.fancybox-caption .ya-share2__container_size_m .ya-share2__item {
  margin-right: 15px;
  line-height: 25px;
}

.ya-share2 {
  display: inline-block;
  line-height: 25px;
  vertical-align: middle;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .news-list.news-list-photo>li {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .fancybox-caption {
    height: 65px;
  }
}

@media (max-width: 767px) {
  .news-list.news-list-photo>li {
    margin: 0 auto 40px;
    width: 370px;
    max-width: 100%;
  }

  .news-list-photo .news-item__title {
    height: auto;
  }
}

/*** photo_gallery end ***/

/* content end */


/* left-bar-fix */
.left-bar-fix {
  position: fixed;
  left: 20px;
  top: 50%;
  display: none;
  z-index: 800;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.left-bar-fix>.go-up {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ca7;
}

.left-bar-fix>.go-up:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 10px;
  width: 24px;
  height: 14px;
  background: url(../images/sprite.png) -117px -81px no-repeat;
}

@media (max-width: 639px) {
  .left-bar-fix {
    display: none;
  }
}

/* left-bar-fix end */


/* footer */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 63px;
  width: 100%;
  height: 450px;
  font-size: 13px;
  color: #fff;
  background-color: #283e65;
  line-height: 22px;
}

@media(max-width: 1199px) {
  footer {
    padding-top: 41px
  }
}

footer hr {
  opacity: .5;
  margin-top: 100px;
}

footer .reg {
  z-index: 10;
}

footer .note {
  opacity: .5;
}

footer .container:before {
  content: '';
  position: absolute;
  top: 69px;
  left: 15px;
  width: 52px;
  height: 3px;
  background-color: #ca7;
}

footer .contacts>a {
  color: #e0b97f;
}

footer .social {
  position: relative !important;
  margin-top: 20px;
  top: 0 !important;
  left: 0 !important;
}

.fancybox-caption .social .item,
footer .social .item {
  display: inline-block;
  margin: 0 0 0 13px;
  width: 15px;
  vertical-align: middle;
}

footer .social .item:first-child {
  margin-left: 0;
}

.fancybox-caption .social .item>svg,
footer .social .item>svg {
  height: 20px;
  fill: #b9c0cb;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fancybox-caption .social .item:hover>svg,
footer .social .item:hover>svg {
  fill: #fff;
}

.fancybox-caption .social .item.tw>svg,
footer .social .item.tw>svg,
footer .social .item.vk>svg,
footer .social .item.yt>svg {
  height: 15px;
}

footer .social .item.vk {
  margin: 0 13px 0 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

footer .social .item.vk:hover {
  opacity: 1;
}

.fancybox-caption .social .item.ins>svg,
footer .social .item.ins>svg {
  height: 17px;
}

footer .osdart>span {
  position: relative;
  margin-right: 5px;
  color: #697894;
  vertical-align: middle;
}

footer .osdart svg {
  width: 87px;
  fill: #697894;
  vertical-align: middle;
}

footer .osdart svg .st0 {
  filter: alpha(opacity=80);
  opacity: .8;
}

@media (min-width: 1200px) {
  footer .contacts {
    right: 295px;
  }

  footer .copyright {
    top: 0;
    right: 55px;
    width: 190px;
  }

  footer .social {
    top: 60px;
    right: 55px;
    width: 190px;
  }

  footer .osdart {
    top: 110px;
    right: 55px;
    width: 190px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer .contacts {
    right: 30px;
  }

  footer .copyright {
    top: 130px;
    left: 15px;
    width: 190px;
  }

  footer .social {
    top: 155px;
    left: 305px;
  }

  footer .osdart {
    top: 122px;
    right: 15px;
  }
}

@media (min-width: 992px) {
  footer .contacts {
    position: absolute;
    top: 0;
    width: 115px;
  }

  footer .contacts>span {
    display: block;
  }

  footer .copyright {
    position: absolute;
  }

  footer .reg {
    width: 390px;
  }
}

@media (max-width: 991px) {
  footer {
    position: relative;
    height: auto;
  }

  footer .contacts>span {
    display: inline-block;
    margin: 0 17px 5px 0;
  }

  footer hr {
    margin-top: 30px;
  }
}

@media (max-width: 991px) and (min-width: 640px) {
  footer .contacts {
    margin: 80px 0 40px;
    max-width: 50%;
  }

  footer .copyright {
    margin-bottom: 0px;
  }

  footer .reg {
    width: calc(95.3125% - 305px);
  }

  footer .social {
    top: 181px;
    right: 4.6875%;
  }

  footer .osdart {
    top: 247px;
    right: 4.6875%;
  }
}

@media (max-width: 767px) {
  footer .container:before {
    left: 4.6875%;
  }
}

@media (min-width: 640px) {
  footer {
    line-height: 20px;
    height: 500px;
  }

  footer .note {
    margin-top: 65px;
  }

  footer .reg {
    position: absolute;
    top: 0;
    left: 305px;
  }

  footer .social,
  footer .osdart {
    position: absolute;
  }
}


@media (max-width: 320px) {
  footer .reg {
    width: 300px !important;
    font-size: 10px;
  }
}



@media (max-width: 639px) {
  footer {
    position: relative;
    padding-top: 48px;
    height: auto;
    line-height: 24px;
  }

  footer .container {
    width: 425px;
    max-width: 100%;
  }

  footer .container:before {
    top: 62px;
  }

  footer .contacts {
    margin: 20px 0 25px;
  }

  footer .reg {
    width: 350px;
    max-width: 100%;
    font-size: 10px;
  }

  footer .social {
    margin-top: 35px;
  }

  footer .osdart {
    margin: 30px 0 35px;
  }
}

/* footer end */




/* scrollbar */
.scrollbar-inner>.scroll-element.scroll-y {
  width: 10px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  background-color: #dfdfdf;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.scrollbar-inner>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element:hover .scroll-bar {
  background-color: #6da1d1;
}

/* scrollbar end */


/* button */
.btn.btn_bluebd,
.btn.btn_bluebg,
.btn.btn_filter,
.btn.btn_whitebd {
  position: relative;
  padding: 7px 20px 6px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  background: none;
  border: 1px solid #16c1f3;
  outline: none;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  overflow: hidden;
  z-index: 1;
}

.btn.btn_bluebd {
  -webkit-transition: border .3s;
  -moz-transition: border .3s;
  -ms-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.btn.btn_bluebd.light {
  color: #26282e;
}

.btn.btn_bluebd:hover {
  border-color: #fff;
}

.btn.btn_bluebd.light:hover {
  border-color: #1e71b8;
}

.btn.btn_bluebg {
  background: #65bff1;
  border: none;
}

.btn.btn_filter {
  padding: 13px 22px;
  font-size: 17px;
  color: #6da1d1;
  border-color: #6da1d1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn.btn_filter.active {
  color: #fff;
  background: #6da1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.btn_asLink {
  display: inline-block;
  padding: 0 15px;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font: 400 19px/46px 'bebas_neue', sans-serif;
  line-height: 50px;
  color: #6ab3e2;
  text-decoration: none;
  background: transparent;
  border: 2px solid #6ab3e2;
  -webkit-transition: background .2s ease-in, color .2s ease-in;
  -moz-transition: background .2s ease-in, color .2s ease-in;
  -ms-transition: background .2s ease-in, color .2s ease-in;
  -o-transition: background .2s ease-in, color .2s ease-in;
  transition: background .2s ease-in, color .2s ease-in;
  cursor: pointer !important;
  margin: 0;
  min-width: 190px;
  color: #6da1d1;
  border: 1px solid #6da1d1;
}

.btn_asLink:hover {
  color: #fff;
  background: #6da1d1;
}

.btn.btn_whitebd {
  border: 1px solid #fff;
}

.btn.btn_app {
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn.btn_app:hover {
  background-color: #000;
}

/* button end */


/* form */
.form-control,
.form-control:focus {
  border-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control,
.has-error .form-control:focus {
  color: #e30d77;
  background-color: #fdecf4;
  border-color: #e30d77;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control:-moz-placeholder {
  color: #83a5c2;
}

.form-control::-moz-placeholder {
  color: #83a5c2;
}

.form-control::-webkit-input-placeholder {
  color: #83a5c2;
}

/* form end */


/* sprite */
.sprite {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 25px;
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.sprite.sprite_globe {
  width: 52px;
  height: 52px;
  display: none;
}

.sprite.sprite_menu_left,
.sprite.sprite_menu_right,
.sprite.sprite_menu_left_white,
.sprite.sprite_menu_right_white {
  width: 19px;
  height: 32px;
  background-position: 0 -53px;
}

.sprite.sprite_menu_right {
  background-position: -19px -53px;
}

.sprite.sprite_menu_left_white {
  background-position: -69px -43px;
}

.sprite.sprite_menu_right_white {
  background-position: -88px -43px;
}

.sprite.sprite_photo {
  width: 53px;
  height: 43px;
  background-position: 0 -86px;
}

.sprite.sprite_play_big {
  width: 30px;
  height: 38px;
  background-position: -54px -79px;
}

.sprite.sprite_play {
  width: 15px;
  height: 19px;
  background-position: -85px -76px;
}

.sprite.sprite_edit {
  width: 22px;
  height: 21px;
  background-position: -131px 0;
}

.sprite.sprite_partner {
  width: 34px;
  background-image: url(/images/icon_events_partners.png);
  background-position: center;
  margin-left: -6px;
}

.sprite.sprite_user {
  width: 20px;
  height: 20px;
  background-position: -117px -60px;
}

.sprite.sprite_chevron_down {
  width: 19px;
  height: 11px;
  background-position: -85px -96px;
}

.sprite.sprite_marker {
  width: 13px;
  height: 17px;
  background-position: -139px -22px;
  margin-right: 4px;
}

.sprite.sprite_time {
  width: 14px;
  height: 17px;
  background-position: -164px -36px;
  margin-top: 2px;
  margin-right: 4px;
}

.sprite.sprite_bd_ok {
  width: 25px;
  height: 20px;
  background-position: -138px -39px;
}

.sprite.sprite_bd_play {
  width: 25px;
  height: 19px;
  background-position: -138px -60px;
}

.sprite.sprite_bd_edit {
  width: 25px;
  height: 21px;
  background-position: -142px -80px;
}

.sprite.sprite_ru {
  background-position: 0 -130px;
}

.sprite.sprite_en {
  background-position: -27px -130px;
}

.sprite.sprite_fr {
  background-position: -54px -130px;
}

.sprite.sprite_ger {
  background-position: -81px -130px;
}

.sprite.sprite_sp {
  background-position: -108px -130px;
}

.sprite.sprite_por {
  background-position: -135px -130px;
}

.sprite.sprite_ch {
  background-position: 0 -156px;
}

.sprite.sprite_jap {
  background-position: -27px -156px;
}

.sprite.sprite_kor {
  background-position: -54px -156px;
}

.sprite.sprite_arab {
  background-position: -81px -156px;
}

.sprite.sprite_hin {
  background-position: -108px -156px;
}

/* sprite end */

.press-item__body table td {
  padding: 10px 4px;
}

/* modal */
.modal-content .close {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 30px;
  height: 30px;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1;
}

.modal-content .close:before,
.modal-content .close:after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 15px);
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}

.modal-content .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*** modalMenu ***/
#modalMenuNew .header_top {
  margin-top: 100px;
  font-weight: 300;
}

#modalMenu .modal-dialog {
  margin: 0;
  width: 100%;
}

@media(max-width: 768px) {
  #modalMenuNew .modal-body {
    padding: 10px 0 30px;
  }

  #modalMenuNew .modal-body .container {
    padding: 0 40px !important;
  }
}

@media(max-width: 559px) {
  #modalMenuNew .header_top {
    margin-top: 25px;
  }

  .modal-nav-list {
    padding: 4px 0 0;
  }
}

#modalMenu .modal-content {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal-body {
  padding: 10px 45px 30px;
}

.modal-webcast-iframe {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 4px;
  height: 0;
  overflow: hidden;
  border: 0px solid #ccc;
  text-align: center;
  margin: 40px 0 30px;
}

.modal-webcast-iframe iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
  border: none;
  outline: none;
  box-shadow: none;
}

#modalMenu .modal-body {
  padding: 0;
  min-height: 100vh;
  color: #c0d6ff;
}

#modalMenu .modal-body .formSearchNavbar {
  position: relative;
  margin-bottom: 30px;
}

#modalMenu .modal-body .formSearchNavbar .form-control {
  padding-right: 40px;
  height: 36px;
  color: #5a6471;
}

#modalMenu .modal-body .formSearchNavbar .btn.btn_search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  height: 36px;
  background: none;
}

#modalMenu .modal-body .formSearchNavbar .btn.btn_search:hover>svg#search .st0 {
  stroke: #2464ac;
}

#modalMenu .modal-body .right_part>.item {
  display: block;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

#modalMenu .modal-body .right_part>.dropdown>button {
  color: #fff;
}

#modalMenu .modal-body .right_part>.item>svg,
#modalMenu .modal-body .right_part>.dropdown>button>svg {
  margin-right: 5px;
}

#modalMenu .modal-body .right_part>.item>span,
#modalMenu .modal-body .right_part>.dropdown>button>span {
  vertical-align: middle;
  border-bottom: 1px solid;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#modalMenu .modal-body .right_part>.dropdown>button>span.glyphicon {
  border: none;
}

#modalMenu .modal-body .mainmenu {
  padding: 55px 15px 40px;
  width: 66.66667%;
}

#modalMenu .modal-body .mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#modalMenu .modal-body .mainmenu .col-sm-6>ul>li {
  margin-top: 25px;
}

#modalMenu .modal-body .mainmenu ul li>.item {
  position: relative;
  display: inline-block;
  padding-left: 0;
  color: #c0d6ff;
  text-decoration: none;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

#modalMenu .modal-body .mainmenu ul li>a.item:hover>span,
#modalMenu .modal-body .mainmenu ul li.active>.item>span {
  border-bottom: 1px solid;
}

#modalMenu .modal-body .mainmenu .col-sm-6>ul>li>.item {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
}

#modalMenu .modal-body .mainmenu .col-sm-6 ul ul .item {
  padding: 3px 0;
}

.menu_open .modal-backdrop {
  background-color: #243559;
}

.menu_open .modal-backdrop.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media (min-width: 1200px) {
  #modalMenu .modal-body .right_part {
    height: 645px;
  }

  #modalMenu .modal-body .right_part>.app {
    top: 480px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  #modalMenu .modal-body .mainmenu {
    padding-top: 15px;
    width: 66.66667%;
  }

  #modalMenu .modal-body .right_part {
    height: 617px;
  }

  #modalMenu .modal-body .right_part>.app {
    top: 430px;
  }
}

@media (min-width: 992px) {

  #modalMenu .modal-body .mainmenu ul li.active>.item,
  #modalMenu .modal-body .mainmenu ul li>.item:hover {
    padding-left: 22px;
  }

  #modalMenu .modal-body .mainmenu ul li.active>.item:before,
  #modalMenu .modal-body .mainmenu ul li>.item:hover:before {
    width: 43px;
  }
}

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

  #modalMenu .modal-body .mainmenu ul li.active>.item:before,
  #modalMenu .modal-body .mainmenu ul li>.item:hover:before {
    width: 21px;
  }
}

@media (min-width: 768px) {
  #modalMenu .modal-body>.container {
    padding: 0;
  }

  #modalMenu .modal-body .right_part {
    position: relative;
    float: right;
    padding: 90px 15px 0;
    width: 33.33333%;
  }

  #modalMenu .modal-body .right_part>.app {
    position: absolute;
    left: 15px;
  }

  #modalMenu .modal-body .right_part>.app>.btn.btn_app {
    margin: 13px 6px 0 0;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #modalMenu .modal-body .right_part>.app>.btn.btn_app>img {
    width: 117px;
  }

  #modalMenu .modal-body .right_part>.roscorgess {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 195px;
  }

  #modalMenu .modal-body .mainmenu ul .opener {
    display: none;
  }

  #modalMenu .modal-body .mainmenu ul .collapse {
    display: block;
    height: auto !important;
  }

  #modalMenu .modal-body .mainmenu ul li.active>.item,
  #modalMenu .modal-body .mainmenu ul li>.item:hover {
    color: #fff;
  }

  #modalMenu .modal-body .mainmenu ul li>.item:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -29px;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
  }
}


/*** modalMessage ***/

.modal-content .close:before,
.modal-content .close:after {
  background-color: #283e65;
}

.modal-content h4 {
  margin: 20px 10px 50px;
}

#modalMessage .modal-body {
  padding: 40px 15px 40px;
  font-size: 15px;
}

#modalMessage .modal-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  #modalMessage .modal-body {
    padding: 50px 30px;
  }

  #modalMessage .modal-title {
    font-size: 27px;
  }
}

/*** modalMessage end ***/


@media (max-width: 767px) {
  .modal-content .close {
    width: 20px;
    height: 20px;
  }

  .modal-content .close:before,
  .modal-content .close:after {
    width: 24px;
  }

  .modal-body {
    padding: 15px 20px 0;
  }

  .modal-content h4 {
    margin-bottom: 30px;
  }

  #modalMenu .modal-body {
    padding-top: 22px;
    color: #fff;
  }

  #modalMenu .modal-body .lng_xs {
    margin-bottom: 35px;
  }

  #modalMenu .modal-body .lng_xs>.item {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    font-size: 17px;
    color: #afcaeb;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  #modalMenu .modal-body .lng_xs>.item+.item {
    margin-left: 20px;
  }

  #modalMenu .modal-body .lng_xs>.item:hover,
  #modalMenu .modal-body .lng_xs>.item.active {
    color: #fff;
  }

  #modalMenu .modal-body .lng_xs>.item:before,
  #modalMenu .modal-body .lng_xs>.item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width 0.25s ease-out;
    -moz-transition: width 0.25s ease-outs;
    -ms-transition: width 0.25s ease-out;
    -o-transition: width 0.25s ease-out;
    transition: width 0.25s ease-out;
  }

  #modalMenu .modal-body .lng_xs>.item:after {
    right: 50%;
    left: auto;
  }

  #modalMenu .modal-body .lng_xs>.item:hover:before,
  #modalMenu .modal-body .lng_xs>.item.active:before,
  #modalMenu .modal-body .lng_xs>.item:hover:after,
  #modalMenu .modal-body .lng_xs>.item.active:after {
    width: 50%;
  }

  #modalMenu .modal-body .formSearchNavbar .form-control {
    padding: 6px 15px 6px 33px;
    height: 33px;
    color: #fff;
    background: none;
    border-color: #9cb7d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  #modalMenu .modal-body .formSearchNavbar .btn.btn_search {
    right: auto;
    left: 0;
    padding: 6px;
    height: 33px;
  }

  #modalMenu .modal-body .formSearchNavbar .btn.btn_search:hover>svg#search .st0 {
    stroke: #fff;
  }

  #modalMenu .modal-body .right_part>.item>span {
    font-size: 19px;
  }

  #modalMenu .modal-body .mainmenu {
    padding: 10px 0 40px;
    width: 100%;
  }

  #modalMenu .modal-body .mainmenu .col-sm-6>ul>li {
    position: relative;
    margin-top: 15px;
    padding-left: 30px;
  }

  #modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener {
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
    line-height: 19;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  #modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener.collapsed {
    border: 1px solid #99b5d8;
  }

  #modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener.collapsed:hover {
    border: 1px solid #fff;
  }

  #modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener>.glyphicon {
    position: absolute;
    top: 5px;
    left: calc(50% - 5px);
    font-size: 10px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
  }

  #modalMenu .modal-body .mainmenu .col-sm-6>ul>li .opener.collapsed>.glyphicon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #modalMenu .modal-body .mainmenu .col-sm-6>ul>li>.item {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-transform: none;
  }

  #modalMenu .modal-body .mainmenu .col-sm-6>ul ul {
    padding-left: 20px;
  }

  #modalMenu .modal-body .mainmenu .col-sm-6>ul ul .item {
    padding: 5px 0;
    font-size: 19px;
    color: #fff;
  }
}

/*** modalMenu end ***/

/* modal end */


/* helper classes */
.rel {
  position: relative;
}

.abs {
  position: absolute;
  top: 0;
  left: 0;
}

.block {
  display: block !important;
}

.dt {
  display: table !important;
  width: 100%;
  height: 100%;
}

.dt .cell {
  display: table-cell !important;
  vertical-align: middle;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.ttu {
  text-transform: uppercase;
}

.tdn {
  text-decoration: none !important;
}

.fn {
  font-size: 11px;
}

.red {
  color: #e30d77 !important;
}

.blue {
  color: #6da1d1;
}

.dark-blue {
  color: #283e65;
}

img.full {
  max-width: 100%;
}

/* helper classes end */



@media (max-width: 375px) {
  .docs {
    margin: 0px !important;

  }

  .docs .pdf {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}


header video {
  overflow: hidden;
  z-index: -1;
  min-width: 100%;
  opacity: .3;
  position: absolute;
  min-height: 100%;
}

.vid-1 {
  display: block;
  height: 100%;
}

.vid-2 {
  display: none;
}

header .vid-1 {
  display: block;
  position: absolute;
  background-color: #2c3d5e;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

header .vid-1.loaded {
  opacity: 1;
}

@media (max-width: 1080px) {

  .vid-1 {
    display: none;
  }

  .vid-2 {
    display: block;
  }
}

.spb-sights .row {
  padding-top: 20px;
}

.spb-sights img {
  width: 300px;
  max-width: 100%;
}

.video_block iframe {
  max-width: 100%;
}

.documents-item {
  margin-bottom: 30px;
  line-height: 20px;
}

.documents-item .icon {
  display: block;
  position: relative;
  width: 40px;
  max-width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.documents-item .icon.icon-pdf {
  margin-right: 0;
  background-image: url(../images/pdf-icon.png);
}

.documents-item .icon.icon-doc {
  margin-right: 0;
  background-image: url(../images/doc-icon.png);
}

@media (max-width: 991px) {
  .header_middle>.title {
    margin-bottom: 10px;
  }

  .header_middle>.rectangle>.date {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .header_middle>.rectangle {
    height: 460px;
  }

  .header_middle>.rectangle:after {
    /*top: 332px;*/
  }

  .header_middle>.rectangle>.date {
    right: 15px;
    padding-left: 15px;
    text-align: right;
    bottom: 5px;
  }

  .home header>.container {
    height: 960px;
  }

  .breadcrumb {
    display: none;
  }

  .inner header {
    overflow: hidden;
  }

  .header-after-bar {
    min-width: inherit !important;
    width: 100% !important;
  }
}

@media (max-width: 639px) {
  .header_top>.col-md-3 {
    width: 40%;
  }

  .header_top>.col-md-9 {
    width: 60%;
  }

  .header_middle>.rectangle>.date {
    top: 28px;
  }

  .header_middle>.rectangle:after {
    /*top: 380px;*/
  }

  .home header>.container {
    height: 690px;
  }

  .video_block iframe {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .header_top>.col-md-3 {
    width: 29%;
  }

  .header_top>.col-md-9 {
    width: 71%;
  }

  .modal .header_top>.col-md-9 {
    padding-right: 0;
  }

  .header_middle>.rectangle>.date {
    font-size: 26px;
  }

  .header_middle>.rectangle {
    left: -15px;
    right: -15px;
    width: auto;
  }

  .video_block iframe {
    height: 240px;
  }
}

table.table-vertical-top td {
  vertical-align: top;
}

.accordion__link {
  cursor: pointer;
  color: #6da1d1;
}

.accordion__link:hover {
  text-decoration: underline;
}

.accordion__link.showmore {
  display: block;
}

.accordion__link.showmore.accordion__link--clicked {
  display: none;
}

.accordion__link.hideinfo {
  display: none;
}

.accordion__link.hideinfo.accordion__link--clicked {
  display: block;
}

.tbStylized {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.tbStylized .item {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  border: 1px solid #dfdfdf;
  border-top: none;
  justify-content: space-between;
}

.tbStylized .item .tbRow {
  padding: 20px;
  font-size: 17px;
  min-height: 152px;
}

.tbStylized .item .tbRow.title {
  min-height: inherit;
  padding: 20px 0;
  font: 400 24px 'bebas_neue', sans-serif;
  color: #fff;
  background-color: #6da1d1;
  border: 1px solid #6da1d1;
  text-align: center;
}

.tbStylized .item .tbRow.title p {
  margin: 0;
}

.tbStylized .item .tbRow b {
  color: #6da1d1;
}

.tbStylized .item .details {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #6da1d1;
}

.tbStylized .item.gold .details {
  color: #ca7;
}

.tbStylized .item.gold .tbRow.title {
  background-color: #ca7;
  border: 1px solid #ca7;
}

.tbStylized .item.gold .tbRow b {
  color: #ca7;
}

@media(max-width: 520px) {
  .tbStylized {
    flex-direction: column;
  }

  .tbStylized .item {
    margin-bottom: 30px;
  }

  .tbStylized .item .tbRow {
    min-height: auto;
  }
}

blockquote.blueborder {
  padding: 40px 20px;
  border: 2px solid #0571b6;
}

blockquote.blueborder strong {
  color: #0571b6;
}

#content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#content ol>li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

#content ol>li:before {
  content: counters(item, ".") " ";
  display: table-cell;
  padding-right: 0.6em;
}

#content li ol>li {
  margin: 0;
}

#content li ol>li:before {
  content: counters(item, ".") " ";
}

table.border td {
  border: 1px solid #dfdfdf;
}

@media(max-width: 768px) {
  .iTaxi_logo {
    max-width: 60px !important;
  }
}


.fspFilter {
  border: none;
  margin: 0 -15px;
}

.fspFilter .nav-item {
  padding: 0 15px;
}

.fspFilter .nav-item .nav-link {
  display: inline-block;
  padding: 0 15px;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font: 400 19px/46px 'bebas_neue', sans-serif;
  line-height: 50px;
  color: #6ab3e2;
  text-decoration: none;
  background: transparent;
  border: 2px solid #6ab3e2;
  -webkit-transition: background .2s ease-in, color .2s ease-in;
  -moz-transition: background .2s ease-in, color .2s ease-in;
  -ms-transition: background .2s ease-in, color .2s ease-in;
  -o-transition: background .2s ease-in, color .2s ease-in;
  transition: background .2s ease-in, color .2s ease-in;
  cursor: pointer !important;
  margin: 0;
  min-width: 190px;
  color: #6da1d1;
  border: 1px solid #6da1d1;
  border-radius: 0;
}

.fspFilter .nav-item.active .nav-link {
  color: #fff;
  background-color: #6da1d1;
}

.qr-network {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 23px;
  background: url('../images/qr-network.svg') 0 0 no-repeat;
  background-size: contain;
}

.home header .container {
  height: 930px;
}

.header_bottom .news>.item_wrap {
  height: 930px;
}

.header_middle .desc {
  width: 36%;
  font-size: 13px;
  /*cursor: pointer;*/
}

.header_middle .desc:hover {
  /*text-decoration: underline;*/
}

.header_middle>.rectangle {
  height: 450px;
}

.header_middle>.rectangle:before {
  height: 50px;
}

.header_middle>.rectangle:after {
  height: 210px;
}

.header_middle>.rectangle>.date .venue a {
  color: #fff;
  font-size: 2rem;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
  font-family: 'helveticaneuecyr', sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  top: -20px;
  position: relative;
  border-bottom: 1px solid transparent;
}

.header_middle>.rectangle>.date .venue a:hover {
  border-bottom: 1px solid #fff;
}

.header_middle>.rectangle>.date .venue .more {
  display: inline-block;
  position: relative;
  top: -25px;
}

@media(max-width: 1200px) {
  .home header .container {
    height: 890px;
  }

  .header_bottom .news>.item_wrap {
    height: 890px;
  }

  .header_middle .desc {
    font-size: 13px;
  }

  .header_middle>.rectangle {
    height: 350px;
  }
}

@media(max-width: 992px) {
  .header_middle>.rectangle {
    width: 49%;
  }

  .header_middle>.title {
    font-size: 40px;
  }

  .header_middle .desc {
    width: 45%;
    font-size: 14px;
  }

  .navbar-toggle {
    display: inline-block;
    margin-top: -40px;
  }

  .home header .container {
    height: 920px;
  }

  .header_bottom .news>.item_wrap {
    height: 920px;
  }
}

@media (max-width: 767px) {
  .home header .container {
    height: 1060px;
  }

  .header_bottom .news>.item_wrap {
    height: 1060px;
  }

  .header_middle>.rectangle>.date {
    bottom: 20px;
  }
}

@media(max-width: 739px) {
  .header_middle>.rectangle {
    width: 100%;
    height: 440px;
  }

  .header_middle {
    padding-top: 184px;
  }

  .header_middle .desc {
    width: 95%;
  }

  .header_middle>.rectangle>.date {
    top: 20px;
  }

  .header_middle>.rectangle:before {
    height: 125px;
  }

  .header_middle>.rectangle:after {
    height: 70px;
  }
}

@media(max-width: 639px) {
  .header_middle>.rectangle {
    height: 500px;
  }

  .home header .container {
    height: auto;
  }

  .header_bottom .news>.item_wrap {
    height: auto;
  }

  .header_middle .desc {
    margin-left: 30px;
    width: 91%;
  }

  .header_middle {
    padding-top: 164px;
  }

  .header_middle>.rectangle>.date .venue a {
    top: 0;
    font-size: 1.8rem
  }

  .header_middle>.rectangle>.date .venue .more {
    top: -5px;
  }

  .header_bottom {
    z-index: 1;
  }
}

@media(max-width: 540px) {
  .header_middle>.rectangle {
    width: calc(100% + 30px);
    height: 480px;
  }

  .header_middle>.title {
    font-size: 30px;
  }

  .header_middle .desc {
    /*width: 85%;*/
    width: calc(100% - 20px);
    margin-top: 25px;
    margin-left: 10px;
  }
}

@media(max-width: 420px) {
  .header_middle>.rectangle {
    height: 660px;
  }
}

@media(max-width: 360px) {
  .header_middle>.rectangle {
    height: 700px;
  }
}

.btn-uchastiya {
  border: 2px solid #283e65;
  color: #283e65;
  white-space: normal;
  line-height: 40px;
  padding: 6px 15px;
}

.btn-uchastiya:hover,
.btn-uchastiya:active,
.btn-uchastiya:focus {
  background-color: #283e65;
  color: #fff;
}

.btn-uchastiya-o {
  border: 2px solid #283e65;
  background-color: #283e65;
  color: #fff;
}

.btn-uchastiya-o:hover,
.btn-uchastiya-o:active,
.btn-uchastiya-o:focus {
  background-color: transparent;
  color: #283e65;
  border: 2px solid #283e65;
}

@media(max-width: 420px) {
  .btn-uchastiya {
    padding: 6px 0;
    width: 100%;
    margin-bottom: 15px
  }
}

@media(max-width: 739px) {
  .home header>.container {
    z-index: 99
  }

  header>.container .desc {
    z-index: 999;
    position: relative
  }
}

@media (max-width: 420px) {
  .header_middle>.rectangle {
    height: 555px
  }
}

.le-show-mb {
  display: none;
}

.le-show-pc {
  display: block;
}

@media(max-width: 997px) {
  .le-show-mb {
    display: block;
  }

  .le-show-pc {
    display: none;
  }
}

.forum-preview,
.forum-b-partner,
forum-spief-expo {
  padding-top: 31px;
  /*	padding-bottom: 50px;*/
}

.forum-b-partner p img,
forum-spief-expo p img {
  width: 100%;
}

.forum-preview p img {
  width: 100%;
  max-width: 400px;
  float: left;
  margin: 0 30px 20px 0;
}

.forum-preview p a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.forum-spief-expo .forum-preview-images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.forum-spief-expo .forum-preview-images img {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

@media(max-width: 768px) {
  .forum-preview p img {
    max-width: 330px
  }
}

@media(max-width: 660px) {
  .forum-spief-expo .forum-preview-images img {
    width: 100%
  }
}

@media(max-width: 570px) {
  .forum-preview p img {
    max-width: 100%
  }
}

.forum-in-digital {
  padding-top: 31px
}

.forum-in-digital .forum-in-digital-images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.forum-in-digital .forum-in-digital-images img {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

@media(max-width: 600px) {
  .forum-in-digital .forum-in-digital-images img {
    width: 100%
  }

  .forum-in-digital .forum-in-digital-images img:first-child {
    margin-bottom: 30px
  }

  .forum-in-digital .forum-in-digital-images {
    flex-direction: column
  }
}

.wrap-steps-accr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.block-steps-accr {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 26px);
  border: 4px solid #6da1d1;
  border-radius: 15px;
  align-items: center;
  text-align: center;
  min-height: 150px;
  justify-content: center;
}

.delimiter-steps-accr {
  width: 39px;
  height: 4px;
  background: #6da1d1;
}

.block-steps-accr_date {
  padding: 25px 15px 0 15px;
}

.block-steps-accr_title {
  font-weight: bold;
  margin-top: 15px;
  padding: 0 15px 25px 15px;
}

@media(max-width: 1199px) {
  .block-steps-accr {
    min-height: 176px
  }
}

@media(max-width: 991px) {
  .block-steps-accr {
    min-height: 202px
  }
}

@media(max-width: 768px) {
  .wrap-steps-accr {
    flex-direction: column
  }

  .block-steps-accr {
    min-height: initial;
    width: 100%
  }

  .delimiter-steps-accr {
    height: 39px;
    width: 4px
  }
}

.icon {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  max-width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.icon:hover {
  opacity: 1;
}

.icon.icon-none {
  float: none;
  width: 16px;
  height: 16px;
  margin: 0 6px 0;
}

.icon.icon-tg {
  background-image: url(/images/icons/icon-tg.svg);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-vk {
  background-image: url(/images/icons/icon-vk.svg);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-site {
  background-image: url(/images/icons/icon-site.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-pin {
  background-image: url(/images/icons/icon-pin.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-phone {
  background-image: url(/images/icons/icon-phone.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-fax {
  background-image: url(/images/icons/icon-fax.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-mail {
  background-image: url(/images/icons/icon-email.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-time {
  background-image: url(/images/icons/icon-time.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-mobile {
  background-image: url(/images/icons/icon-mobile.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-lightning {
  background-image: url(/images/icons/icon-lightning.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-social-tg {
  background-image: url(/images/icons/tg.png);
  float: none;
  width: 22px;
  height: 22px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-social-vk {
  background-image: url(/images/icons/vk.png);
  float: none;
  width: 22px;
  height: 22px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-social-fb {
  background-image: url(/images/icons/fb.png);
  float: none;
  width: 22px;
  height: 22px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-social-tw {
  background-image: url(/images/icons/tw.png);
  float: none;
  width: 22px;
  height: 22px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-social-in {
  background-image: url(/images/icons/in.png);
  float: none;
  width: 22px;
  height: 22px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-social-yt {
  background-image: url(/images/icons/yt.png);
  float: none;
  width: 22px;
  height: 22px;
  top: 2px;
  margin: 0 6px 0;
}

.icon-content {
  display: block;
  position: relative;
  padding-left: 40px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: 32px;
  min-height: 32px;
  padding-top: 4px;
}

.icon-content.icon-flash {
  background-image: url(/images/icons/icon.png);
  background-position: left top;
}

@media(min-width: 640px) {

  .carousel.c6 .owl-carousel,
  .carousel.c7 .owl-carousel,
  .carousel.c8 .owl-carousel {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .carousel.c6 .owl-carousel img,
  .carousel.c7 .owl-carousel img,
  .carousel.c8 .owl-carousel img {
    width: 100%;
  }
}

.block-leaders-about {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.block-leaders-about-img {
  width: 250px;
  margin-right: 30px;
  min-width: 250px;
}

.block-leaders-about-img img {
  margin-bottom: 15px;
}

@media(max-width: 768px) {
  .block-leaders-about-img {
    width: 150px;
    min-width: 150px;
    margin-right: 10px
  }
}

@media(max-width: 500px) {
  .block-leaders-about {
    flex-direction: column
  }

  .block-leaders-about-img,
  .block-leaders-about-img img {
    width: 100%;
    min-width: initial
  }

  .block-leaders-about-img {
    margin: 0 !important
  }
}

.logo_roscongress {
  clear: both;
  margin-top: 15px;
}

.logo_roscongress img {
  width: 178px;
}

.logo_roscongress img.en {
  width: 168px;
}

@media(max-width: 560px) {

  .logo_roscongress img,
  .logo_roscongress img.en {
    width: 83px
  }
}

header .logo_small img {
  width: 82px;
}

.btn-uchastiya-b {
  border: 2px solid #ca7;
  color: #fff;
  background: #ca7;
}

.btn-uchastiya-b:hover {
  border: 2px solid #ca7;
  color: #fff;
  background: transparent;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper video,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-b:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(/images/info-w.svg) no-repeat;
  background-size: contain;
  display: block;
  float: left;
  margin-right: 9px;
}

.info-b:hover:before {
  background: url(/images/info.svg) no-repeat;
  background-size: contain;
}

/****************** section_menu ******************/
a.nav__link {
  font-family: 'helveticaneuecyr', sans-serif;
  display: inline-block;
  color: inherit;
  font-size: 15.5px;
  font-weight: 700;
  padding: 15px;
  line-height: 1;
  text-align: center;
  padding: 15px;
  border: 2px solid #fff;
  text-decoration: none;
  background: transparent;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*    -webkit-transition: background .2s ease-in, color .2s ease-in;
    -moz-transition: background .2s ease-in, color .2s ease-in;
    -ms-transition: background .2s ease-in, color .2s ease-in;
    -o-transition: background .2s ease-in, color .2s ease-in;
    transition: background .2s ease-in, color .2s ease-in;*/
  margin: 0 10px 10px;
  max-width: calc(100% - 20px);
  position: relative;
  transition: color 0.2s ease-in-out;
}

.nav__link--active a.nav__link,
a.nav__link:hover,
a.nav__link:focus {
  text-decoration: none;
  background: #fff;
  color: #ca7;
}

.nav__link--passive,
.nav__link--active {
  display: inline-block;
}

@media (max-width: 480px) {
  .nav__link--passive {
    /*   display: none;*/
    width: 100%;
  }

  .nav__link--active {
    width: 100%;
  }

  a.nav__link {
    width: 100%;
    text-align: left;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
  }

  .nav__link--active a.nav__link:before,
  .nav__link--active a.nav__link:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 12px;
    width: 16px;
    height: 2px;
    background-color: #ca7;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
  }

  .nav__link--active a.nav__link:after {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }

  .nav__link--clicked.nav__link--active a.nav__link:before,
  .nav__link--clicked.nav__link--active a.nav__link:after {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/****************** /section_menu ******************/


/****************** burger ******************/
@media(max-width: 480px) {
  .modal-nav-list>li>ul.root-item {
    display: none;
  }

  .modal-nav-list>li>a {
    width: 100%;
    display: block;
  }

  .modal-nav-list>li.has-children>a {
    position: relative;
  }

  .modal-nav-list>li>ul>li {
    margin: 0 !important;
  }

  .modal-nav-list>li.has-children>a:before,
  .modal-nav-list>li.has-children>a:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 0px;
    width: 12px;
    height: 2px;
    background-color: #ca7;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
  }

  .modal-nav-list>li.has-children>a:after {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }

  .modal-nav-list>li.has-children>a.clicked:before,
  .modal-nav-list>li.has-children>a.clicked:after {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/****************** /burger ******************/

/****************** prompt ******************/
.block-prompt .title {
  text-decoration: underline;
  cursor: pointer;
  color: #6da1d1;
  position: relative;
}

.block-prompt .prompt {
  display: none;
  border: 1px solid #283e65;
  background: #fff;
  padding: 15px;
  z-index: 9999;
  box-shadow: 3px 3px 10px #999;
  opacity: 0.7;
  color: #000;
}

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

.wrap-block-prompt .block-prompt {
  width: calc(50% - 20px);
}

@media(max-width: 698px) {
  .wrap-block-prompt .block-prompt {
    width: 100%;
  }
}

/****************** /prompt ******************/

a.nav__link.info-b {
  line-height: 2;
  padding: 7.5px 15px 7.5px;
}

@media (max-width: 480px) {
  .info-b:before {
    width: 21px;
    height: 21px;
  }

  a.nav__link.info-b {
    line-height: 1.3;
  }
}

body.scroll-disabled {
  overflow: hidden;
}

.modal-18 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.modal-18 .modal__wrap {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  z-index: 99999;
  max-width: 420px;
  padding: 10px 20px;
  margin: 0 15px;
}

.modal-18 .title-18 {
  font-size: 50px;
  margin: 20px 0;
  color: #7d7d7d;
}

.modal-18 p {
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
}

.modal-18 .modal__overlay-18 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(36, 53, 89, 0.97);
  pointer-events: all;
}

.partners__link {
  display: flex;
  height: 172px;
}


.nav__link--passive.blue,
.nav__link--active.blue {
  display: block;
}

.nav__link.blue {
  color: #fff;
  background: #283e65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  display: block;

}

.nav__link--passive.wide,
.nav__link--active.wide,
.nav__link.wide {
  display: block;
}



@media (max-width: 480px) {

  .nav__link--passive,
  .nav__link--active {
    display: inline-block;
    width: 100%;
  }

  a.nav__link {
    font-size: 15px;
  }
}

.take-part {
  padding: 18px 0;
  margin: 10px 0;
  position: relative;
}

.take-part h3 {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 97px;
  text-transform: initial;
  margin-top: 0;
}

.take-part ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 40px !important;
  flex-wrap: wrap;
}
.take-part ol li:nth-child(1){
  
  background-image: url("data:image/svg+xml,%3Csvg width='134' height='136' viewBox='0 0 134 136' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M83 0C94.0065 0 104.562 4.37231 112.345 12.1551C120.128 19.9378 124.5 30.4935 124.5 41.5C124.5 52.5065 120.128 63.0622 112.345 70.8449C104.562 78.6277 94.0065 83 83 83C71.9935 83 61.4378 78.6277 53.6551 70.8449C45.8723 63.0622 41.5 52.5065 41.5 41.5C41.5 30.4935 45.8723 19.9378 53.6551 12.1551C61.4378 4.37231 71.9935 0 83 0ZM83 20.75C77.4968 20.75 72.2189 22.9362 68.3275 26.8275C64.4362 30.7189 62.25 35.9968 62.25 41.5C62.25 47.0032 64.4362 52.2811 68.3275 56.1725C72.2189 60.0638 77.4968 62.25 83 62.25C88.5032 62.25 93.7811 60.0638 97.6725 56.1725C101.564 52.2811 103.75 47.0032 103.75 41.5C103.75 35.9968 101.564 30.7189 97.6725 26.8275C93.7811 22.9362 88.5032 20.75 83 20.75ZM83 93.375C110.701 93.375 166 107.174 166 134.875V166H0V134.875C0 107.174 55.2987 93.375 83 93.375ZM83 113.087C52.1862 113.087 19.7125 128.235 19.7125 134.875V146.288H146.288V134.875C146.288 128.235 113.814 113.087 83 113.087Z' fill='%233C5073'/%3E%3C/svg%3E%0A");
}
.take-part ol li:nth-child(2){
  background-image: url("data:image/svg+xml,%3Csvg width='162' height='150' viewBox='0 0 162 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.9375 56L164.625 4.125L185.375 56M9 56H216.5V87.125C200.938 87.125 185.375 97.5 185.375 115.656C185.375 133.812 200.938 149.375 216.5 149.375V180.5H9V149.375C24.5625 149.375 40.125 139 40.125 118.25C40.125 97.5 24.5625 87.125 9 87.125V56Z' stroke='%233C5073' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M76.4375 104.685H107.562M76.4375 135.81H149.062' stroke='%233C5073' stroke-width='18' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.take-part ol li:nth-child(3){
  background-image: url("data:image/svg+xml,%3Csvg width='164' height='150' viewBox='0 0 164 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M113.75 201.5C127.377 201.517 140.873 198.841 153.463 193.626C166.053 188.411 177.488 180.76 187.112 171.112C196.76 161.488 204.411 150.053 209.626 137.463C214.841 124.873 217.517 111.377 217.5 97.7501C217.517 84.123 214.841 70.6269 209.626 58.0371C204.411 45.4474 196.76 34.0122 187.112 24.3885C177.488 14.7405 166.053 7.08928 153.463 1.87426C140.873 -3.34075 127.377 -6.01673 113.75 -5.99992C100.123 -6.01673 86.6269 -3.34075 74.0371 1.87426C61.4474 7.08928 50.0122 14.7405 40.3885 24.3885C30.7405 34.0122 23.0893 45.4474 17.8743 58.0371C12.6593 70.6269 9.98327 84.123 10.0001 97.7501C9.98327 111.377 12.6593 124.873 17.8743 137.463C23.0893 150.053 30.7405 161.488 40.3885 171.112C50.0122 180.76 61.4474 188.411 74.0371 193.626C86.6269 198.841 100.123 201.517 113.75 201.5Z' stroke='%233C5073' stroke-width='20' stroke-linejoin='round'/%3E%3Cpath d='M72.2501 97.7501L103.375 128.875L165.625 66.6251' stroke='%233C5073' stroke-width='20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.take-part ol li:nth-child(4){
  width: calc(50% - 5px);
  background-image: url("data:image/svg+xml,%3Csvg width='224' height='150' viewBox='0 0 224 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M196 102.695H195.787C194.932 102.695 194.171 102.151 193.895 101.342L177.989 54.8108C177.632 53.7663 176.496 53.2085 175.451 53.5646L31.626 102.585C31.4129 102.658 31.189 102.694 30.9638 102.692L28 102.667M23.3333 102.704H27.2992C27.7529 102.704 28.1931 102.55 28.5475 102.267L130.379 20.9183C131.276 20.2021 132.59 20.3855 133.256 21.3196L158.321 56.4667' stroke='%233C5073' stroke-width='20' stroke-linecap='round'/%3E%3Cpath d='M135.333 149.333C135.333 155.522 132.875 161.457 128.499 165.832C124.123 170.208 118.188 172.667 112 172.667C105.812 172.667 99.8767 170.208 95.5009 165.832C91.125 161.457 88.6667 155.522 88.6667 149.333C88.6667 143.145 91.125 137.21 95.5009 132.834C99.8767 128.458 105.812 126 112 126C118.188 126 124.123 128.458 128.499 132.834C132.875 137.21 135.333 143.145 135.333 149.333Z' stroke='%233C5073' stroke-width='20' stroke-linecap='round'/%3E%3Cpath d='M198.667 102.667C199.771 102.667 200.667 103.562 200.667 104.667V194C200.667 195.105 199.771 196 198.667 196H25.3333C24.2288 196 23.3333 195.105 23.3333 194V104.667C23.3333 103.562 24.2288 102.667 25.3333 102.667H198.667Z' stroke='%233C5073' stroke-width='20' stroke-linecap='round'/%3E%3Cpath d='M23.3333 104.667C23.3333 103.562 24.2288 102.667 25.3333 102.667H40C41.1046 102.667 42.0111 103.565 41.893 104.663C41.4396 108.88 39.5596 112.839 36.5327 115.866C33.5058 118.893 29.5464 120.773 25.3297 121.226C24.2314 121.344 23.3333 120.438 23.3333 119.333V104.667ZM200.667 104.667C200.667 103.562 199.771 102.667 198.667 102.667H184C182.895 102.667 181.989 103.565 182.107 104.663C182.56 108.88 184.44 112.839 187.467 115.866C190.494 118.893 194.454 120.773 198.67 121.226C199.769 121.344 200.667 120.438 200.667 119.333V104.667ZM23.3333 194C23.3333 195.105 24.2288 196 25.3333 196H40.0207C41.1245 196 42.0307 195.103 41.9138 194.006C41.7254 192.235 41.2844 190.498 40.6013 188.847C39.6632 186.578 38.2869 184.518 36.5513 182.782C34.8158 181.046 32.7549 179.67 30.4868 178.732C28.8355 178.049 27.0978 177.608 25.3277 177.419C24.2301 177.303 23.3333 178.209 23.3333 179.313V194ZM200.667 194C200.667 195.105 199.771 196 198.667 196H184C182.895 196 181.989 195.102 182.107 194.004C182.56 189.787 184.44 185.828 187.467 182.801C190.494 179.774 194.454 177.894 198.67 177.44C199.769 177.322 200.667 178.229 200.667 179.333V194Z' stroke='%233C5073' stroke-width='20' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.take-part ol li:nth-child(5){
  width: calc(50% - 15px);
  background-image: url("data:image/svg+xml,%3Csvg width='219' height='150' viewBox='0 0 219 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5 190.75C31.4812 190.75 27.1864 188.965 23.6155 185.394C20.0446 181.823 18.2561 177.525 18.25 172.5V72.125C18.25 67.1063 20.0385 62.8114 23.6155 59.2405C27.1925 55.6696 31.4873 53.8811 36.5 53.875H82.125V26.5C82.125 21.4812 83.9135 17.1864 87.4905 13.6155C91.0675 10.0446 95.3623 8.25608 100.375 8.25H118.625C123.644 8.25 127.942 10.0385 131.519 13.6155C135.096 17.1925 136.881 21.4873 136.875 26.5V53.875H182.5C187.519 53.875 191.817 55.6635 195.394 59.2405C198.971 62.8175 200.756 67.1123 200.75 72.125V172.5C200.75 177.519 198.965 181.817 195.394 185.394C191.823 188.971 187.525 190.756 182.5 190.75H36.5ZM36.5 172.5H182.5V72.125H136.875C136.875 77.1438 135.09 81.4416 131.519 85.0186C127.948 88.5956 123.65 90.3811 118.625 90.375H100.375C95.3562 90.375 91.0614 88.5895 87.4905 85.0186C83.9196 81.4477 82.1311 77.1498 82.125 72.125H36.5V172.5ZM54.75 154.25H109.5V150.144C109.5 147.558 108.776 145.161 107.328 142.953C105.88 140.745 103.867 139.036 101.288 137.825C98.2458 136.456 95.1677 135.431 92.053 134.75C88.9383 134.069 85.629 133.725 82.125 133.719C78.621 133.713 75.3117 134.056 72.197 134.75C69.0823 135.443 66.0042 136.468 62.9625 137.825C60.3771 139.042 58.3605 140.754 56.9126 142.962C55.4648 145.171 54.7439 147.564 54.75 150.144V154.25ZM127.75 140.562H164.25V126.875H127.75V140.562ZM82.125 126.875C85.9271 126.875 89.1604 125.546 91.8249 122.887C94.4894 120.229 95.8186 116.996 95.8125 113.188C95.8064 109.379 94.4772 106.149 91.8249 103.497C89.1725 100.844 85.9392 99.5122 82.125 99.5C78.3107 99.4878 75.0805 100.82 72.4343 103.497C69.788 106.173 68.4557 109.404 68.4375 113.188C68.4193 116.971 69.7515 120.205 72.4343 122.887C75.117 125.57 78.3472 126.899 82.125 126.875ZM127.75 113.188H164.25V99.5H127.75V113.188ZM100.375 72.125H118.625V26.5H100.375V72.125Z' fill='%233C5073'/%3E%3C/svg%3E%0A");
}
.take-part ol li {
  width: calc(33.33% - 10px);
  position: relative;
  font-size: 16px;
  line-height: 100%;
  color: #F3F3F5;
  background: #283E65;
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
  padding: 20px;
  background-position: right;
  background-repeat: no-repeat;
  justify-content: space-between;
  font-family: 'helveticaneuecyr', sans-serif;
  gap: 10px;
}

.take-part ol li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  font-family: 'bebas_neue', sans-serif;
  position: static;
  font-size: 60px;
  color: #F3F3F5;
  display: block !important;
  line-height: initial;
  
}

.take-part p {
  margin: 8px 0;
  font-size: 16px;
  font-family: sans-serif;
}

.take-part-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.take-part-contact a {
    color: #002060;
    display: flex;
    align-items: center;
    gap: 10px;
}
.take-part-contact {
  max-width: 600px;
  color: #002060;
}
.take-part-contact-links{
  display: flex;
  gap: 34px;
}
.take-part-contact p {
  margin: 11px 0px !important;
  font-size: 16px;
  /* color: white; */
  font-family: sans-serif;
}

.take-part-contact p:first-of-type {
  font-weight: normal;
  margin-bottom: 20px;
}

.take-part a.btn {
  text-decoration: none;
  min-width: 290px;
}

.take-part a {
  text-decoration: underline;
}

.take-part a:hover {
  text-decoration: none;
}

/* .take-part .btn {
  background-color: white;
  color: #333;
  padding: 0px 65px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  border: none;
  flex-shrink: 0;
} */

.take-part .btn:hover {
  background-color: #f5f5f5;
  color: #000;
}



.personal-accounts {
  display: flex;
  gap: 40px;
  margin: 40px 0;
}

.account-block {
  flex: 1;
}

.account-block h3 {
  color: #C8AA77;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

.mb-0 {
  margin-bottom: 0 !important;
}


.account-buttons {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  align-items: center;
}

.btn-account {
  background-color: #f5f5f5;
  border: 1px solid #C8AA77;
  color: #7d7d7d;
  padding: 0 10px;
  height: 33px;
  text-decoration: none;
  border-radius: 4px;
  line-height: 100%;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-account:hover {
  background-color: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}

.btn-account-primary {
  background-color: #C8AA77;
  border: none;
  color: white;
  padding: 0 10px;
  height: 33px;
  text-decoration: none;
  border-radius: 4px;
  line-height: 100%;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-account-primary:hover {
  background-color: #9d855a;
  text-decoration: none;
  color: white;
}

.btn-outline:hover {
  background-color: #e0e0e0;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #9a6f08;
}

@media (max-width: 768px) {
  .account-block h3 {
    margin: 20px 0 20px 0px;
  }

  .personal-accounts {
    flex-direction: column;
    gap: 32px;
  }

  .account-buttons {
    flex-direction: column;
  }
}

#chastye-voprosy-pro-elk {
  margin: 60px 0 40px 0;
  color: #333;
}

.frequently-asked-questions .panel-group .panel-group {
  margin: 0;
}

.frequently-asked-questions .panel-group .panel {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: 1px solid #D9D9D9;
}

.frequently-asked-questions .panel-group .panel-heading:hover {
  background-color: transparent;
}

.frequently-asked-questions .panel-default>.panel-heading>a:focus:hover {
  color: #C8AA77;
}

.frequently-asked-questions .panel-default>.panel-heading+.panel-collapse>.panel-body>article {
  padding: 0 16px 16px;
}

.frequently-asked-questions .panel-group .panel-heading {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-bottom: 0;
  border-bottom: none;
  padding: 0;
  border-radius: 0;
}

.frequently-asked-questions .panel-default>.panel-heading+.panel-collapse>.panel-body {
  background-color: transparent;
  border-top: 0;
  font-size: 16px;
}

.frequently-asked-questions .panel-group .panel-heading:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

.frequently-asked-questions .panel-group .panel-heading a:focus,
.frequently-asked-questions .panel-group .panel-heading a:hover {
  color: #C8AA77;
}

.frequently-asked-questions .panel-group .panel-heading a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 46px 16px 16px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  color: #C8AA77;
  font-weight: bold;
}

.frequently-asked-questions .panel-group .panel-heading a:before {
  display: none !important;
}

.frequently-asked-questions .panel-group {
  margin: 10px 0 0 0;
}

.frequently-asked-questions .panel-group .panel+.panel {
  margin-top: 16px;
}

.frequently-asked-questions .panel-default>.panel-heading:before {
  display: none !important;
}

.frequently-asked-questions .panel-group .panel-heading a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231E1E1E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  background-color: transparent !important;
  top: initial;
  right: 15px;
}

.frequently-asked-questions .panel-default>.panel-heading>a.collapsed {
  background: #F5F5F5;
}

.frequently-asked-questions .panel-default>.panel-heading>a.collapsed:after {
  transform: rotate(0deg);
}

.frequently-asked-questions .panel-default>.panel-heading>a:not(.collapsed):after {
  transform: rotate(-180deg);
}

/* .frequently-asked-questions .panel-group .panel-heading a:after {
  transform: rotate(0deg) !important;
}
.frequently-asked-questions .panel-group .panel-heading a[aria-expanded="true"]:after {
  transform: rotate(180deg) !important;
} */
.frequently-asked-questions .panel-default>.panel-heading>a.collapsed:after {}

.frequently-asked-questions .panel-group .panel-body {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 20px;
  color: #333;
}

.personal-accounts~.container-faq {
  margin-top: 0;
}

.frequently-asked-questions #chastye-voprosy-pro-elk {
  margin: 0px 0 40px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #C8AA77;
  text-transform: uppercase;
  text-align: left;
}

.frequently-asked-questions {
  display: grid;
  grid-template-columns: .84fr 1fr;
  align-items: start;
  gap: 39px;
}

.frequently-asked-questions .panel-group .panel-body p {
  margin: 0 0 15px 0;
  color: #333;
}

.frequently-asked-questions .panel-group .panel-body p:last-child {
  margin-bottom: 0;
}

.frequently-asked-questions .panel-group .panel-body a {
  color: #0066cc;
  text-decoration: underline;
}

.frequently-asked-questions .panel-group .panel-body a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .take-part-contact p {
    flex-direction: column;
    gap: 10px;
  }
  .take-part a.btn {
      margin-bottom: 20px;
  }
  .personal-accounts {
    flex-direction: column;
  }

  .frequently-asked-questions {
    grid-template-columns: 1fr;
  }

  .frequently-asked-questions #chastye-voprosy-pro-elk {
    margin: 0px 0 20px 0;
  }

  .take-part ol {
  }
  .take-part ol li{
    width: 100% !important;
  }

  .take-part-footer {
    flex-direction: column;
  }
}