* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

table,
tr,
th,
td {
    border-collapse: collapse;
}

html, body {
    background: #fff;
    height: 100%;
}

.b-page {
    height: 100%;
    position: relative;
}

.b-page__wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font-size: 14px;
    font-family: Tahoma, Segoe, Liberation Sans, sans-serif;
    line-height: 18px;
    background: #fff;
    color: #555555;
    font-weight: normal;
}

.clear {
    clear: both;
    content: "";
    display: table;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.header {
    padding: 15px 0 11px 0;
}

.logo {
    width: 267px;
    float: left;
    overflow: hidden;
    margin: 0 30px 0 25px;
}

.logo__img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.logo__text {
    font-family: 'Conv_dinpro-bold';
    font-size: 16px;
    color: #007dbe;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 19px;
    float: right;
    width: 185px;
    padding: 10px 0 0 5px;
    font-weight: normal;
}

.logo h1 {
    font-size: 16px;
    color: #007dbe;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 23px;
    margin-top: 0;
}

.logo a {
    text-decoration: none;
}

.search {
    width: 360px;
    float: left;
    margin: -6px 32px 0 0px;
}

.search .jq-selectbox__dropdown {
    border: 1px solid #898989;
}

.search__link {
    font-size: 12px;
    color: #007dbe;
    display: inline-block;
    border-bottom: 1px solid #007dbe;
    text-decoration: none;
    line-height: 13px;
    margin: -6px 32px 13px 17px;
}

.search__link:hover {
    border-bottom: 1px solid transparent;
}

.search__form {
    width: 100%;
    height: 41px;
    border: 1px solid #898989;
}

.search__input {
    width: 76%;
    float: left;
    height: 39px;
    border: none;
    outline: none;
    padding: 0 10px 0 16px;
    line-height: 39px;
}

.search__input::-webkit-input-placeholder {
    color: #898989;
    font-size: 18px;
}

.search__input::-moz-placeholder {
    color: #898989;
    font-size: 18px;
}

/* Firefox 19+ */
.search__input:-moz-placeholder {
    color: #898989;
    font-size: 18px;
}

/* Firefox 18- */
.search__input:-ms-input-placeholder {
    color: #898989;
    font-size: 18px;
}

.search__input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.search__input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.search__input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.search__input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.search__input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search__input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search__input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search__input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search__select {
    width: 41px;
    height: 38px;
    float: right;
    border: none;
    outline: none;
}

.search__btn {
    width: 37px;
    height: 38px;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    background: url('../img/icons.png') -141px -6px no-repeat;
}

.search__form.active .search__btn {
    background-position: -216px -5px;
}

.search__form .search__btn:hover {
    background-position: -216px -5px;
}

.search .jq-selectbox {
    width: 41px;
    height: 38px;
    float: right;
}

.search .jq-selectbox__select {
    width: 41px;
    height: 39px;
    float: right;
    border: none;
    border-right: 1px solid #898989;
    outline: none;
    border-radius: 0;
    padding: 0;
}

.search .jq-selectbox__dropdown {
    margin-top: 42px;
}

.search .jq-selectbox li {
    padding: 1px 13px 1px;
}

.search .jq-selectbox__dropdown {
    margin-top: 42px;
    border-radius: 0;
    width: 200px !important;
    overflow: hidden;
}

.search .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.search .jq-selectbox__trigger-arrow {
    top: 17px;
    right: 0;
}

.search .jq-selectbox__select-text {
    font-size: 0;
    color: red;
    display: none;
}

.mark {
    width: 142px;
    float: left;
    padding: 9px 36px 0 0;
    font-size: 12px;
    position: relative;
    margin: 20px 2px 0 0;
    line-height: 15px;
}

.mark::after {
    content: "";
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    background: url('../img/icons.png') -145px -73px no-repeat;
}

.header__right {
    float: right;
    width: 338px;
    padding-right: 14px;
}

.lang {
    text-align: right;
}

.lang__link {
    display: inline-block;
    font-size: 18px;
    color: #898989;
    text-decoration: none;
    padding-left: 28px;
    margin-right: 17px;
    position: relative;
    font-weight: 300;
}

.lang__link:last-child {
    margin-right: 0;
}

.lang__link:hover {
    color: #007dbe;
}

.lang__link_act {
    color: #007dbe;
}

.lang__link::before {
    content: "";
    width: 25px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/icons.png') -152px -152px no-repeat;
}

.lang__link_kg::before {
    background-position: -150px -200px;
}

.lang__link_eng::before {
    background-position: -150px -249px;
}

.header__right__top {
    margin-bottom: 7px;
    margin-top: -2px;
}

.status {
    text-align: right;
}

.status__link {
    font-size: 14px;
    color: #898989;
    display: inline-block;
    border: 1px solid #898989;
    padding: 4px 9px 0 42px;
    text-decoration: none;
    position: relative;
    height: 40px;
    text-align: left;
    vertical-align: middle;
    margin-right: 1px;
    text-transform: uppercase;
    line-height: 15px;
}

.status_noreg .status__link {
    font-size: 12px;
    padding: 4px 7px 0 41px;
}

.status__link_exit {
    line-height: 40px;
    padding-top: 0;
}

.status__user {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 62px;
}

.status__user_note {
    position: relative;
}

.status__user_note::after {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -30px;
    background: url(../img/icons.png) -336px -255px no-repeat;
}

.status__link:last-child {
    margin-right: 0;
}

.status__link:hover {
    color: #007dbe;
    border: 1px solid #007dbe;
}

.status__link:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 7px;
    background: url(../img/icons.png) -205px -104px no-repeat;
}

.status__link:hover:before {
    background-position: -261px -104px;
}

.status__link_reg::before {
    background-position: -203px -150px;
}

.status__link_exit::before {
    background-position: -205px -63px;
}

.status__link_exit:hover::before {
    background-position: -261px -63px;
}

.status__link_reg:hover::before {
    background-position: -261px -150px;
}

.menu__list {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #c2c2c2;
}

.menu__item__link {
    color: #555555;
    text-decoration: none;
    display: inline-block;
}

.menu__item {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    color: #555555;
    padding: 0;
    margin: 0;
    padding: 0 15px 10px 11px;
    position: relative;
}

.menu__item::after {
    content: "";
    width: 100%;
    height: 2px;
    display: none;
    background: #007dbe;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.menu__item:hover::after {
    display: block;
}

.menu__item:hover .menu__icon {
    display: none;
}

.menu__item:hover .menu__icon_hov {
    display: inline-block;
}

.menu__item:hover .menu__item__link {
    color: #007dbe;
}

.menu__item_act::after {
    display: block;
}

.menu__item_act .menu__item__link {
    color: #007dbe;
}

.menu__icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    margin-right: 9px;
}

.menu__icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.5s ease;
}

.menu__icon_archive img {
    margin-left: 3px;
}

.menu__icon_author img {
    margin-left: 5px;
}

.menu__icon_col {
    margin: 0 2px 0 7px;
}

.menu__icon_rub {
    margin: 0 0 0 7px;
}

.menu__icon_red {
    margin: 0 2px 0 10px;
}

.menu__icon_faq {
    margin: 0 1px 0 6px;
}

.menu__icon_hov {
    display: none;
}

.menu__item_act .menu__icon {
    display: none;
}

.menu__item_act .menu__icon_hov {
    display: inline-block;
}

.status__user__name {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 10px;
}

.status__user__link {
    font-size: 12px;
    color: #007dbe;
    display: inline-block;
    border-bottom: 1px solid #007dbe;
    text-decoration: none;
    line-height: 13px;
}

.status__user__link:hover {
    border-bottom: 1px solid transparent;
}

.main-slider {
    /*	height: 430px;*/
    overflow: hidden;
    border-bottom: 2px solid #c2c2c2;
}

.main__slide {
    /*	height: 430px;*/
    overflow: hidden;
    outline: none;
}

.main__slide a {
    outline: none;
}

.main__slide img {
    height: 100%;
    object-fit: cover;
}

/* Arrows */
.main-slider .slick-prev,
.main-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background: rgba(137, 137, 137, 0.6);
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.main-slider .slick-prev {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    z-index: 9;
    background-image: url('../img/arrows.png');
    background-position: 15px 18px;
    background-repeat: no-repeat;
    background-color: rgba(137, 137, 137, 0.6);
}

.main-slider .slick-prev:hover {
    background-color: rgba(137, 137, 137, 1);
}

.main-slider .slick-next {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    z-index: 9;
    background-image: url(../img/arrows.png);
    background-position: -58px 16px;
    background-repeat: no-repeat;
    background-color: rgba(137, 137, 137, 0.6);
}

.main-slider .slick-next:hover {
    background-color: rgba(137, 137, 137, 1);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    bottom: 36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff;
    border-radius: 50%;
    border: none;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.slick-dots li.slick-active button:before {
    background: #898989;
    width: 10px;
    height: 10px;
    margin: 4px 0 0 4px;
}

.vestnik {
    border-bottom: 1px solid #c2c2c2;
    position: relative;
    padding: 41px 0 36px 0;
}

.vestnik__slide__more {
    display: none;
}

.vestnik__sort {
    text-align: center;
    margin-bottom: 40px;
}

.vestnik__row {
    width: 130px;
    height: 39px;
    display: inline-block;
    margin-right: 27px;
    vertical-align: top;
}

.vestnik__row:last-child {
    margin-right: 0;
}

.vestnik__slider {
    width: 916px;
    padding: 0 83px;
    margin: 0 auto;
    position: relative;
}

.vestnik__slide__pic {
    width: 261px;
    height: 368px;
    overflow: hidden;
    float: left;
}

.vestnik__slide__info {
    width: 457px;
    float: right;
}

.vestnik__slide__info ol li {
    font-size: 12px;
    line-height: 14px;
}

.vestnik__slide__title {
    font-size: 24px;
    text-transform: uppercase;
    color: #007dbe;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 20px;
}

.vestnik__slide__title a {
    text-decoration: none;
    color: #007dbe;
    display: inline-block;
}

.vestnik__slide__title a:hover {
    color: #555555;
}

.vestnik__slide__number {
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 17px;
    display: block;
}

.vestnik__slide__number a {
    color: #555555;
    text-decoration: none;
}

.vestnik__slide__number a:hover {
    color: #007dbe;
}

.vestnik__slide__link {
    font-size: 14px;
    text-decoration: none;
    line-height: 49px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 37px;
    color: #555555;
    border: 1px solid #555555;
}

.vestnik__slide__link_mob {
    display: none;
}

.vestnik__slide__link:hover {
    color: #007dbe;
    border: 1px solid #007dbe;
}

.vestnik__slide__descr {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 0 3px 0;
    user-select: text;
}

.vestnik__slide ol {
    margin-left: 24px;
    user-select: text;
}

.vestnik__slider .slick-prev,
.vestnik__slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background: rgba(137, 137, 137, 0.6);
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.vestnik__slider .slick-prev {
    top: 48%;
    left: 3px;
    z-index: 9;
    background-image: url('../img/arrows.png');
    background-position: 15px 18px;
    background-repeat: no-repeat;
    background-color: rgba(137, 137, 137, 0.6);
}

.vestnik__slider .slick-prev:hover {
    background-color: rgba(137, 137, 137, 1);
}

.vestnik__slider .slick-next {
    top: 48%;
    right: 5px;
    z-index: 9;
    background-image: url(../img/arrows.png);
    background-position: -56px 17px;
    background-repeat: no-repeat;
    background-color: rgba(137, 137, 137, 0.6);
}

.vestnik__slider .slick-next:hover {
    background-color: rgba(137, 137, 137, 1);
}

.vestnik__slider__data__name {
    font-size: 14px;
    color: #007dbe;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0 0;
    line-height: 18px;
}

.vestnik__slider__data__number {
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    display: block;
}

.vestnik__slider__dataLeft {
    position: absolute;
    top: 284px;
    left: 21px;
}

.vestnik__slider__dataRight {
    position: absolute;
    top: 283px;
    right: 20px;
    text-align: left;
}

.vestnik__slide {
    outline: none;
}

.news__title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #007dbe;
    text-align: center;
    margin: 35px 0 38px 0;
}

.news__title a {
    color: #007dbe;
    text-decoration: none;
}

.news__title a:hover {
    color: #555555;
}

.news__list {
    width: 49%;
    float: left;
    padding: 0 0 0 31px;
}

.news__item {
    border-top: 1px solid #c2c2c2;
    padding: 16px 0 17px 0;
}

.news__item:last-child {
    border-bottom: 1px solid #c2c2c2;
}

.news__inner {
    padding-bottom: 39px;
}

.news__item__title {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #555555;
    margin: 0 0 0 0;
    line-height: 20px;
}

.news__main__pic {
    width: 262px;
    height: 262px;
    overflow: hidden;
    float: left;
}

.news__item__title a {
    color: #555555;
    text-decoration: none;
}

.news__item__title a:hover {
    color: #007dbe;
}

.news__item__date {
    display: block;
    color: #898989;
    font-size: 12px;
}

.news__main {
    width: 584px;
    float: right;
}

.news__item__descr {
    color: #555555;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 12px;
}

.news__main__text {
    width: 306px;
    float: right;
    padding: 0 55px 0 0;;
}

.more__link {
    font-size: 12px;
    color: #007dbe;
    border-bottom: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    line-height: 13px;
    margin: 0 0 14px 0;
}

.news__main__text .news__item__date {
    margin: -3px 0 7px 0;
}

.news__main__text .news__item__title {
    margin: 0 0 10px 0;
}

.more__link:hover {
    color: #007dbe;
    border-bottom: 1px solid #007dbe;
}

.btn {
    font-size: 14px;
    color: #555555;
    text-decoration: none;
    line-height: 49px;
    padding: 0 41px;
    text-align: center;
    border: 1px solid #555555;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 37px;
}

.btn:hover {
    color: #007dbe;
    border: 1px solid #007dbe;
}

.btn-wrap {
    text-align: center;
}

.footer {
    height: 285px;
    background: #eff0f0;
    padding: 29px 0 0 0;
    width: 100%;
    margin-top: -285px;
    overflow: hidden;
}

.page__buffer {
    height: 285px;
}

.footer__inner {
    padding: 0 0 0 29px;
}

.form-row {
    padding: 30px;
}

.footer__item {
    width: 254px;
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
}

.footer__item:last-child {
    margin-right: 0;
}

.footer__item_main {
    width: 361px;
}

.footer__item_contact {
    width: 293px;
    margin-right: 109px;
    padding-left: 26px;
}

.footer__title {
    padding-bottom: 47px;
    font-size: 16px;
    height: 41px;
    color: #555555;
    text-transform: uppercase;
    border-bottom: 1px solid #c2c2c2;
    line-height: 42px;
    margin-bottom: 15px;
}

.footer__menu {
    margin: 0 0 0 0;
    padding-left: 0;
    width: 175px;
    display: inline-block;
    vertical-align: top;
}

.footer__menu:last-child {
    padding-left: 16px;
}

.footer__menu__item {
    font-size: 14px;
    color: #555555;
    text-transform: uppercase;
    padding-bottom: 8px;
    display: block;
}

.footer__menu__item_mob {
    display: none;
}

.footer__menu__item a {
    color: #555555;
    text-decoration: none;
}

.footer__menu__item a:hover {
    color: #007dbe;
}

.footer__contact {
    font-size: 14px;
    position: relative;
    padding: 9px 0 13px 34px;
    display: block;
    color: #555555;
}

.footer__contact::before {
    content: "";
    width: 28px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/icons.png') -206px -198px no-repeat;
}

.footer__contact_phone {
    font-size: 20px;
    color: #555555;
}

.footer__contact_phone::before {
    background-position: -206px -263px;
}

.footer__contact_mail::before {
    background-position: -154px -298px;
}

.footer__contact a {
    color: #555555;
    text-decoration: none;
}

.footer__contact a:hover {
    color: #007dbe;
}

.footer__item_map {
    width: 272px;
    margin-right: 0;
}

.site-map {
    display: block;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
    position: relative;
    padding: 78px 0 0 8px;
    text-align: center;
    text-transform: uppercase;
}

.site-map::before {
    content: "";
    width: 95px;
    height: 75px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../img/icons.png') -142px -434px no-repeat;
}

.site-map:hover::before {
    background-position: -260px -434px;
}

.site-map-list__item {
    margin-bottom: 5px;
}

.site-map-list__item a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    padding: 5px 15px 5px 10px;
    position: relative;
    transition: color .25s ease-in-out;
    color: #007dbe;
}

.site-map-list__item ul {
    padding-left: 25px;
}

.footer__copy {
    text-align: center;
    padding: 15px 0 12px 0;
    font-size: 12px;
    color: #898989;
}

/* Mobile menu */

.sidebar-block__top {
    overflow: hidden;
    margin-bottom: 5px;
}

.sidebar-box {
    border: 2px solid #f4f4f4;
    margin-bottom: 20px;
}

.sidebar-box ul {
    padding: 0;
    margin: 0;
}

.sidebar-box li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-box a {
    display: block;
    padding: 10px 15px;
}

.sidebar-box a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.sidebar-box-active {
    background: #174aa4;
    color: #fff;
}

.sidebar-block__top:after {
    display: table;
    clear: both;
    content: "";
}

.sidebar-block__left {
    display: inline-block;
    float: left;
    padding: 10px 15px;
}

.sidebar-block__close {
    float: right;
    width: 41px;
    margin-right: 18px;
    height: 41px;
    cursor: pointer;
    text-align: center;
    background: transparent center center no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5QTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////kDxURQAAABl0Uk5TAAEDBAgJQkZNTllhYpmdoqaosLG4vfb7/vC5x7sAAAEiSURBVEjHldTbkoIwEATQ1iCB7KooSuz//9F9QFfMbdo8BTJFnQozDQC74whh9Re3bvYnLoNd7xdODgD2E8kYhHpy7oDdiSQZDVW/kCRnhyPX1Vb55Vl2xvDatlR+WzTG18NoeMjHLwCEaKje3/9ZXxgqnx83VYlnXQ1V5jFUvnZQURU9DVXFU1X59vVlqoanqGp6CiqvNNlGZXpSle1JVIInUQmeRCV4UpXt+fxfZjIk/WAmQ16voPr0Wkfx+zF+l1cxSHn10T9CXiX9/EVeBSmvCv3cVBXnS8qrIOVVdb4qqsa8G3kVpLwy5j1TmflTzasg5ZWUP1vVRZr3f9UVbpJG66m6dYCbpfwZI8n7AQC6WcqfEHk7rFt3lvJnuHYA/gCqI0wcJWvbnwAAAABJRU5ErkJggg==");
    background-size: 17px 17px;
    background-color: #898989;
    margin-top: 8px;
}

.sidebar-block__close:hover {
    background-color: #898989
}

.sidebar {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -346px;
    overflow: auto;
    box-sizing: border-box;
    width: 340px;
    height: 100%;
    transition: transform 200ms ease-in-out 0ms;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #345578;
    background-color: #fff;
    -webkit-box-shadow: -4px -4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -4px -4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: -4px -4px 5px 0px rgba(50, 50, 50, 0.75)
}

.sidebar_opened {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.sidebar-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.57;
    background-color: #898989;
}

.mobile-hamburger {
    position: absolute;
    z-index: 80;
    top: 24px;
    right: 0;
    margin: auto;
    display: none;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: url(../img/gamburger-.png) 0 0 no-repeat;
    color: #fff;
    font-weight: 500;
}

.ms-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 18px;
    margin-bottom: 20px;
}

.ms-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ms-menu li {
    display: block;
    padding-left: 0;
    border-right: none;
    border-left: none;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #898989;
    position: relative;
    margin-bottom: 0;
}

.ms-menu a,
.ms-menu a:hover,
.ms-menu a:active,
.ms-menu a:visited {
    display: block;
    padding: 11px 11px;
    text-decoration: none;
    color: #898989;
}

.ms-menu ul.active li a {
    color: #1c55a8;
}

.ms-menu li:last-child {
    border-bottom: none;
}

.ms-menu__item {
    position: relative;
}

.ms-menu__item:after {
    display: table;
    clear: both;
    content: "";
}

.ms-menu__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 12%;
    height: 100%;
}

.ms-menu__right {
    display: inline-block;
    float: right;
    width: 88%;
}

.ms-menu__arrow {
    position: relative;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: #898989;
    -khtml-user-select: none;
}

.ms-menu__arrow:hover {
    background-color: #898989;
}

.ms-menu__arrow:before {
    position: absolute;
    z-index: 120;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    transition: transform 200ms ease-in-out 0ms;
    border: 5px solid transparent;
    border-left-width: 4.5px;
    border-left-color: #ffffff;
}

.ms-menu__arrow.active:before {
    transform: rotate(90deg) translate(4px, 3px);
}

.ms-menu li > ul {
    display: none;
    overflow: hidden;
    padding-left: 10px;
    font-size: 0.9em;
    background-color: #898989;
}

.hover-underline-animation {
    display: table-cell;
    position: relative;
    color: #0087ca;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.hidden-text {
    visibility: hidden;
}

.select-row {
    width: 100%;
}

.select-mul {
    width: 300px;
}

.bread-crumbs {
    width: 100%;
    padding: 10px 0 10px 22px;
    margin: 0 0 0 0;
    border-bottom: 1px solid #c2c2c2;
}

.bread-crumbs__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #007dbe;
}

.bread-crumbs__separator {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 8px;
    background: url('../img/icons.png') -214px -400px no-repeat;
}

.bread-crumbs__item a {
    color: #898989;
    text-decoration: none;
    display: inline-block;
    padding: 0 4px 0 0;
}

.bread-crumbs__item a:hover {
    color: #007dbe;
}

.bread-crumbs__item_main a:hover {
    background-position: -262px -345px;
}

.page__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #007dbe;
    text-align: center;
    margin: 0 0 19px 0;
    padding: 0 0 0 0;
    line-height: 24px;
}

.bread-crumbs__item_main a {
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icons.png') -205px -345px no-repeat;
}

.page-content {
    padding: 33px 0 50px 0;
    width: 739px;
    margin: 0 auto;
}

.page-content_faq {
    width: 944px;
}

.page-content_big {
    width: 945px;
}

.about__section {
    padding: 13px 0 10px 0;
    border-bottom: 1px solid #c2c2c2;
}

.about__section__content {
    display: none;
    transition: max-height 0.5s;
    overflow: hidden;
}

.about__section__title {
    font-weight: normal;
    font-size: 12px;
    color: #000;
}

/*************************************
accordeon
***********************************
*/
.accordion-container {
    position: relative;
    height: auto;
    margin: 37px auto 0;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 34px;
}

.set > h6 {
    font-weight: normal;
    display: block;
    text-align: center;
    padding: 10px 36px 9px 15px;
    text-decoration: none;
    color: #555555;
    border: 1px solid #898989;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.set > a:hover {
    color: #007dbe;
    text-decoration: underline;
}

.set > a:active {
    color: #007dbe;
}

.set > a:focus {
    color: #007dbe;
}

.set > h6 i {
    position: absolute;
    float: right;
    color: #666;
    top: 15px;
    right: 15px;
}

.set > h6:hover {
    /*background-color:#3399cc;*/
    color: #007dbe;
}

.set > h6.active {
    color: #007dbe;
}

.set > h6.active i {
    color: #007dbe;
}

.content {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    padding: 30px 0 10px 0;
}

.info-list h6 {
    margin-bottom: 8px;
}

.info-list li {
    font-size: 12px;
    color: #000;
    line-height: 16px;
    padding-bottom: 8px;
    padding-left: 7px;;
}

.info-list ol {
    margin-left: 24px;
}

.fa-minus:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #007dbe transparent;
}

.fa-plus:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #898989 transparent transparent transparent;
}

.info__author {
    width: 297px;
    color: #555555;
    line-height: 15px;
    margin-bottom: 0;
    margin: 15px 0 0 0;
}

.btn__link {
    font-size: 14px;
    color: #007dbe;
    text-decoration: none;
    line-height: 49px;
    padding: 0 15px 0 35px;
    border: 1px solid #007dbe;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 37px;
}

.info-list .down-link {
    margin-bottom: 41px;
}

.btn__icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 14px;
    background: url('../img/icons.png') -382px -464px no-repeat;
}

.btn__link:hover {
    border-color: #555555;
}

.btn__link:hover .btn__icon {
    background-position: -455px -464px;
}

.faq-list .set {
    margin-bottom: 0;
}

.faq-list .set > h6 {
    border-bottom: none;
}

.faq-list .set:last-child > h6 {
    border-bottom: 1px solid #898989;
}

.faq-list .set > h6.active {
    border-bottom: 1px solid #898989;
}

.faq-list .content {
    padding: 29px 8px 24px 13px;
}

.faq-list table {
    margin-bottom: 0;
}

.page-content img {
    max-width: 100% !important;
    max-height: auto !important;
}

.page__message {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #555555;
    margin-top: 33px;
    margin: 33px 0 4px 0;
}

.star {
    color: #007dbe;
    display: inline-block;
    padding: 0 3px;
}

.reg__item {
    border-bottom: 1px solid #c2c2c2;
    padding: 28px 0 24px 0;
    margin-bottom: 7px;
}

.reg__label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.reg__left {
    width: 167px;
    float: left;
}

.reg__right {
    width: 749px;
    float: right;
}

.form__label {
    display: block;
    font-size: 14px;
    color: #898989;
    margin: 0 0 6px 14px;
}

.form__row {
    width: 263px;
    margin: 0 24px 16px 0;
    display: inline-block;
    vertical-align: top;
}

.form__row_small {
    width: 165px;
}

.form__row_middle {
    width: 262px;
    margin-right: 26px;
}

.form__row_mr {
    margin-right: 0;
}

.form__row_search {
    width: 588px;
}

.form__row_big {
    width: 555px;
}

.form__input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #898989;
}

.jq-select-multiple {
    width: 100%;
}

.option-num {
    display: inline-block;
    margin-right: 10px;
}

.tooltip {
    display: inline-block;
    border-radius: 50%;
    background: #007dbe;
    color: #fff;
    cursor: pointer;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 13px;
    vertical-align: text-top;
    margin-left: 6px;
}

.real-hint {
    background-color: #fff;
    border: 1px solid #aaa;
    display: none;
    padding: 7px 10px 11px 10px;
    position: absolute;
    width: 230px;
    z-index: 9999;
    font-size: 12px;
    line-height: 16px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
}

.form-group__check {
    display: inline-block;
    margin-right: 40px;
    padding-top: 4px;
}

.form-group__check label {
    margin-left: 3px;
}

/*.send-label{
	color:#007dbe;
}
*/

.captcha__title {
    display: block;
    font-size: 14px;
}

.captcha__pic {
    width: 200px;
    height: 40px;
}

.captcha__mess {
    color: #007dbe;
    font-size: 12px;
    cursor: pointer;
}

.form__btn {
    overflow: hidden;
}

.form__btn .btn {
    line-height: 40px;
    margin: 38px 0 0 20px;
}

.form__row_top {
    padding-top: 26px;
}

label a {
    text-decoration: none;
}

.agreement {
    height: 166px;
    overflow-x: auto;
    padding: 5px 10px;
    border: 1px solid #898989;
    margin: 15px 0 0 0;
}

.agreement p {
    font-size: 12px;
    line-height: 15px;
}

.form-btn__wrap {
    text-align: center;
    padding: 32px 0 20px 0;
}

.result {
    padding: 11px 0 0 0;
}

.result__mess {
    font-size: 12px;
    color: #555555;
}

.result__top {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.result__title {
    font-size: 14px;
    color: #007dbe;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

.result__title a {
    text-decoration: none;
}

.result__word {
    display: inline-block;
    border-bottom: 1px solid #007dbe;
}

.result__title:hover .result__word {
    border-bottom: 1px solid transparent;
}

.result__author {
    font-family: Arial;
    font-style: italic;
    font-size: 12px;
    color: #555555;
    display: block;
    line-height: 14px;
}

.result__num {
    font-size: 12px;
    color: #555555;
    display: block;
    margin-bottom: 11px;
}

.copy-link {
    font-size: 14px;
    color: #898989;
    text-decoration: none;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #898989;
}

.copy-link:hover {
    color: #007dbe;
    border-bottom: 1px solid transparent;
}

.down-link {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px;
    text-decoration: none;
    color: #898989;
    display: inline-block;
    min-width: 166px;
    padding: 0 60px 0 31px;
    border: 1px solid #898989;
    position: relative;
}

.down-link::after {
    content: "";
    width: 45px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../img/icons.png') -461px -459px no-repeat;
}

.down-link:hover::after {
    background-position: -388px -459px;
}

.down-link:hover {
    color: #007dbe;
    border: 1px solid #007dbe;
}

.result__item {
    margin-bottom: 36px;
    padding: 0 72px 0 97px;
}

.archive {
    padding-bottom: 40px;
}

.archive__left {
    width: 270px;
    float: left;
    padding: 7px 0 0 14px;
}

.archive__years {
    width: 37%;
    display: inline-block;
    vertical-align: top;
}

.archive__link {
    font-size: 18px;
    color: #555555;
    display: block;
    margin-bottom: 15px;
}

.archive__link:hover {
    color: #007dbe;
}

.archive__month {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 0 0;
}

.archive__month .archive__link {
    font-size: 14px;
    text-decoration: none;
    line-height: 15px;
    margin: 0 0 19px 0;
}

.border {
    display: inline;
    border-bottom: 1px solid #555555;
}

.archive__month .archive__link:hover .border {
    border-bottom: 1px solid #007dbe;
}

.archive__right {
    width: 652px;
    float: right;
    position: relative;
}

.archive__right .vestnik__slide {
    min-height: 400px;
    padding-bottom: 10px;
}

.archive__right .vestnik__slider__dataLeft {
    position: absolute;
    top: 100%;
    left: 83px;
}

.archive__right .vestnik__slider__dataRight {
    position: absolute;
    top: 100%;
    right: 187px;
    text-align: left;
}

.archive__right .vestnik__slide__info {
    width: 359px;
    padding-bottom: 30px;
}

.archive__right .vestnik__slide__link {
    margin-bottom: 18px;
}

.archive {
    padding-top: 18px;
}

.vestnik__slide__inner .archive__link {
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
}

.vestnik__slide .archive__link {
    margin-bottom: 4px;
}

.vestnik__slide__inner .archive__link:hover .border {
    border-bottom: 1px solid #007dbe;
}

.archive__slider .slick-prev,
.archive__slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background: rgba(137, 137, 137, 0.6);
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.archive__slider .slick-prev {
    top: 104%;
    left: 213px;
    z-index: 9;
    background-image: url('../img/arrows.png');
    background-position: 15px 18px;
    background-repeat: no-repeat;
    background-color: rgba(137, 137, 137, 0.6);
}

.archive__slider .slick-prev:hover {
    background-color: rgba(137, 137, 137, 1);
}

.archive__slider .slick-next {
    top: 104%;
    right: 311px;
    z-index: 9;
    background-image: url(../img/arrows.png);
    background-position: -56px 17px;
    background-repeat: no-repeat;
    background-color: rgba(137, 137, 137, 0.6);
}

.archive__slider .slick-next:hover {
    background-color: rgba(137, 137, 137, 1);
}

.redaction__left {
    width: 456px;
    float: left;
}

.redaction_staff {
    padding-top: 15px;
}

.redaction__item {
    position: relative;
    margin-bottom: 12px;
}

.redaction__item__name {
    font-size: 14px;
    color: #555555;
    font-weight: 700;
    margin: 0;
    line-height: 18px;
}

.redaction__item__text {
    font-size: 12px;
    color: #898989;
    display: block;
}

.mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.redaction__item:hover .redaction__item__name {
    color: #007dbe;
}

.redaction__item:hover .redaction__item__text {
    color: #007dbe;
}

.redaction__item_act .redaction__item__text {
    color: #007dbe;
}

.redaction__item_act .redaction__item__name {
    color: #007dbe;
}

.redaction-list .set {
    margin-bottom: 0;
}

.redaction-list .set > h6 {
    border-bottom: none;
    text-align: left;
}

.redaction-list h6.active {
    border: 1px solid #898989;
}

.redaction-list .set:last-child > h6 {
    border: 1px solid #898989;
}

.redaction-list .content {
    padding: 8px 0 0 16px;
}

.redaction__photo {
    width: 167px;
    height: 167px;
    overflow: hidden;
    margin-bottom: 11px;
}

.redaction__photo img {
    width: 100%;
    height: auto;
}

.redaction__mainTitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #007dbe;
    text-transform: none;
}

.redaction__right {
    width: 459px;
    float: right;
    padding: 18px 0 0 0;
}

.redaction .accordion-container {
    margin-top: 19px;
}

.staff-list__title {
    font-size: 14px;
    text-transform: none;
    margin: 0 0 16px 0;
}

.staff-list__name {
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
}

.staff-list__name::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #898989;
    display: block;
    position: absolute;
    top: 5px;
    left: 18px;
}

.staff-list__item {
    margin-bottom: 12px;
}

.staff-list__pos {
    font-size: 12px;
    color: #555555;
    font-weight: 400;
}

.redaction_staff .redaction__right {
    padding-top: 3px;
}

.rubricator {
    width: 754px;
    margin: 0 auto 100px;
}

.rubricator .select2-container {
    width: 100%;
}

.rubricator .select2-container--default .select2-selection--multiple {
    background-position: 723px 12px;
}

.rubricator .select2-selection::after {
    display: none;
}

.rubricator .select2-selection::before {
    display: none;
}

.links {
    width: 470px;
    margin: 0 auto;
    padding: 15px 0 0 56px;
}

.links__link {
    color: #555555;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0;
    display: block;
    line-height: 17px;
}

.links__link:hover {
    color: #007dbe;
}

.links__descr {
    display: block;
    color: #898989;
    font-size: 12px;
}

.links__item {
    margin-bottom: 12px;
}

.page-content_cabinet {
    width: 100%;
}

.tabs {
    min-width: 320px;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    display: block;
    text-align: center;
    padding-top: 17px;
}

/* стили секций с содержанием */
.sections {
    display: none;
    background: #fff;
    padding: 26px 15px 15px 0;
    border-top: 1px solid #898989;
}

.tabs .tabs-input {
    display: none;
}

/* стили вкладок (табов) */
.tabs .tabs-label {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    color: #555555;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 28px 10px 28px;
    background: #c2c2c2;
    border-top: 1px solid #898989;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;
    margin: 0 -6px 0 0;
}

.tabs .tabs-label_small {
    width: 150px;
    padding: 10px 18px 10px 18px;
    text-align: center;
}

.tabs .tabs-label_big {
    width: 300px;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.tabs .tabs-label_middle {
    width: 200px;
    padding: 10px 18px 10px 18px;
    text-align: center;
}

.tabs .tabs-label:first-child {
    border-right: 1px solid transparent;
}

/* изменения стиля заголовков вкладок при наведении */
.tabs .tabs-label:hover {
    color: #000;
    cursor: pointer;
}

/* стили для активной вкладки */
.tabs .tabs-input:checked + .tabs-label {
    color: #555555;
    background: #fff;
    border-top: 1px solid #898989;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;
    position: relative;
}

.tabs .tabs-input:checked + .tabs-label::after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.tabs .tabs-input:checked + .tabs-label span {
    position: relative;
    display: inline-block;
}

/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content5,
#tab10:checked ~ #content10,
#tab11:checked ~ #content11,
#tab12:checked ~ #content12,
#tab13:checked ~ #content13,
#tab14:checked ~ #content14,
#tab15:checked ~ #content15 {
    display: block;
}

.tabs_visible .sections {
    display: block;
}

.number {
    min-width: 359px;
    margin: 0 auto 40px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #898989;
    border: 1px solid #898989;
    display: inline-block;
    padding: 0 17px;
}

.number span {
    color: #555555;
}

.cabinet__item {
    border-top: 1px solid #c2c2c2;
    padding: 38px 0 0 0;
}

.cabinet-wrap {
    margin-bottom: 39px;
}

.cabinet-wrap .down-link::after {
    background-position: -450px -387px;
}

.cabinet-wrap .down-link:hover::after {
    background-position: -380px -387px;
}

.cabinet__left {
    width: 167px;
    float: left;
    text-align: left;
}

.cabinet__right {
    width: 777px;
    float: right;
}

.cabinet .accordion-container {
    margin-top: 0;
}

.cabinet .set h6 {
    color: #007dbe;
    text-transform: none;
    text-align: left;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    padding: 0 0 19px 0;
    margin-left: 24px;
}

.cabinet .set:last-child h6 {
    border-bottom: none;
}

.cabinet .set h6.active {
    border-bottom: none;
    padding-bottom: 10px;
}

.cabinet .set > h6 i {
    left: -25px;
    top: 3px;
}

.cabinet .set {
    margin-bottom: 17px;
}

.cabinet .fa-plus:before {
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #555555;
}

.cabinet .fa-minus:before {
    border-width: 6px 6px 0 6px;
    border-color: #007dbe transparent transparent transparent;
}

.cabinet .set > h6:hover .fa-plus:before {
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #007dbe;
}

.cabinet .content {
    text-align: left;
    padding-left: 25px;
    padding-top: 0;
    padding-bottom: 2px;
}

.status-art__item {
    width: 564px;
    overflow: hidden;
    padding-top: 18px;
    margin-bottom: -2px;
}

.status-art__left {
    width: 146px;
    float: left;
    font-size: 12px;
    color: #898989;
    padding-top: 7px;
}

.status__down {
    font-size: 14px;
    color: #555555;
    display: block;
    padding-left: 40px;
    position: relative;
    line-height: 34px;
}

.cabinet-wrap .down-link {
    padding: 0 69px 0 31px;
}

.status__down::before {
    content: "";
    width: 28px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/icons.png') -460px -335px no-repeat;
}

.status__public {
    font-size: 14px;
    color: #555555;
    display: block;
    padding-left: 40px;
    position: relative;
    line-height: 34px;
}

.status__public::before {
    content: "";
    width: 31px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -5px;
    background: url(../img/icons.png) -456px -201px no-repeat;
}

.status__decline {
    font-size: 14px;
    color: #555555;
    display: block;
    padding-left: 40px;
    position: relative;
    line-height: 34px;
}

.status__decline::before {
    content: "";
    width: 31px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -3px;
    background: url(../img/icons.png) -449px -79px no-repeat;
}

.status__recenzent {
    font-size: 14px;
    color: #555555;
    display: block;
    padding-left: 40px;
    position: relative;
    line-height: 34px;
}

.status__recenzent::before {
    content: "";
    width: 31px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -3px;
    background: url(../img/icons.png) -449px -22px no-repeat;
}

.status__repair {
    font-size: 14px;
    color: #555555;
    display: block;
    padding-left: 40px;
    position: relative;
    line-height: 34px;
}

.status__repair::before {
    content: "";
    width: 31px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1px;
    background: url(../img/icons.png) -389px -336px no-repeat;
}

.status-art__right {
    width: 408px;
    float: right;
}

.status__balls {
    font-size: 14px;
    color: #555555;
    display: block;
    padding-left: 40px;
    position: relative;
    line-height: 34px;
}

.status__balls::before {
    content: "";
    width: 33px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1px;
    background: url(../img/icons.png) -455px -141px no-repeat;
}

.status__comment {
    padding: 3px 0 0 40px;
}

.status__comment p {
    font-size: 12px;
    color: #555555;
    line-height: 14px;
    padding-bottom: 0px;
}

.status__comment ol {
    margin-left: 15px;
}

.status__comment ol li {
    font-size: 12px;
    color: #555555;
    line-height: 16px;
    padding-bottom: 0;
}

.status-art__link {
    padding: 0 11px 0 12px;
    margin-top: 18px;
    line-height: 38px;
}

.status-art__link::after {
    display: none;
}

.status-art__item_main {
    border-bottom: 1px solid #c2c2c2;
    text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    color: #555555;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.status-art__item_main .status-art__left {
    padding-top: 0;
}

.status-art__item_main .status__down {
    line-height: 24px;
}

.status-art__item_main .status__down::before {
    display: none;
}

.status-art__item_main .status-art__left {
    font-size: 14px;
    text-transform: uppercase;
    color: #555555
}

.cabinet .sections {
    padding: 39px 125px 15px 129px;
}

.cabinet__mess {
    width: 558px;
    margin: 0 auto 40px;
    border-bottom: 4px solid #ff0000;
    text-align: left;
    padding-bottom: 6px;
}

.cabinet__mess__text {
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 1px;
    color: #000;
}

.form__row_add {
    width: 553px;
    margin: 0 0 16px 0;
    text-align: left;
}

.jq-selectbox ul {
    background: transparent;
    box-shadow: none;
}

.form__row_add_rub {
    display: block;
    width: 587px
}

.form__row_text .jq-selectbox li {
    line-height: 17px;
    color: #007dbe;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 14px;
}

.jq-selectbox__dropdown {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #898989;
    margin-top: 0;
    border-top: none;
}

.form__row_text .jq-selectbox__dropdown {
    padding: 4px 7px 7px 7px;
}

.jq-selectbox li.selected {
    background-color: #007dbe;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #007dbe;
    color: #FFF;
}

.form__row_text .jq-selectbox__select-text {
    width: 100% !important;
}

.add__item {
    border-bottom: 1px solid #c2c2c2;
    padding: 36px 0 22px 0;
}

.add__left {
    width: 167px;
    float: left;
    text-align: left;
}

.add__right {
    width: 751px;
    float: right;
    text-align: left;
}

.page__message_mb {
    padding-right: 203px;
    margin: 1px 0 34px 0;
}

.add__left_top {
    padding-top: 51px;
}

.form__row_add_rub .select2-container {
    width: 582px;
}

/*.form__row_add_rub .select2-container--default .select2-selection--multiple{
	background-position: 552px 7px;
	}*/

.form__row_add_rub .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 30px;
}

.form__row_add_rub .select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 13px;
}

.form__row_add_rub .select2-selection::after {
    display: none;
}

.form__row_add_rub .select2-selection::before {
    display: none;
}

.form__row_add .select2-container {
    width: 554px;
}

.add__right .cabinet__mess {
    margin: 0 0 20px 0;
    padding-bottom: 8px;
}

.cabinet__mess__label {
    font-size: 14px;
    color: #898989;
    display: block;
    margin: 11px 0 13px 15px;
}

.form__text {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    line-height: 18px;
    width: 100%;
    min-height: 127px;
    padding: 0 10px;
    border: 1px solid #898989;
}

.form__text_small {
    min-height: 100px;
    margin-bottom: -3px;
}

.form__text_short {
    min-height: 60px;
}

.form__file {
    font-size: 14px;
    color: #898989;
}

.jq-file {
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
}

.btn_file {
    line-height: 39px;
    margin-bottom: 0;
    padding: 0 10px;
    width: 162px;
}

.file-name {
    width: 353px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 25px;
    padding-left: 11px;
}

.file-del {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    color: #898989;
}

.file-del::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #898989;
    background: #fff url('../img/icons.png') -292px -19px no-repeat;
    position: absolute;
    top: 2px;
    left: 0;
}

.btns-row .btn {
    text-align: center;
    padding: 0 35px;
    margin-right: 23px;
    margin-bottom: 0;
    margin-bottom: 12px;
}

.btns-row .btn:last-child {
    margin-right: 0;
    padding: 0 25px;
}

.number_bot {
    margin-bottom: 16px;
}

.add__item_btn {
    padding-bottom: 0;
    border-bottom: none;
}

.cabinet .sections_top {
    padding-top: 3px;
}

.add__right .form__label {
    margin-bottom: 4px;
}

.form__row_big .form__label {
    margin-bottom: 7px;
}

.add__right .form-group__check {
    margin-right: 67px;
}

.btn_small {
    padding: 0 30px;
}

.mess {
    text-align: left;
    padding-top: 13px;
}

.mess__item {
    border-bottom: 1px solid #c2c2c2;
    padding: 20px 0 1px 0;
    margin-bottom: 18px;
}

.mess__left {
    width: 176px;
    float: left;
}

.mess__right {
    width: 753px;
    float: right;
}

.mess__right div {
    font-size: 14px;
    color: #555555;
    line-height: 18px;
    padding-bottom: 15px;
}

.mess__date {
    display: block;
    font-size: 12px;
    color: #898989;
}

.pagination {
    margin: 40px 0 40px 0;
    padding: 0;
    text-align: center;
}

.pagination__item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.pagination__item a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #555555;
    min-width: 50px;
    line-height: 50px;
    text-align: center;
    background: #e5e5e5;
    margin: 0 11px 11px 0;
}

.pagination__item a:hover {
    background: #cccccc;
    color: #007dbe;
}

.pagination__item_larr a {
    font-size: 14px;
    color: #898989;
    text-transform: uppercase;
    background: transparent;
    min-width: auto;
}

.pagination__item_rarr a {
    font-size: 14px;
    color: #898989;
    text-transform: uppercase;
    background: transparent;
    min-width: auto;
}

.pagination__item_larr a:hover,
.pagination__item_rarr a:hover {
    background: transparent;
    color: #007dbe;
}

.pagination__item_prev a {
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
    background-image: url(../img/arrows.png);
    background-position: 15px 18px;
    background-repeat: no-repeat;
}

.pagination__item_next a {
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
    background-image: url(../img/arrows.png);
    background-position: -56px 17px;
    background-repeat: no-repeat;
}

.pagination__item_prev a:hover {
    background-color: #cccccc;
    background-image: url(../img/arrows.png);
    background-position: 15px 18px;
    background-repeat: no-repeat;
}

.pagination__item_next a:hover {
    background-color: #cccccc;
    background-image: url(../img/arrows.png);
    background-position: -56px 17px;
    background-repeat: no-repeat;
}

.art-num {
    display: inline-block;
    font-size: 12px;
    margin-right: 14px;
}

.art-section {
    display: inline-block;
    font-size: 12px;
    color: #555555;
    text-decoration: none;
    border-bottom: 1px solid #949494;
    line-height: 12px;
    position: relative;
}

.art-section::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #dfdfdf;
}

.art-section:hover {
    border-bottom: 1px solid transparent;
}

.art-section:hover::before {
    background: transparent;
}

.art-title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #007dbe;
    margin-bottom: 32px;
}

.add__top {
    margin-bottom: 32px;
}

.art-word {
    font-size: 12px;
    padding-bottom: 6px;
    line-height: 20px;
}

.art-descr {
    display: block;
    font-size: 12px;
    margin-bottom: -5px;
}

.add-point {
    overflow: hidden;
    margin-bottom: 19px;
    min-height: 22px;
}

.add-point__left {
    width: 467px;
    float: left;
}

.form-radio {
    display: inline-block;
    margin-right: 39px;
}

.form-radio:last-child {
    margin-right: 0;
}

.add-point__right {
    width: 171px;
    float: right;
}

.radio-label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

.radio-input {
    display: none;
}

.radio-label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: url('../img/radio-spr.png') 0 0 no-repeat;
}

.radio-input:checked + .radio-label:before {
    background-position: -44px -1px;
}

.form-radio_dis .radio-label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: url('../img/radio-spr_dis.png') 0 0 no-repeat;
}

.form-radio_dis .radio-input:checked + .radio-label:before {
    background-position: -44px -1px;
}

.add__section {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 27px;
    width: 658px;
    padding-bottom: 7px;
}

.add__total {
    font-weight: 700;
    font-size: 14px;
    color: #007dbe;
    margin-top: -6px;
}

.add__total span {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #007dbe;
    text-align: center;
    margin-left: 40px;
}

.add__ball {
    display: inline-block;
    text-align: center;
    margin-right: 25px;
}

.add__ball:last-child {
    margin-right: 0;
}

.btn_middle {
    padding: 0 34px;
    margin-bottom: 17px;
}

.form__text_long {
    min-height: 158px;
    margin-bottom: 19px;
}

.add__ball__total {
    display: block;
    margin-bottom: 16px;
}

.btn_short {
    padding: 0 12px;
}

.btn_act {
    border: 1px solid #007dbe;
    color: #007dbe;
}

.add__item_noborder {
    border-bottom: none;
}

.add__item_top {
    padding-top: 0;
    padding-bottom: 6px;
}

.number_rec {
    margin-bottom: 35px;
}

.btn-wrap_mt {
    margin-top: 11px;
}

.btn-wrap_mt .btn {
    padding: 0 22px;
    margin-bottom: 16px;
}

.add__date {
    color: #898989;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
}

.article-name {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #007dbe;
    margin-bottom: 12px;
}

.btn_dec {
    padding: 0 56px 0 25px;
    position: relative;
    margin-right: 27px;
    line-height: 38px;
}

.btn_dec::after {
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    background: url('../img/icons.png') -331px -74px no-repeat;
}

.btn_dec:hover::after {
    background-position: -331px -11px;
}

.btn_rec {
    padding: 0 65px 0 36px;
    position: relative;
    line-height: 38px;
}

.btn_rec::after {
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    background: url('../img/icons.png') -331px -138px no-repeat;
}

.btn_rec:hover::after {
    background-position: -331px -195px;
}

.btn-wrap_ml {
    text-align: left;
    padding-left: 96px;
    padding-top: 24px;
}

.datepick {
    float: left;
    font-size: 12px;
    color: #898989;
    display: block;
}

.datepick b {
    font-weight: 400;
    color: #ff0000;
}

.add__final {
    margin-bottom: 34px;
}

.add__top_mb {
    margin-bottom: 14px;
}

.art-word_big b {
    font-size: 14px;
    margin-bottom: 0;
}

.number_rec_big {
    padding: 0 35px;
}

.art-word_big {
    font-size: 12px;
    padding-bottom: 13px;
    line-height: 15px;
}

.add__section_rec {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 36px;
    width: 658px;
    padding-bottom: 2px;
}

.add__section_noborder {
    border-bottom: none;
    margin-bottom: -4px;
}

.add__section_big {
    margin-bottom: 41px;
    width: 749px;
    padding-bottom: 0px;
}

.btn_right {
    line-height: 42px;
    padding: 0 30px;
    margin-bottom: 37px;
    float: right;
}

.add__section_minus {
    margin-bottom: -18px;
}

.review {
    font-size: 12px;
    color: #555555;
    line-height: 16px;
    padding-right: 136px;
}

.number-wrap {
    margin: 30px 0 30px 30px;
}

.form__row_search.rubricator .select2-container--default .select2-selection--multiple {
    background-position: 556px 9px;
}

.form__row_search.rubricator {
    margin-bottom: 30px;
}

.btn-wrap_small {
    text-align: center;
    padding-right: 166px;
    margin-top: 5px;
}

.note {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../img/icons.png) -336px -255px no-repeat;
    vertical-align: middle;
    margin: -3px 0 -3px 14px;
}

.tabs_note .tabs-label {
    padding: 10px 9px 10px 10px;
    text-align: center;
    min-width: 200px;
}

.form-group__check_mb {
    margin-bottom: 30px;
}

.vestnik-news__right {
    width: 49%;
    float: right;
    padding: 15px 0 0 8px;
}

.vestnik-news__left {
    width: 49%;
    float: left;
    margin-top: -2px;
}

.vestnik-news__pic {
    width: 455px;
    overflow: hidden;
    margin-bottom: 15px;
}

.vestnik-news__pic img {
    width: 100%;
    height: auto;
}

.vestnik-news__date {
    display: block;
    font-size: 12px;
    color: #898989;
    margin-bottom: 12px;
}

.vestnik-news__title {
    font-size: 18px;
    color: #555555;
    margin: 0 0 12px 0;
}

.vestnik-news__text {
    font-size: 12px;
    color: #898989;
    line-height: 16px;
}

.vestnik-news__inner {
    margin-bottom: 40px;
}

.vestnik-news .news__item {
    border-top: none;
    padding: 16px 0 14px 2px;
    border-bottom: 1px solid #c2c2c2
}

.add__item_add {
    padding-top: 22px;
}

.sections_data .select2-container--default .select2-selection--multiple {
    padding-right: 34px;
}

.page__title_small {
    font-size: 18px;
    color: #007dbe;
    margin: 0 0 36px 0;
}

.archive-slider {
    width: 555px;
    margin: 4px auto 27px;
    position: relative;
}

.archive-slider__slide {
    padding-left: 196px;
}

.archive-slider .slick-prev,
.archive-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background: rgba(137, 137, 137, 0.6);
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.archive-slider .slick-prev {
    top: 23px;
    left: -49px;
    z-index: 9;
    background-image: url('../img/arrows.png');
    background-position: 15px 18px;
    background-repeat: no-repeat;
    background-color: rgba(137, 137, 137, 0.6);
}

.archive-slider .slick-prev:hover {
    background-color: rgba(137, 137, 137, 1);
}

.archive-slider .slick-next {
    top: 24px;
    right: -51px;
    z-index: 9;
    background-image: url(../img/arrows.png);
    background-position: -56px 17px;
    background-repeat: no-repeat;
    background-color: rgba(137, 137, 137, 0.6);
}

.archive-slider .slick-next:hover {
    background-color: rgba(137, 137, 137, 1);
}

.archive-slider-wrap .vestnik__slider__dataLeft {
    position: absolute;
    top: 4px;
    left: 0;
}

.archive-slider-wrap .vestnik__slider__dataRight {
    position: absolute;
    top: 4px;
    right: 0px;
    text-align: left;
}

.archive-list {
    padding-bottom: 80px;
    margin-top: -41px;
}

.archive-slider-wrap {
    position: relative;
}

.archive-list .set {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 0;
}

.archive-list .set > h6 {
    text-align: left;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    padding: 37px 0 26px 24px;
    border: none;
    margin-bottom: 9px;
}

.archive-list .set > h6.active {
    padding-bottom: 15px;
}

.archive-list .set > h6 i {
    left: 0;
}

.archive-list .fa-plus:before {
    border-width: 6px 0px 6px 6px;
    border-color: transparent transparent transparent #898989;
}

.archive-list .set > h6 i.fa-plus {
    position: absolute;
    float: right;
    color: #666;
    top: 39px;
    right: 0;
}

.archive-list .set > h6 i.fa-minus {
    top: 43px;
}

.archive-list .fa-minus:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #007dbe transparent transparent transparent;
}

.archive-list .content {
    padding: 0 0 24px 99px;
}

.archive-list .result__item {
    margin-bottom: 36px;
    padding: 0 72px 0 0;
}

.archive-list .result__item:last-child {
    margin-bottom: 17px;
}

.archive-list .fa-plus:before {
    margin-left: 6px;
}

.vestnik-content__top span {
    display: block;
}

.vestnik-content__top {
    border-bottom: 1px solid #c2c2c2;
    padding: 0 0 12px 0;
    margin-bottom: 16px;
}

.vestnik-content__text {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.vestnik-content__descr {
    padding-left: 20px;
    margin: 20px 0 20px 0;
}

.vestnik-content__item {
    border-bottom: 1px solid #c2c2c2;
    padding: 0 0 7px 0;
    margin-bottom: 16px;
}

.vestnik-content {
    padding-top: 4px;
}

.vestnik-content .vestnik-content__descr {
    margin-bottom: 0;
    margin-top: 14px;
}

.form-row_search-blc {
    padding: 0 172px 19px 0;
}

.form-row_search-blc .form-group__check {
    display: block;
    margin-bottom: 10px;
}

.btn-wrap_search {
    margin: 30px 0 0 0;
}

.btn-search {
    background: transparent;
    cursor: pointer;
    outline: none;
    padding: 0 71px 0 41px;
    position: relative;
}

.btn-search::after {
    content: "";
    width: 35px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(../img/icons.png) -147px -8px no-repeat;
}

.btn-search:hover::after {
    background-position: -222px -7px;
}

.search-blc .reg__item {
    padding: 29px 0 38px 0;
}

.form__row_blc {
    display: block;
}

.rubricator .select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
}

.btn-wrap_bot {
    margin-top: 23px;
}

.modal__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #007dbe;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}

.b-form-item__label {
    font-size: 14px;
    text-align: center;
    color: #898989;
    display: block;
    margin-bottom: 3px;
}

.modal-container {
    width: 358px;
    padding: 40px 66px 40px 66px;
}

.b-form-item__input input {
    width: 100%;
    height: 40px;
    outline: none;
    margin-bottom: 15px;
    padding: 0 10px;
}

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

.modal .btn {
    display: block;
    width: 100%;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-color: #898989;
    color: #898989;
}

.modal .btn:hover {
    color: #007dbe;
    border-color: #007dbe;
}

.copy-gost {
    font-size: 14px;
    color: #898989;
    text-decoration: none;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 15px;
}

.gost .result__title {
    margin-bottom: 20px;
}

.result__num_short {
    margin-bottom: 0;
}

.modal__info {
    text-align: center;
}

.cabinet-notification {
    padding-top: 5px;
    background-color: #E0E0E0;
    text-align: center;
    border-bottom: 1px solid #898989;
}
