.bottom-header__quick {
    padding: 5px 15px;
    background: #07b5c8;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 42px;
    white-space: nowrap;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    transition: all .3s 0s;
}

.main-order {
    background: #fff;
    padding: 30px;
}

.main-order__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.main-order__icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.import_exel_products label {
    display: flex;
    gap: 8px;
    align-items: center;
}

.import_exel_products label svg.size-6 {
    width: 32px;
}

.error_import_file {
    margin-top: 5px;
    color: red;
}

.main-order__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
}

.main-order__title {
    color: #026873;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.main-order__body:not(:first-child) {
    margin-top: 30px;
}

.main-order__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.quick-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.details-quick-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}

.details-quick-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    color: #026873;
    font-size: 16px;
    font-weight: 500;
}

.details-quick-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    color: #026873;
    font-size: 16px;
    font-weight: 500;
}

.details-quick-order__item._total {
    font-size: 18px;
}

.details-quick-order__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.details-quick-order__value {
    text-align: right;
}

.sidebar-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.manager-sidebar {
    background: #FFF;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.manager-sidebar__title {
    color: #026873;
    font-size: 18px;
    font-weight: 600;
}

.manager-sidebar__body {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.manager-sidebar__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.manager-sidebar__avatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.manager-sidebar__avatar img,
.manager-sidebar__avatar svg {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.manager-sidebar__info {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.manager-sidebar__info a {
    color: inherit;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.manager-sidebar__name {
    color: #0D0D0D;
    font-size: 16px;
    font-weight: 600;
}

.info-price-sidebar {
    background: #FFF;
    padding: 30px;
}

.info-price-sidebar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.info-price-sidebar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #0D0D0D;
    font-size: 16px;
    font-weight: 400;
}

.info-price-sidebar__item span {
    text-transform: uppercase;
}

.info-price-sidebar__item > *:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.info-price-sidebar__item > *:last-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: right;
    font-weight: 600;
}

.info-price-sidebar__subtext {
    color: #929292;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

.payment-sidebar {
    background: #FFF;
    padding: 30px;
}

.payment-sidebar__download {
    color: #026873;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.payment-sidebar__download span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.payment-sidebar__download img,
.payment-sidebar__download svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 125px;
}

.page section:last-child {
    padding-bottom: 60px;
}

.quick-order__input {
    min-height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    max-width: 100%;
    min-width: 0;
}

.fast-order .product-cart__info {
    min-width: 265px;
}

.fast-order .product-cart {
    column-gap: 8px;
}

.quick-order__code-field._focus {
    position: relative;
}

.product-suggestions {
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1000;
    display: none;
}

.product-suggestions .product-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.product-suggestions .product-item:hover {
    background-color: #f0f0f0;
}

.menu__body .bottom-header__quick {
    display: none;
}

@media (min-width: 479.98px) {
    .solutions__top {
        background: none !important;
    }

    .product-section__slider {
        margin: -20px;
        padding: 20px;
    }

    .callback-contacts__button {
        max-width: 250px;
    }
}

@media (min-width: 720.98px) {
    ._btn._active {
        background: #593954 !important;
    }

    .menu__catalog {
        display: none;
    }

    .menu__catalog .catalog-header__content {
        background: #026873;
    }

    .menu__catalog .catalog-header__button._active {
        background: #313131;
    }

    .catalog-header__button._active {
        background: #593954 !important;
    }

    .catalog-header__content {
        position: absolute;
        top: calc(100%);
        left: 0;
    }

    .catalog-header__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        background: #FFF;
        padding: 30px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 400px;
        position: relative;
        -webkit-box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.12), 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
        box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.12), 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
    }

    .catalog-header__main:not(._active) + .catalog-header__sublist {
        display: none;
    }

    .catalog-header__main._active .catalog-header__name {
        color: #593954;
    }

    .catalog-header__main._active .catalog-header__icon svg path {
        fill: #593954;
    }

    .sublist-catalog-header {
        position: absolute;
        top: 0;
        left: 100%;
        background: #fff;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 250px;
        padding: 30px !important;
        min-height: 100%;
        overflow-y: auto;
    }

    .sublist-catalog-header::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 0px;
        height: calc(100% - 60px);
        width: 1px;
        background: #E1E1E1;
        display: inline-block;
    }

    .cart-header::after {
        display: none;
    }

    .cart-header__content {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .cart-header__content._active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .top-cart-header__close {
        display: none;
    }

    .benefits__item:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .characteristic-information-card__item:nth-child(4n+1),
    .characteristic-information-card__item:nth-child(4n+4) {
        background: #F5F5F5;
    }
}

@media (min-width: 720.98px) and (any-hover: hover) {
    .catalog-header__main:hover .catalog-header__name {
        color: #593954;
    }

    .catalog-header__main:hover .catalog-header__icon svg path {
        fill: #593954;
    }
}

@media (min-width: 991.98px) {
    .header._scroll .header__main {
        display: none;
    }

    .header._scroll .header__bottom {
        border-top: none;
    }

    .header._scroll .bottom-header__logo {
        display: block;
    }

    .header._scroll .bottom-header__container {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .catalog-header {
        position: relative;
    }

    .search-header__icon {
        display: none;
    }

    .search-header__close {
        display: none;
    }

    .footer__body {
        display: block !important;
    }

    .top-catalog__filter {
        display: none;
    }

    .top-catalog__sort {
        margin-left: auto;
    }

    .head-filter-catalog__close {
        display: none;
    }

    .cabinet__exit {
        display: none;
    }

    .main-cabinet__top {
        display: none;
    }

    .main-header__logo ._logo_white {
        display: none;
    }

    .main-header__icon-links {
        display: none;
    }
}

@media (any-hover: hover) {
    .bottom-header__quick:hover {
        background: #089bac;
    }
}

@media (max-width: 479.98px) {
    .import_exel_products {
        margin-left: 8px;
    }
    .main-order__top {
        gap: 120px;
    }
    .import_exel_products label span{
        max-width: 150px;
    }
    .menu__body .bottom-header__quick {
        display: flex;
    }
}
