li.menu__list-item {
    vertical-align: top;
    height: 27px;
}

li.menu__list-item:nth-child(1) {
    width: 128px;
}

li.menu__list-item:nth-child(2) {
    width: 139px;
}

li.menu__list-item:nth-child(3) {
    width: 112px;
}

li.menu__list-item:nth-child(4) {
    width: 127px;
    padding-left: 1px;
}

li.menu__list-item:nth-child(4) a {
    padding-left: 18px;
}

li.menu__list-item:nth-child(5) {
    width: 155px;
    padding-left: 1px;
}

li.menu__list-item:nth-child(6) {
    width: 114px;
    padding-left: 2px;
}

li.menu__list-item:nth-child(7) {
    width: 120px;
}

.header__language a {
    margin-right: 17px;
}

.header__language {
    margin-right: 26px;
}

.news__list {
    list-style: none;
}

div.preview_img {
    align-self: stretch;
    flex-grow: 1;
    flex-basis: 60px;
    margin: 0 15px 15px 0;
    float: left;
}

.preview_text {
    overflow: hidden;
}

.preview_img img {
    width: 122px;
    height: 84px;
}

.news__list__item {
    position: relative;
}

.news__list__item .list_item {
    overflow: hidden;
}

li.news__list__item.list:before {
    position: absolute;
    left: -10px;
    top: 4px;
    width: 4px;
    height: 4px;
    background-color: #000;
    content: '';
    border-radius: 50%;
}
.news__list{
    margin-top:7px;
}
    /*.list_item{
        display: flex;
    }
    .preview_text{
        flex-basis: 200px;
        flex-grow: 6;
    }*/
.media_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.media_item {
    width: 195px;
    margin: 0px 60px 30px 0px;
}

.media_item:nth-child(3n+3) {
    margin: 0 0 30px 0;
}

.media_image img {
    border: 1px solid #fff;
    width: 195px;
    height: 275px;
}

.media_image img:hover {
    border: 1px solid #000;
    cursor: pointer;
}

.media_link {
    padding: 14px 0 8px 0;
    font-weight: bold;
}

.media_description i {
    color: #B22222;
}

.media_wrapper + .paging {
    margin-top: 15px;
}

.media_download {
    margin-top: 14px;
}

.media_video {
    width: 158px;
    height: 100px;
}

.media_video_description a + span {
    text-decoration: underline;
    padding-left: 5px;
}

.media_video_description i {
    color: #000;
}

.media_video_item {
    width: 158px;
    margin: 0 25px 35px 0;
}

.media_video_item:nth-child(4n+4) {
    margin: 0 0 25px 0;
}

.media_video_link {
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0 5px 0;
    overflow: hidden;
    height: 55px;
    margin-bottom: 10px;
}

.media_video_preview {
    width: 158px;
    height: 100px;
    background-size: cover !important;
}

.media_video_preview:hover {
    cursor: pointer;
}

.media_video_play_button {
    position: relative;
    top: 60%;
    left: 5%;
}

.video-list__preview-img {
    width: 158px;
    height: 100px;
}

.media_video_link_full {
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

p + .media_wrapper {
    margin-top: 45px;
}

.photo_slider img {
    width: 711px;
    height: 473px;
}

.nav img {
    width: 135px;
    height: 86px;
    margin: 5px 5px 5px 0;
    padding: 2px;
}

.nav img:hover {
    cursor: pointer;
}

.photo_slider {
    margin-top: 33px;
}

.slider-nav {
    margin-bottom: 40px;
}

.nav.slick-slide.slick-current.slick-active img {
    border: 1px #c6c6c6 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.slick-slide.slick-current.slick-active:focus {
    outline: none;
}

.nav.slick-slide img {
    border: 1px #ffffff solid;
}

.nav-left {
    width: 20px;
    height: 20px;
    background: url('../slick/left_nav.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 40px;
    left: -30px;
    cursor: pointer;
}

.nav-right {
    width: 20px;
    height: 20px;
    background: url('../slick/right_nav.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 40px;
    left: 715px;
    cursor: pointer;
}

.main-nav-left {
    width: 35px;
    height: 60px;
    background: url('../slick/main_left.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 210px;
    left: 15px;
    cursor: pointer;
    z-index: 1000;
}

.main-nav-right {
    width: 35px;
    height: 60px;
    background: url('../slick/main_right.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 210px;
    left: 660px;
    cursor: pointer;
    z-index: 1000;
}

.photo_slider_wrapper {
    position: relative;
}

.slick-track {
    width: 300px;
}

.nav_wrapper {
    position: relative;
}

.slider-nav.slick-initialized.slick-slider {
    margin-bottom: 40px;
}

.nav.slick-slide:focus {
    outline: none;
}

.photo_slide_description {
    margin: 15px 0;
}

.news__filters.clearfix {
    margin-bottom: 30px;
}

.filter_wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 70px;
}

.library-inner__list-subfolder {
    display: none;
}

.library-inner__list-subfolder.jp {
    display: block;
}

.breadcrumbs {
    line-height: 18px !important;
    margin-bottom: 10px !important;
}
.breadcrumbs__arrow{
    margin-left: 10px !important;
}

.select_wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.date {
    margin-right: 40px;
}

.label_wrapper {
    margin-bottom: 6px;
}

.solo {
    flex-direction: column;
}

.form {
    font-family: Helvetica, Arial;
    margin-top: 10px;
}

.form__field {
    font-family: Helvetica, Arial;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cfd0d1;
    color: #414346;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    padding: 0 24px 0 9px;
    width: 400px;
    font-size: 16px;
}

.form__wrapper {
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
}

.form__label {
    font-family: Helvetica, Arial;
    font-size: 16px;
    position: absolute;
    top: 26px;
    left: 5px;
    transition: 0.3s;
    color: #999;
    cursor: text;
    width: 430px;
}

.form__field:focus + .form__label, .form__label_full {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: #414346;
    cursor: default;
    width: auto;
}

.form__label_full {
    transition: none;
}

.label_up {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #414346;
}

.form__label_full {
    transition: none;
}

.form__label_required::after {
    content: "*";
    color: red;

}

.errortext {
    color: red;
}

.form__field:hover {
    border: 1px solid #999;
}

.form__submit {
    font-family: Helvetica, Arial;
    margin-top: 10px;
    font-size: 16px;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    border: 1px solid #003399;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    background-color: #0072bc;
    line-height: 38px;
    margin-top: 15px;
}

.form__submit:hover {
    background-color: #0167a9;
    transition: 0.3s;
}

.form__textarea-field {
    height: 150px;
}

.grievance .form__checkbox-field {
    width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.form__checkbox-field {
    width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.form__checkbox-label {
    position: relative;
    display: block;
    padding-left: 23px;
    margin-bottom: 8px;
}

.form__checkbox-caption {
    font-size: 14px;
    color: #414346;
}

.form__checkbox-label:before {
    content: "";
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(/media/system/img/checkbox.png) 0 0;
}

.form__checkbox-field:checked + .form__checkbox-label:before {
    background: url(/media/system/img/checkbox.png) -18px 0;
}

.form__radio-caption {
    font-size: 14px;
}

.form__radio-wrapper {
    margin: 8px 0;
}

.form__radio-label {
    display: inline-block;
    padding-left: 8px;
}

.form__mandatory {
    margin-top: 15px;
}

.form__star {
    color: red;
}

.error {
    border: 1px solid #ff0000;
}

span.error {
    border: none;
    color: #ff0000;
    display: block;
    margin: 1px 0 0;
}

.captcha {
    display: block;
    margin: 10px 0;
}

.fioDescription {
    width: 435px;
    margin-top: 8px;
    font-size: 11px;
    font-style: italic;
}

#success {
    display: none;
}

span.error {
    display: none;
}

.form__wrapper img {
    display: block;
    margin-top: 10px;
}

.news__filters__filter__desc__input {
    width: 285px;
}

.popup {
    top: 25vh;
}

.photo_slider_wrapper .description {
    padding: 10px 0;
}

.error_email {
    border: none;
    color: #ff0000;
    display: none;
    margin: 1px 0 0;
}

.search_search-page .search__input {
    height: 28px;
}

.main_paging__form {
}

.main_paging__form > a,
.main_paging__form > span,
.main_paging__form > input {
    display: inline-block;
    font-family: helvetica, arial;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    vertical-align: baseline;
}

.main_opera_mobile .paging__form > input {
    padding-bottom: 1px;
}

.main_paging__controls {
    background: url('../img/paging_controls.png') left center no-repeat;
    cursor: pointer; /*height:12px;*/
    padding: 5px;
    width: 8px;
}

.main_paging__controls_prev {
    background-position: -15px center;
    margin-left: -5px;
    margin-right: 13px;
}

.main_paging__controls_prev.disabled {
    background-position: 5px center;
    cursor: default;
}

.main_paging__controls_next {
    background-position: -55px center;
    margin-left: 13px;
}

.main_paging__controls_next.disabled {
    background-position: -35px center;
    cursor: default;
}

.main_paging__title {
    margin-right: 4px;
    text-transform: uppercase;
}

.main_paging__current {
    border: 1px solid #cfd0d1;
    height: 18px; /*line-height:18px;*/
    padding: 0 3px;
    text-align: center;
    *top: 4px;
    width: 22px;
}

.main_paging__delimiter {
    margin: 0 3px;
}

.main_paging__all {
}
.popup.popup_type_video{
    display: none;
}
.tech-works{
    text-align: center;
    padding:30px 0 20px;
}
.media_date{
    margin-bottom:10px;
    font-weight: bold;
}