html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Circe Light';
  src: url("/css/fonts/Circe-Light.eot");
  src: url("/css/fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Circe-Light.woff") format("woff"), url("/css/fonts/Circe-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url("/css/fonts/crc55.eot");
  src: url("/css/fonts/crc55.eot?#iefix") format("embedded-opentype"), url("/css/fonts/crc55.woff") format("woff"), url("/css/fonts/crc55.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url("/css/fonts/crc65.eot");
  src: url("/css/fonts/crc65.eot?#iefix") format("embedded-opentype"), url("/css/fonts/crc65.woff") format("woff"), url("/css/fonts/crc65.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Circe Bold';
  src: url("/css/fonts/crc75.eot");
  src: url("/css/fonts/crc75.eot?#iefix") format("embedded-opentype"), url("/css/fonts/crc75.woff") format("woff"), url("/css/fonts/crc75.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/* iphone 4 album */
/* iphone 5 */
html, body {
  height: 100%;
}

.layout__footer-placeholder {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -".layout__wrap";
}
.layout__footer-placeholder .layout__footer {
  height: ".layout__wrap";
}

#footer {
  clear: both;
  position: relative;
  height: ".layout__wrap";
}

.layout__content {
  /*width: 1300px;*/
  margin: 0 auto;
  *zoom: 1;
}
.layout__content:after {
  content: "";
  display: table;
  clear: both;
}
.layout__content .bg_greyline {
  background: url("/i/sco_bg_greyline.png") 0 0;
  overflow: hidden;
  padding: 60px 0 0;
}
.layout__content .bg_greyline.page_program {
  margin-top: 30px;
}

.layout__col {
  overflow: hidden;
  *zoom: 1;
}

.layout__col_left {
  float: left;
}

.layout__col_right {
  float: right;
}

.layout_main-side .layout__col_main {
  width: 719px;
}
.layout_main-side .layout__col_right {
  width: 270px;
}
.layout_main-side .layout__col_bottom {
  margin-top: 10px;
}

@media only screen and (max-width: 567px) {
  .layout .layout__content {
    width: auto;
  }
  .layout .layout__content .bg_greyline {
    padding-top: 45px;
  }
  .layout .layout__wrap {
    width: auto;
    margin-bottom: 0;
  }
  .layout .layout__footer {
    height: 350px;
  }
  .layout .layout__footer-placeholder {
    height: 350px;
  }
}

@media screen and (min-width: 568px) and (max-width: 1000px) {
  .layout .layout__content {
    width: auto;
  }
  .layout .layout__wrap {
    width: auto;
    margin-bottom: 0;
  }
  .layout .layout__footer {
    height: 565px;
  }
  .layout .layout__footer-placeholder {
    height: 565px;
  }
}

.search-widget {
  float: right;
  width: 270px;
  margin: 13px 0 0;
  font-size: 14px;
  line-height: 25px;
}
.search-widget.search-main .search-widget__search {
  border: 1px solid #404347;
  width: 100%;
  padding: 7px 0 7px 10px;
}
.search-widget.search-main .search-widget__submit {
  display: block;
  left: auto;
  top: 0;
}

.search-widget__inputs {
  position: relative;
  padding-right: 12px;
}

.search-widget__search {
  width: 100%;
  height: 25px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #bdbcbd;
  margin: 0;
  padding: 4px 0 4px 10px;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
}
.search-widget__search::-webkit-search-decoration, .search-widget__search::-webkit-search-cancel-button, .search-widget__search::-webkit-search-results-button, .search-widget__search::-webkit-search-results-decoration, .search-widget__search::-webkit-inner-spin-button, .search-widget__search::-webkit-outer-spin-button {
  display: none;
}
.search-widget__search:-ms-clear {
  display: none;
}

.search-widget__submit {
  display: none;
  width: 41px;
  height: 41px;
  border: 0;
  margin: 0;
  padding: 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url('/i/sprites/icons-sf44adf8d14.png') 4px -1713px no-repeat;
  cursor: pointer;
  position: absolute;
  top: -3px;
  right: 0;
}

.search-widget__under {
  padding: 1px 3px 0;
  text-align: right;
}

.search-widget__extended {
  color: #fff;
  text-transform: lowercase;
  text-decoration: underline;
}
.search-widget__extended:hover {
  text-decoration: none;
}

.search-widget_footer .search-widget__extended {
  color: #676767;
}
.search-widget_footer .search-widget__extended:hover {
  text-decoration: none;
}

@media screen and (min-width: 568px) and (max-width: 1000px) {
  .search-widget {
    margin: 13px 15px 0 0;
    width: 240px;
  }
}
@media only screen and (max-width: 567px) {
  .search-widget {
    margin: 30px 15px 0 0;
    width: 160px;
  }
}

.layout-header {
  background: url(/i/sco_bg_header_top.jpg) 50% 0 no-repeat;
}

.layout-header__logo2 {
  background: url(/i/sco-logo.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  left: 42px;
  position: absolute;
  top: 152px;
  height: 111px;
  width: 124px;
}

.layout-header__content {
  margin: 0 auto 5px;
  padding: 0;
  position: relative;
  width: 1000px;
}

.layout-header__top {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  min-height: 262px;
}

.layout-header__logo {
  background: url(/i/sco_logo_ufa.png) 0 0 no-repeat;
  display: block;
  height: 145px;
  float: left;
  margin: 37px 0 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  width: 108px;
}

.layout-header__lang-n-desc {
  float: left;
  border-left: 2px solid #ffffff;
  margin: 35px 0 0 32px;
  padding: 0 0 0 12px;
  width: 240px;
}
.chn .layout-header__lang-n-desc {
  position: absolute;
  height: 145px;
  left: 112px;
  width: auto;
}
.eng .layout-header__lang-n-desc {
  width: 160px;
}

.layout-header__lang {
  float: left;
  color: #ffffff;
  font-size: 14px;
  margin: 14px 0 0 80px;
  min-width: 52px;
}
.chn .layout-header__lang {
  margin-left: 65px;
}
.layout-header__lang a {
  display: block;
  margin: 2px;
  padding: 4px 6px;
  text-transform: uppercase;
  text-align: center;
}
.layout-header__lang a.active {
  background-color: #000000;
}
.layout-header__lang a:hover {
  background-color: #000000;
}

.layout-header__desc {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
}

.layout-header__desc.layout-header__lang-320 {
  display: none;
}

.layout-header__navi {
  float: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  height: 201px;
  width: 340px;
}
.chn .layout-header__navi {
  height: auto;
  width: 490px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
  left: 2%;
}

.layout-header__navi-items {
  margin-top: 33px;
}

.layout-header__navi-item {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin: 4px 0 4px 7px;
  padding: 9px 2px 9px 12px;
  text-transform: uppercase;
  width: 142px;
}
.chn .layout-header__navi-item {
  width: 120px;
  margin-left: 25px;
}

.layout-header__navi-item:hover {
  background-color: #193476;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}

.layout-header__navi-item a {
  color: #ffffff;
}

.layout-header__ch_lng {
  float: left;
  display: block;
  margin: 33px 0 0 0px;
}
.chn .layout-header__ch_lng {
  margin-top: 70px;
  margin-left: 30px;
}

.layout-header__accred {
  background-color: #ff0000;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  float: right;
  margin: 13px 7px 0 0;
  padding: 11px 40px 10px;
  text-transform: uppercase;
  text-align: center;
}
.layout-header__accred a {
  color: #ffffff;
}

@media only screen and (max-width: 567px) {
  .layout-header {
    background: url(/i/sco_bg_header_top640.jpg) 0 0 repeat-x;
  }
  .layout-header .layout-header__content {
    width: auto;
  }
  .layout-header .layout-header__content:before {
    background: none;
  }
  .layout-header .layout-header__content:after {
    background: none;
  }
  .layout-header .layout-header__logo {
    background: url(/i/sco_logo_ufa_320.png) 0 0 no-repeat;
    height: 63px;
    margin: 57px 0 0 15px;
    float: none;
    width: 196px;
  }
  .layout-header .layout-header__logo2 {
    background: url(/i/sco-logo640.png) 0 0 no-repeat;
    left: 0px;
    top: 296px;
    height: 113px;
    width: 124px;
  }
  .layout-header .layout-header__ch_lng {
    margin: 0;
    position: absolute;
    top: 0;
    /*bottom: 308px;*/
    right: -6%;
  }
  .layout-header .layout-header__lang {
    margin: 0 35px 0 0;
    position: relative;
    top: 35px;
    font-size: 14px;
  }
  .layout-header .layout-header__lang a {
    display: block;
    margin: 1px 2px;
    padding: 4px 0;
  }
  .layout-header .layout-header__top {
    min-height: 408px;
  }
  .chn .layout-header .layout-header__navi {
    width: 377px;
    margin-top: 0px;
    margin-bottom: 22px;
  }
  .layout-header .layout-header__navi-items {
    margin: 12px 0 0 17px;
  }
  .layout-header .layout-header__navi-item {
    margin: 1px 0 3px 0px;
    padding: 9px 0 9px 10px;
  }
  .chn .layout-header .layout-header__navi-item {
    width: 150px;
    margin-left: 0;
  }
  .layout-header .layout-header__desc {
    display: none;
  }
  .layout-header .layout-header__desc.layout-header__lang-320 {
    display: block;
    font-size: 10px;
    line-height: 13px;
    -webkit-text-size-adjust: none;
  }
  .layout-header .layout-header__lang-n-desc {
    border: 0;
    float: none;
    margin: 14px 0 0 4px;
    padding: 0 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }
  .layout-header .layout-header__ch_lng {
    float: right;
  }
  .layout-header .layout-header__lang {
    margin: 14px 35px 0 0;
  }
  .layout-header .layout-header__accred,
  .layout-header .search-widget {
    margin-top: 40px;
  }
}

@media screen and (min-width: 568px) and (max-width: 1000px) {
  .layout-header {
    background-position-x: -900px;
  }
  .layout-header .layout-header__content {
    width: auto;
  }
  .layout-header .layout-header__content:before {
    left: -232px;
  }
  .layout-header .layout-header__content:after {
    top: -30px;
    right: -530px;
  }
  .layout-header .layout-header__logo {
    margin: 37px 30px 0 30px;
  }
  .chn .layout-header .layout-header__logo {
    margin: 40px 10px 15px 15px;
  }
  .layout-header .layout-header__desc {
    display: none;
  }
  .layout-header .layout-header__desc.layout-header__lang-320 {
    display: block;
    font-size: 10px;
    line-height: 13px;
    -webkit-text-size-adjust: none;
  }
  .layout-header .layout-header__ch_lng {
    float: right;
    margin-top: 57px;
    margin-left: 0px;
  }
  .layout-header .layout-header__lang {
    margin: 14px 5px 0 0;
  }
  .layout-header .layout-header__desc {
    font-size: 11px;
    line-height: 13px;
  }
  .layout-header .layout-header__lang-n-desc {
    float: none;
    border: 0;
    margin: 14px 0 0 5px;
    padding: 0 12px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .chn .layout-header .layout-header__navi {
    height: auto;
    margin-top: 15px;
    position: relative;
    width: 276px;
    z-index: 10;
  }
  .chn .layout-header .layout-header__navi-items {
    margin-top: 0;
  }
  .chn .layout-header .layout-header__navi-item {
    margin-left: 0;
  }
}

.layout-footer {
  background: url("/i/sco_bg_greyline.png") 0 0;
  overflow: hidden;
  *zoom: 1;
}
.layout-footer .banners {
  margin-bottom: 100px;
}
.layout-footer .banners img {
  border: 1px solid #868686;
  height: auto;
  max-width: 100%;
}

.layout-footer__content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.layout-footer__content-inner {
  position: relative;
  padding: 27px 0;
  overflow: hidden;
  *zoom: 1;
  z-index: 1;
}

.layout-footer__navi {
  font-weight: bold;
}
.layout-footer__navi .layout-footer__navi-item:nth-child(1) {
  display: none;
}
.layout-footer__navi .layout-footer__navi-item:nth-child(4),
.layout-footer__navi .layout-footer__navi-item:nth-child(5),
.layout-footer__navi .layout-footer__navi-item:nth-child(6) {
  font-size: 14px;
  padding-left: 20px;
}
.layout-footer__navi a:hover {
  text-decoration: underline;
}

.layout-footer__navi-title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 29px;
}

.layout-footer__navi-item + .layout-footer__navi-item {
  margin-top: 16px;
}

.layout-footer__navi_main {
  float: left;
  padding-top: 4px;
  width: 320px;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  /*	
  	.layout-footer__navi-item:first-child  {
  		padding-bottom: 2px;
  		a {
  		
  			font-weight: bold;
  			color: #686868;
  		}
  	}
  */
}
.layout-footer__navi_main .layout-footer__navi-item {
  color: #686868;
  margin-top: 0;
}
.layout-footer__navi_main .layout-footer__navi-item a {
  font-weight: normal;
  color: #686868;
}
.layout-footer__navi_main.footer_col {
  padding: 15px 0;
  width: 220px;
}
.layout-footer__navi_main.footer_col_320 {
  display: none;
}

.layout-footer__navi_about {
  float: left;
  margin-left: 31px;
  width: 240px;
}

.layout-footer__navi_mm {
  float: left;
}
.layout-footer__navi_mm .layout-footer__navi-item + .layout-footer__navi-item {
  margin-top: 12px;
}

.layout-footer__right {
  float: right;
}

.layout-footer__channels {
  float: right;
  margin-top: 29px;
}

.layout-footer__search-widget {
  width: 388px;
}

.layout-footer {
  width: 100%;
}
@media only screen and (max-width: 567px) {
  .layout-footer .layout-footer__summits-list {
    width: auto;
    margin: 0;
    padding: 15px;
  }
  .layout-footer .layout-footer__summits-list a {
    display: block;
    float: none;
  }
}
.layout-footer .layout-footer__bottom-320 {
  display: none;
  height: 45px;
  padding-top: 17px;
  background: #f3f3f3 url("/i/bg-footer-400.jpg") no-repeat 100% 0%;
  border-top: 3px solid #d3d3d2;
  text-align: center;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item {
  display: inline-block;
  margin: 0 8px;
  width: 27px;
  height: 27px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url('/i/sprites/icons-sf44adf8d14.png');
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_rss {
  background-position: -54px -280px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_rss:hover {
  background-position: -27px -280px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_fb {
  background-position: -54px -117px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_fb:hover {
  background-position: -27px -117px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_vk {
  background-position: -54px -366px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_vk:hover {
  background-position: -27px -366px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_tw {
  background-position: -54px -323px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_tw:hover {
  background-position: -27px -323px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_fl {
  background-position: -54px -160px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_fl:hover {
  background-position: -27px -160px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_ig {
  background-position: -54px -203px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_ig:hover {
  background-position: -27px -203px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_yt {
  background-position: -54px -409px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_yt:hover {
  background-position: -27px -409px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_mp {
  width: 31px;
  height: 27px;
  background-position: -132px -240px;
}
.layout-footer .layout-footer__bottom-320 .layout-footer__item_mp:hover {
  background-position: -71px -240px;
}
@media only screen and (max-width: 567px) {
  .layout-footer .banners {
    margin-right: 10px;
    margin-left: 10px;
  }
  .layout-footer .layout-footer__content {
    width: 100%;
  }
  .layout-footer .layout-footer__navi_main {
    font-size: 14px;
    width: 35%;
  }
  .layout-footer .layout-footer__content-inner {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 70px;
  }
  .layout-footer .layout-footer__content-inner .layout-footer__navi .layout-footer__navi-item:nth-child(1) {
    display: block;
  }
  .layout-footer .layout-footer__content-inner .layout-footer__navi a:hover {
    text-decoration: underline;
  }
  .layout-footer .layout-footer__navi_main.footer_col {
    display: none;
  }
  .layout-footer .layout-footer__navi_main.footer_col_320 {
    display: block;
    padding-left: 0;
  }
  .layout-footer .layout-footer__navi_main.footer_col_320 .layout-footer__navi-item {
    padding-left: 0;
  }
}

.layout-footer .layout-footer__navi_mm-800 {
  display: none;
  float: left;
  margin-left: 30px;
}
.layout-footer .layout-footer__channels-800 {
  display: none;
  width: 27px;
  float: right;
}
.layout-footer .layout-footer__channels-800 aside {
  margin: 0 0 0 10px !important;
}
.layout-footer .layout-footer__channels-800 aside a {
  margin: 0 0 15px 0 !important;
}
.layout-footer .layout-footer__search-800 {
  display: none;
}
.layout-footer .layout-footer__search-800 .search-widget {
  float: left;
  margin: 25px 0 0 32px;
}
.layout-footer .layout-footer__search-800 .search-widget .search-widget__under {
  display: none;
}
@media screen and (min-width: 568px) and (max-width: 1000px) {
  .layout-footer {
    width: 100%;
  }
  .layout-footer .layout-footer__content {
    width: auto;
    margin: 0 15px;
    border: 0;
  }
  .layout-footer .layout-footer__content:before {
    top: 0px;
    left: 28%;
  }
  .layout-footer .layout-footer__content .layout-footer__content-inner .layout-footer__navi {
    font-weight: bold;
  }
  .layout-footer .layout-footer__content .layout-footer__content-inner .layout-footer__navi .layout-footer__navi-item:nth-child(1) {
    display: none;
  }
  .layout-footer .layout-footer__content .layout-footer__content-inner .layout-footer__navi .layout-footer__navi-item:nth-child(4),
  .layout-footer .layout-footer__content .layout-footer__content-inner .layout-footer__navi .layout-footer__navi-item:nth-child(5),
  .layout-footer .layout-footer__content .layout-footer__content-inner .layout-footer__navi .layout-footer__navi-item:nth-child(6) {
    font-size: 14px;
    padding-left: 20px;
  }
  .layout-footer .layout-footer__content .layout-footer__content-inner .layout-footer__navi a:hover {
    text-decoration: underline;
  }
  .layout-footer .layout-footer__content-inner {
    padding: 25px;
  }
  .layout-footer .layout-footer__navi_main {
    width: 30%;
  }
  .layout-footer .layout-footer__navi_about {
    width: 220px;
  }
  .layout-footer .layout-footer__right {
    display: none;
  }
  .layout-footer .layout-footer__navi_mm-800 {
    display: inline;
  }
  .layout-footer .layout-footer__channels-800 {
    display: block;
  }
  .layout-footer .layout-footer__search-800 {
    display: block;
  }
}

body {
  font-family: Circe, Verdana, Geneva, sans-serif;
}
@media only screen and (max-width: 567px) {
  body img {
    height: auto;
    max-width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  @viewport {
    width: 400px;
  }
}
a {
  color: inherit;
  color: expression(this.parentNode.currentStyle["color"]);
  text-decoration: none;
}

.i-clearfix {
  overflow: hidden;
  *zoom: 1;
}

.i-pie-clearfix {
  *zoom: 1;
}
.i-pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.i-clear {
  clear: both;
}

.i-a-img {
  display: inline-block;
  vertical-align: middle;
}
.i-a-img img {
  vertical-align: middle;
}

.i-f_left {
  float: left;
}

.i-f_right {
  float: right;
}

.i-mb_15 {
  margin-bottom: 15px;
}

.i-mb_25 {
  margin-bottom: 25px;
}

.i-mb_30 {
  margin-bottom: 30px;
}

.i-ml_20 {
  margin-left: 20px;
}

.i-mv_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.i-mv_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.i-pv_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*! jQuery UI - v1.10.3 - 2013-12-09
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 0 0 10px;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.article-type {
  display: inline-block;
  width: 48px;
  height: 48px;
  -moz-border-radius: 51%;
  -webkit-border-radius: 51%;
  border-radius: 51%;
  background: #005da2;
}
.article-type:before {
  content: '';
  display: block;
}

.article-type_photo:before {
  margin: 12px 0 0 10px;
  width: 28px;
  height: 22px;
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -622px no-repeat;
}

.article-type_infographics:before {
  margin: 13px 0 0 11px;
  width: 28px;
  height: 22px;
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -584px no-repeat;
}

.article-type_video:before {
  color: #fff;
  width: 0;
  height: 0;
  border: 10px inset transparent;
  border-left: 18px solid;
  border-right: 0;
  margin: 14px 0 0 18px;
}

.channels {
  overflow: hidden;
  *zoom: 1;
  margin-left: 25px;
}

.channels__item {
  display: block;
  width: 27px;
  height: 27px;
  float: left;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url('/i/sprites/icons-sf44adf8d14.png');
  margin-right: 5px;
}

.channels__item_rss {
  background-position: 0 -280px;
  vertical-align: baseline;
}
.channels__item_rss:hover {
  background-position: -27px -280px;
}

.channels__item_fb {
  background-position: 0 -117px;
  vertical-align: baseline;
}
.channels__item_fb:hover {
  background-position: -27px -117px;
}

.channels__item_vk {
  background-position: 0 -366px;
  vertical-align: baseline;
}
.channels__item_vk:hover {
  background-position: -27px -366px;
}

.channels__item_tw {
  background-position: 0 -323px;
  vertical-align: baseline;
}
.channels__item_tw:hover {
  background-position: -27px -323px;
}

.channels__item_fl {
  background-position: 0 -160px;
  vertical-align: baseline;
}
.channels__item_fl:hover {
  background-position: -27px -160px;
}

.channels__item_ig {
  background-position: 0 -203px;
  vertical-align: baseline;
}
.channels__item_ig:hover {
  background-position: -27px -203px;
}

.channels__item_yt {
  background-position: 0 -409px;
  vertical-align: baseline;
}
.channels__item_yt:hover {
  background-position: -27px -409px;
}

.channels__item_mp {
  background-position: 0 -246px;
  width: 31px;
  height: 18px;
  position: relative;
  top: 6px;
  vertical-align: baseline;
}
.channels__item_mp:hover {
  background-position: -71px -246px;
}

.channels_default .channels__item {
  float: left;
}
.channels_default .channels__item + .channels__item {
  margin-left: 15px;
}

.channels_vertical .channels__item + .channels__item {
  margin-top: 7px;
}

.datepicker {
  font-weight: bold;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 55px;
  /*		
  			td {
  				border: 0px solid #e2e2e2;
  				color: #686868;
  				height: 76px;
  				font-weight: normal; 
  				font-size: 35px;
  				padding: 0; 
  				text-align: center;
  				vertical-align: middle;
  				width: 76px;
  				
  
  				a, span { 
  					
  					
  					
  				}
  				a {
  					&:hover { 
  						text-decoration: underline; 
  					}
  				}
  				&.ui-datepicker-other-month {
  				    
  				    
  				    span {
  				        color: #aeaeae;
  			    	}
  				}
  				&.available {
  				    background-color: #005da3;
  					border: 2px solid #005DA3;
  					border-radius: 50%;
  					content: attr(data-num);
  					display: block;
  					height: 63px;
  					line-height: 64px;
  					margin: 10px auto;
  					text-align: center;
  					width: 63px;
  					
  					a {
  						color: #ffffff;
  					}
  				    
  				    &.ui-datepicker-current-day {
  				        background-color: #0b9dd9;
  				    }
  				}
  			}
  */
  /*
  .ui-datepicker-current-day { 
  	color: #686868; 
  	text-align: center;
  	
  		span {
  			background-color: #ffffff;
  			border: 2px solid #005DA3;
  			border-radius: 50% 50% 50% 50%;
  			content: attr(data-num);
  			display: block;
  			height: 43px;
  			line-height: 45px;
  			margin: 10px auto;
  			text-align: center;
  			width: 63px;
  		}
  	
  }
  */
}
.datepicker .ui-datepicker {
  width: auto;
  padding: 0;
}
.datepicker .ui-datepicker-header {
  height: 30px;
  padding: 0;
  margin-bottom: 19px;
  margin-left: 22px;
  text-align: center;
  width: 170px;
}
.datepicker .ui-datepicker-title {
  color: #686868;
  display: inline;
  font-size: 23px;
  line-height: 26px;
  /* selectmenu */
  /* selectmenu */
}
.datepicker .ui-datepicker-title .ui-selectmenu-button {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.datepicker .ui-datepicker-title .ui-selectmenu-button span.ui-icon {
  left: auto;
  margin-top: -12px;
  position: absolute;
  right: 0;
  top: 50%;
}
.datepicker .ui-datepicker-title .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 1.4;
  overflow: hidden;
  padding: 0 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.datepicker .ui-datepicker-title .ui-state-default {
  position: absolute;
  right: -415px;
  color: #555555;
  font-weight: normal;
}
.datepicker .ui-datepicker-title .ui-icon {
  background-image: url("/i/select.png");
  height: 25px;
  width: 21px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  top: 0;
  width: 16px;
  height: 30px;
  cursor: pointer;
}
.datepicker .ui-datepicker-prev {
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -73px no-repeat;
  left: 15px;
}
.datepicker .ui-datepicker-next {
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -29px no-repeat;
  right: 10px;
}
.datepicker table {
  margin: 0;
}
.datepicker th {
  color: #686868;
  padding: 0 1px 14px;
  font-size: 14px;
  text-transform: uppercase;
}
.datepicker tbody {
  font-size: 35px;
  line-height: 23px;
}
.datepicker td {
  border: 0;
  color: #686868;
  height: 76px;
  font-weight: bold;
  padding: 0;
  width: 76px;
}
.datepicker td a, .datepicker td span {
  display: block;
  padding: 10px 1px;
  text-align: center;
}
.datepicker td a:hover {
  text-decoration: underline;
}
.datepicker td.ui-datepicker-other-month span {
  color: #a6a6a8;
}
.datepicker td.available a {
  background-color: #005DA3;
  border: 2px solid #005DA3;
  border-radius: 50% 50% 50% 50%;
  color: #FFFFFF;
  content: attr(data-num);
  display: block;
  height: 43px;
  line-height: 44px;
  margin: 10px auto;
  text-align: center;
  width: 63px;
}
.datepicker td.available.ui-datepicker-current-day a {
  background-color: #7dd4cd;
  border: 2px solid #7dd4cd;
  border-radius: 50% 50% 50% 50%;
  color: #FFFFFF;
  content: attr(data-num);
  display: block;
  height: 43px;
  line-height: 44px;
  margin: 10px auto;
  text-align: center;
  width: 63px;
}
.datepicker .ui-datepicker-today {
  color: #005da3;
}
.datepicker .ui-datepicker-today span {
  background-color: #ffffff;
  border: 2px solid #005DA3;
  border-radius: 50% 50% 50% 50%;
  content: attr(data-num);
  display: block;
  height: 43px;
  line-height: 45px;
  margin: 10px auto;
  text-align: center;
  width: 63px;
}

/* selectmenu */
.ui-selectmenu-menu {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.ui-selectmenu-menu .ui-menu {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 1px;
}

.ui-selectmenu-open {
  display: block;
}

.ui-menu .ui-menu-item {
  background: none repeat scroll 0 0 #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  left: 0;
  margin: 2px 0;
  min-height: 0;
  padding: 4px 10px 4px 24px;
  position: relative;
  width: 49px;
  opacity: .93;
}

.ui-front {
  z-index: 100;
}

/* selectmenu */
.datepicker__month-picker {
  display: none;
  border: 1px solid #0a9cd8;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  *zoom: 1;
  position: relative;
  color: #a6a6a8;
  font-weight: normal;
  font-size: 20px;
}
.datepicker__month-picker:after {
  content: "";
  display: table;
  clear: both;
}
.datepicker__month-picker ul {
  float: left;
}
.datepicker__month-picker ul + ul {
  border-left: 1px solid #f7f7f7;
  padding-left: 13px;
  margin-left: 16px;
}
.datepicker__month-picker li {
  padding: 7px 28px 4px 19px;
}
.datepicker__month-picker li + li {
  border-top: 1px solid #eeeeee;
}

.datepicker__arrow {
  position: absolute;
  top: -9px;
  left: 50%;
  display: block;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px inset transparent;
  border-bottom: 9px solid #0b9cd9;
  border-top: 0;
}
.datepicker__arrow:after {
  position: absolute;
  top: 1px;
  left: -9px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 9px inset transparent;
  border-bottom: 8px solid #fff;
  border-top: 0;
}

.ui-datepicker-month {
  font-size: 23px;
  cursor: pointer;
}

.ui-datepicker-year {
  position: absolute;
  left: 516px;
}
.ui-datepicker-year.posHidden {
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 568px) and (max-width: 1000px) {
  .ui-datepicker-year {
    left: 634px;
  }
}
@media only screen and (max-width: 567px) {
  .datepicker tbody {
    font-size: 25px;
  }
  .datepicker td {
    height: 40px;
    width: 40px;
  }
  .datepicker td a, .datepicker td span {
    padding: 0;
  }
  .datepicker td.available a {
    height: 40px;
    line-height: 43px;
    margin: 10px auto;
    text-align: center;
    width: 40px;
  }
  .datepicker td.available.ui-datepicker-current-day a {
    height: 40px;
    line-height: 43px;
    margin: 10px auto;
    width: 40px;
  }
  .datepicker .ui-datepicker-header {
    margin-left: 0;
  }
  .datepicker .ui-datepicker-today span {
    height: 40px;
    line-height: 43px;
    width: 40px;
  }
}

.heading {
  color: #686868;
  font-weight: bold;
}

.heading {
  color: #686868;
  font-weight: normal;
}

.summits-list {
  border-top: 11px solid #005da3;
  padding: 30px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}
.summits-list .summits-list__item {
  display: inline-block;
  width: 223px;
  border: 1px solid #f4f4f4;
  padding: 5px 10px 7px;
  margin: 0 14px;
  background: #fff;
}
.summits-list .summits-list__item:before {
  content: '';
  display: inline-block;
  margin-right: 12px;
}
.summits-list .summits-list__item:hover {
  border: 3px solid #0b9dd9;
  padding: 3px 8px 5px;
}
.summits-list .summits-list__item_b8:before {
  width: 57px;
  height: 57px;
  background: url('/i/sprites/common-s2ecdf7c4ab.png') -117px 0 no-repeat;
  vertical-align: -18px;
}
.summits-list .summits-list__item_c8:before {
  width: 58px;
  height: 57px;
  background: url('/i/sprites/common-s2ecdf7c4ab.png') -59px 0 no-repeat;
  vertical-align: -18px;
}
.summits-list .summits-list__item_y8:before {
  width: 59px;
  height: 57px;
  background: url('/i/sprites/common-s2ecdf7c4ab.png') 0 0 no-repeat;
  vertical-align: -18px;
}

.ann-news_media {
  border: 2px solid #005da2;
  background: #ffffff;
  position: static;
  width: 288px;
}
.ann-news_media img {
  max-width: 100%;
  height: auto;
}
.ann-news_media:before {
  display: block;
  border: 5px solid rgba(0, 93, 162, 0);
}
.ann-news_media .article_item-media__pic {
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 30px;
  position: absolute;
  z-index: 300;
  top: -10px;
}
.ann-news_media .article_item-media__pic img {
  max-width: 930px;
  height: auto;
}
.ann-news_media .article_item-media__copy {
  font-size: 12px;
  margin: 10px 0 0;
}
.ann-news_media .article_item-media__title {
  padding: 25px 0;
  line-height: 1.4;
  font-size: 16px;
}
.ann-news_media .modal-close {
  cursor: pointer;
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -893px;
  position: absolute;
  right: 30px;
  top: 45px;
  width: 59px;
  height: 56px;
}
.ann-news_media .buttons a {
  border: 0;
  display: inline-block;
  margin-left: 0px;
  padding: 5px 10px 6px 10px;
  *zoom: 1;
}
.ann-news_media .buttons a:after {
  content: "";
  display: table;
  clear: both;
}
.ann-news_media .buttons i.download {
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -951px;
}
.ann-news_media .buttons i {
  display: inline-block;
  float: left;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  margin-top: 0;
  cursor: pointer;
}
.ann-news_media .buttons label {
  float: left;
  line-height: 43px;
  padding: 0;
  cursor: pointer;
}

.ann-news {
  background: #ffffff;
  position: relative;
  width: 312px;
  border: 2px solid #005da2;
}
.ann-news:before {
  content: '';
  display: block;
  border: 0 solid rgba(0, 93, 162, 0);
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 5px solid rgba(0, 93, 162, 0);
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.ann-news:hover:before {
  border-width: 5px;
  border-color: #005da2;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.ann-news__inner {
  display: block;
  position: relative;
}

.ann-news__pic {
  position: relative;
}
.ann-news__pic img {
  vertical-align: middle;
}

.ann-news__article-type {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.ann-news__desc {
  padding: 20px 15px;
}

.ann-news__meta {
  position: relative;
  min-height: 24px;
  margin-bottom: 15px;
}

.ann-news__date {
  color: #404347;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.ann-news__date b {
  font-weight: 800;
  font-size: 35px;
}
.ann-news__date b:last-child {
  font-size: 25px;
}

.ann-news__photo-count,
.ann-news__file-size {
  position: absolute;
  right: 0;
  bottom: 8px;
  float: right;
  font-size: 15px;
}
.ann-news__photo-count b,
.ann-news__file-size b {
  color: #005da2;
  font-size: 14px;
  font-weight: bold;
  margin: 0 8px 0 0;
  text-transform: uppercase;
}
.ann-news__photo-count b img,
.ann-news__file-size b img {
  margin: 0 8px;
  vertical-align: middle;
}
.ann-news__photo-count b a,
.ann-news__file-size b a {
  color: #005da2;
  text-decoration: none;
}

.ann-news__photo-count {
  padding-left: 22px;
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 0 no-repeat;
}

.ann-news__title {
  font-size: 20px;
  line-height: 27px;
}

.ann-news__item_doc:before {
  border-color: #ccc;
}
.ann-news__item_doc:hover:before {
  border-color: #005da3;
}
.ann-news__item_doc .ann-news__inner {
  min-height: 120px;
  padding-bottom: 20px;
}

.ann-news__file-size {
  right: 0;
  font-size: 15px;
  line-height: 1;
}
.ann-news__file-size .icon {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 13px;
}
.ann-news__file-size .download {
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -482px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.ann-news__item_event {
  font-weight: normal;
  line-height: 1.4;
}
.ann-news__item_event .ann-news__program-date {
  font-weight: bold;
  margin-bottom: 5px;
}
.ann-news__item_event .ann-news__program-cal {
  margin: 0 0 10px 20px;
  width: 30px;
  height: 30px;
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -764px;
}
.ann-news__item_event .ann-news__program-cal:hover {
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -718px;
}
.ann-news__item_event .ann-news__title {
  font-weight: normal;
}
.ann-news__item_event .ann-news__accred {
  margin-top: 20px;
}
.ann-news__item_event .ann-news__accred-title {
  font-weight: bold;
}

@media only screen and (max-width: 567px) {
  .ann-news_media .article_item-media__pic {
    padding: 9px;
    max-width: 280px;
  }
  .ann-news_media .article_item-media__pic img {
    height: auto;
    max-width: 100%;
  }
  .ann-news_media .modal-close {
    right: 9px;
    top: 20px;
  }

  .ann-news {
    margin-right: 15px;
    width: auto;
  }
  .ann-news .ann-news__pic {
    display: none;
  }
}
@media screen and (min-width: 568px) and (max-width: 1000px) {
  .ann-news_media .article_item-media__pic {
    padding: 20px;
    max-width: 700px;
  }
  .ann-news_media .article_item-media__pic img {
    height: auto;
    max-width: 100%;
  }
  .ann-news_media .modal-close {
    right: 20px;
    top: 20px;
  }

  .ann-news {
    width: 294px;
  }
  .ann-news .ann-news__pic img {
    width: 100%;
  }
}
.ann-list {
  margin: 0;
}
.ann-list.annonce {
  margin-left: 10px;
  width: 312px;
}
.ann-list.i-m_12 {
  margin-left: 12%;
}

.ann-list__header {
  margin-bottom: 15px;
  font-size: 25px;
}

.ann-list__item {
  margin-bottom: 25px;
}

.ann-list__footer {
  margin-top: 10px;
}

.ann-list__pagination {
  font-weight: bold;
  font-size: 24px;
  font-style: normal;
  line-height: 35px;
  text-align: center;
}

.ann-list__pagination-button {
  background: #ffffff;
  border: 1px solid #686868;
  display: block;
  width: 128px;
  margin: 0;
  padding: 10px 15px;
  text-transform: lowercase;
  -moz-box-shadow: 0 #686868;
  -webkit-box-shadow: 0 #686868;
  box-shadow: 0 #686868;
  -moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.ann-list__pagination-button:hover {
  -moz-box-shadow: 0 2px 2px #686868;
  -webkit-box-shadow: 0 2px 2px #686868;
  box-shadow: 0 2px 2px #686868;
}
.ann-list__pagination-button.blue_button {
  background: #005DA2;
  color: #ffffff;
  margin: 0 auto;
}

.documents .ann-news__photo-count,
.documents .ann-news__file-size {
  bottom: -50px;
  white-space: nowrap;
}
.documents .ann-list__header {
  color: #686868;
  font-size: 42px;
  margin: 40px 0 50px;
  text-align: center;
  text-transform: uppercase;
}
.documents .ann-news__item_doc:before {
  border: none;
}
.documents .ann-news__item_doc .ann-news:hover:before {
  border: none;
}
.documents .ann-news__item_doc .ann-news__inner {
  padding: 0;
}
.documents .ann-news {
  background-color: transparent;
  border-bottom: 1px solid  #a2a2a2;
  border-left: 1px solid #a2a2a2;
  border-right: none;
  border-top: none;
  display: block;
  font-size: 16px;
  font-style: normal;
  float: left;
  line-height: 1.3;
  margin: 0 0 100px 0;
  text-align: left;
  width: 228px;
}
.documents .ann-news:nth-child(4) {
  margin-right: 0;
}
.documents .ann-news .ann-news__desc {
  background: url("/i/sco_page.png") 100% 0 no-repeat;
  color: #404040;
  padding: 50px 15px 20px;
  min-height: 238px;
}
.documents .ann-news li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 567px) {
  .ann-list {
    width: auto;
    padding: 0 15px 0 0;
  }
  .ann-list.annonce {
    margin: 0;
    width: auto;
  }
  .ann-list .ann-list__items {
    width: auto;
    margin: auto;
  }
  .ann-list .ann-list__header {
    margin: 34px 0 24px;
  }
  .ann-list .ann-list__pic {
    display: none;
  }
  .ann-list .ann-list__item {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 15px;
  }
  .ann-list .ann-list__item.ann-news__item_doc {
    margin: 0 auto 70px;
  }
  .ann-list .ann-list__item.ann-news__item_doc .ann-news__title {
    font-size: 19px;
  }
  .ann-list .ann-list__item.ann-news__item_doc .ann-news__file-size {
    right: 15%;
  }
  .ann-list .ann-list__heading {
    font-size: 30px;
    text-transform: uppercase;
  }
  .ann-list .ann-list__footer {
    margin: 10px auto 30px;
  }
  .ann-list.documents .ann-list__heading {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 25px;
  }
  .ann-list.documents .ann-list__items {
    width: 75%;
    margin: auto;
  }
  .ann-list .ann-list__pagination-button {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 321px) and (max-width: 570px) {
  .ann-list.documents .ann-list__items {
    margin: auto;
    width: 40%;
  }
}

@media screen and (min-width: 568px) and (max-width: 1000px) {
  .ann-list {
    width: auto;
    padding: 0 15px 0 0;
  }
  .ann-list.annonce {
    margin: 0 auto;
    width: auto;
    position: relative;
  }
  .ann-list .ann-list__pic {
    display: none;
  }
  .ann-list .ann-list__items {
    width: auto;
  }
  .ann-list .ann-list__item {
    margin: 0 0 25px 0;
  }
  .ann-list .ann-list__item.ann-news__item_doc {
    margin-bottom: 70px;
    width: 200px !important;
  }
  .ann-list .ann-list__item.ann-news__item_doc .ann-news__title {
    font-size: 19px;
  }
  .ann-list.documents .ann-list__heading {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 25px;
  }
  .ann-list .ann-list__header {
    margin-bottom: 25px;
    margin-left: 0;
    text-transform: uppercase;
  }
  .ann-list .ann-list__footer {
    margin: 10px auto 30px;
    top: -20px;
    left: 275px;
    width: 160px;
  }
  .ann-list .ann-list__footer a {
    color: #ffffff;
  }
  .ann-list .ann-list__pagination-button {
    background-color: #005DA3;
  }
}

.program .program__list_accred {
  margin: 0;
}

.program__header {
  color: #686868;
  font-size: 42px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.program__footer {
  margin-top: 10px;
}

.program__pagination {
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  line-height: 35px;
  text-align: center;
  padding-right: 20px;
}

.program__pagination-button {
  background: #ffffff;
  border: 1px solid #686868;
  color: #686868;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 12px;
  text-transform: uppercase;
  -moz-box-shadow: 0 #686868;
  -webkit-box-shadow: 0 #686868;
  box-shadow: 0 #686868;
  -moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.program__pagination-button:hover {
  -moz-box-shadow: 0 2px 2px #686868;
  -webkit-box-shadow: 0 2px 2px #686868;
  box-shadow: 0 2px 2px #686868;
}

.program__content {
  float: right;
  margin: 0;
  width: 640px;
}

.program__datepicker {
  margin-bottom: 10px;
}

.program__list_nav_index {
  position: relative;
  margin: 15px 0 20px;
}
.program__list_nav_index dt, .program__list_nav_index dd {
  display: inline-block;
  margin-right: 11px;
  font-weight: bold;
  font-size: 11px;
}
.program__list_nav_index dd a {
  border-bottom: 4px solid #005da3;
  line-height: 1.1;
}

.program__list_items_index {
  position: absolute;
  z-index: 10;
}
.program__list_items_index .icon {
  display: inline-block;
  vertical-align: middle;
}
.program__list_items_index .cal {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -764px;
}
.program__list_items_index .cal:hover {
  background: url('/i/sprites/icons-sf44adf8d14.png') 0 -718px;
}

.program__list_date {
  font-size: 18px;
  margin-bottom: 5px;
}

.program__list_arrow_index {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  font-weight: bold;
  font-family: Verdana;
  color: #a1a0a0;
  line-height: 1;
}

.program__list_title_index {
  font-weight: bold;
  position: relative;
  padding-right: 60px;
  padding-bottom: 0;
}
.program__list_title_index:first-child {
  padding-bottom: 12px;
}

.program__list_item_index {
  background-color: #FFFFFF;
  box-shadow: outset 0 0 2px 0 #005DA2;
  opacity: .95;
  border: 1px solid #005DA2;
  border-radius: 10px 10px 10px 10px;
  color: #000000;
  padding: 10px;
  margin-bottom: 4px;
  width: 250px;
}

.program__list_descr_index {
  line-height: 1.2;
  font-size: 18px;
  padding-bottom: 0;
}
.program__list_descr_index a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 567px) {
  .ui-datepicker-year {
    left: 240px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 570px) {
  .ui-datepicker-year {
    left: 460px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 520px) {
  .ui-datepicker-year {
    left: 240px;
  }
}
/*
	.buttons {
		
		@include pie-clearfix;
		position: relative;
		margin: 0 25px 25px 10px;
		


		a {
			
			display: inline-block;
			margin: 0 11px 11px 0;
			@include pie-clearfix;
			

			i {
				display: inline-block;	
				float: left;
				width: 42px;
				height: 42px;
				margin-right: 10px;
				cursor: pointer;
			}


			label {
				float: left;
				padding-top: 13px;
				border-bottom: 1px dashed #005da3;
				cursor: pointer;
				text-transform: lowercase;
			}


			i.photos {
				background: isprite('round-photos');
			}


			i.print {
				background: isprite('round-print');
			}


			i.share {
				background: isprite('round-share');
			}


			u.arrow {
				display: inline-block;
				float: left;
				width: 9px;
				height: 5px;
				margin: 21px 0 0 5px;
				background: url('/i/arrows/arrow-down-9x5-blue.png') 0% 0% no-repeat;
			}



		}



		


	}
*/
@media only screen and (max-width: 567px) {
  .program {
    margin: 0 auto;
    width: auto;
  }
  .program .program__content {
    float: none;
    margin: 0 0 0 10px;
    width: auto;
  }
  .program .program__heading {
    font-size: 35px;
    line-height: 50px;
  }
  .program .program__header {
    font-size: 35px;
    margin: 50px auto 25px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 320px;
  }
  .program .ui-datepicker-year {
    right: 0;
    left: 240px;
  }
  .program .program__list_items_index {
    position: static;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 570px) {
  .program .ui-datepicker-year {
    left: 460px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 520px) {
  .program .ui-datepicker-year {
    left: 240px;
  }
}

@media screen and (min-width: 568px) and (max-width: 1000px) {
  .program {
    margin: 0 auto 50px;
    width: auto;
  }
  .program .program__content {
    float: none;
    margin: 0 auto;
    width: 98%;
  }
  .program .program__list_items_index {
    position: static;
  }
  .program .ui-datepicker-year {
    left: 645px;
  }
}

.sherpas_track_color {
  color: #005da3 !important;
}

.financial_track_color {
  color: #144889 !important;
}

.foreign_policy_track_color {
  color: #005da3 !important;
}

.general_track_color {
  color: #005da2 !important;
}

.sherpas_track {
  border-color: #005da3 !important;
}

.financial_track {
  border-color: #144889 !important;
}

.foreign_policy_track {
  border-color: #005da3 !important;
}

.general_track {
  border-color: #005da2 !important;
}

.sherpas_track:hover:before {
  border-color: #005da3 !important;
}

.financial_track:hover:before {
  border-color: #144889 !important;
}

.foreign_policy_track:hover:before {
  border-color: #005da3 !important;
}

.general_track:hover:before {
  border-color: #005da2 !important;
}

.breadcrumbs {
  display: block;
  margin: 17px 0 0;
}
.breadcrumbs li {
  display: inline-block;
  color: #005da3;
  text-transform: uppercase;
  margin: 0 3px;
}
.breadcrumbs a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 567px) {
  .breadcrumbs {
    margin-left: 15px;
  }
}

@media screen and (min-width: 568px) and (max-width: 1000px) {
  .breadcrumbs {
    margin-left: 40px;
  }
}

.checkr {
  *zoom: 1;
  cursor: pointer;
}
.checkr:after {
  content: "";
  display: table;
  clear: both;
}
.checkr i {
  display: inline-block;
  float: left;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border: 1px solid #a5a4a6;
}
.checkr i:hover {
  background: #bfd6e8;
  border: 1px solid #005da2;
}
.checkr label {
  display: inline-block;
  float: left;
  margin: 3px 0 0 7px;
  font: 11px Arial;
  color: #858f97;
}
.checkr input {
  display: none;
}

.checkr.active i {
  background: #ffffff url("/i/checkr-active.png") no-repeat 50% 50%;
}
.checkr.active label {
  color: #000000;
}

.popup-400 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000;
}
