sub {
  font-size: 70%;
  vertical-align: sub;
}

.help-block_error {
    color: #a94442;
    font-size: 14px;
}

.search__results {
    margin-top: 20px;
}

.search__results > label span {
    color: #40B3E6;
}

.search__results p {
    margin-bottom: 2px;
}
/*-----------------------------------------------------*/
.innercenter > .items {
  margin: 50px 0 100px 0;
}
@media (max-width: 767px) {
  .innercenter > .items {
    margin-top: 0;
  }
}
.innercenter > .items .item p {
  margin: 0;
}
.innercenter > .items .item .title {
  font-size: 24px;
  color: #403F3F;
}
.innercenter > .items .item .title sup {
  font-size: 60%;
}
.innercenter > .items .item .type {
  font-size: 16px;
}
.innercenter > .items .item .description {
  font-size: 14px;
  color: #808285;
  white-space: pre-line;
  margin-bottom: 15px;
}
.innercenter > .items .item a.download {
  display: inline-block;
  height: 50px;
  line-height: 1;
  background: url('../images/download-icon.jpg') no-repeat;
  padding: 5px 0 0 50px;
  text-decoration: none;
}
.innercenter > .items .item a.download:hover .text {
  color: #58595b;
}
.innercenter > .items .item a.download .text {
  display: block;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0671cf;
}
.innercenter > .items .item a.download .ext {
  font-size: 12px;
  color: #808285;
}
/*--------------------------------------------------------------*/
.item {
    margin-bottom: 10%;
    margin-left: 5%;
}

.box {
    display:inline-block;
    vertical-align:middle;
    width: 45%;
}
.box img {
  display: block;
  max-width: 100%;
}

@media (max-width: 660px) {
  .box {
    display: block;
    width: 100%;
  }
}

.opening__header_uk {
    background: url(../images/head_uk.png);
    background-size: cover;
    width: 400px;
    height: 55px;
    text-indent: -9999px;
    font-size: 0; }
    @media (max-width: 520px) {
      .opening__header_uk {
        width: 265px;
        height: 31px;
    }
}

.mainmenu__ej_uk {
    color: #0671cf;
    margin: 90px 0 25px 50px;
    font-size: 0;
    background: url(../images/logosidebar_uk.png);
    width: 206px;
    height: 25px;
}

.footer_link {
    color:#b1e0f5;
    text-decoration: none;
}

.pagefooter__bottom span p {
    text-align: center;
}
