﻿.cabinet-row {
    display: flex;
    align-items: flex-start
}

.cabinet-left {
    flex: 0 0 380px;
    max-width: 380px;
    padding-right: 20px
}

.cabinet-right {
    flex: 0 0 calc(100% - 380px);
    max-width: calc(100% - 380px)
}

.cabinet-sidebar {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    padding: 26px 0
}

.cs-head {
    text-align: center
}

.avatar-image {
    display: inline-block;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 80px;
    height: 80px;
    background: #005498 url("/a/site/img/user.svg") center center no-repeat;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.cs-name {
    font-size: 19px;
    font-weight: 500
}

.cs-region {
    font-size: 14px;
    color: #aeaeae
}

.cs-links {
    margin-top: 20px
}

.cs-links > div {
    padding: 1px 0
}

a.cs-link {
    display: block;
    text-decoration: none;
    color: #8b8b8b;
    padding: 11px 30px;
    line-height: 1;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease
}

a.cs-link:hover, a.cs-link.active {
    background-color: #d6e3ee;
    color: #005498
}

.cabinet-title {
    font-size: 24px;
    color: #005498
}

.cabinet-title-sm {
    font-size: 20px;
    color: #005498
}

.cabinet-info {
    font-size: 18px
}

.cabinet-border {
    border-top: 1px solid #eee
}

.home-search {
    background-color: #fbf9f9;
    padding: 15px 0 40px 0
}

.home-search-block {
    padding: 30px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.home-search-block:not(:last-child) {
    border-bottom: 1px solid #e8e8e8
}

.home-search-title {
    font-size: 18px;
    color: #005498;
    font-weight: 500;
    width: 153px;
    padding-right: 3px
}

.home-search-content {
    flex: 1;
    font-size: 0
}

.home-search-option {
    display: inline-block;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    text-decoration: none
}

.home-search-option:not(:last-child) {
    margin-right: 18px
}

.home-search-option.home-search-disabled {
    display: none
}

.max-exceeded .home-search-option:not(.selected), .max-exceeded .search-group-select:not(.selected) {
    color: #949494 !important;
    text-decoration: none !important;
    cursor: default !important
}

#page .home-search-disabled {
    color: #949494 !important;
    text-decoration: line-through !important;
    cursor: default !important
}

.home-search-buttons {
    padding-left: 5px
}

button.home-search-btn {
    font-size: 15px;
    background-color: #005498;
    color: #fff;
    border: 1px solid #005498;
    height: 51px;
    min-width: 98px;
    padding: 0 20px
}

.home-search-input {
    font-size: 15px
}

select.home-search-control {
    width: 470px;
    height: 52px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    font-size: 15px
}

.home-search-expanded {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 153px
}

.expanded-container {
    padding-top: 15px
}

.search-group-title {
    font-weight: bold;
    color: #292929;
    font-size: 18px;
    padding-bottom: 3px
}

.search-group-item {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 6px
}

.search-group-select {
    display: table;
    user-select: none;
    color: #333;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.1;
    cursor: pointer
}

.search-group-select.selected, .home-search-option.selected {
    display: inline-block;
    background-color: #005498;
    padding: 2px 17px 2px 6px;
    color: #fff;
    position: relative
}

.search-group-select.selected:after, .home-search-option.selected:after {
    content: "×";
    display: inline;
    position: absolute;
    right: 4px;
    top: 47%;
    transform: translateY(-50%);
    color: #eee;
    font-size: 15px
}

.home-search-toggle:after {
    content: "Еще";
    display: inline
}

.expanded .home-search-toggle:after {
    content: "Скрыть"
}

.loader {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1
}

.loader::before {
    content: "";
    display: block;
    position: absolute;
    border: 6px solid #aaa;
    border-top-color: #eee;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    animation: spin 2s linear infinite
}

.loader.loader-sm:before {
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    border-width: 3px
}

.loader.loader-ng:before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    border-width: 3px
}

.loader-shown .loader {
    display: block
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.cabinet-block {
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #cecece
}

.cabinet-block-title {
    font-size: 18px
}

.cabinet-block-content {
    padding: 10px 0;
    font-size: 15px
}

.cabinet-block-info {
    padding: 4px 0;
    border-bottom: 1px solid #eee
}

.cabinet-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.cabinet-form-col {
    padding: 0 15px;
    flex: 0 0 430px;
    max-width: 430px
}

.cabinet-select2 .select2-container .select2-selection--single {
    height: 38px;
    border-color: #ced4da
}

.cabinet-select2 .select2-container .select2-selection--single[aria-expanded=true] {
    border-left-color: #005498;
    border-top-color: #005498;
    border-right-color: #005498
}

.cabinet-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px
}

.cabinet-select2 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px
}

input:read-only {
    cursor: default !important
}

.search-page-data {
    font-size: 15px
}

.page-link {
    color: #005498;
    box-shadow: none !important
}

.page-item.active .page-link {
    background-color: #005498;
    border-color: #005498
}

.header-menu-search {
    width: 360px;
    height: 40px;
    background-color: #fff;
    margin-left: auto;
    margin-right: 5px;
    border: 1px solid #005498;
    position: relative
}

.header-search-form {
    width: 100%;
    height: 100%;
    display: flex
}

input.header-search-input {
    height: auto;
    border: none;
    background: none;
    color: #333;
    display: block;
    flex: 1;
    padding-left: 8px
}

button.header-search-btn {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    color: #005498
}

.header-search-results {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 4px 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.header-search-results > a {
    display: block;
    padding: 4px 5px;
    color: #333;
    font-size: 15px;
    text-decoration: none
}

.header-search-results > a:hover {
    text-decoration: none;
    background-color: #eee
}

input.basket-checkbox {
    -webkit-appearance: checkbox;
    width: 15px;
    height: 15px;
    vertical-align: middle
}

.view-toggles {
    display: block;
    font-size: 24px;
    float: right;
    padding-top: 10px
}

a#view-list, a#view-grid {
    color: #666;
    margin-left: 4px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

a#view-list:hover, a#view-list.active, a#view-grid:hover, a#view-grid.active {
    color: #005498
}

.parts-table {
    font-size: 15px;
    line-height: 20px
}

.parts-table a {
    color: #005498
}

.parts-table .image-toggle {
    font-size: 20px
}

.number-group.anim {
    -webkit-animation: success .6s linear;
    -moz-animation: success .6s linear;
    -o-animation: success .6s linear;
    animation: success .6s linear
}

@keyframes success {
    0% {
        background-color: #fff;
        border-color: #c6c6c6
    }
    50% {
        background-color: #ded;
        border-color: green
    }
    100% {
        background-color: #fff;
        border-color: #c6c6c6
    }
}

.home-search-row {
    column-count: 4;
    column-gap: 15px
}

.home-search-col {
    margin-bottom: 20px;
    break-inside: avoid;
    page-break-inside: avoid
}

.home-search-input {
    max-width: 400px
}

.header-search-li:before {
    content: none !important
}

.header-search-li .header-search-input {
    padding: 0 20px;
    height: 49px;
    font-size: 16px
}

.header-search-li .header-search-btn {
    height: 49px
}

.brand-page-catalogs {
    column-count: 4;
    column-gap: 15px
}

.brand-catalog-group {
    margin-bottom: 15px;
    break-inside: avoid;
    page-break-inside: avoid
}

.to-basket-section a {
    color: #45BEDB;
}

.table-part-name, a.basket-part-title, .lines-3 {
    display: -webkit-box;
    font-size: 15px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.basket-table {
    font-size: 15px
}

.orders-table {
    font-size: 15px;
    min-width: 700px
}

.orders-table-container {
    overflow-x: auto
}

.cabinet-block-info b {
    display: inline-block
}

.order-form-map {
    height: 400px;
    width: 100%
}

.c-sorting {
    position: relative;
    cursor: pointer;
    padding-right: 30px !important
}

.c-sorting:before {
    content: "↑";
    color: #ccc;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 13px
}

.c-sorting:after {
    content: "↓";
    color: #ccc;
    display: inline-block;
    position: absolute;
    right: 14px;
    bottom: 13px
}

.c-sorting.sort_asc:before {
    color: #333
}

.c-sorting.sort_desc:after {
    color: #333
}

.pagination {
    flex-wrap: wrap
}

.page-item {
    margin-bottom: 3px
}

#mobile-filters-toggle {
    display: none
}

#close-filters {
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: 1;
    background: #005498;
    color: #fff
}

@media (max-width: 1599px) {
    button.home-search-btn {
        height: 45px
    }

    .home-search-title {
        width: 120px;
        font-size: 16px
    }

    .home-search-block {
        padding: 20px
    }

    .home-search-expanded {
        padding-left: 120px
    }

    .cabinet-left {
        flex-basis: 320px;
        max-width: 320px
    }

    .cabinet-right {
        flex-basis: calc(100% - 320px);
        max-width: calc(100% - 320px)
    }

    a.cs-link {
        padding: 10px 18px
    }

    .cabinet-sidebar {
        padding: 15px 0
    }

    .cs-name {
        font-size: 17px
    }

    .cs-region {
        font-size: 13px
    }
}

@media (max-width: 1365px) {
    .home-search-expanded {
        padding-left: 0
    }

    .header-menu-search {
        width: 278px
    }

    .home-search-br {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px
    }

    .brand-page-catalogs {
        column-count: 3
    }
}

@media (max-width: 1199px) {
    .cabinet-row {
        display: block
    }

    .cabinet-left {
        display: none
    }

    .cabinet-right {
        max-width: none
    }

    .home-search-row {
        column-count: 3
    }

    #mobile-filters-toggle {
        display: block;
        margin-bottom: 20px;
        width: 40px;
        height: 40px;
        background-color: #005498;
        color: #fff;
        border: none;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        line-height: 40px
    }
}

@media (max-width: 991px) {
    .brand-page-catalogs {
        column-count: 2
    }
}

@media (max-width: 767px) {
    .home-search-row {
        column-count: 2
    }

    .home-search-block {
        flex-direction: column;
        align-items: flex-start
    }

    .home-search-title {
        width: 100%
    }

    .home-search-option {
        display: table !important;
        margin-top: 3px
    }

    .home-search-content {
        width: 100%
    }

    .home-search-buttons {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 7px
    }

    #home-search-engine input {
        font-size: 16px
    }

    .basket-table-container {
        width: 100%;
        overflow-x: auto
    }

    .basket-table-container > table {
        min-width: 720px
    }

    .order-form-map {
        height: 300px
    }
}

@media (max-width: 575px) {
    .cabinet-title {
        font-size: 20px
    }

    .cabinet-form-col {
        max-width: 100%
    }

    .home-search-row {
        column-count: 1
    }

    .brand-page-catalogs {
        column-count: 1
    }

    .view-toggles {
        float: none;
        margin-top: 3px
    }
}

@media print {
    .bank-container .cabinet-block-title {
        font-size: 30px
    }

    .bank-container .cabinet-block-content {
        font-size: 24px
    }
}

/*# sourceMappingURL=authenticated.css.map */
