/* Поиск */
.open-file__search-form .search {
    margin-right: 0;
    width: 100%;
    position: relative;
    padding-top: 3px;
}

.open-file__search-form .search__search-line {
    display: inline-block;
    margin-right: 12px;
    width: 100%;
    position: relative;
}

.open-file__search-form .search__input {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    height: inherit;
    float: none;
    padding-bottom: 7px;
    letter-spacing: .3px;
    color: #4486ff;
    margin-top: -5px;
    border-bottom: 1px solid rgba(0,0,0,.5);
    padding-right: 30px !important;
    font-family: FiraSans,sans-serif;
    line-height: normal;
}

.open-file__search-form .search__submit-btn {
    right: 7px;
    top: 3px;
    background: none !important;
    z-index: 2;
    height: inherit;
    cursor: pointer;
    -webkit-appearance: button;
    margin-top: -5px;
    width: 16px;
    position: absolute;
    line-height: normal;
    color: inherit;
    font: inherit;
}

.open-file__search-form .search__submit-img {
    position: absolute;
    width: 16px;
    height: 19px;
    fill: #4486ff;
    right: 3px;
    top: 0px;
    overflow: hidden;
}

.open-file__search-form .search__input::placeholder {
    color: rgba(0,0,0,.2);
}

/* перечень НОД */
.open-file__row + .open-file__row {
    margin-top: 0;
    border-top: 1px solid #d5d5d5;
}

.open-file__row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 68px;
    padding-left: 29px;
}

@media (max-width: 640px) {
    .open-file__row-wrap {
        flex-wrap: wrap;
    }
}

.open-file__row-wrap::after {
    display: none;
}

.open-file__row-title {
    flex-grow: 1;
    font-family: FiraSans,sans-serif;
    font-size: 16px;
    text-align: left;
    letter-spacing: .1px;
    white-space: normal;
    position: static;
    padding: 10px 0;
    width: auto;
    flex-basis: 100%;
}

.open-file__row-title a {
    color: #0d46a1;
    text-decoration: none;
}

@media (max-width: 900px) {
    .open-file__row-controls {
        margin-top: 0;
    }
}

.open-file__row-controls button {
    height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 500;
    border: 1px solid #acacac;
    border-radius: 2px;
    background-color: #f5f5f5;
    width: 100px;
    vertical-align: top;
    font-family: FiraSansCondensed, sans-serif;
}

.open-file__desc {
    display: none;
    position: relative;
    min-height: 104px;
    top: -1px;
    padding: 8px 13px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #424242;
    white-space: normal;
    border: 1px solid #acacac;
    z-index: 1;
    margin-bottom: 10px;
}

.open-file__row_active .open-file__desc {
    display: block;
}

.open-file__row_active .open-file__row-wrap {
    min-height: auto;
}

.open-file__row_active .open-file__row-wrap::before {
    width: 100px;
}

@media (min-width: 641px) {
    .open-file__row_active .open-file__row-wrap::before {
        display: block;
    }
}

.open-file__footnote {
    color: #000000;
    font-size: 14px;
    font-family: FiraSansCondensed, sans-serif;
    margin-top: 20px;
}

.switcher__wrapper {
    margin: 30px 0;
}

.open-file__links {
    font-size: 0;
    display: flex;
    justify-content: flex-start;
}

.open-file__link {
    display: block;
    flex-basis: 36%;
}

@media (max-width:900px) {
    .open-file__links{
        text-align:left;
        flex-wrap: wrap;
    }

    .open-file__link {
        width: 100%;
        flex-basis: 100%;
    }
}

.open-file__links .link {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: FiraSansCondensed,sans-serif;
    font-weight: 500;
    line-height: 38px;
}

.open-file__links .link svg {
    margin-left: 13px;
    vertical-align: middle;
}

.link__icon {
    position: static;
}

.open-file__get {
    flex-basis: 290px;
    flex-shrink: 0;
}