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: 'PFDinTextCondPro-Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/css/fonts/PFDinTextCondPro-Regular.ttf") format("ttf"), url("/css/fonts/PFDinTextCondPro-Regular.woff") format("woff");
}
@font-face {
  font-family: 'PFDinTextCondPro-Thin';
  font-style: normal;
  font-weight: normal;
  src: url("/css/fonts/PFDinTextCondPro-Thin.ttf") format("ttf"), url("/css/fonts/PFDinTextCondPro-Thin.woff") format("woff");
}
@font-face {
  font-family: 'PFDinTextCondPro-Light';
  font-style: normal;
  font-weight: normal;
  src: url("/css/fonts/PFDinTextCondPro-Light.ttf") format("ttf"), url("/css/fonts/PFDinTextCondPro-Light.woff") format("woff");
}
@font-face {
  font-family: 'PFDinTextCondPro-Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/css/fonts/PFDinTextCondPro-Medium.ttf") format("ttf"), url("/css/fonts/PFDinTextCondPro-Medium.woff") format("woff");
}
@font-face {
  font-family: 'PFDinTextCondPro-Bold';
  font-style: normal;
  font-weight: normal;
  src: url("/css/fonts/PFDinTextCondPro-Bold.ttf") format("ttf"), url("/css/fonts/PFDinTextCondPro-Bold.woff") format("woff");
}
/* iphone 6 */
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 {
  background: url("/i/common/bg_ufa_rus.png") center top;
  color: #1d1d1b;
  font-family: "PFDinTextCondPro-Regular", sans-serif;
}

.layout__content {
  background: #ffffff;
  background-image: none;
  margin: 0 auto;
  padding: 0 17px;
  width: 990px;
  *zoom: 1;
}
.layout__content:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 320px) {
  .layout .layout__content {
    padding: 0;
    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 only screen and (min-width: 321px) and (max-width: 765px) {
  .layout .layout__content {
    width: auto;
  }
  .layout .layout__content main {
    /*padding: 0 15px;*/
    padding: 0;
  }
  .layout .layout__wrap {
    width: auto;
    margin-bottom: 0;
  }
  .layout .layout__footer {
    height: 565px;
  }
  .layout .layout__footer-placeholder {
    height: 565px;
  }
}

@media screen and (min-width: 766px) 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;
  border: 10px solid #bcbec0;
  font-size: 14px;
  margin-top: 38px;
  line-height: 25px;
  position: relative;
  width: 349px;
}
.search-widget.search-main .search-widget__search {
  width: 100%;
  padding: 10px 0 10px 10px;
}
.search-widget.search-main .search-widget__submit {
  display: block;
  left: auto;
  top: 5px;
}
.search-widget.layout-header__search-widget {
  position: absolute;
  right: 0;
  width: 459px;
}

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

.search-widget__search {
  width: 100%;
  height: 24px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  margin: 0;
  padding: 8px 0 8px 10px;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 20px;
}
.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 {
  width: 34px;
  height: 33px;
  border: 0;
  margin: 0;
  padding: 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url('/i/sprites/icons-sa42d950a36.png') 0 -1739px no-repeat;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.search-widget__under {
  padding: 1px 3px 0;
  position: absolute;
  right: -13px;
  bottom: -47px;
}

.search-widget__extended {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}
.search-widget__extended:hover {
  text-decoration: underline;
}

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

@media only screen and (max-width: 320px) {
  .search-widget {
    border-width: 5px;
    float: none;
    margin: 0;
    width: 180px;
  }
  .search-widget.layout-header__search-widget {
    position: relative;
    left: 0;
    width: 180px;
  }
  .search-widget .search-widget__search {
    font-size: 14px;
    height: 17px;
    padding: 4px 0 4px 10px;
    width: 100%;
  }
  .search-widget .search-widget__submit {
    width: 24px;
    height: 23px;
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -1828px no-repeat;
    top: 3px;
    right: 5px;
  }
  .search-widget .search-widget__under {
    padding: 1px 0 0;
    position: absolute;
    right: 0px;
    bottom: -35px;
  }
  .search-widget .search-widget__extended {
    font-size: 14px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 765px) {
  .search-widget {
    border-width: 6px;
  }
  .search-widget.layout-header__search-widget {
    float: left;
    position: static;
    margin: 0 0 20px 0;
    min-height: 28px;
    min-width: 210px;
    width: 45%;
  }
  .search-widget .search-widget__search {
    width: 100%;
    height: 16px;
    padding: 5px 0 5px 10px;
    font-size: 14px;
  }
  .search-widget .search-widget__submit {
    width: 25px;
    height: 24px;
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -1788px no-repeat;
    top: 1px;
    right: 5px;
  }
  .search-widget .search-widget__under {
    padding: 1px 0 0;
    position: absolute;
    right: 0px;
    bottom: -35px;
  }
  .search-widget .search-widget__extended {
    font-size: 14px;
  }
}

@media screen and (min-width: 766px) and (max-width: 1000px) {
  .search-widget {
    float: none;
    margin: 9px 0 0 0;
    width: 342px;
  }
  .search-widget.layout-header__search-widget {
    position: relative;
    left: 0;
    width: 342px;
  }
}

.layout-header__content {
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding: 0 17px;
  width: 990px;
}

.layout-header__top {
  height: 310px;
  position: relative;
  padding-top: 20px;
  z-index: 1;
}
.layout-header__top .layout-header__top_left {
  float: left;
  width: 880px;
}
.layout-header__top .layout-header__top_left .layout-header__800 {
  display: none;
}
.layout-header__top .layout-header__top_left .layout-header__logo {
  background: url("/i/common/logo.png") 0 0 no-repeat;
  display: block;
  font-size: 14.8px;
  height: 14px;
  float: left;
  margin: 0;
  padding-top: 160px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-align: center;
  width: 455px;
}
.layout-header__top .layout-header__top_left .layout-header__accred {
  border: 10px solid #bcbec0;
  color: #bcbec0;
  display: inline-block;
  float: left;
  font: 18px "PFDinTextCondPro-Bold", sans-serif;
  line-height: 40px;
  margin-top: 38px;
  max-height: 40px;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  width: 430px;
}
.layout-header__top .layout-header__top_left .layout-header__accred.accred320 {
  display: none;
}
.layout-header__top .layout-header__top_left .layout-header__accred.accred800 {
  display: block;
}
.layout-header__top .layout-header__top_left .layout-header__navi {
  display: block;
  float: right;
  height: 174px;
  position: relative;
  top: -1px;
  text-transform: uppercase;
  width: 369px;
  z-index: 2;
}
.layout-header__top .layout-header__top_left .layout-header__navi.nav_800 {
  display: none;
}
.layout-header__top .layout-header__top_left .layout-header__navi li {
  border: 6px solid #ffffff;
  display: block;
  float: left;
  font-size: 18px;
  height: 32px;
  padding: 0 0 0 12px;
  position: relative;
  top: 0;
  line-height: 35px;
  margin: 1px 0 10px 0;
  min-width: 146px;
  text-transform: uppercase;
}
.layout-header__top .layout-header__top_left .layout-header__navi li.active {
  font-family: "PFDinTextCondPro-Medium";
  border-color: #2dad6e;
}
.layout-header__top .layout-header__top_left .layout-header__navi li:nth-child(odd) {
  float: left;
}
.layout-header__top .layout-header__top_left .layout-header__navi li:nth-child(even) {
  float: right;
}
.layout-header__top .layout-header__top_left .layout-header__navi li:hover {
  border-color: #2dad6e;
  font-family: "PFDinTextCondPro-Medium";
}
.layout-header__top .layout-header__top_left .search-widget__under {
  display: none;
}
.layout-header__top .layout-header__top_right {
  float: right;
  width: 110px;
}
.layout-header__top .layout-header__lang {
  float: right;
  border: 8px solid #e62a32;
  color: #e62a32;
  font: 24px "PFDinTextCondPro-Medium";
  height: 45px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  width: 45px;
}
.layout-header__top .layout-header__lang a {
  color: #e62a32;
}
.layout-header__top .layout-header__lang.lang320 {
  display: none;
}
.layout-header__top .layout-header__channels li {
  float: right;
  display: block;
  height: 45px;
  margin-top: 10px;
  text-indent: -9999px;
  width: 45px;
}
.layout-header__top .layout-header__channels li.fb {
  background: url('/i/sprites/icons-sa42d950a36.png') 2px -288px no-repeat;
  border: 8px solid #5c3092;
}
.layout-header__top .layout-header__channels li.tw {
  background: url('/i/sprites/icons-sa42d950a36.png') 3px -1951px no-repeat;
  border: 8px solid #26c9ff;
}
.layout-header__top .layout-header__channels li.rss {
  background: url('/i/sprites/icons-sa42d950a36.png') 4px -1638px no-repeat;
  border: 8px solid #d3d800;
}

@media only screen and (max-width: 320px) {
  .layout-header .layout-header__content {
    padding: 0 15px;
    width: auto;
  }
  .layout-header .layout-header__top {
    padding-top: 7px;
    height: 360px;
  }
  .layout-header .layout-header__top .layout-header__lang {
    float: left;
    border: 6px solid #e62a32;
    color: #e62a32;
    font: 15px "PFDinTextCondPro-Medium";
    text-transform: uppercase;
  }
  .layout-header .layout-header__top .layout-header__lang.lang320 {
    display: block;
    margin-top: 17px;
    margin-right: 8px;
    text-align: center;
    padding: 8px 0 0;
    height: 22px;
    width: 29px;
  }
  .layout-header .layout-header__top .layout-header__channels {
    margin-top: 17px;
  }
  .layout-header .layout-header__top .layout-header__channels li {
    float: left;
    border-width: 5px;
    display: inline-block;
    height: 25px;
    margin: 0 7px 0 0;
    text-indent: -9999px;
    width: 26px;
  }
  .layout-header .layout-header__top .layout-header__channels li.fb {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -345px no-repeat;
    border: 6px solid #5c3092;
  }
  .layout-header .layout-header__top .layout-header__channels li.tw {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -2008px no-repeat;
    border: 6px solid #26c9ff;
  }
  .layout-header .layout-header__top .layout-header__channels li.rss {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -1698px no-repeat;
    border: 6px solid #d3d800;
  }
  .layout-header .layout-header__top_left {
    width: 100%;
  }
  .layout-header .layout-header__top_left .search-widget {
    display: none;
  }
  .layout-header .layout-header__top_left .layout-header__logo {
    background-image: url("/i/common/logo-320.png");
    font-size: 9px;
    padding-top: 62px;
    text-align: center;
    width: 286px;
  }
  .layout-header .layout-header__top_left .layout-header__800 {
    float: left;
    display: block;
    overflow: hidden;
    height: 54px;
    width: 286px;
  }
  .layout-header .layout-header__top_left .layout-header__800 .layout-header__lang {
    float: left;
    padding: 6px 5px 2px;
  }
  .layout-header .layout-header__top_left .layout-header__800 .layout-header__lang.hidden320 {
    display: none;
  }
  .layout-header .layout-header__top_left .layout-header__800 .search-widget {
    float: right;
    display: block;
  }
  .layout-header .layout-header__top_left .layout-header__accred {
    border-width: 6px;
    float: left;
    font-size: 14px;
    line-height: 33px;
    margin-top: 17px;
    padding: 0;
    width: 225px;
    max-height: 30px;
  }
  .layout-header .layout-header__top_left .layout-header__accred.accred320 {
    display: block;
  }
  .layout-header .layout-header__top_left .layout-header__accred.accred800 {
    display: none;
  }
  .layout-header .layout-header__top_left .layout-header__navi {
    display: none;
    padding-top: 8px;
  }
  .layout-header .layout-header__top_left .layout-header__navi li {
    border-width: 4px;
    font-size: 14px;
    height: 22px;
    line-height: 27px;
    min-width: 95px;
    margin-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .layout-header .layout-header__top_left .layout-header__navi.nav_800 {
    display: block;
    left: 0;
    top: 15px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 260px;
  }
  .layout-header .layout-header__top_right {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 765px) {
  .layout-header .layout-header__content {
    padding: 0 15px;
    width: auto;
  }
  .layout-header .layout-header__top {
    height: 200px;
  }
  .layout-header .layout-header__top .layout-header__lang {
    float: right;
    border: 6px solid #e62a32;
    color: #e62a32;
    height: 26px;
    font: 15px "PFDinTextCondPro-Medium";
    line-height: 30px;
    padding: 0;
    text-transform: uppercase;
    width: 26px;
  }
  .layout-header .layout-header__top .layout-header__lang a {
    color: #e62a32;
  }
  .layout-header .layout-header__top .layout-header__channels li {
    float: right;
    display: block;
    height: 25px;
    margin-top: 12px;
    text-indent: -9999px;
    width: 26px;
  }
  .layout-header .layout-header__top .layout-header__channels li.fb {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -345px no-repeat;
    border: 6px solid #5c3092;
  }
  .layout-header .layout-header__top .layout-header__channels li.tw {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -2008px no-repeat;
    border: 6px solid #26c9ff;
  }
  .layout-header .layout-header__top .layout-header__channels li.rss {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -1698px no-repeat;
    border: 6px solid #d3d800;
  }
  .layout-header .layout-header__top_left {
    width: 100%;
  }
  .layout-header .layout-header__top_left .layout-header__logo {
    background-image: url("/i/common/logo_640.png");
    font-size: 9.4px;
    margin-right: 7px;
    margin-bottom: 7px;
    padding-top: 62px;
    text-align: center;
    width: 304px;
  }
  .layout-header .layout-header__top_left .layout-header__800 {
    float: left;
    display: block;
    overflow: hidden;
    height: 37px;
    width: 135px;
  }
  .layout-header .layout-header__top_left .layout-header__800 .layout-header__lang {
    float: left;
    margin-right: 0;
    margin-bottom: 7px;
    /*padding: 6px 5px 2px;*/
  }
  .layout-header .layout-header__top_left .layout-header__800 .layout-header__channels li {
    float: left;
    display: inline-block;
    margin-top: 0;
    margin-left: 7px;
  }
  .layout-header .layout-header__top_left .layout-header__800 .search-widget {
    display: none;
  }
  .layout-header .layout-header__top_left .layout-header__accred {
    border-width: 6px;
    float: left;
    font-size: 12px;
    line-height: 31px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 7px;
    min-height: 28px;
    min-width: 210px;
    max-height: 28px;
    width: 45%;
  }
  .layout-header .layout-header__top_left .layout-header__accred.accred320 {
    display: none;
  }
  .layout-header .layout-header__top_left .layout-header__accred.accred800 {
    display: block;
  }
  .layout-header .layout-header__top_left .layout-header__navi {
    display: block;
    float: left;
    height: auto;
    position: static;
    margin-bottom: 7px;
    width: auto;
    /*padding-top: 8px;*/
  }
  .layout-header .layout-header__top_left .layout-header__navi li {
    font-size: 14px;
    border-width: 4px;
    min-width: 60px;
    margin-bottom: 1px;
    height: 22px;
    line-height: 25px;
    padding: 0 5px;
  }
  .layout-header .layout-header__top_left .layout-header__navi li:nth-child(even) {
    float: left;
  }
  .layout-header .layout-header__top_left .layout-header__navi.nav_800 {
    display: none;
    right: 0;
    top: 83px;
    overflow: hidden;
    position: absolute;
    width: 224px;
  }
  .layout-header .layout-header__top_right {
    display: none;
  }
}

@media screen and (min-width: 766px) and (max-width: 1000px) {
  .layout-header .layout-header__content {
    width: auto;
  }
  .layout-header .layout-header__top {
    height: 340px;
  }
  .layout-header .layout-header__top_left {
    width: 100%;
  }
  .layout-header .layout-header__top_left .layout-header__logo {
    background-image: url("/i/common/logo_800.png");
    font-size: 11.4px;
    padding-top: 128px;
    text-align: center;
    width: 360px;
  }
  .layout-header .layout-header__top_left .layout-header__800 {
    float: right;
    display: block;
    overflow: hidden;
    height: 61px;
    width: 208px;
  }
  .layout-header .layout-header__top_left .layout-header__800 .layout-header__lang {
    float: left;
  }
  .layout-header .layout-header__top_left .layout-header__800 .layout-header__lang .lang320 {
    display: none;
  }
  .layout-header .layout-header__top_left .layout-header__800 .layout-header__channels li {
    float: left;
    display: inline-block;
    margin-top: 0;
    margin-left: 12px;
  }
  .layout-header .layout-header__top_left .layout-header__800 .search-widget {
    display: none;
  }
  .layout-header .layout-header__top_left .layout-header__accred {
    font-size: 15px;
    margin-top: 17px;
    max-height: 40px;
    float: none;
    width: 342px;
  }
  .layout-header .layout-header__top_left .layout-header__accred.accred320 {
    display: none;
  }
  .layout-header .layout-header__top_left .layout-header__accred.accred800 {
    display: block;
  }
  .layout-header .layout-header__top_left .layout-header__navi {
    display: none;
  }
  .layout-header .layout-header__top_left .layout-header__navi.nav_800 {
    display: block;
    right: 0;
    top: 111px;
    position: absolute;
    width: 354px;
  }
  .layout-header .layout-header__top_right {
    display: none;
  }
}

.layout-footer {
  background: #ffffff;
  overflow: hidden;
  *zoom: 1;
}

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

.layout-footer__content-inner {
  padding: 65px 0 150px 0;
  overflow: hidden;
  *zoom: 1;
}
.layout-footer__content-inner .layout-footer__channels {
  position: relative;
  left: 77px;
}
.layout-footer__content-inner .layout-footer__channels li {
  float: left;
  display: block;
  height: 45px;
  margin-right: 18px;
  text-indent: -9999px;
  width: 45px;
}
.layout-footer__content-inner .layout-footer__channels li.fb {
  background: url('/i/sprites/icons-sa42d950a36.png') 2px -288px no-repeat;
  border: 8px solid #5c3092;
}
.layout-footer__content-inner .layout-footer__channels li.tw {
  background: url('/i/sprites/icons-sa42d950a36.png') 3px -1951px no-repeat;
  border: 8px solid #26c9ff;
}
.layout-footer__content-inner .layout-footer__channels li.rss {
  background: url('/i/sprites/icons-sa42d950a36.png') 4px -1638px no-repeat;
  border: 8px solid #d3d800;
}
.layout-footer__content-inner .banners img {
  height: auto;
  max-width: 100%;
  margin-top: 5%;
}

.layout-footer__navi_main {
  float: left;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  width: 189px;
}
.layout-footer__navi_main .layout-footer__navi-item {
  margin-bottom: 2px;
}
.layout-footer__navi_main.footer_col .layout-footer__navi-item {
  margin-bottom: 10px;
}
.layout-footer__navi_main.footer_col .layout-footer__navi-item:nth-child(2) {
  margin-bottom: 3px;
}
.layout-footer__navi_main.footer_col .layout-footer__navi-item:nth-child(3),
.layout-footer__navi_main.footer_col .layout-footer__navi-item:nth-child(4),
.layout-footer__navi_main.footer_col .layout-footer__navi-item:nth-child(5) {
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 2px;
}
.layout-footer__navi_main.footer_col .layout-footer__navi-item:nth-child(5) {
  margin-bottom: 7px;
}
.layout-footer__navi_main.width320_view {
  display: none;
}

.layout-footer__search-widget {
  margin-top: 0;
}

@media only screen and (max-width: 320px) {
  .layout-footer {
    padding: 40px 0 0;
  }
  .layout-footer .layout-footer__content {
    padding: 0 15px;
    width: auto;
  }
  .layout-footer .layout-footer__content-inner {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .layout-footer .layout-footer__search-widget {
    float: right;
    width: 188px;
  }
  .layout-footer .layout-footer__channels {
    position: static;
  }
  .layout-footer .layout-footer__channels li {
    height: 28px;
    margin-right: 7px;
    margin-bottom: 0;
    width: 28px;
  }
  .layout-footer .layout-footer__channels li.fb {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -343px no-repeat;
    border: 5px solid #5c3092;
  }
  .layout-footer .layout-footer__channels li.tw {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -2006px no-repeat;
    border: 5px solid #26c9ff;
  }
  .layout-footer .layout-footer__channels li.rss {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -1696px no-repeat;
    border: 5px solid #d3d800;
  }
  .layout-footer .layout-footer__navi_main {
    float: left;
    margin: 60px 0 0;
    padding: 0;
    width: 140px;
  }
  .layout-footer .layout-footer__navi_main.width320 {
    display: none;
  }
  .layout-footer .layout-footer__navi_main.width320_view {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 765px) {
  .layout-footer {
    padding: 40px 0 0;
  }
  .layout-footer .layout-footer__content {
    padding: 0 15px;
    width: auto;
  }
  .layout-footer .layout-footer__content-inner {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .layout-footer .layout-footer__search-widget {
    float: right;
    width: 188px;
  }
  .layout-footer .layout-footer__channels {
    position: static;
  }
  .layout-footer .layout-footer__channels li {
    height: 28px;
    margin-right: 7px;
    margin-bottom: 0;
    width: 28px;
  }
  .layout-footer .layout-footer__channels li.fb {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -343px no-repeat;
    border: 5px solid #5c3092;
  }
  .layout-footer .layout-footer__channels li.tw {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -2006px no-repeat;
    border: 5px solid #26c9ff;
  }
  .layout-footer .layout-footer__channels li.rss {
    background: url('/i/sprites/icons-sa42d950a36.png') 0 -1696px no-repeat;
    border: 5px solid #d3d800;
  }
  .layout-footer .layout-footer__navi_main {
    float: left;
    margin: 60px 0 0;
    padding: 0;
    width: 140px;
  }
  .layout-footer .layout-footer__navi_main.width320 {
    display: none;
  }
  .layout-footer .layout-footer__navi_main.width320_view {
    display: block;
  }
}

@media screen and (min-width: 766px) and (max-width: 1000px) {
  .layout-footer {
    padding: 40px 10px 0;
  }
  .layout-footer .layout-footer__content {
    padding: 0 10px;
    width: auto;
  }
  .layout-footer .layout-footer__search-widget {
    float: right;
    width: 280px;
  }
  .layout-footer .layout-footer__channels {
    position: absolute;
    left: 354px;
  }
  .layout-footer .layout-footer__channels li {
    float: none;
    margin-bottom: 18px;
  }
  .layout-footer .layout-footer__navi_main {
    width: 160px;
  }
}

@media only screen and (max-width: 320px) {
  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: 40px;
  height: 40px;
  background: #ffffff;
  border: 10px solid #0095d6;
}
.article-type:before {
  content: '';
  display: block;
}

.article-type_photo:before {
  margin: 9px 0 0 7px;
  width: 28px;
  height: 22px;
  background: url('/i/sprites/icons-sa42d950a36.png') 0 -498px no-repeat;
}

.article-type_infographics:before {
  margin: 9px 0 0 6px;
  width: 29px;
  height: 23px;
  background: url('/i/sprites/icons-sa42d950a36.png') 0 -459px no-repeat;
}

.article-type_video:before {
  margin: 7px 0 0 7px;
  width: 26px;
  height: 25px;
  background: url('/i/sprites/icons-sa42d950a36.png') 0 -1314px no-repeat;
}

.datepicker {
  font-family: "PFDinTextCondPro-Medium";
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 20px;
}
.datepicker .ui-datepicker {
  width: auto;
  padding: 20px;
}
.datepicker .ui-datepicker-header {
  height: 30px;
  padding: 0;
  margin-bottom: 19px;
  margin-left: 22px;
  text-align: center;
  width: 170px;
}
.datepicker .ui-datepicker-title {
  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-sa42d950a36.png') 0 -179px no-repeat;
  left: 0;
}
.datepicker .ui-datepicker-next {
  background: url('/i/sprites/icons-sa42d950a36.png') 0 -133px no-repeat;
  right: 0;
}
.datepicker table {
  margin: 0;
}
.datepicker th {
  font-size: 14px;
  text-transform: uppercase;
}
.datepicker tbody {
  font-size: 35px;
  line-height: 23px;
}
.datepicker td {
  border: 0;
  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: #0095d6;
  border: 2px solid #0095d6;
  color: #FFFFFF;
  content: attr(data-num);
  display: block;
  height: 43px;
  line-height: 44px;
  margin: auto;
  text-align: center;
  width: 63px;
}
.datepicker td.available.ui-datepicker-current-day a {
  background-color: #bcbec0;
  border: 2px solid #bcbec0;
  color: #FFFFFF;
  content: attr(data-num);
  display: block;
  height: 43px;
  line-height: 44px;
  margin: auto;
  text-align: center;
  width: 63px;
}
.datepicker .ui-datepicker-today span {
  background-color: #ffffff;
  border: 6px solid #0095d6;
  content: attr(data-num);
  display: block;
  height: 43px;
  line-height: 48px;
  margin: 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: 24px;
  cursor: pointer;
}

.ui-datepicker-year {
  display: none;
  position: absolute;
  left: 495px;
  text-indent: -99999px;
}
.ui-datepicker-year.posHidden {
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 766px) and (max-width: 1000px) {
  .datepicker .ui-datepicker {
    width: auto;
    padding: 14px;
  }
  .datepicker tbody {
    font-size: 30px;
  }
  .datepicker td {
    height: 50px;
    width: 50px;
  }
  .datepicker td.available a {
    margin: 1px auto;
  }
  .datepicker .ui-datepicker-today span {
    height: 40px;
    margin: 4px auto;
    width: 57px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 765px) {
  .datepicker tbody {
    font-size: 28px;
    line-height: 15px;
  }
  .datepicker td {
    height: auto;
    padding: 1px;
    width: auto;
  }
  .datepicker td span {
    line-height: 24px;
    padding: 10px auto;
  }
  .datepicker td.available a,
  .datepicker td.available span, .datepicker td.ui-datepicker-today a,
  .datepicker td.ui-datepicker-today span {
    height: auto;
    line-height: 29px;
    padding: auto;
    margin: auto;
    width: auto;
  }
  .datepicker td.available span, .datepicker td.ui-datepicker-today span {
    border: 3px solid #0095d6;
  }
  .datepicker td.available.ui-datepicker-current-day a {
    height: auto;
    line-height: 29px;
    margin: auto;
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  .datepicker tbody {
    font-size: 22px;
  }
  .datepicker td {
    height: 40px;
    width: 40px;
  }
  .datepicker td a, .datepicker td span {
    padding: 0;
  }
  .datepicker td.available a {
    height: 30px;
    line-height: 33px;
    margin: auto;
    text-align: center;
    width: 30px;
  }
  .datepicker td.available.ui-datepicker-current-day a {
    height: 30px;
    line-height: 33px;
    margin: auto;
    width: 30px;
  }
  .datepicker .ui-datepicker-today span {
    height: 30px;
    width: 30px;
    line-height: 33px;
  }
  .datepicker .ui-datepicker {
    padding: 7px;
  }
  .datepicker .ui-datepicker-header {
    margin-left: 0;
  }
}

.ann-news_media {
  border: 10px solid #bcbec0;
  background: #ffffff;
  position: static;
  width: 288px;
}
.ann-news_media:before {
  display: block;
  border: 10px solid rgba(0, 149, 214, 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__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-sa42d950a36.png') 0 -822px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 59px;
  height: 56px;
}
.ann-news_media .buttons a {
  border: 9px solid #0095d6;
  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-sa42d950a36.png') 0 -1024px;
}
.ann-news_media .buttons i {
  display: inline-block;
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 0;
  cursor: pointer;
}
.ann-news_media .buttons label {
  float: left;
  line-height: 24px;
  padding: 0;
  cursor: pointer;
}

.ann-news {
  border: 10px solid #bcbec0;
  background: #ffffff;
  position: relative;
  width: 288px;
}
.ann-news:before {
  content: '';
  display: block;
  border: 10px solid rgba(0, 149, 214, 0);
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  -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: 10px;
  border-color: #0095d6;
  -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: 0;
  bottom: 0;
}

.ann-news__desc {
  padding: 20px 7px 27px 18px;
}

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

.ann-news__date {
  font: 24px "PFDinTextCondPro-Medium";
  padding-bottom: 10px;
  text-transform: uppercase;
}

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

.ann-news__photo-count {
  color: #bcbec0;
  font-family: "PFDinTextCondPro-Medium";
  padding-left: 22px;
  background: url('/i/sprites/icons-sa42d950a36.png') 0 -104px no-repeat;
  margin-right: 10px;
}

.ann-news__title {
  font: normal 18px "PFDinTextCondPro-Regular";
  line-height: 22px;
}

.ann-news__item_doc .ann-news__file-size {
  border: 10px solid #0095d6;
  display: block;
  margin: 15px auto 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  width: 150px;
}
.ann-news__item_doc .ann-news__file-size .icon {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 23px;
}
.ann-news__item_doc .ann-news__file-size .download {
  background: url('/i/sprites/icons-sa42d950a36.png') 0 -255px;
  margin-right: 9px;
  position: relative;
  top: -2px;
}
.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: 10px;
}

.ann-news__file-size {
  border: 0;
  color: #bcbec0;
  display: inline-block;
  margin: 12px 0 0;
  padding: 0;
  right: 0;
  font-size: 14px;
  line-height: 1;
  width: auto;
}

.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-sa42d950a36.png') 0 -639px;
}
.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: 320px) {
  .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: 9px;
  }

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

  .ann-news {
    width: 220px;
  }
  .ann-news .ann-news__pic img {
    height: auto;
    max-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 766px) 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 {
  float: right;
  width: 320px;
}
.ann-list.annonce h1.heading {
  font: 24px "PFDinTextCondPro-Medium";
  padding: 0 0 20px;
  text-transform: uppercase;
}
.ann-list.annonce .ann-list__item {
  margin-bottom: 25px;
}
.ann-list.i-m_12 {
  margin-left: 12%;
}
.ann-list.documents .ann-news__file-size {
  color: #1d1d1b;
}
.ann-list.documents .ann-list__item {
  margin-bottom: 40px;
}

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

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

.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: 4px solid #bcbec0;
  color: #1d1d1d;
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  width: 128px;
  -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: #0095d6;
  border: 0;
  color: #ffffff;
  margin: 0 auto;
}

@media only screen and (max-width: 320px) {
  .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: 0;
  }
  .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 40px;
  }
  .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;
    padding-left: 0;
    margin-left: 0;
  }
  .ann-list .ann-list__footer {
    margin: 10px auto 30px;
  }
  .ann-list.documents .ann-list__heading {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
  }
  .ann-list.documents .ann-list__items {
    width: auto;
    margin: auto;
  }
  .ann-list .ann-list__pagination-button {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 321px) and (max-width: 765px) {
  .ann-list {
    padding-left: 0;
  }
  .ann-list.documents .ann-news__file-size {
    color: #1d1d1b;
    padding: 10px;
    width: 128px;
  }
}

@media screen and (min-width: 766px) and (max-width: 1000px) {
  .ann-list {
    padding: 0;
    width: auto;
  }
  .ann-list.annonce {
    margin: 0;
    width: auto;
    position: relative;
    float: left;
  }
  .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: 40px;
  }
  .ann-list .ann-list__item.ann-news__item_doc .ann-news__title {
    font-size: 19px;
  }
  .ann-list.documents .ann-list__heading {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 25px;
  }
  .ann-list.documents .ann-news__file-size {
    color: #1d1d1b;
  }
  .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;
  }
}

.program .program__list_accred {
  margin: 0;
}

.program__header {
  font-size: 30px;
  font-family: "PFDinTextCondPro-Medium";
  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;
  color: #1d1d1d;
  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 {
  border: 12px solid #bcbec0;
  float: left;
  margin: 0;
  padding: 25px 0 0;
  width: 600px;
}

.program__datepicker {
  margin-bottom: 20px;
}

.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: 40px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 0;
  background: url('/i/sprites/icons-sa42d950a36.png') 0 -685px;
}
.program__list_items_index .cal:hover {
  opacity: .8;
}

.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 #0095d6;
  opacity: .95;
  border: 9px solid #0095d6;
  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: 320px) {
  .ui-datepicker-year {
    left: 240px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 765px) {
  .ui-datepicker-year {
    left: 460px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 560px) {
  .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: 320px) {
  .program .program__content {
    border-width: 10px;
    padding-top: 10px;
    /*max-width: 300px;*/
    width: 93%;
  }
  .program .program__datepicker {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 765px) {
  .program .program__content {
    width: 95%;
  }
}

@media screen and (min-width: 766px) and (max-width: 1000px) {
  .program .program__content {
    border-width: 10px;
    width: 490px;
  }
}

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

.financial_track_color {
  color: #144889 !important;
}

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

.general_track_color {
  color: #0095d6 !important;
}

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

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

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

.general_track {
  border-color: #0095d6 !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: #0095d6 !important;
}

.breadcrumbs {
  display: block;
  margin: 17px 0 0;
}
.breadcrumbs li {
  display: inline-block;
  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;
}

.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: #bfe4f5;
  border: 1px solid #0095d6;
}
.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;
}
