@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic');
article, section, aside, hgroup, nav, header, footer, figure, figcaption {
    display: block;
}

*{
    margin: 0px;
    padding: 0px;
    font-family: 'PT Sans', sans-serif;
    color: #282C32;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    background-color: #F8F8F8;
    overflow-x: hidden;
}

body.bw {
    background-color: #FFFFFF;
}

img {
    border: none;
}

button {
    cursor: pointer;
}

button:focus {
    outline-width: 0;
}

input:focus {
    outline-width: 0;
}

/* See: http://stackoverflow.com/a/21508512 */
.float-centered-main {
    float: left;
    position: relative;
    left: 50%;
}
.float-centered-fixer {
    float: left;
    position: relative;
    left: -50%;
}
/* disable for bw pager */
.pager.bw .float-centered-main,
.pager.bw .float-centered-fixer {
    float: none;
    position: relative;
    left: 0;
}
/********************/

/* See: http://stackoverflow.com/a/22799354 */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/********************/

/* See: http://stackoverflow.com/a/21365652 */
@media (max-width: 480px) {
   .col-xxs {
      display:block;
      float:none;
      width: 100%
   }
}
/********************/

.centered {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

div#upper-menu {
    background-color: #051945;
    border-style: none;
}

div#upper-menu.bw {
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #000000;
    border-width: 0 0 1px 0;
}

div#upper-menu ul {
    border: none;
    background: #051945;
    /*white-space: nowrap;*/
    margin: 0;
    padding: 0;
}

div#upper-menu nav {
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
}
@media (max-width: 776px) {
    div#upper-menu nav {
        max-width: 400px;
    }
}
@media (min-width: 768px) {
    div#upper-menu nav {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    div#upper-menu nav {
        max-width: 970px;
    }
}

@media (min-width: 1170px) {
    div#upper-menu nav {
        max-width: 1200px;
    }
}

div#upper-menu ul ul {
    background: #F2F0F0;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #828CA2;
    width: 200px;
}
@media (max-width: 480px) {
    div#upper-menu ul ul {
        width: 100%;
    }
}
@media (min-width: 480px) {
    div#upper-menu ul ul {
        width: 50px;
    }
}

@media (min-width: 768px) {
    div#upper-menu ul ul {
        width: 50px;
    }
}

@media (min-width: 992px) {
    div#upper-menu ul ul {
      	width: 250px;
    }
}

@media (min-width: 1200px) {
    div#upper-menu ul ul {
        max-width: 500px;
        min-width: 280px;
    }
}

div#upper-menu ul.menu > li > a,
div#upper-menu ul.menu > li > span {
   border-style: none;
   margin: 15px 0 14px 0;
   padding: 0 8px;
   /*font-size: 20px;*/
   text-decoration: none;
   color: #FFFFFF;
}

@media (min-width: 480px) {
    div#upper-menu ul.menu > li > a,
        div#upper-menu ul.menu > li > span {
        display: inline-block;
        border-style: solid;
        border-color: #828CA2;
        border-width: 0 0 0 1px;
    }
}

@media (min-width: 992px) {
    div#upper-menu ul.menu > li > a,
        div#upper-menu ul.menu > li > span {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    div#upper-menu ul.menu > li > a,
        div#upper-menu ul.menu > li > span {
        font-size: 20px;
    }
}


div#upper-menu.bw ul.menu > li > a,
div#upper-menu.bw ul.menu > li > span {
   border-color: #000000;
   color: #000000;
}

div#upper-menu ul.menu > li > span {
    display: block;
}

div#upper-menu ul.menu > li:first-child > a,
    div#upper-menu ul.menu > li:first-child > span {
   border-width: 0;
}

div#upper-menu ul.menu > li {
   /*float: left;  */
   display: list-item;
   width: auto;
   padding: 0;
   margin: 0;
   text-align: center;
   list-style: none;
   border-style: solid;
   border-color: #051945;
   border-width: 0 0 1px 0;
   height: auto;
}

@media (min-width: 480px) {
    div#upper-menu ul.menu > li {
        display: inline-block;
    }
}

div#upper-menu.bw ul.menu > li {
   background-color: #FFFFFF;
   border-color: #FFFFFF;
}

div#upper-menu li {
   padding: 13px 14px 13px 14px;
   list-style: none;
   border-style: solid;
   border-color: #AEB5B6;
   border-width: 1px 0 0 0;
   text-align: left;
   /*height: 50px;*/
   cursor: pointer;
}

@media (min-width: 1200px) {
    div#upper-menu li {
    }
}

div#upper-menu li a, div#upper-menu li span {
    font-size: 16px;
    border-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #051945;
    display: block;
    line-height: inherit;
    background-color: inherit;
}

div#upper-menu .ui-state-active {
    background: inherit;
    margin: 0;
    padding: 0;
    border: none;
}

div#upper-menu ul.menu > li:hover, div#upper-menu ul.menu > li:active {
    background-color: #F2F0F0;
    color: #051945;
    border-color: #AEB5B6;
}

div#upper-menu.bw ul.menu > li:hover {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #000000;
}

div#upper-menu.bw ul.menu > li:hover > a,
div#upper-menu.bw ul.menu > li:hover > span {
    color: #FFFFFF;
    border-color: #000000;
    font-weight: bold;
}

div#upper-menu ul.menu > li:hover > a, div#upper-menu ul.menu > li:active > a,
div#upper-menu ul.menu > li:hover > span, div#upper-menu ul.menu > li:active > span  {
    color: #051945;
    border-color: #F2F0F0;
}

div#upper-menu ul.menu ul li:hover {
    background-color: #FFFFFF;
}

div#upper-menu ul.menu ul li:hover > a,
div#upper-menu ul.menu ul li:hover > span {
    color: #051945;
    font-weight: bold;
}

div#upper-menu.bw ul li a,
div#upper-menu.bw ul li span {
    color: #000000;
}

div#upper-menu ul li a:hover {
    color: #22EBBE;
}

div#upper-menu ul li span:hover {
    color: #22EBBE;
}

div#upper-menu ul ul li a:hover {
    text-decoration: none;
    color: #133c8d;
}

div#upper-menu ul ul li span:hover {
    text-decoration: none;
    color: #133c8d;
}

div#upper-menu.bw ul li a:hover {
    color: #000000;
}

div#upper-menu.bw ul li span:hover {
    color: #000000;
}

div#upper-menu ul li a:active {
    color: #828CA2;
}

div#upper-menu ul ul li a:active {
    color: #133c8d;
}

div#upper-menu.bw ul li a:active {
    color: #000000;
}

div#upper-menu ul ul li a {
    white-space: normal;
}

@media (min-width: 1200px) {
    div#upper-menu ul ul li a {
        white-space: nowrap;
    }
}

/*
 * Reserving space to prevent element extending when setting font bold.
 *
 * See:
 * http://stackoverflow.com/a/20249560
 */
div#upper-menu ul.menu a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
    margin-left: 1px;
    margin-right: 1px;
}

div#upper-menu ul.dropdown-menu {
    padding: 0;
}

div#header-wrapper {
    background-color: #F9F9F9;
    box-shadow: -10px 10px 20px #D8D8D8;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    behavior: url('pie/PIE.htc');
}

div#header-wrapper.bw {
    background-color: #FFFFFF;
    box-shadow: none;
    border-style: solid;
    border-color: #000000;
    border-width: 0 0 1px 0;
    margin-bottom: 14px;
    padding-top: 29px;
}

header {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
}

header .lower-res-header > .row > div {
    /*padding: 0;*/
}

header img.logo {
    margin-top: -10px;
    padding: 0;
}

header img.vos-logo {
    width: auto;
    height: auto;
    margin-top: -20px;
}

@media (min-width: 480px) {
    header img.vos-logo {
        width: 135px;
        margin-top: -20px;
    }
}

@media (min-width: 768px) {
    header img.vos-logo {
        width: 130px;
        margin-top: -20px;
    }
}

@media (min-width: 992px) {
    header img.vos-logo {
        width: 130px;
        margin-top: -20px;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    header img.vos-logo {
        width: auto;
        margin-top: 0;
        margin-left: 0;
    }
}

header img.ussr-logo {
    margin-left: -8px;
    width: 65px;
    height: auto;
    margin-top: -20px;
    /*margin-left: 20px;*/
}

@media (min-width: 768px) {
    header img.ussr-logo {
        width: 60px;
        margin-left: 20px;
        margin-top: -20px;
    }
}

@media (min-width: 992px) {
    header img.ussr-logo {
        width: 65px;
        margin-left: 10px;
        margin-top: -20px;
    }
}

@media (min-width: 1200px) {
    header img.ussr-logo {
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }
}

div.header-center-column {
    /*float: left;*/
    padding-left: 7px;
    padding-right: 15px;
}

.header-center-column .row > *:first-child {
    padding-left: 15px;
    padding-right: 0;
}

.header-center-column .row > * {
}

.header-center-column .row > div {
    text-align: center;
}

header h1 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

header .lower-res-header h1 {
    padding: 0;
    margin: 0 0 15px 0;
}

@media (min-width: 768px) {
    header .lower-res-header h1 {
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    header .lower-res-header h1 {
        margin-top: 0;
        margin-left: 45px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    header h1 {
        font-size: 19px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    header h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    header h1 {
        font-size: 23px;
        margin-bottom: 0;
    }
}

/* See: http://stackoverflow.com/a/7190310 */
.search-box {
    overflow: hidden;

    border-style: solid;
    border-radius: 8px;
    border-color: #CACACA;
    border-width: 1px;
    /*height: 23px;*/
    padding: 3px;
    margin: 0;
    background-color: #FFFFFF;
    behavior: url('pie/PIE.htc');
    /* See: http://stackoverflow.com/a/4692351 */
    position:relative;
    z-index: 0;
}
.search-box input {
    width: 100%;

    font-size: 16px;
    border-style: none;
    margin: 0;
    padding: 1px 10px;
    background-color: #FFFFFF;
    color: #CACACA;
}
.search-box span {
    display: block;
    overflow: hidden;
    padding: 0 5px;
}
.search-box button {
    float: right;

    width: 25px;
    height: 25px;
    margin: -1px 5px 0 0;
    padding: 0;
    background-color: #FFFFFF;
    background-image: url('../images/search.png');
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    border-style: none;
}
.search-box input, .search-box button {
    box-sizing: border-box;
}
/********************/

.search-box.bw {
    border-color: #000000;
}

header .search-box {
    margin-top: 10px;
    margin-right: 15px;
}

.search-box.bw button {
    background-image: url('../images/search_bw.png');
}

.search-box button:hover {
    background-image: url('../images/search_hover.png');
}

.search-box.bw button:hover {
    background-image: url('../images/search_bw.png');
}

.low-vision-box {
    padding-left: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .low-vision-box {
        text-align: left;
    }
}

li.low-vision-list-item {
    display: none;
}

.header-title-col, .vos-logo-col {
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 480px) {
    .vos-logo-col {
        text-align: left;
    }
}

#upper-menu li.low-vision-list-item {
    display: block;
    background-color: #051945;
    text-align: center;
}

#upper-menu li.low-vision-list-item:hover {
   background-color: #051945 !important;
   border-style: none !important;
}

button.low-vision-button {
    font-size: 18px;
    border-style: none;
    background-color: inherit;
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
}

#header-wrapper button.low-vision-button {
    background-image: url('../images/glasses.png');
}

#header-wrapper button.low-vision-button.bw {
    background-image: url('../images/glasses_bw.png');
}

#header-wrapper button.low-vision-button {
    padding: 5px 5px 5px 55px;
    background-color: #F9F9F9;
    width: 290px;
    text-align: left;
}

#header-wrapper button.low-vision-button.no-caption {
    padding: 0;
    background-color: #F9F9F9;
    width: 50px;
    height: 50px;
    margin-top: 0;
    /*margin-left: 30px;*/
}

#header-wrapper button.low-vision-button.bw {
    background-color: #FFFFFF;
}

#upper-menu button.low-vision-button {
    width: 43px;
    height: 26px;
    background-color: #051945;
    background-image: url('../images/glasses_menu.png');
    /*margin-top: -13px;*/
    /*margin-right: 10px;*/
    display: inline-block;
}

@media (min-width: 480px) {
    #upper-menu button.low-vision-button {
        display: block;
    }
}

div.font-manage-box {
    padding: 0;
}

div.font-manage-box > label {
    float: left;
    margin-top: 13px;
    font-weight: normal;
    font-size: 18px;
    margin-left: 55px;
}

button.font-plus-button,
button.font-minus-button,
button.font-reset-button {
    display: inline-block;
    /*float: left;*/
    margin-top: 12px;
    background-color: inherit;
    border-style: none;
    outline: 0;
    margin-left: 4px;
    width: 29px;
    height: 29px;
    background-position: center;
    background-repeat: no-repeat;
}

button.font-plus-button {
    margin-left: 0px;
    background-image: url('../images/font_plus.png');
}

button.font-plus-button:hover {
    background-image: url('../images/font_plus_hover.png');
}

button.font-minus-button {
    background-image: url('../images/font_minus.png');
}

button.font-minus-button:hover {
    background-image: url('../images/font_minus_hover.png');
}

button.font-reset-button {
    background-image: url('../images/font_reset.png');
}

button.font-reset-button:hover {
    background-image: url('../images/font_reset_hover.png');
}

.lang-control-box {
    padding: 0;
    text-align: right;
}

@media (min-width: 768px) {
    .lang-control-box {
        text-align: center;
    }
}

button.eng-button,
button.rus-button {
    padding: 5px 5px 5px 30px;
    font-size: 18px;
    border-style: none;
    background-color: #F9F9F9;
    background-position: left;
    background-repeat: no-repeat;
}

button.eng-button {
    background-image: url('../images/eng.png');
}

button.eng-button.bw {
    background-image: url('../images/eng_bw.png');
    background-color: #FFFFFF;
}

button.rus-button {
    background-image: url('../images/rus.png');
}

button.rus-button.bw {
    background-image: url('../images/rus_bw.png');
    background-color: #FFFFFF;
}

header button.low-vision-button,
    header button.eng-button,
    header button.rus-button {
    margin-top: 8px;
    color: #282C32;
}

button.low-vision-button:hover,
    button.eng-button:hover,
    button.rus-button:hover {
    color: #828CA2;
}

button.low-vision-button.bw:hover,
    button.eng-button.bw:hover,
    button.rus-button.bw:hover {
    color: #000000;
}

@media (min-width: 1200px) {
    header button.low-vision-button {
        margin-right: 30px;
        margin-left: 0;
    }
}

.content-row {
    padding: 15px;
}

.aside {
    border-style: none;
    padding: 20px;
    text-align: center;
    background-color: #E7E9E8;
}

.aside h3 {
    margin-bottom: 15px;
}

.aside.bw h3 {
    font-size: 150%;
}

#news .aside p {
    font-size: 20px;
}

#news .aside.bw p {
    font-size: 24px;
}

.aside img {
    margin-bottom: 15px;
    display: inline-block;
}

#news .aside {
    font-weight: bold;
    margin-top: 32px;
    /*width: 228px;*/
}
/*
#news .aside:hover p {
    color: #828CA2;
}

#news .aside.bw:hover p {
    color: inherit;
}
*/

#news .aside a {
    color: inherit;
    text-decoration: inherit;
}

#news .aside a:hover {
    color: #828CA2;
}

#news .red-text {
    color: #bd0824 !important;
}

#news .red-text:hover {
    color: rgba(189, 8, 36, 0.5) !important;
}

.content-row .list-item {
    cursor: pointer;
    /*padding-left: 5px;
    padding-right: 5px;*/
    margin-bottom: 15px;
}

.items-list-header h2 {
    padding: 0;
    float: left;
    color: #000000;
    font-weight: normal;
    font-size: 30px;
}

.items-list-header a.all-items-link {
    display: block;
    clear: both;
    text-decoration: underline;
    color: #777777;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .items-list-header a.all-items-link {
        clear: right;
        float: right;
        margin-right: -3px;
        margin-bottom: 0;
    }
}

.list-item .list-item-date {
    color: #777777;
    margin-top: 7px;
    margin-bottom: 7px;
}

.list-item.bw .list-item-date {
    font-size: 110%;
}

.list-item .list-item-text {
    font-size: 18px;
}

.list-item.bw .list-item-text {
    font-size: 20px;
}

.list-item:hover .list-item-text {
    color: #828CA2;
}

.list-item.bw:hover .list-item-text {
    color: inherit;
}

.list-item .list-item-text a,
.vertical-list-item .list-item-text a {
    color: inherit;
    text-decoration: none;
}

.list-item .list-item-text a:hover,
.vertical-list-item .list-item-text a:hover {
    color: inherit;
    text-decoration: underline;
}

.content-row h2 {
    padding: 0;
    clear: both;
    color: #000000;
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: 25px;
    font-size: 30px;
}
.some_table td:nth-of-type(1) {display: none;}
#areas-of-work > h2 {
    margin-bottom: 25px;
}

/*.areas-icons {
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
}

@media (min-width: 480px) {
    .areas-icons {
        max-width: 470px;
    }
}

@media (min-width: 768px) {
    .areas-icons {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .areas-icons {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .areas-icons {
        max-width: 1170px;
    }
}*/

/*#areas-of-work .areas-icons > a {*/
#areas-of-work .row > a {
    display: block;
    /*display: inline-block;*/
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    padding-top: 160px;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    /*width: 200px;*/
    /*margin-left: 20px;*/
}

#areas-of-work > a:hover {
    text-decoration: underline;
}

a.img-reab {
    background-image: url('../images/reab.png');
}
a.img-reab:hover {
    background-image: url('../images/reab_hover.png');
}
a.img-reab.bw:hover {
    background-image: url('../images/reab_bw.png');
}

a.img-sport {
    background-image: url('../images/sport.png');
}
a.img-sport:hover {
    background-image: url('../images/sport_hover.png');
}
a.img-sport.bw:hover {
    background-image: url('../images/sport_bw.png');
}

a.img-cult {
    background-image: url('../images/cult.png');
}
a.img-cult:hover {
    background-image: url('../images/cult_hover.png');
}
a.img-cult.bw:hover {
    background-image: url('../images/cult_bw.png');
}

a.img-jobs {
    background-image: url('../images/jobs.png');
}
a.img-jobs:hover {
    background-image: url('../images/jobs_hover.png');
}
a.img-jobs.bw:hover {
    background-image: url('../images/jobs_bw.png');
}

a.img-industry {
    background-image: url('../images/industry.png');
}
a.img-industry:hover {
    background-image: url('../images/industry_hover.png');
}
a.img-industry.bw:hover {
    background-image: url('../images/industry_bw.png');
}

.content-row .banner-box {
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .content-row .banner-box {
        text-align: left;
        margin-bottom: 0;
    }
}

.content-row .banner-box img {
    margin-left: -15px;
    margin-bottom: 15px;
}

#region-news {
    margin-top: 20px;
}

#region-news .items-list {
    margin-left: 25px;
}

#media {
    margin-bottom: 15px;
}

button.photogallery-button,
    button.videogallery-button {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #FFFFFF;
    width: 100%;
    height: 273px;
    border-style: none;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 15px;
}

button.photogallery-button > p,
    button.videogallery-button > p {
    color: #FFFFFF;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 5px;
}

button.videogallery-button {
    padding-left: 5px;
}

footer {
    margin-top: 20px;
    padding: 10px;
    background-color: #051945;
    clear: both;
    padding-top: 30px;
}

footer.bw {
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #000000;
    border-width: 1px 0 0 0;
}

footer img.logo {
    float: left;
}

div.footer-centered {
    float: left;
    margin-left: 30px;
}

@media (max-width: 768px) {
    div.footer-centered {
        margin-left: 0px;
    }
}

div.footer-centered > h2 {
    color: #FFFFFF;
    font-size: 28px;
    margin-bottom: 5px;
}

div.footer-centered > h2 > span.smaller-header {
    font-size: 21px;
    color: inherit;
}

div.footer-centered.bw > h2 {
    color: inherit;
}

div#lower-menu ul {
    font-size: 17px;
    /* Works only like that;
       See: http://stackoverflow.com/a/17515230 */
    /*display: table;*/
}

div#lower-menu ul li {
    color: #828CA2;
    list-style: none;
    display: table-row;
}

div#lower-menu.bw ul li {
    color: inherit;
    font-size: 120%;
}

div#lower-menu ul li > a {
    color: #828CA2;
    text-decoration: none;
}

div#lower-menu.bw ul li > a {
    color: inherit;
    font-size: 105%;
}

div#lower-menu ul li > a:active {
    color: #FFFFFF;
}
div#lower-menu.bw ul li > a:active {
    color: inherit;
}

div#lower-menu ul li > a:hover {
    color: #22EBBE;
}
div#lower-menu.bw ul li > a:hover {
    color: inherit;
}

/* See: http://stackoverflow.com/a/9807702 */
div#lower-menu ul > li:before {
    content: "-";
    display: table-cell;
    text-align: right;
    padding-right: 5px;
}

div.menu-float > a {
    display: block;
    margin-top: 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 17px;
}

div#lower-menu.bw div.menu-float > a {
    color: inherit;
    font-weight: bold;
    font-size: 130%;
}

div.contacts-box {
    margin-top: 30px;
}

div.contacts-box p {
    color: #828CA2;
    margin-top: 12px;
}

div.contacts-box.bw p {
    color: inherit;
    font-size: 120%;
}

div.contacts-box a {
    color: #828CA2;
    text-decoration: none;
}

div.contacts-box.bw a {
    color: inherit;
}

div.contacts-box a:hover {
    color: #22EBBE;
}

div.contacts-box.bw a:hover {
    color: inherit;
}

button.login-button {
    margin-top: 40px;
    background-color: #FFFFFF;
    color: #051945;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 8px;
    border-width: 1px;
    width: 203px;
    height: 30px;
    font-size: 17px;
    behavior: url('pie/PIE.htc');
    /* See: http://stackoverflow.com/a/4692351 */
    position:relative;
    z-index: 0;
}

button.login-button.bw {
    color: #000000;
    border-color: #000000;
}

button.login-button:hover {
    background-color: #22EBBE;
}

button.login-button.bw:hover {
    background-color: #FFFFFF;
}

footer .search-box {
    width: 203px;
    margin-top: 15px;
}

footer > p {
    text-align: center;
    font-size: 17px;
    color: #828CA2;
    margin-top: 40px;
    margin-bottom: 30px;
}

footer .footer-login {
    text-align: center;
}

footer .footer-login .login-button {
    margin-top: 5px;
}

footer.bw > p {
    color: #000000;
}

.page-header .row h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.breadcrumb {
    border-style: none;
    background-color: inherit;
    margin: 0;
    padding: 8px 0 0 0;
}

.breadcrumb a, .breadcrumb span {
    font-size: 16px;
    color: #336699;
}

.breadcrumb li.active span {
    color: #000000;
    font-weight: bold;
}

.content-slider {
    margin-bottom: 30px;
}

.content-slider-content {
    background-color: #282c32;
}

.slider-prev-button, .slider-next-button {
    width: 59px;
    height: 59px;
    margin: 0;
    padding: 0;
    background-color: #F8F8F8;
    background-position: center;
    background-repeat: no-repeat;
    border-style: none;
    margin-top: 116px;
}

.slider-prev-button {
    background-image: url('../images/slider_prev.png');
}
.slider-prev-button:hover {
    background-image: url('../images/slider_prev_hover.png');
}

.slider-next-button {
    background-image: url('../images/slider_next.png');
}
.slider-next-button:hover {
    background-image: url('../images/slider_next_hover.png');
}

.content-slider-about .row > div {
    padding-left: 20px;
    padding-right: 30px;
}

.content-slider-about {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .content-slider-about {
        margin-top: 0;
    }
}

.share-button {
    margin: 0;
    padding: 0 30px;
    background-color: #F8F8F8;
    background-image: url('../images/share_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    border-style: none;
    color: #8E989D;
}

.content-date-added span {
    color: #8E989D;
}

.video-about h3 {
    margin-bottom: 20px;
}

.tags-box {
    margin-top: 15px;
}

.content-slider-about .tags-box {
    margin-top: 20px;
}

.vertical-list-item .tags-box {
    margin-top: 30px;
}

.tags-box .tag {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #828CA2;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 5px;
    background-color: #FFFFFF;
    color: #282C32;
}

button.tag.disabled {
    cursor: default;
}

.tags-box .tag:hover {
    background-color: #828CA2;
}

.tags-box .tag.disabled:hover {
    background-color: #FFFFFF;
}

.vertical-list {
    margin-bottom: 50px;
}

.vertical-list-aside {
    margin-top: 20px;
    padding: 25px;
    background-color: #EBEBEB;
}

@media (min-width: 768px) {
    .vertical-list-aside {
        margin-top: 0;
    }
}

.vertical-list-aside .tag-select-box .tags-box .tag {
    clear: both;
}

.vertical-list-aside .tag-select-box {
    margin-top: 25px;
}

.vertical-list-aside .tag-select-box:first-child {
    margin-top: 0;
}

.sort-select-row {
    margin-bottom: 30px;
}

.sort-select {
    width: 100px;
}

@media (min-width: 768px) {
    .sort-select {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .sort-select {
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .sort-select {
        width: 150px;
    }
}

.vertical-list-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.vertical-list-item .content-date-added {
    margin-bottom: 10px;
}

.vertical-list-item .content-description {
    display: none;
}


.vertical-list-item .content-title {
    text-decoration: underline;
    font-size: 16px;
}

.vertical-list-item:hover .content-title {
    color: #051945;
}

.vertical-list-item-content {
    width: 300px;
}

@media (min-width: 768px) {
    .vertical-list-item-content {
        width: 100%;
    }
}

.tags-show-all-link {
    display: block;
    color: #AEB5B6;
    text-decoration: underline;
}

.tags-show-all-link:hover {
    color: #051945;
}

@media (min-width: 992px) {
    .tags-show-all-link {
        float: right;
    }
}

.vertical-list-pager a {
    display: block;
    color: #AEB5B6;
    float: left;
    margin-right: 8px;
    padding: 3px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F8F8F8;
    border-style: none;
}

.bw .vertical-list-pager a {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
}

.vertical-list-pager a.active:hover {
    color: #051945;
    text-decoration: none;
}

.vertical-list-pager a:hover {
    color: #AEB5B6;
    text-decoration: none;
}

.bw .vertical-list-pager a:hover,
.bw .vertical-list-pager a.active:hover {
    color: #000000;
    text-decoration: underline;
}

.pager-fw-button, .pager-rv-button {
    width: 9px;
    height: 12px;
}

.pager-ffw-button, .pager-frv-button {
    width: 16px;
    height: 12px;
}

.pager-fw-button, .pager-rv-button,
    .pager-ffw-button, .pager-frv-button {
    margin-top: 8px;
}

.pager-fw-button {
    background-image: url('../images/pager_fw.png');
}
.pager-fw-button.active:hover {
    background-image: url('../images/pager_fw_hover.png');
}

.pager-ffw-button {
    background-image: url('../images/pager_ffw.png');
}
.pager-ffw-button.active:hover {
    background-image: url('../images/pager_ffw_hover.png');
}

.pager-rv-button {
    background-image: url('../images/pager_rv.png');
}
.pager-rv-button.active:hover {
    background-image: url('../images/pager_rv_hover.png');
}

.pager-frv-button {
    background-image: url('../images/pager_frv.png');
}
.pager-frv-button.active:hover {
    background-image: url('../images/pager_frv_hover.png');
}

.bw .pager-fw-button, .bw .pager-fw-button.active:hover,
.bw .pager-rv-button, .bw .pager-rv-button.active:hover {
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 0;
}

.vertical-list-pager .page-num {
    padding: 3px 8px;
    border-style: solid;
    border-radius: 8px;
    border-color: #F8F8F8;
    border-width: 1px;
}

.vertical-list-pager .page-num.active:hover {
    background-color: #8E989D;
    border-color: #8E989D;
    color: #FFFFFF;
}

.vertical-list-pager .page-num.current-page,
.vertical-list-pager .page-num.current-page:hover {
    color: #FFFFFF;
    background-color: #051945;
    border-color: #051945;
}

.bw .vertical-list-pager .page-num {
    padding: 3px 8px;
    border-style: solid;
    border-radius: 8px;
    border-color: #FFFFFF;
    border-width: 1px;
}

.bw .vertical-list-pager .page-num.current-page,
.bw .vertical-list-pager .page-num.current-page:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}

.content-slider-about .row .photos-count {
    padding: 0 0 0 15px;
}

.photos-count span {
    color: #8E989D;
    text-decoration: underline;
}

.content-slider-about .row .content-date-added {
    padding: 0 0 0 15px;
}

.photos-count img {
    margin-right: 5px;
    margin-top: -5px;
}

.photo-about .album-title-label {
    margin-top: 30px;
    color: #8E989D;
}

.photo-about .album-title {
    font-size: 17px;
    text-decoration: underline;
}

.photo-about .tags-box {
    margin-top: 30px;
}

.vertical-list-item-about .photos-count {
    margin-bottom: 10px;
}

.photo-slider-disabled {
    display: none !important;
}

.pgwSlider > .ps-list > li {
    height: auto !important;
}

.pgwSlider > .ps-list > li span {
    display: none;
}

.pgwSlider > .ps-list {
    height: 290px;
    overflow-y: scroll;
}

.pgwSlider .ps-current .ps-prev,
    .pgwSlider .ps-current .ps-next {
    top: 39.5%;
    display: none !important;
}

.ps-current:hover .ps-prev,
    .ps-current:hover .ps-next {
    display: block !important;
}

.pgwSlider .ps-list {
    padding: 4px 4px 4px 0;
}

.ps-caption a, .ps-caption a b {
    color: #FFFFFF;
}

.ps-caption a {
    font-size: 13px;
}

.item-link-wrapper {
    margin-top: 30px;
}

.item-link {
    color: #AEB5B6;
    text-decoration: underline;
}

.item-link:hover {
    color: #051945;
}

.vertical-list-item .list-item-text {
    font-size: 16px;
}

.vertical-list-item:hover .list-item-text {
    color: #051945;
}

.enterprs-letters > div {
    float: left;
    background-color: #DDDDDD;
    border-color: #F8F8F8;
    border-style: solid;
    border-radius: 8px;
    padding: 5px 6px;
}

.enterprs-letters > div a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.enterprs-letter-wapper {
    margin-top: 25px;
}

span.enterprs-letter {
    font-weight: bold;
}

a.enterprs-up {
    text-decoration: underline;
    color: #000000;
}

.page-aside {
    padding: 25px;
    background-color: #EBEBEB;
    border: none;
}

.page-aside ul.nav {
    background-color: inherit;
    border: none;
}

.page-aside ul.nav a {
    font-size: 18px;
    color: inherit;
    text-decoration: none;
    padding-left: 0;
}

.page-aside ul.nav a:hover {
    background-color: inherit;
    text-decoration: underline;
}

.page-aside ul.nav ul li {
    margin-left: 20px;
    list-style-type: disc;
}

.page-aside ul.nav ul a {
    font-size: 16px;
}

.page-aside ul.nav li.current span {
    display: block;
    padding: 10px 15px 10px 0;
    color: #000000;
    font-weight: bold;
}

.page-aside ul.nav > li.current span {
    font-size: 18px;
}

.page-aside ul.nav ul li.current span {
    font-size: 16px;
}

form#b-head-search {
    font-size: 16px;
}

form#b-head-search input {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
}

form#b-head-search input.product-search-button {
    width: 210px;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #33A954;
    border-color: #F8F8F8;
    border-style: solid;
    border-radius: 8px;
    padding: 5px 8px;
    height: auto;
}

form#b-head-search div.row {
    margin-bottom: 15px;
}

form#b-head-search div.submit-row {
    margin-top: 30px;
}

form#b-head-search div.product-search-button-column {
    text-align: right;
}

form#b-head-search div.records-page-column {
    padding-top: 8px;
}

form#b-head-search select.records-page {
    width: 70px;
    /*padding-left: 10px;*/
    font-weight: bold;
}

table#table_prod_catalog {
    border-collapse: collapse;
    font-size: 16px;
}

table#table_prod_catalog, table#table_prod_catalog th, table#table_prod_catalog td {
    border-style: solid;
    border-color: #8E989D;
    border-width: 1px 0 1px 0;
}

table#table_prod_catalog th {
    font-weight: normal;
}

table#table_prod_catalog th, table#table_prod_catalog td {
    padding: 5px 8px;
}

div.prod-group-links a {
    font-size: 18px;
    color: #282C32;
    font-style: italic;
    text-decoration: underline;
}

div#table_fo a {
    font-size: 18px;
    color: #282C32;
    font-style: italic;
    text-decoration: underline;
}

.menu-interactive-header {
    cursor: pointer;
}

.menu-interactive-header:hover {
    text-decoration: underline;
}

div.div_lnd_list {
    margin-top: 20px;
}

.login .control-label {
    text-align: left;
}

.login .controls input[type="text"],
.login .controls input[type="password"] {
    width: 100%;
}

.login .remember-me-box div {
    float: left;
}

.login .remember-me-box div.controls {
    margin-left: 25px;
    margin-top: 7px;
}

.login button {
    margin-top: 5px;
}

.content-row .search fieldset {
    margin-top: 20px;
}

.content-row .search .form-limit {
    margin-bottom: 20px;
}

.content-row .search .result-title {
    margin-top: 20px;
}

.content-row .page-header h2 {
    margin-bottom: 5px;
}

.content-row .page-header {
    border-style: none;
    margin: 0 0 20px 0;
}

.content-row .row > .page-header,
.content-row > div > .page-header,
.bw-content > div > div.page-header,
.bw-content > div.page-header {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #A4ABAF;
}

.bw-hidden {
    display: none !important;
    visibility: hidden;
}

.bw-front-page-material div.page-header {
    display: none;
}

.bw-menu ul.menu {
    list-style: none;
    border-style: none;
}

.bw-menu ul.menu li {
    display: none;
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    border-style: solid;
    border-color: #000000;
    border-width: 1px 0 0 0;
}

.bw-menu ul.menu > li:first-child, .bw-menu ul.menu > li:first-child {
    border-style: none;
}

.bw-menu ul.menu li a, .bw-menu ul.menu li span {
    padding: 3px 3px;
    color: #000000;
    text-decoration: none;
}

.bw-menu ul.menu li a:hover, .bw-menu ul.menu li span:hover {
    background-color: #D7D7D7;
}

.bw-menu ul.menu li.current > a, .bw-menu ul.menu li.current > span {
    font-weight: bold;
}

.bw-menu ul.menu > li.active > a, .bw-menu ul.menu > li.active > span {
    font-weight: normal;
    color: #FFFFFF;
    background-color: #000000;
    padding: 5px 5px 3px 5px;
}

.bw-menu ul.menu > li {
    display: block;
    padding: 7px 10px 7px 10px;
}

.bw-menu ul.menu > li > span, .bw-menu ul.menu > li > a {
    font-size: 22px;
    display: inline;
}

.bw-menu ul.menu li.active > ul > li {
    display: block;
}

.bw-menu ul.menu ul li {
    margin-left: 35px;
    padding-left: 0;
}

.vertical-list-item.bw .content-date-added span {
    font-size: 16px;
    color: #0303A2;
}

.vertical-list-item.bw .list-item-text a {
    font-weight: bold;
    font-size: 20px;
}

.vertical-list-item.bw .item-link-wrapper {
    margin-top: 10px;
}

.vertical-list-item .list-item-introtext {
    margin-top: 10px;
}

.vertical-list-item.bw .content-date-added {
    margin-bottom: 0;
}

.vertical-list-item.bw {
    cursor: inherit;
}

#tiny-res-menu-toggle-wrapper {
    background-color: #051945;
    padding: 15px;
    margin: 0;
}

.tiny-res-menu-toggle {
    background-color: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/menu_toggle.png');
    outline: none;
    width: 32px;
    height: 27px;
    border-style: none;
}

.footer-controls {
    padding: 0;
    margin: 0;
}

.footer-centered > .footer-controls {
    margin: 0 auto;
    text-align: center;
    max-width: 200px;
}

.bw-content > .row,
    .bw-content > .item-page > .row {
    margin-left: 0;
    margin-right: 0;
}

.edit .controls select,
    .edit .controls input {
    width: 250px;
}

.btn-toolbar {
    margin-top: 20px;
    margin-bottom: 20px;
}

.control-group {
    margin-top: 20px;
}

.controls .btn {
    padding: 1px 12px;
    margin: -5px 0 0 5px;
}

/*
for icons in material editing
*/

@font-face {
    font-family: 'IcoMoon';
    src: url('../../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}

.icon-calendar:before {
    content: "\43";
}

ul.nav.menu-user-menu {
    border-style: solid;
    border-color: #000000;
    border-width: 0 0 2px 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

/*     */

.form-horizontal .control-group .control-label {
    text-align: left;
}

.form-horizontal fieldset {
    margin-top: 20px;
}

.form-horizontal fieldset legend {
    margin-bottom: 0;
}

/* to fix bug with tabs and horizontal menu items disappearing in article edit interface */
div.edit ul.nav-tabs li > a {
    display: block !important;
}
div#upper-menu ul.menu > li {
   display: list-item !important;
}
@media (min-width: 480px) {
    div#upper-menu ul.menu > li {
        display: inline-block !important;
    }
}
/* */

.tag-category ul.category, .tag-category ul.thumbnails {
    margin-left: 20px;
}

.single-photo-slider-wrapper {
    margin-top: 50px;
}

.single-photo-slider-wrapper .pgwSlider > .ps-list {
    height: 430px;
}
div.menu-float > a {margin-top: 0;}
div.menu-float > a:hover {color:#22EBBE;}
div#lower-menu div.menu-float {
    float: left;
    width: 280px;
    margin-left: 20px;
    display: block;
    margin-top: 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 17px;
}
@media (max-width: 768px) {
    div#lower-menu div.menu-float {
        margin-left: 0px;
    }
}
.item-268.deeper.dropdown.menu_button.parent > ul {right: 0; left: auto;}
@media all and (max-width: 991px) {
.menu_button.parent.open > ul {width: 250px!important; max-width: 250px!important;}
.item-267.deeper.dropdown.menu_button.parent > ul, .item-266.deeper.dropdown.menu_button.parent > ul {right: 0; left: auto;}
.item-177.deeper.dropdown.menu_button.parent > ul, .item-268.deeper.dropdown.menu_button.parent > ul {left: 0; right: auto;}
}
@media all and (max-width: 768px) {
.menu_button.parent.open > ul {width: 250px!important; max-width: 250px!important;}
.item-267.deeper.dropdown.menu_button.parent > ul, .item-266.deeper.dropdown.menu_button.parent > ul {left: 0; right: auto;}
.item-177.deeper.dropdown.menu_button.parent > ul, .item-268.deeper.dropdown.menu_button.parent > ul {left: 0; right: auto;}
}
@media all and (max-width: 680px) {
.item-283.deeper.dropdown.menu_button.parent > ul, .item-267.deeper.dropdown.menu_button.parent > ul {right: 0; left: auto;}
}
div#upper-menu ul ul li {/*min-height: 53px;*/height: auto;}
div#upper-menu ul ul li a {white-space: pre-wrap;}
@media all and (max-width: 1200px){
  #news .aside p{
    font-size: 17px;
  }
  .aside.bw-enabled h3 {font-size: 19px;}
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {height: auto!important;}
.row .col-lg-6.col-md-6:nth-of-type(2) button {
  background: url('/images/sddefault.jpg') no-repeat top left;
  background-size: cover;
  background-position: center;
}
.img-responsive{
    margin: 0 auto;
}
.row .col-lg-6.col-md-6:nth-of-type(1) button {
  background: url('/images/sampledata/vos_news.jpg') no-repeat top left;
  background-size: cover;
  background-position: center;
}
#priem td input, #priem td textarea, #priem td select {margin-bottom: 10px;}
.send_priem {
    background: #051945;
    color: #fff;
    border: 0;
    padding: 5px 30px;
    border-radius: 5px;
    margin-left: 189px;
    margin-top: 20px;
    display: block;
}

.send_priem:hover {
  opacity: 0.8;
}
#priem input[type=text], #priem textarea, #priem select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CACACA;
    outline: none;
    padding: 2px 11px;
}
.menu_button.parent:active ul, .menu_button.parent:hover ul, .menu_button.parent:focus ul, .dropdown-toggle.active ~ ul, .dropdown-toggle.focus ~ ul, .open > ul {display: block;}
.list-item-text h2 {font-size: 18px; line-height: 25px;}
.list-item-text h2:hover {color: #828CA2;}
.uk-panel h3 {
    font-size: 20px;
	line-height: 28px;
}
.uk-panel h3:hover {opacity: 0.8;}
.uk-article-meta {font-size: 0;}
.uk-article-meta time {
	font-size: 14px;
    background: url(../images/calendar.png) no-repeat;
    padding-left: 29px;
    background-position: 1px -30px;
    height: 30px;
    display: block;
    line-height: 30px;
    color: #8E989D;
}
.lSSlideOuter .lSPager.lSGallery img {border: 1px solid #fff}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {border-radius: 0!important; border: 1px solid #051945;}
.lSSlideOuter .lSPager.lSGallery li.active img, .lSSlideOuter .lSPager.lSGallery li:hover img {border: 0;}
.single-photo-slider-wrapper {margin-top: 0}
.full-width-article.col-md-9 .uk-overlay-hover {margin-top: 20px;}
.dropdown-menu {display: none;}
.pull-right.open .dropdown-menu {display: block;}
#form_attribs_update tr td:nth-of-type(1) {width: 240px;}
#form_attribs_update tr td {margin-bottom: 10px;}
button.photogallery-button {background: url(/images/sampledata/vos_news.jpg) no-repeat top left; background-size: cover;}
button.videogallery-button {background: url(/images/sddefault.jpg) no-repeat top left;background-size: cover;}
.page-header.item-title + img {margin: -10px 0 20px}
.list-item-text.col-md-12 h2 {margin-bottom: 0px;}
.content-date-added span{color: #AEB5B6}
.list-item-text.col-md-12 a:hover {text-decoration: none;}
.news-custom-column .content-date-added {padding: 0;}
.news-custom-column .list-item-image-col, .news-custom-column .list-item-text, .news-custom-column .item-link-wrapper {padding-left: 0;}
.news-custom-column .list-item-share-col {display: none;}
.news-custom-column .list-item-text h2 {font-size: 17px;}
.news-custom-column .item-link-wrapper {margin-top: 10px;}
@media (min-width: 1400px) {
.item-268.deeper.dropdown.menu_button.parent > ul {
    right: auto!important;
    left: 0!important;
}
}
.equal-rights {
    color: #be0f34;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding-top: 10px;
    margin-bottom: -7px;
}
.required {color: red;}
.blog .items-leading.clearfix div[itemprop=blogPost] {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.blog .items-leading.clearfix div[itemprop=blogPost] a {
  font-size: 16px;
}
.art_img_custom-three img { width: 30%; float: left; margin-right: 2%; display: block; margin-bottom: 10px;}
.art_img_custom-two img { width: 48%; float: left; margin-right: 2%; display: block; margin-bottom: 10px;}
[itemprop=articleBody] p {font-size: 16px;}
.full-width-article .uk-article-meta {font-size: 0;}
.my_class.lslide {text-align: center;}
#lightSlider .my_class img {width: 100%; height: auto;}
.uk-overlay-icon:before {content: "+"!important;}
[itemprop=articleBody] p img {max-width: 100%; height: auto!important;}
[itemprop=articleBody] p {text-indent: 0!important;}
@media all and (max-width: 768px){
  .content-row .page-header h2 {
  	padding: 0 15px;
  	box-sizing: border-box;
  }
  .news-custom-column .list-item-text, .news-custom-column .item-link-wrapper, .list-item-image-col a, .news-custom-column .content-date-added {
    padding: 0 15px;
  }
  .news-custom-column .content-date-added {padding-top: 10px;}
}
#areas-of-work a.img-reab {
  background-image: url(../img/new_icons_1.png);
  background-position: center -659px;
}
#areas-of-work a.img-reab:hover {
  background-image: url(../img/new_icons_1.png);
  background-position: center 0;
}
#areas-of-work a.img-sport {
  background-image: url(../img/new_icons_2.png);
  background-position: center -659px;
}
#areas-of-work a.img-sport:hover {
  background-image: url(../img/new_icons_2.png);
  background-position: center 0;
}
#areas-of-work a.img-cult {
  background-image: url(../img/new_icons_3.png);
  background-position: center -659px;
}
#areas-of-work a.img-cult:hover {
  background-image: url(../img/new_icons_3.png);
  background-position: center 0;
}
#areas-of-work a.img-jobs {
  background-image: url(../img/new_icons_4.png);
  background-position: center -659px;
}
#areas-of-work a.img-jobs:hover {
  background-image: url(../img/new_icons_4.png);
  background-position: center 0;
}
#areas-of-work a.img-industry {
  background-image: url(../img/new_icons_5.png);
  background-position: center -659px;
}
#areas-of-work a.img-industry:hover {
  background-image: url(../img/new_icons_5.png);
  background-position: center 0;
}
.items-list-header .col-md-9 .row > a.elite_news > div {
    background: #051945;
    padding-top: 15px;
}
.items-list-header .col-md-9 .row > a.elite_news > div h2 {color: #fff;}
.cyp_table p {
  margin-top: 10px;
}
.news_article p, .news_article div {
  font-family: Tahoma; font-size: 14pt; text-align: justify; text-indent: 27pt !important;
}
.news_article > p > img {
  display: block; margin-left: auto; margin-right: auto;
}
.category-desc > img {margin-bottom: 20px;}
.nav-tabs>li>a {font-size: 16px;}
.table_plan_program tr:nth-of-type(1) td, .table_plan_program tr td:nth-of-type(3), .table_plan_program tr td:nth-of-type(4), .table_plan_program tr td:nth-of-type(5), .table_plan_program tr td:nth-of-type(6) {text-align: center;}
.content-category .row {cursor: default;}
@media (min-width: 992px) {
div#header-wrapper {padding-top: 88px;}
div#upper-menu {
    background-color: #051945;
    border-style: none;
    position: fixed;
    width: 100%;
    z-index: 5;
}
}
.ya-share2__link, .ya-share2__container.ya-share2__container_size_m {text-indent: 0!important;}
.ya-share2.ya-share2_inited {float: right; margin-left: 15px;}
/*.ya-share2.ya-share2_inited.left_share {
    float: left;
    margin-top: -40px;
}*/
.enterprs-letters.clearfix {clear: both; padding-top: 15px;}
.low-vision-list-item {
  vertical-align: middle;
  margin-top: -19px!important;
}
[itemprop=articleBody] li {font-size: 16px;}
.some_table tr {
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    min-height: 120px;
    padding-top: 13px;
    border-top: 1px solid #ccc;
    padding-left: 10px;
}
.some_table tr td:nth-of-type(1) {display: block;}
@media all and (max-width: 480px) {
  .items-list-header .col-md-9 .row > a.elite_news > div {padding-bottom: 10px;}
  .items-list-header .col-md-9 .row > a.elite_news .list-item-text h2 {float:none; margin-bottom: 0}
}
@media (max-width: 480px){
    .table__flex tr {
        display: flex; 
        flex-direction: column;
        flex-wrap: wrap;
        border-bottom: 1px solid #A4ABAF;
    }
    #upper-menu button.low-vision-button {
        width: 35px;
        height: 21px;
    }
    div#upper-menu ul.menu > li > a,
    div#upper-menu ul.menu > li > span {
       margin: 0;
       padding: 15px 8px;
       /*font-size: 20px;*/
    }
}
.share-block{
    float: left;
    margin-top: -40px;
    text-indent: 0 !important;
}
@media (max-width: 480px){
    .share-block{
        float: none;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}