@charset "UTF-8";
.bn-page__header-top {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.bn-page__logo {
    background: url(/assets/f8160a24/css/../img/logo.svg) no-repeat center center;
    display: inline-block;
    width: 114px;
    height: 44px;
}



.bn-page__city {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS4zIDBMNy43OTk5OSA2LjY2NjY3TDYuNDk5OTkgOEwwIDEuMzMzMzNMMS4zIDBaIiBmaWxsPSIjRkQ4QzI1Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIuOTk5OSAxLjMzMzMzTDYuNDk5OTUgOEw1LjE5OTk1IDYuNjY2NjdMMTEuNjk5OSAwTDEyLjk5OTkgMS4zMzMzM1oiIGZpbGw9IiNGRDhDMjUiLz4KPC9zdmc+Cg==") no-repeat right 7px;
}

.bn-page__city a {
    color: #ff8c00;
    font-size: 12px;
}

.bn-page__block-top {
    max-width: 1240px;
    margin: 0 auto;

    box-sizing: border-box;
    min-height: 94px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
}

.bn-page__block-top-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.bn-page__block-top-left-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;

    margin: 0 35px 0 0;

    position: relative;
}

.bn-page__block-top-left-container img {
    position: absolute;
    right: -24px;
    top: 12px;
}

.bn-page__block-top-left nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.bn-page__block-top-left nav a {
    box-sizing: border-box;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    color: #333333;
    font-size: 16px;
    margin: 0 20px -1px 0;
    text-decoration: none;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.bn-page__block-top-left nav a:last-child {
    margin: 0 0 -1px 0;
}

.bn-page__block-top-left nav a:hover {

}

.bn-page__block-top-left nav a.active {
    color: #ff8c00;
    border-bottom: 4px solid #ff8c00;
}

.bn-page__block-top-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

.bn-page__block-top-href-add {
    border-radius: 2px;
    border: 1px solid #ff8c00;
    box-sizing: border-box;
    color: #ff8c00;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 10px 25px;
    text-decoration: none;
}

.bn-page__block-top-href-lk {
    background: url(/assets/f8160a24/css/../img/icon-lk.svg) no-repeat left center;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
    min-height: 28px;
    padding: 0 0 0 38px;
    text-decoration: none;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}


.bn-page__header-search-menu-city-container {
    max-width: 1240px;
    margin: 0 auto;
}

.bn-page__header-search-menu-city {
    display: none;
    position: relative;
    z-index: 10000;
}

.bn-page__header-search-menu-city nav {
    background-color: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 15px 20px 15px 20px;

    position: absolute;
    left: 0;
    top: 0;
}

.bn-page__header-search-menu-city nav a {
    display: block;
    color: #666666;
    font: 300 15px "Roboto Light", "Roboto", Arial, sans-serif;
}

.bn-page__header-search-menu-city nav a:hover {
    color: #ff8c00;
}


.bn-page__header-search-menu-sub {
    position: relative;
    z-index: 1000;
}

.bn-page__menu-sub {
    background: #FFFFFF;
    width: 100%;
    display: none;

    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .1);

    left: 0;
    top: 0;
    position: absolute;
}

.bn-page__menu-sub-column-container {
    box-sizing: border-box;
    width: 1240px;
    margin: 0 auto;
    padding: 30px 0 30px 150px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.bn-page__menu-sub-column {
    box-sizing: border-box;
    margin: 0 55px 0 0;
}

.bn-page__menu-sub-column:last-child {
    margin: 0;
}

.bn-page__menu-sub-column a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}

.bn-page__menu-sub-column a:hover {
    color: #ff8c00;
}

.bn-page__menu-sub-column div:first-child {
    margin-bottom: 20px;
}