/* класс container-re - синоним класса container, сейчас костыль, потом при переходе на новый дизайн заменить все container-re на container */
a.disabled {
    color: grey !important;
}
#browser-alert {
    padding: 5px;
    background-color: #3779B3;
    width: 100%;
    text-align: center;
    color: #FFF;
}
#browser-alert a {
    color: #F34949;
    font-weight: bold;
}
#browser-alert a:hover {
    text-decoration: underline;
}

#mibew-agent-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 70px;
    height: 100px;
    z-index: 1000;
}
#mibew-agent-button:hover {
    -webkit-transform: scale(1.1) rotateZ(-2deg);
    -ms-transform: scale(1.1) rotateZ(-2deg);
    transform: scale(1.1) rotateZ(-2deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#search-result-block {
    margin-top: 20px;
}

#ui-datepicker-div {
    display: none;
    z-index: 3000!important;
}

#footer_metrika {
    display:none;
    visibility:hidden;
}

body {
    background-color: white;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.content-re a,
.content a,
.custom-list-view__item-title > a {
    color: #1c7dba;
}
a,
.nav_chain_item a,
a.color-menu-item__link {
    color: black;
}
#main-block .window a:visited,
#main-block .list-view a:visited,
#main-block .grid-view a:visited,
.custom-list-view__item-title > a:visited {
    color: #005580;
}
.color-menu-item__link:visited,
.nav_chain_item a:visited {
    color: black !important;
}
img {
    max-width: 100%;
}
h1 {
    font-size: 20px;
    line-height: 22px;
}
h2 {
    font-size: 18px;
    line-height: 20px;
}
h3 {
    font-size: 16px;
    line-height: 28px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.content-re {
    background-color: white;
    padding: 20px;
}

.title {
    font-weight: normal;
    font-size: 30px;
    line-height: 32px;
    margin: 10px 0 20px 0;
}

.container, .container-re {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}
.container-re_uchet {
    padding-right: 105px;
}
.table-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}
.table-cell_fullwidth {
    width: 100%;
}

.button {
    display: inline-table;
    border: none;
    font: inherit;
    vertical-align: middle;
    padding: 7px 10px;
    background-color: transparent;
    color: black;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.button:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.button:disabled:hover,
.button:disabled:focus {
    background-color: #6c757d;
}
.button:hover,
.button:focus {
    text-decoration: none;
    color: black;
    background-color: #efefef;
}
.button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.button,
.button:active,
.button:focus {
    outline: none !important;
}
.button_white {
    background-color: white;
    color: black !important;
}
.button_white:hover,
.button_white:focus {
    background-color: #f0f0f0;
    color: black !important;
}
.button_green {
    background-color: #29a64a;
    color: white !important;
}
.button_green:hover,
.button_green:focus {
    background-color: #299749;
    color: white !important;
}

#extra-search-button {
    background-color: #3779B3;
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 10px;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

.button_blue {
    background-color: #3779B3;
    color: white;
}
.button_blue:hover,
.button_blue:focus {
    background-color: #3071a4;
    color: white;
}
.button > span {
    display: table-cell;
    vertical-align: middle;
}

.icon-re {
    height: 20px;
    min-width: 20px;
    padding-right: 5px;
    background-size: 20px 20px;
    background-position: 0 center;
    background-repeat: no-repeat;
}
.icon_help {
    background-image: url("img/icons/help.png");
}
.icon_signin {
    background-image: url("img/icons/signin.png");
}
.icon_user {
    background-image: url("img/icons/user.png");
}
.icon_slider {
    background-image: url("img/icons/slider.png") !important;
}
.icon_material {
    background-image: url("img/icons/material-icon-01.png");
    background-position: center;
}
.icon_address {
    background-image: url("img/icons/address.png");
}
.icon_phone {
    background-image: url("img/icons/phone.png");
}
.icon_time {
    background-image: url("img/icons/time.png");
}
.icon_email {
    background-image: url("img/icons/email.png");
}
.icon_invert {
    filter: invert(100%);
}
.icon-re.search-list {
    height: 15px;
    min-width: 15px;
    margin: 1px 6px 0 0;
    background-position: -396px -24px;
    background-image: url("img/sprite_icon_old.png");
    background-size: auto;
}

.header-layout {
    display: flex;
    flex-direction: column;
}
.header {
    order: 1;
}
.search {
    order: 2;
}
.advanced-search {
    order: 3;
    background-color: white;
}

.header__cell {
    height: 92px;
}
.header__logo {
    padding: 20px 5px;
}
.header__currency {
    white-space: nowrap;
}
.header__currency-item {
    display: block;
    text-decoration: underline;
    color: #0b5b98;
}

.header__call {
    margin: 0 40px;
}

.header__call button {
    color: #000;
    margin-bottom: 5px;
    margin-left: -10px;
    font-size: 16px;
    line-height: 14px;
    padding: 7px 10px;
}

.header__call button:hover {
    color: #000;
}

.header__personal {
    min-width: 220px;
}
.header__button-group {
    display: flex;
    justify-content: center;
}
.header__button {
    margin-right: 15px;
}

.logo {
    display: block;
    width: 243px;
}
.logo__img {
    vertical-align: middle;
}

.call {
    position: relative;
    white-space: nowrap;
    padding-left: 55px;
}
.call::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: url("img/icons/phone.png") no-repeat;
    background-size: 50px 50px;
}
.call__online-help {
    margin-bottom: 5px;
    margin-left: -10px;
    font-size: 16px;
}
.call__phone {
    font-size: 22px;
}
.call__work-time {
    font-size: 13px;
}

.see-more {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}
.see-more::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    height: 24px;
    width: 24px;
    background-image: url("img/icons/help.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.social-icon {
    display: inline-block;
    height: 26px;
    width: 26px;
    background-image: url("img/icons/social.png");
    background-repeat: no-repeat;
}
.social-icon_yandex {
    background-position: -100px 0;
}
.social-icon_youtube {
    background-position: -133px 0;
}
.social-icon_facebook {
    background-position: 0 0;
}
.social-icon_twitter {
    background-position: -34px 0;
}
.social-icon_vk {
    background-position: -67px 0;
}

#param_query {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.search {
    background-color: #3779B3;
}
.search__cell {
    height: 78px;
}

input.search__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    height: 36px;
    padding: 0 10px;
    margin: 0;
    font-size: 18px;
}
#search-button {
    height: 36px;
    font-size: 20px;
    margin: 0 15px;
    padding: 11px 20px;
    line-height: 12px;
}
.search__extend-button:focus {
    box-shadow: none;
}
.search__extend-button:hover,
.search__extend-button:focus {
    background-color: transparent;
}
.search__extend-button_active {
    background-color: #3071a4 !important;
}
.search__icon-button-extend {
    height: 25px;
    min-width: 25px;
    background-size: 25px 25px;
}

.wrapper-block {
    position: relative;
}

.main-block {
    background-color: #FFF;
    padding-bottom: 30px;
}
.main-block__header {
    padding: 20px 0 40px 0;
}
.main-block__title {
    display: inline-block;
    position: relative;
    z-index: 30;
}
.main-block__title h1 {
    display: inline-block;
    height: 21px;
}

.news-block {
    background-color: white;
}
.news-block__row {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
}
.news-block__row_reverse {
    justify-content: left;
}
.news-block__column:first-child {
    margin-right: 20px;
}
.news-block__link {
    display: table;
    padding: 8px 0;
    font-size: 18px;
    line-height: 20px;
    white-space: normal;
}
.news-block__link:hover,
.news-block__link:focus {
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}
.news-block__link .icon-re {
    height: 45px;
    min-width: 45px;
    padding: 0;
    background-size: 45px 45px;
}
.news-block__link_special {
    color: #f1223f;
}
.news-block__button-material-more {
    display: table;
    margin-top: 30px;
    margin-left: 0;
    border: 2px solid black;
    font-size: 18px;
    line-height: 20px;
}
.news-block__banner-link {
    min-height: 230px;
    width: 469px;
    margin: 7px 0;
}

.banner-link {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
    padding: 20px;
    text-decoration: none;
}
.banner-link__image {
    height: 60px;
    padding-right: 10px;
}
.banner-link__item {
    display: block;
    color: white;
    font-size: 17px;
    line-height: 19px;
}
.banner-link__item_date {
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
}
.banner-link__item_label {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    text-shadow:  0 0 7px black, 0 0 1em rgba(0, 0, 0, 0.35);
}
.banner-link__person {
    display: table;
    text-shadow: 0 0 7px black, 0 0 1em rgba(0, 0, 0, 0.35);
}
.banner-link__person-photo {
    display: table-cell;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    border: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.banner-link__person-description {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
}
.banner-link__person-name {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: white;
}
.banner-link__person-rank {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: white;
}
.banner-link:hover,
.banner-link:focus {
    text-decoration: none;
}
.banner-link_green {
    border-bottom: 12px solid #39A349;
}
.banner-link_blue {
    border-bottom: 12px solid #3779B3;
}
.banner-link_bg1 {
    background-image: url("img/bg/news/1.jpg");
}
.banner-link_bg2 {
    background-image: url("img/bg/news/2.jpg");
}
.banner-link_bg3 {
    background-image: url("img/bg/news/3.jpg");
}
.banner-link_bg4 {
    background-image: url("img/bg/news/4.jpg");
}
.banner-link_bg5 {
    background-image: url("img/bg/news/5.jpg");
}
.banner-link_bg6 {
    background-image: url("img/bg/news/6.jpg");
}
.banner-link_bg-flowers {
    background-image: url("img/bg/news/flowers.jpg");
}
.banner-link_bg-kamni {
    background-image: url("img/bg/news/kamni.jpg");
}
.banner-link_bg-kreslo {
    background-image: url("img/bg/news/kreslo.jpg");
}
.banner-link_bg-anticrisis {
    background-image: url("img/bg/news/anticrisis.jpg");
}
.banner-link_bg-official-article {
    background-image: url("img/bg/news/official_article.jpg");
}
.banner-link_bg-capital {
    background-image: url("img/bg/news/capital.jpg");
}
.banner-link_bg-time {
    background-image: url("img/bg/news/time.png");
}
.banner-link_bg-military_id {
    background-image: url("img/bg/news/military_id.png");
}
.banner-link_bg-flag_rf {
    background-image: url("img/bg/news/flag_rf.png");
}
.banner-link_bg-uchet {
    background-image: url("img/bg/news/uchet.png");
}
.banner-link_bg-calc {
    background-image: url("img/bg/news/calc.png");
}

.banner-link_bg-holiday {
    background-image: url("img/bg/news/holiday.jpg");
}

@media (max-width: 992px) {
    .banner-link__item_date {
        font-size: 18px;
        line-height: 20px;    }
    .banner-link__person-name {
        font-size: 16px;
        line-height: 18px;
    }
    .banner-link__person-rank {
        font-size: 12px;
        line-height: 14px;
    }
    .banner-link__person-photo {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .news-block__banner-link {
        padding: 10px;
    }
}

.container::after, .container-re::after {
    clear: both;
}
.container::before, .container::after, .container-re::before, .container-re::after {
    display: table;
    content: "";
    line-height: 0;
}

#main-block .container-re {
    padding-top: 20px;
}

.main-banner {
    height: 395px;
    background-color: #717882;
    background-image: url("img/bg/fon-banner-01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}
.main-banner__row {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.main-banner__column:last-child {
    border-left: 2px solid white;
}
.main-banner__item {
    display: block;
    white-space: nowrap;
    margin: 10px;
    font-size: 30px;
    line-height: 30px;
    color: white;
}
.main-banner__item_1 {
    font-size: 50px;
    line-height: 50px;
    text-align: right;
    margin-top: 50px;
}
.main-banner__item_2 {
    text-align: right;
}
.main-banner__item_3 {
    font-size: 45px;
    line-height: 45px;
    text-align: right;
}
.main-banner__item_4 {
    font-size: 45px;
    line-height: 45px;
}
.main-banner__item_5 {
    font-size: 75px;
    line-height: 75px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    background-color: #B61B19;
}
.main-banner__item_6 {
    font-size: 20px;
    line-height: 20px;
    color: black;
    padding: 20px;
}

.banner-group {
    padding: 40px 0 90px 0;
}
.banner-group__row {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.banner-group__column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.banner-group__banner-link {
    margin: 7px;
}

.footer__main {
    padding: 40px 0;
    background: linear-gradient(180deg, #304F6C, #7CA8CD);
    color: white;
}
.footer__container {
    display: flex;
}
.footer__column {
    flex: 1 1;
    padding-left: 20px;
}
.footer__column_contact {
    align-self: center;
    text-align: right;
    font-size: 16px;
}
.footer__logo {
    padding: 15px 0;
}
.footer__logo-wrapper {
    display: flex;
    flex-direction: row;
}
.footer__logo-wrapper .logo {
    min-width: 250px;
}
.footer__sub-container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.footer__sub-container > * {
    align-self: center;
}

.social-network-block {
    margin-bottom: 40px;
}
.social-network-block__title {
    display: block;
    margin-bottom: 10px;
}
.social-network-block__link-group {
    display: flex;
    justify-content: right;
}
.social-network-block__link {
    margin: 0 5px;
}
.social-network-block__link:first-child {
    margin-left: 0;
}
.social-network-block__link:last-child {
    margin-right: 0;
}

.contact-block__title {
    display: block;
    margin-bottom: 10px;
}
.contact-block__call {
    display: inline-block;
    position: relative;
}
.contact-block__phone {
    font-size: 32px;
    line-height: 36px;
    white-space: nowrap;
}
.contact-block__work-time {
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    left: 0;
}

.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.link-list li {
    line-height: 20px;
}
.link-list__link {
    display: inline-block;
    color: white;
    font-size: 15px;
    line-height: 17px;
}
.link-list__link:hover,
.link-list__link:focus {
    color: white;
}
.link-list__link_big {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 22px;
    text-decoration: underline;
}

.footer__link-list {
    margin-bottom: 10px;
}

.advanced-search__row {
    display: flex;
}
.advanced-search__row > * {
    margin: 5px;
}

#full-search {
    padding-top: 10px;
}
#full-search #search_clear_all {
    padding: 0 5px;
    height: 35px;
}

.advanced-search__control-label {
    padding: 0 0 3px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    line-height: 1.2;
}

.advanced-search__field {
    width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 30px !important;

}
input[type="text"].advanced-search__field {
    padding: 0 5px !important;
}
#param_phrase,
#param_in_found,
#param_folder {
    padding: 0;
    margin: 0 3px 0 0;
    height: 35px;
}
.advanced-search__date-from,
.advanced-search__date-to {
    width: 80px !important;
}
.advanced-search__number {
    width: 70px !important;
}

.checkbox-wrap {
    display: flex;
}
.checkbox-wrap > span {
    line-height: 35px;
}

.user-block {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}
.user-block__lk {
    color: #0b5b98;
}
.user-block__rest-day {
    font-size: 12px;
    color: #5a5a52;
}
.icon-re.mail-big {
    display: block;
    height: 8px;
    min-width: 10px;
    margin: 0;
    background-position: -223px -120px;
    background-image: url("img/sprite_icon_old.png");
    background-size: auto;
    padding: 0;
}
.personal {
    display: table;
}
.personal > * {
    height: 20px;
    display: inline-block;
}
.personal__menu {
    position: relative;
}
.personal__dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: -11px;
    z-index: 1000;
    border: 1px solid #c3dbe3;
    box-shadow: 0 1px 2px rgba(0,0,1,.2);
    background-color: #fff;
}
.personal__menu:hover .personal__dropdown {
    display: flex;
}
.personal__dropdown > * {
    padding: 5px 10px;
}
.personal__dropdown > *:hover {
    background-color: #e9f0f7;
}
.personal__full-name {
    color: #0b5b98;
    text-decoration: underline;
}
.personal__news-wrapper {
    padding-left: 5px;
}

.personal-lk {
    display: flex;
}
.personal-lk__column:first-child {
    padding-right: 30px;
}
.personal-lk__column:last-child {
    max-width: 340px;
    min-width: 340px;
}

.content-with-bg {
    background-image: url("img/bg/fon.png");
    background-repeat: repeat-y;
    background-position: top center;
}

.banner {
    display: block;
}
.items a {
    font-size: 14px;
}
.custom-list-view {
    width: 100%;
}
.custom-list-view__title-wrapper {
    background-color: white;
}
.custom-list-view__title {
    font-weight: normal;
    margin: 24px 0;
    font-size: 28px;
    line-height: 30px;
}
.custom-list-view__left-column {
    min-width: 318px;
    padding-right: 15px;
}
.custom-list-view__left-column-banner {
    margin-bottom: 27px;
}
.custom-list-view__item {
    display: flex;
    border-top: 1px solid #cbcbcb;
    padding: 10px;
    background-color: white;
}

.custom-list-view__item-icon_catalog {
    margin:22px 5px 0 0;
}

.custom-list-view__item_simple {
    padding-top: 10px;
    padding-bottom: 5px;
    border: none;
}
.custom-list-view__item:first-child {
    border-top: none;
    padding-top: 0;
}
.custom-list-view__item-icon {
    height: 45px;
    min-width: 45px;
    padding: 0 6px 0 0;
    background-size: 45px 45px;
}
.custom-list-view__item-title {
    margin-top: 0;
}
.custom-list-view__item-title > a {
    margin-top: 7px;
    font-size: 16px;
    line-height: 18px;
    display: block;
}
.custom-list-view__item-description {
    font-weight: normal;
    margin-bottom: 15px;
    font-style: italic;
}
.custom-list-view__filter {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
}
.custom-list-view__filter select {
    display: block;
    border-radius: 0;
    width: 100%;
    max-width: 390px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    height: 30px;
    margin: 0;
    padding: 0 7px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 3px;
}
.custom-list-view__filter select::-ms-expand {
    display: none;
}
.custom-list-view__sorter {
    background-image: url("img/bg/fon-na3.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.custom-list-view__btn-group {
    text-align: right;
    height: 100px;
    font-size: 16px;
    line-height: 32px;
}
.custom-list-view__sorter-btn-group-label {
    color: white;
}
.custom-list-view__sorter-btn {
    margin: 0 7px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: white;
    border: 1px dotted transparent;
}
.custom-list-view__sorter-btn:focus {
    background-color: transparent;
    color: white;
    box-shadow: none;
    border: 1px dotted grey;
}
.custom-list-view__sorter-btn:hover:focus {
    background-color: white;
}
.custom-list-view__sorter-btn:hover {
    color: #007bb7;
}
.custom-list-view__sorter-btn_active {
    padding: 7px 10px;
    margin: 0 7px;
    background-color: white;
    color: #007bb7;
    cursor: default;
    border: 1px dotted grey;
}
.custom-list-view__sorter-btn_active:focus {
    background-color: white;
    color: #007bb7;
    box-shadow: none;
}
.custom-list-view__content {
    padding: 20px 0;
}
.custom-list-view__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    display: none;
    z-index: 1000;
    top: 0;
    left: 0;
}
.custom-list-view__content-wrapper {
    display: flex;
}
.custom-list-view__items {
    position: relative;
    width: 100%;
}
.custom-list-view .pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-list-view .pager a {
    display: inline;
    padding: 7px 9px;
    margin: -4px 3px 0 3px;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
}
.custom-list-view .pager a:hover {
    background-color: #e4f9e8;
    color: #09a921;
    box-sizing: border-box;
}
.custom-list-view .pager a.selected {
    color: white;
    font-weight: bold;
    background-color: #3779b3;
}
.custom-list-view .pager a.hidden,
.custom-list-view .pager a.next,
.custom-list-view .pager a.previous {
    display: none;
}
.custom-list-view .pager li > a,
.custom-list-view .pager li > span {
    border-radius: 0;
}

.select-region-wrapper {
    padding: 20px 0 0 0;
}

.collapsed-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}
.collapsed-menu__item-wrapper {
    margin: 10px 0;
}
.collapsed-menu__item,
.collapsed-menu__button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-weight: bold;
    background-color: transparent;
    color: black;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    border: none;
}
.collapsed-menu__item_active {
    background-color: #3779B3;
    color: white;
    padding: 5px;
}
.collapsed-menu__item_active:hover {
    color: white;
}
.collapsed-menu__button:focus {
    outline: 1px dotted black;
}
.collapsed-menu__button:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url("img/icons/arrow-down.png");
}
.collapsed-menu__button_active:after {
    background-image: url("img/icons/arrow-up.png");
}
.collapsed-menu__dropdown {
    display: none;
    list-style: none;
    margin: 10px 0 10px 10px;
}
.collapsed-menu__dropdown_active {
    display: block;
}
.collapsed-menu__dropdown-item {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
}
.collapsed-menu__dropdown-item_active {
    background-color: #3779B3;
    color: white;
}
.collapsed-menu__dropdown-item_active:hover {
    color: white;
}
.content-row {
    display: flex;
}
.content-row__column {
    width: 100%;
}
.content-row__column:first-child {
    width: 318px;
    min-width: 318px;
    padding: 20px 20px 0 0;
}

.news-block-list {
    padding: 20px 0;
    background-image: url("img/bg/fon-na3.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #007bb7;
    color: white;
}

.nav_chain_item a:first-child {
    margin-left: 0;
}
.nav_chain_item a {
    font-size: 12px;
    font-weight: normal;
    margin: 0 5px;
}
.page-contact {
    background-color: white;
    font-size: 15px;
    line-height: 16px;
}
.page-contact__row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.page-contact__column {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    flex: 1 1;
}
.page-contact__column:last-child {
    padding-right: 0;
    border-right: none;
}
.page-contact__column_contact_form {
    border-right: none;
}
.page-contact__column_contact_form,
.page-contact__column_maps {
    flex: none;
    width: 50%;
    box-sizing: border-box;
}
.page-contact__map {
    border: 2px solid #95bdcc;
}
.page-contact__section {
    margin-bottom: 30px;
}
.page-contact__section:last-child {
    margin-bottom: 0;
}
.page-contact__section-header {
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0;
}
.page-contact__item {
    margin: 5px 0;
}
.page-contact__item span {
    display: table-cell;
    vertical-align: middle;
}
.page-contact__item .icon-re {
    height: 25px;
    min-width: 25px;
    padding-right: 7px;
    background-size: 25px 25px;
}

.errorMessage {
    color: #bf0000;
    padding: 2px 2px 2px 30%;
    font-size: 14px;
}
.form {
    background-color: white;
    padding: 10px;
}
.form__message-required {
    color: grey;
    font-size: 12px;
    margin: 10px 0;
}

.form__message {
    padding: 10px;
    background-color: #f7f7f7;
}
.form__message_success {
    color: #007000;
}
.form-row {
    margin: 10px 0;
}
.form-row__field {
    display: table;
    width: 100%;
}
.form-row__field > * {
    display: table-cell;
    vertical-align: middle;
}
.form-row__field label {
    margin: 0;
    padding: 0 5px 0 0;
    width: 14%;
    font-weight: bold;
    font-size: 14px;
    color: #4c504f;
    vertical-align: top;
}
.form-row__field input,
.form-row__field select,
.form-row__field textarea {
    height: 30px;
    width: 100%;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 0;
}

.form-row__field textarea {
    height: auto;
}

.list-style {
    list-style: none;
}

.icon.blue-eye {
    display: inline-block;
    height: 10px;
    min-width: 15px;
    padding: 0;
    margin: 0;
    background-position: -206px -65px;
    background-image: url("img/sprite_icon_old.png");
    background-size: auto;
}
.icon.grey-eye {
    display: inline-block;
    height: 10px;
    min-width: 15px;
    padding: 0;
    margin: 0;
    background-position: -206px -52px;
    background-image: url("img/sprite_icon_old.png");
    background-size: auto;
}
.icon.arr-prev,
.icon.arr-next {
    display: inline-block;
    height: 7px;
    width: 4px;
    min-width: 4px;
    margin-top: -2px;
    margin-left: 3px;
    margin-right: 3px;
    background-image: url("img/sprite_icon_old.png");
    background-size: auto;
}

@media (max-width: 1400px) {
    .custom-list-view__title {
        margin: 22px 0;
        font-size: 26px;
        line-height: 28px;
    }
    .custom-list-view__btn-group {
        height: 90px;
    }
    .content-row__column_content {
        max-width: 802px;
    }
}
@media (max-width: 1200px) {
    .header__logo {
        width: 43px;
        overflow: hidden;
    }
    .header__logo-img {
        max-width: none;
    }
    .search__cell {
        height: 70px;
    }
    .custom-list-view__title {
        margin: 20px 0;
        font-size: 24px;
        line-height: 26px;
    }
    .custom-list-view__btn-group {
        height: 80px;
    }
    .content-row__column_content {
        max-width: 622px;
    }
}
@media (max-width: 992px) {
    .header__currency {
        display: none;
    }
    .news-block__row {
        flex-direction: column;
    }
    .news-block__banner-link {
        margin: 7px 3px;
    }
    .news-block__row_reverse {
        flex-direction: column-reverse;
    }
    .news-block__button-material-more {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 18px;
    }
    .search__cell {
        height: 60px;
    }
    .title {
        font-size: 22px;
        line-height: 24px;
    }
    .banner-link__item_label {
        font-size: 18px;
        line-height: 20px;
    }
    .banner-link__item_date {
        font-size: 18px;
        line-height: 20px;
    }
    .custom-list-view__title {
        margin: 18px 0;
        font-size: 22px;
        line-height: 24px;
    }
    .custom-list-view__btn-group {
        height: 60px;
    }
    .content-row__column_content {
        max-width: 490px;
    }
}
@media (max-width: 840px) {
    .main-banner {
        display: none;
    }
    .header__personal {
        margin-left: 0;
    }
    .advanced-search__row {
        flex-direction: column;
    }
    .custom-list-view__title {
        margin: 16px 0;
        font-size: 20px;
        line-height: 22px;
    }
    .custom-list-view__btn-group {
        height: 56px;
    }
    .content-row__column_content {
        max-width: 382px;
    }
}

@media (max-width: 768px) {
    .search__cell {
        height: 50px;
    }
    .title {
        font-size: 20px;
        line-height: 22px;
    }
    .footer__container {
        flex-direction: column;
    }
    .footer__column {
        margin-bottom: 20px;
    }
    .header__call {
        margin: 0 5px;
    }
    .search__button {
        width: auto;
        font-size: 16px;
    }
    .search__icon-button-extend {
        padding: 0;
    }
    .search__extend-button-text {
        display: none !important;
    }
    .footer__sub-container {
        flex-direction: column;
        text-align: center;
    }
    .footer__sub-container > * {
        margin: 0.5rem 0;
    }
    .custom-list-view__left-column {
        min-width: 200px;
    }
    .custom-list-view__title {
        margin: 14px 0;
        font-size: 18px;
        line-height: 20px;
    }
    .custom-list-view__btn-group {
        height: 48px;
    }
    .page-contact__row {
        flex-direction: column;
    }
    .page-contact__column {
        border-right: none;
    }
    .page-contact__column_maps,
    .page-contact__column_contact_form {
        width: auto;
    }
    .custom-list-view__left-column-banner {
        display: none;
    }
    .custom-list-view__left-column {
        min-width: 0;
    }
    .content-row {
        flex-direction: column;
    }
    .personal-lk {
        flex-direction: column;
    }
    .personal-lk__column:first-child {
        padding: 0;
    }
    .personal-lk__column:last-child {
        max-width: none;
    }
    .content-row__column_content {
        max-width: 540px;
    }
    .footer__logo-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0;
    }
    .footer__logo-wrapper .logo {
        margin-bottom: 1rem;
    }
}
@media (max-width: 550px) {
    .container, .container-re {
        padding: 0 5px;
    }
    .news-block__column:last-child {
        flex-direction: column;
    }
    .news-block__banner-link {
        width: 100%;
        max-width: 469px;
        margin: 7px auto;
    }
    .news-block__column:first-child,
    .news-block__row_reverse .news-block__column:last-child {
        margin-right: 0;
    }
    .custom-list-view__btn-group {
        height: 46px;
    }
}
@media (max-width: 500px) {
    .header__call {
        display: none;
    }
    .custom-list-view__btn-group {
        height: 40px;
    }
    .custom-list-view__sorter-btn {
        font-size: 14px;
        margin: 0 3px;
    }
    .custom-list-view__sorter-btn_active {
        font-size: 14px;
        margin: 0 3px;
    }
    .custom-list-view__sorter-btn-group-label {
        display: none;
    }
    .custom-list-view__left-column {
        margin: auto;
        order: 2;
    }
    .custom-list-view__content-wrapper {
        flex-direction: column;
    }
    .custom-list-view .pager a {
        padding: 4px 6px;
    }
}


@media (min-width: 576px) {
    .container, .container-re {
        width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-re {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-re {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-re {
        width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-re {
        width: 1360px;
    }
}
.banner-link_no-padding {
    padding: 0;
}
