body #bx-soa-order-form {
    font-size: 1rem;
}

.bx-soa-section {
    border-radius: 2px;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border-top: 1px solid #e8e9eb;
    border-color: var(--stroke_black);
}

@media screen and (min-width: 768px) {
    .bx-soa-section {
        border: 1px solid #e8e9eb;
        border-color: var(--stroke_black);
        margin-bottom: 30px;
        border-radius: var(--theme-outer-border-radius);
    }
}

@media (min-width: 992px) {
    .bx-soa-section:last-of-type {
        margin-bottom: 0px;
    }
}

.bx-soa-section-title-count {
    display: none;
}

#bx-soa-order-main {
    transition: 500ms opacity ease;
    counter-reset: heading;
    display: flex;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    background: #87c73d;
    border-color: #87c73d;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
    color: #fff;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count:before {
    display: block;
    background-position: center 0;
}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count {
    background: #f8c11a;
    border-color: #f8c11a;
}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count:after {
    color: #000;
}

.bx-soa-section.bx-step-warning {
    border: 1px solid #ccbe71;
}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count:before {
    display: block;
    background-position: center -37px;
}

.bx-soa-section.bx-step-error .bx-soa-section-title-count {
    background: #db4c4c;
    border-color: #db4c4c;
}

.bx-soa-section.bx-step-error .bx-soa-section-title-count:after {
    color: #fff;
}

.bx-soa-section.bx-step-error {
    border: 1px solid #db4a29;
}

.bx-soa-section.bx-step-error .bx-soa-section-title-count:before {
    display: block;
    background-position: center -20px;
}

.bx-soa-section-title-container {

    background: transparent;
    padding: 26px 35px 0px;
}

.bx-soa-section-title-container--no-change {
    padding-top: 31px;
}

.bx-soa-section-title-container--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}

.bx-soa-section-title--jc-start {
    justify-content: flex-start;
}

.bx-soa-section-title {
    margin: 0;
    color: #000;
    color: var(--white_text_black);

    min-height: 20px;
    vertical-align: middle;
    font-size: clamp(1rem + 2px, 2vw, 1rem + 4px);
    line-height: calc(1em + 8px);
    padding-right: 30px;
}

.change-info {
    margin-top: 3px;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.city_destination {
    margin-right: 23px;
}

.change_city {
    font-size: 0.867rem;
    line-height: 1.692rem;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.bx-soa-editstep {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
    line-height: 22px;
    border-bottom: 1px dotted;
}

.bx-soa-section.bx-selected .bx-soa-editstep {
    display: none;
}

.bx-soa-section.bx-selected .bx-soa-editstep:hover {
    border-bottom: none;
}

.bx-soa-section-content {
    padding: 6px 24px 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.bx-soa-section.bx-step-completed .bx-soa-section-content,
.bx-soa-section.bx-selected .bx-soa-section-content {
    display: none;
}

.bx-soa-section.bx-step-completed .city_destination,
.bx-soa-section.bx-step-completed .change_city {
    display: none;
}

.bx-soa-section.bx-step-completed .change-info {
    opacity: 1;
    visibility: visible;
    position: static;
}

.bx-soa-section.bx-step-completed .bx-soa-section-location.opened {
    display: none !important;
}

.bx-soa-section-content .alert-show {

}


.bx-compact-wrapper {
    display: none;
    padding: 9px 36px 32px;
    color: var(--white_text_black);
}

.bx-compact-wrapper--profile {
    padding: 16px 24px 30px;
}

.bx-soa-section.bx-step-completed .bx-compact-wrapper {
    display: block;
}

.bx-compact-title {
    font-weight: 500;
}

.bx-compact-prop {
    display: flex;
    margin-top: 6px;
}

.bx-compact__prop-title {

    color: var(--basic_text_black);
    margin-right: 25px;
    width: 160px;
}

.bx-soa label.add-profile {
    margin: 23px 0px 0px 10px;
    padding: 1px 20px;
    padding-left: var(--button-pl);
    padding-right: var(--button-pr);
}


.bx-soa-table-fade {
    position: relative;
}

.bx-soa-table-fade:before {
    left: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.bx-soa-table-fade:after {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.bx-soa-table-fade:before,
.bx-soa-table-fade:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 10px;
    top: 0;
    height: 100%;
    display: block;
    -webkit-transition: width 300ms ease;
    -moz-transition: width 300ms ease;
    -ms-transition: width 300ms ease;
    -o-transition: width 300ms ease;
    transition: width 300ms ease;
}

.bx-soa-table-fade-left:before,
.bx-soa-table-fade-right:after {
    width: 15px;
}

.bx-soa-item-table {
    margin-bottom: 10px;
    min-width: 100%;
    display: table;
}

.bx-soa-item-tr {
    display: table-row;
}

.bx-soa-item-td {
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top: 1px dotted #e5e5e5;
}

@media (min-width: 769px) {
    .bx-soa-item-td {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 10px;
    }
}

.bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
    border-top: none;
}

.bx-soa-item-img-block {
    float: left;
    padding-right: 15px;
}

.bx-step-completed .bx-soa-item-img-block {
    width: 48px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.bx-soa-item-imgcontainer {
    border-radius: 4px;
    border: 1px solid #c0cfd9;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-soa-item-content {
}

.bx-soa-item-title {
    font-weight: 500;
    padding-bottom: 5px;
}

.bx-soa-item-td-title {
    line-height: 20px;
    color: #7c7c7c;
    padding-bottom: 3px;
    font-size: 12px;
}

.bx-soa-item-td-text {
    line-height: 25px;
    vertical-align: middle;
}

.bx-soa-item-properties .bx-soa-item-td-title,
.bx-soa-item-properties .bx-soa-item-td-text {
    text-align: center;
}

.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
    text-align: right;
}

.bx-soa-item-td-text input[type="number"] {
    height: 25px;
    line-height: 20px;
}

.bx-soa-item-td-text .bx-price {
    white-space: nowrap;
}

.bx-price-old {
    white-space: nowrap;
    text-decoration: line-through;
    color: #b8b8b8;
    font-size: 13px;
}

.bx-soa-item-td-control {
    padding-bottom: 5px;
    font-size: 11px;
}

@media (max-width: 991px) {
    .bx-soa-item-table,
    .bx-soa-item-table > tbody,
    .bx-soa-item-tr,
    .bx-soa-item-td {
        display: block;
    }

    .bx-soa-item-tr.bx-soa-item-info-container,
    .bx-soa-item-tr .bx-soa-item-td {
        border: none;
    }

    .bx-soa-item-tr {
        border-top: 1px dotted #e5e5e5;
        padding-bottom: 15px;
        padding-top: 10px;
        overflow: hidden;
    }

    .bx-soa-item-tr.bx-soa-item-tr-first {
        border: none;
    }

    .bx-soa-item-block {
        overflow: hidden;
    }

    .bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
    .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
        text-align: center;
    }
}

@media (min-width: 581px) and (max-width: 991px) {
    .bx-soa-item-properties {
        float: left;
        padding-bottom: 10px;
    }

    .bx-soa-item-td-title,
    .bx-soa-item-nth-4p1,
    .bx-soa-item-tr {
        clear: both;
    }
}

@media (max-width: 580px) {
    .bx-soa-item-td {
        line-height: 17px;
    }

    .bx-soa-item-img-block {
        float: none;
        max-width: 160px;
        margin: 0 auto;
        padding-right: 0;
    }

    .bx-soa-section.bx-step-completed .bx-soa-item-img-block {
        float: left;
    }

    .bx-soa-item-content {
        padding-top: 15px;
    }

    .bx-soa-section.bx-step-completed .bx-soa-item-content {
        padding-top: 0;
    }

    .bx-scu-container {
        padding-top: 10px;
    }

    .bx-soa-item-td-title,
    .bx-soa-item-td-text {
        line-height: 20px;
        display: inline-block !important;
        padding: 2px 5px;
        text-align: left;
        vertical-align: middle;
        font-size: 13px;
    }

    .bx-soa-item-td-title:after {
        content: ":";
    }

    .bx-soa-item-properties {
        padding: 0;
    }
}

@media (min-width: 580px) {
    .bx-soa-item-img-block {
        width: 85px;
        margin: 0;
    }
}


.bx-soa-item-info-container {
    position: relative;
    height: 35px;
}

.bx-soa-item-info-container .bx-soa-item-td {
    border: none;
    position: absolute;
}

.bx-soa-item-info-container .bx-soa-item-info-block {
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.bx-soa-item-info-block.bx-active {
    padding-top: 10px;
    height: auto;
}

.bx-soa-info-block {
    border: none;
    max-width: 100%;
}

.bx-soa-info-line {
    line-height: 15px;
}

.bx-soa-info-title {
    color: #7c7c7c;
    font-size: 12px;
    padding: 4px 0;
    vertical-align: top;
}

.bx-soa-info-text {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    vertical-align: top;
}

@media (max-width: 580px) {
    .bx-soa-item-info-container .bx-soa-item-td {
        position: static;
        left: auto;
        right: auto;
        padding: 0;
    }

    .bx-soa-item-info-container {
        position: relative;
        height: auto !important;
        min-height: 0;
    }
}

.bx-soa-coupon {
    margin-top: 20px;
}

.bx-soa-coupon-label {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    padding-right: 10px;
    vertical-align: top;
}

.bx-selected .bx-soa-coupon-label {
    padding-top: 7px;
}

.bx-soa-coupon-item-fixed .bx-soa-coupon-block {
    font-weight: normal;
}

.bx-soa-coupon-item-fixed .bx-soa-coupon-label,
.bx-soa-coupon-item-fixed .bx-soa-coupon-item {
    font-weight: normal;
    padding-top: 0;
    line-height: 20px;
}

.bx-soa-coupon-block {
    vertical-align: middle;
    line-height: 34px;
}

.bx-soa-coupon-input {
    --mute_bg_white: var(--light, #999) var(--dark, white);
    position: relative;
}

.bx-soa-coupon-input:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid #8da3ad;
    border-bottom: 2px solid #8da3ad;
    border-right-color: var(--mute_bg_white);
    border-bottom-color: var(--mute_bg_white);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
    z-index: 3;
}

.bx-soa-coupon-input:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: var(--mute_bg_white);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
    z-index: 2;
}

.bx-soa-coupon-input input[type="text"].form-control {
    border: 1px solid #ccd5db;
    border-color: var(--stroke_black);
    background-color: #f8fafc;
    background: var(--darkerblack_bg_black);
    background-image: none;
    border-radius: 2px;
    border-radius: var(--theme-button-border-radius);
    outline: none;
    display: block;
    width: 100%;
    padding: 9px 35px 9px 12px;
    height: auto;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: none;
}

.bx-soa-coupon-input input[type="text"].form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: var(--card_bg_hover_black);
    border-color: var(--stroke_black);
}

.bx-step-completed .bx-soa-coupon-list {
    padding-top: 0;
    line-height: 20px;
}

.bx-soa-coupon-item strong {

    position: relative;
    letter-spacing: -0.5px;

    display: flex;
    justify-content: space-between;
    margin: 17px 0 0;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    color: var(--white_text_black);

    overflow: hidden;
    text-overflow: ellipsis;
}

.bx-soa-coupon-item__text {
    padding: 0 10px 0 30px;
}

.bx-soa-coupon-item strong .bx-soa-coupon-item__text:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 14px;
    background: url(../../../../images/svg/catalog/coupons.svg) -19px 0 no-repeat;
}

.bx-soa-coupon-item strong.bx-soa-coupon-item-danger .bx-soa-coupon-item__text:before {
    background-position: 0 0;
}

.bx-soa-coupon-item strong:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0;
    height: 1px;
    background: url(../../../../images/dots.png) 0 0 repeat-x;
}

.bx-soa-coupon-item__text,
body #bx-soa-order-main .bx-soa-tooltip-coupon {
    background-color: var(--black_bg_black);
    position: relative;
}

.bx-soa-coupon-item-danger-mess,
.bx-soa-coupon-item-mess {
    display: none;
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    font-weight: normal;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    text-transform: none;
    color: #333;
    letter-spacing: normal;
    z-index: 1;
}

.bx-soa-coupon-item strong:hover :where(.bx-soa-coupon-item-mess, .bx-soa-coupon-item-danger-mess) {
    display: block;
}

.bx-soa-coupon-remove {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANhJREFUeNpEkM0KwjAQhGdr/Dv6Nj6EXkRvehTfRhS868lWWigU9OFEHGeTqIF0dydftrMJp0s1McMdwJ5AY0iLKaxVbwGbBxgeJKaCS4NjbJxQvlE4a/ektUFX9w5JCNolEzQmGCHlT8VjEFQjdvrBN0EOF4oOrXS5Cxmqs7NKVSEroPHlkLLOLRX4r5HOjenf3tE7DDyjxCLNx032ZFovSe80BK7Sl9IQmJ4gT4foSfowe+47jGx+xzidQxY9Zd/+/cLbIC8ztW9VHBL0fXDWGdeDc/ERYABB6E45iF95UQAAAABJRU5ErkJggg==") no-repeat center;
    cursor: pointer;
    position: relative;
    float: right;
    width: 28px;
    height: 20px;
    margin: 2px 0 0 3px;
    border-radius: 100%;
    background: #fff;
    background: var(--black_bg_black);
    margin: 0 0 0 -10px;
    top: 1px;
    right: -9px;
    z-index: 1;
}

.bx-soa-coupon-item .bx-soa-coupon-remove:after,
.bx-soa-coupon-item .bx-soa-coupon-remove:before {
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s background-color ease;
    background: #b8b8b8;
}

.bx-soa-coupon-item .bx-soa-coupon-remove:hover:before,
.bx-soa-coupon-item .bx-soa-coupon-remove:hover:after {
    background: var(--theme-base-color);
}

.bx-soa-coupon-item .bx-soa-coupon-remove:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.bx-soa-coupon-item .bx-soa-coupon-remove:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.total-scroll-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
    color: var(--white_text_black);
}

.total-scroll-info__title {
    padding-right: 10px;
    font-weight: 500;
}

.total-scroll-info__value {
    line-height: 18px;
    font-weight: 500;
}

.total-scroll-info__value.wborder span {
    cursor: pointer;
    border-bottom: 1px dotted;
}

.bx-soa-pp > div {
    clear: both;
}

.bx_soa_pickup {
    margin: 0px;
}

.bx_soa_pickup > div {
    padding: 0px;
}

.pickup-wrapper {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 4px;
    border: 1px solid #ececec;
    border: 1px solid var(--stroke_black);
    overflow: hidden;
}

.pickup-wrapper {
    --left-pickup-offset: 454px;
    position: relative;
}

.pickup-wrapper #pickUpMap {
    padding-left: 454px;
    padding-left: var(--left-pickup-offset);
}

.pickup-wrapper.pickup-wrapper--no-map {
    padding-left: 0;
}

.bx-soa-pickup-list-outer-wrap.scrollblock {
    overscroll-behavior: auto;
}

.pickup-wrapper.pickup-wrapper--no-map .bx-soa-pickup-list-outer-wrap {
    max-height: 500px;
    max-width: none;
    width: 100%;
}

.pickup-wrapper.pickup-wrapper--no-map #pickUpMap:empty {
    display: none;
}

#pickUpLoader {
    display: none !important;
}

#bx-soa-pickup .bx-soa-title-subblock {
    margin-bottom: 24px;
}

.pickup-wrapper #pickUpMap {
    min-width: 1px;
    order: -1;
}

#pickUpMap img {
    max-height: initial;
}

.bx-soa-pickup-preview-img {
    height: 76px;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 1px;
    margin-left: 10px;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bx-soa-pickup-subTitle {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
}

.bx-soa-pickup-list-outer-wrap {
    order: 2;
    max-width: 454px;
    width: 50%;
    width: var(--left-pickup-offset);
    flex-shrink: 0;
    background: #fff;
    background: var(--card_bg_black);
    border-right: 1px solid #ececec;
    border-right: 1px solid var(--stroke_black);
}

.bx-soa-pickup-list .bx-soa-pickup-list-item {
    padding: 17px 22px 19px 25px;
    border-bottom: 1px solid #ececec;
    border-bottom: 1px solid var(--stroke_black);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.bx-soa-pickup-list .bx-soa-pickup-list-item:last-child {

}

.bx-soa-pickup-list .bx-soa-pickup-list-item:hover {
    background: #fafafa;
    background: var(--lite_bg_black);
}

.bx-soa-pickup-l-item-adress {
    color: #333;
    color: var(--white_text_black);
    font-weight: 500;
    font-size: calc(1rem - 1px);
    line-height: calc(1em + 7px);
    margin-bottom: 8px;
}

.bx-soa-pickup-l-item-props {
    font-size: calc(1rem - 3px);
    line-height: calc(1em + 5px);
    color: var(--secondary);
}

#bx-soa-order-form .bx-soa .bx-soa-pickup-list-item .bx-soa-pickup-l-item-btn {
    position: relative;
    top: 7px;
    right: 0px;

    padding-left: 30px;
}

.bx-soa-pp-company-description {
    margin-top: 22px;
    font-size: 13px;
    line-height: 20px;
}

.bx-soa-pp-company-image {
    height: 40px;
    max-width: 80px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.bx-soa-grey-separate-node {
    margin-top: 20px;
}

.bx-soa-grey-separate-node--mb {
    margin-bottom: 20px;
}

.bx-soa-pp-company-block__extra-services:not(:empty) {
    margin-top: 20px;
}

.bx-soa-pp-company-block__extra-services .form-group:last-child {
    margin-bottom: 0;
}

.bx-soa-pp-company-block__extra-services .form-control {
    margin-bottom: 6px;
}

@media (min-width: 768px) and (max-width: 1500px) {
    .pickup-wrapper {
        --left-pickup-offset: 50%;
    }
}

@media (max-width: 767px) {
    .pickup-wrapper {
        flex-direction: column;

    }

    .bx-soa-pickup-list-outer-wrap {
        width: 100%;
        max-width: none;
    }

    #bx-soa-order-form .bx-soa .bx-soa-pickup-list-item .bx-soa-pickup-l-item-btn {
        top: 0px;
        padding-left: 0px;
    }

    .bx-soa-pickup-list .bx-soa-pickup-list-item {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bx-yandex-view-layout.is-fullscreen:before {
        display: none;
    }

    .bx-yandex-view-layout.is-fullscreen .yandex-map__mobile-opener {
        background-image: url("../../../../images/svg/yandexMapCloser.svg");
    }

    .pickup-wrapper #pickUpMap {
        padding-left: 0;
    }

    .bx-soa-pickup-list-outer-wrap.scrollblock,
    .pickup-wrapper.pickup-wrapper--no-map .bx-soa-pickup-list-outer-wrap {
        max-height: 350px;
    }
}

#navigation {
    display: none;
}


.bx-soa-sidebar {
    position: relative;
}

@media (min-width: 992px) {
    .bx-soa-sidebar {
        min-width: 290px;
    }
}

@media (max-width: 991px) {
    .bx-soa-sidebar {
        width: 100%;
    }

    #bx-soa-order-main {
        flex-wrap: wrap;
    }

    .bx-soa {
        width: 100%;
    }

    body #bx-soa-total {
        display: block;
    }

    body #bx-soa-total-mobile {
        display: none !important;
    }
}

.change_basket {
    display: none;
}

.bx-soa-total-wrapper {
    position: sticky;
    top: 90px;
}

.bx-soa-cart-total {
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    border-radius: var(--theme-outer-border-radius);
    padding: 22px 28px;
    overflow: hidden;
}

.bx-soa-cart-conditions {
    margin-top: 26px;
}

@media (max-width: 768px) {
    .bx-soa-cart-total.bx-soa-cart-total-fixed {
        position: static;
        padding-top: 0;
        width: 100% !important;
    }

    .bx-soa-cart-total.bx-soa-cart-total-bottom {
        opacity: 1 !important;
        position: static;
    }

    .bx-soa-cart-total-ghost {
        display: none;
    }
}

.bx-soa-cart-total-line {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    font-size: 0.8666em;
    position: relative;
}

.bx-soa-cart-total-line:not(.bx-soa-cart-total-line-totals):before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0;
    height: 1px;
    background: url(../../../../images/dots.png) 0 0 repeat-x;
}

.bx-soa-cart-total .bx-soa-cart-total-line-totals {
    font-weight: 500;
    font-size: clamp(1rem + 4px, 2vw, 1rem + 8px);
    line-height: calc(1em + 8px);
    margin-bottom: 13px;
    color: var(--white_text_black);
    text-align: right;
}

.bx-soa-cart-total-line:not(.bx-soa-cart-total-line-totals) .bx-soa-cart-t {
    background-color: var(--black_bg_black);
    position: relative;
}

.bx-soa-cart-total-line:not(.bx-soa-cart-total-line-totals) .bx-soa-cart-d {
    padding-left: 10px;
    text-align: right;
    background-color: var(--black_bg_black);
    position: relative;
}

.bx-soa-cart-total-line .bx-soa-cart-t {
    padding-right: 10px;
}

.bx-soa-cart-d .payed {
    color: #27ae60;
}

.bx-soa-cart-total-line-highlighted .bx-soa-cart-d {
    color: #27ae60;
}

.bx-soa-cart-total-button-container {
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.bx-soa-cart-total-button-container > .btn {
    width: 100%;
}

@media (min-width: 768px) {
    .pickup-wrapper:not(.pickup-wrapper--no-map) .bx-soa-pickup-list-outer-wrap {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
    }
}

.bx-soa-more {
    padding: 24px 11px 29px;
}

.bx-soa-price-not-calc {
    border-bottom: 1px dashed;
    color: #eb5757;
    text-decoration: none;
    cursor: pointer;
}

.bx-soa-price-not-calc:active,
.bx-soa-price-not-calc:hover {
    border-color: transparent;
    color: #a94442;
}

.bx-soa-price-free {
    color: #27ae60;
}

@media (max-width: 991px) {
    .bx-soa-cart-total .bx-soa-cart-total-line-totals .bx-soa-cart-d {
        white-space: nowrap;
        font-size: 19px;
    }

    .bx-soa-cart-total .bx-soa-cart-total-line-totals .bx-soa-cart-d span {
        font-size: 14px;
    }
}


.bx-scu-container {
    overflow: hidden;
}

.bx-soa-item-content .bx-scu-container {
    max-width: 200px;
}

.bx-scu-block {
}

.bx-scu-list {
    margin: 0;
    padding: 0 5px;
}

.bx-scu-itemlist {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 -5px;
    min-width: 40px;
}

.bx-scu-item {
    float: left;
    width: 20%;
    padding: 5px;
}

.bx-img-item {
    float: left;
    width: 50%;
    padding: 5px;
    min-width: 30px;
    max-width: 50px;
}

@media (max-width: 580px) {
    .bx-img-item {
        width: 45px;
    }
}

.bx-img-itemColor {
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    background-size: contain;
    -webkit-background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bx-scu-itemColorBlock {
    position: relative;
    padding-top: 100%;
    cursor: pointer;
    outline: 1px solid #c0cfda;
    -webkit-transition: outline 0.2s ease;
    -moz-transition: outline 0.2s ease;
    -o-transition: outline 0.2s ease;
    transition: outline 0.2s ease;
}

.bx-scu-itemColorBlock:hover {
    outline: 1px solid #006cc0;
}

.bx-scu-itemColorBlock.selected {
    outline: 2px solid #006cc0;
}

.bx-scu-itemColor {
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bx-scu-itemTextBlock {
    position: relative;
    cursor: pointer;
    outline: 1px solid #c0cfda;
    -webkit-transition: outline 0.2s ease;
    -moz-transition: outline 0.2s ease;
    -o-transition: outline 0.2s ease;
    transition: outline 0.2s ease;
}

.bx-scu-itemTextBlock:hover {
    outline: 1px solid #006cc0;
}

.bx-scu-itemTextBlock.selected {
    outline: 2px solid #006cc0;
}

.bx-scu-itemText {
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bx-scu-container {
    position: relative;
    height: 35px;
    overflow: hidden;
}

.bx-scu-container:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.bx-selected .bx-scu-container {
    height: auto;
}

.bx-selected .bx-scu-container:after {
    height: 0;
}

@media (max-width: 768px) {
    .bx-scu-container {
        height: auto;
    }

    .bx-scu-container:after {
        height: 0;
    }
}

.bx-scu-container .bx-soa-item-td-title {
    line-height: 20px;
}

.bx-scu-container .bx-soa-item-td-title,
.bx-scu-container .bx-soa-item-td-text {
    float: left;
    font-size: 13px;
    padding-right: 5px;
    line-height: 19px;
    vertical-align: middle;
    padding-bottom: 3px;
}

.bx-scu-container .bx-soa-item-td-title {
    clear: both;
}

@media (min-width: 768px) {
    .bx-scu-container .bx-soa-item-td-title,
    .bx-scu-container .bx-soa-item-td-text {
        padding-bottom: 0;
        line-height: 20px;
    }
}

.bx-soa h3.bx-title {
    font-size: 15px;
    font-weight: 500;
}

.bx-soa-reg-block {
    background: #f8fafc;
    padding: 0px;
    background: var(--black_bg_black);
}

.bx-soa-reg-block p {
    color: #595a5b;
    color: var(--white_text_black);
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0;
}

.bx-soa-section-location {
    display: none;
    padding-top: 20px;
    overflow: visible;
}

.bx-soa-reference {
    color: #9a9a9a;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
}

.bx-soa-auth .bx-soa-reference {
    border-top: 1px solid #f2f2f2;
}

.bx-slst .quick-locations {
    display: none;
}

.bx-slst .dropdown-block {
    border-color: var(--stroke_black);
    background: var(--darkerblack_bg_black);
}

.bx-ui-combobox-container .bx-combobox-fake-as-input {
    padding-top: 6px;
}

.bx-slst .bx-ui-combobox-fake,
.bx-slst .bx-ui-combobox-route {
    color: var(--white_text_black);
}

.bx-sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white {
    background: var(--darkerblack_bg_black);
}

.bx-sls .quick-location-tag,
.bx-slst .quick-location-tag {
    display: inline-block;
    background: #d0ecf1;
    border-radius: 3px;
    padding: 10px 20px 11px;
    margin: 10px 2px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    height: auto;
    color: #333;
    border: none;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
}

.bx-sls .quick-location-tag:hover,
.bx-slst .quick-location-tag:hover {
    background-color: #e3f4f7;
}

.bx-sls .quick-location-tag:first-child,
.bx-slst .quick-location-tag:first-child {
    margin-left: 0;
}

.bx-sls .quick-location-tag:last-child,
.bx-slst .quick-location-tag:last-child {
    margin-right: 0;
}

.bx-soa .bx-soa-location-offered small {
    color: #737373;
}

.bx-soa-location-selected {
    padding-top: 12px;
    padding-bottom: 22px;
}

.bx-soa .bx-sls {
    display: flex;
    flex-direction: column;
}

.bx-soa .bx-sls .quick-locations {
    order: 1;
}

.bx-ui-sls-input-block {
    order: 0;
}

.bx-soa .bx-ui-sls-quick-locations {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -6px;
}

.bx-soa .bx-ui-sls-quick-locations .quick-location-tag {
    margin: 2px 6px;
    background: none;
    border-bottom: 1px dotted;
    color: var(--fill_dark_lite_hover);
    padding: 0px;
    border-radius: 0px;
    font-size: 0.8666em;
}

.bx-soa .bx-ui-sls-quick-locations .quick-location-tag:hover {
    color: var(--fill_dark_light);
}


.bx-soa-customer-field {
    position: relative;
}

.row-props {
    padding: 9px 10px 0px;
}

.bx-soa textarea {
    min-height: 48px;
    height: 48px;
}

.group-without-margin .form-group {
    margin-bottom: 0px;
}

.group-without-margin .form-control {
    margin-bottom: 0px;
}

.bx-soa-customer .bx-soa-customer-field {
    margin-top: 3px;
}

#bx-soa-properties .bx-soa-more {
    padding-top: 16px;
}

#bx-soa-properties .bx-soa-customer-field {
    margin-bottom: 20px;
}

.form-group .form-control:focus {
    border-color: #63747e;
}

.bx-soa .bx-soa-location-input-container {
    position: relative;
    margin-bottom: 11px;
}

.bx-soa .bx-soa-customer-tel-input-container {
    position: relative;
}

.bx-soa .bx-soa-customer-tel-input-container {
    height: 41px;
}

.bx-soa .bx-soa-location-input {
    padding: 10px 40px 11px;
}

.bx-soa .bx-soa-customer-tel-input {
    padding: 10px 11px 10px 50px;
}

.bx-soa-title-subblock {
    font-size: 1rem;
    line-height: calc(1em + 8px);
    font-weight: 500;
    color: var(--white_text_black);
    margin-bottom: 8px;
}

.bx-soa-extraservices .bx-soa-title-subblock {
    margin-top: 10px;
}

.bx-soa-extraservices .bx-soa-pp-company-item > div {
    margin-bottom: 10px;
}

.bx-soa-extraservices .bx-soa-pp-company-item > div:last-of-type {
    margin-bottom: 0px;
}

.bx-soa-extraservices input.form-control {
    margin-bottom: 0px;
}

#bx-soa-order-main .bx-soa .bx-soa-custom-label,
#bx-soa-order-main .bx-soa .form-group label,
#bx-soa-order-main .bx-soa .form-group .bx-soa-customer-label {
    font-size: calc(1rem - 3px);
    line-height: calc(1em + 5px);

    padding-bottom: 4px;
}

.bx-soa .bx-sls .bx-ui-sls-fake,
.bx-soa .bx-sls .bx-ui-sls-route {
    color: var(--white_text_black) !important;
}

.bx-soa .bx-sls .bx-ui-sls-pane {
    background-color: var(--darkerblack_bg_black);
    border-color: var(--stroke_black);
}

.bx-soa .bx-sls .dropdown-item-text,
.bx-soa .bx-sls .dropdown-item-text span {
    color: var(--white_text_black);
}

.bx-soa .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-soa .bx-sls .bx-ui-sls-variant-active {
    background-color: var(--card_bg_black);
}

.has-error .bx-sls .dropdown-block {
    border-color: #fe5252;
}

.bx-soa-person-type {
    display: flex;
    margin: 0px -8px;
}

.bx-soa-person-type > div {
    margin: 0px 8px;
    padding: 0px;
}

.bx-soa-person-type input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.bx-soa-person-type label {
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: calc(1rem - 2px);
    line-height: calc(1em + 6px);
}

.bx-soa-person-type .active label {
    border-bottom-color: var(--theme-base-color);
    cursor: default;
}

.bx-soa-pp-company {
}

.bx-soa-pp .bx-soa-pp-company-item {
    padding: 10px;
    border: 1px solid transparent;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    position: relative;
    z-index: 1;
}

.bx-soa-pp .bx-soa-pp-company-item:hover {
    z-index: 2;
}

.bx-soa-pp-desc-container {
}

.bx-soa-pp-desc-container .bx-soa-pp-company {
}

.bx-soa-pp-item-container {
    display: flex;
    flex-wrap: wrap;
}

.bx-soa-pp-company-inner {
    padding: 22px 22px 22px;
    height: 100%;
    margin: 0px;
    font-size: 1rem;
    z-index: 1;

    border-radius: 12px;
}

.bx-soa-pp-company-inner.active {
    box-shadow: inset 0px 0px 0px 2px var(--theme-base-color);
    border-color: var(--theme-base-color);
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-inner {
    box-shadow: inset 0px 0px 0px 2px var(--theme-base-color);
    border-color: var(--theme-base-color);
}

.bx-soa-pp-company-logo {
    padding-top: 6px;
}

.bx-soa-pp-company-graf-container {
    position: relative;
}

input.bx-soa-pp-company-checkbox {
    position: absolute;
    top: 7px;
    left: 7px;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.filter label.bx-soa-pp-company-label {
    display: block;
    padding: 0px 25px 0px 0px;
    font-size: 1rem;
    font-weight: 500;
    z-index: 1;
}

.filter.active .bx-soa-pp-company-label {
    cursor: default;
}

.filter label.bx-soa-pp-company-label > span {
    display: inline;
    margin-right: 9px;
    line-height: 22px;
}

.filter .form-radiobox__label .form-radiobox__box {
    right: -4px;
    margin: 0px;
    left: auto;
}

.filter label.bx-soa-pp-company-label .hint {
    display: inline-block;
    position: relative;
}

.filter label.bx-soa-pp-company-label .icon {
    position: static;
    border-radius: 100%;
}

.char_name.bx-soa-pp-company-label .hint:hover .icon i {
    color: #fff;
    border-color: transparent;
}

.bx-soa-pp-company-label .hint .tooltip {
    display: block;
    opacity: 0;
    visibility: hidden;
    left: -19px;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    line-height: 18px;
    min-width: 200px;
    cursor: default;
    color: var(--white_text_black);
}

.bx-soa-pp-company-label .hint:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 500px) {
    .filter label.bx-soa-pp-company-label .hint {
        display: none;
    }
}

.filter input[type="radio"] + .bx-soa-pp-company-label::before,
.filter input[type="radio"] + .bx-soa-pp-company-label::after {
    right: -4px;
    left: auto;
    top: -3px;
}

.filter input[type="radio"]:checked + .bx-soa-pp-company-label::after {
    right: 2px;
    left: auto;
    top: 3px;
}

.filter .bx-soa-pp-company-label > span {
    margin: 0px;
    font-weight: inherit;
}

.bx-soa-section .bx-soa-block-title {
    font-size: 1rem;
    font-weight: 500;
}

.bx-soa-pp-delivery-period {
    color: #666;
    color: var(--lite_basic_text_black);
    font-size: 0.9333em;
    line-height: 1.501em;
}

.bx-soa-pp-company-smalltitle {
    padding-top: 9px;
    color: #a3a3a3;
    font-size: 11px;
    text-align: center;
    padding-bottom: 5px;
}

.bx-soa-pp-company-title {
    font-size: 19px;
    font-weight: 500;
}

.bx-soa-pp-company-subTitle {
    font-size: 13px;
    color: #777;
    line-height: 20px;
    font-weight: normal;
}

.bx-soa-email {
    color: var(--lite_basic_text_black);
    font-size: 0.9333em;
}

.bx-soa-phone {
    color: var(--lite_basic_text_black);
}

.bx-soa-pp-company-props {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.bx-soa-change-profile {
    cursor: pointer;
    border-bottom: 1px dotted;
}

.bx-soa-change-profile:not(:hover) {
    color: var(--fill_dark_lite_hover);
}

.bx-soa-pp-inner-ps {
    margin-top: 6px;
}

.bx-soa-pp-inner-ps .filter.label_block input[type="checkbox"] + label {
    margin-bottom: 0px;
}

.bx-soa-pp-inner-ps .filter.label_block input[type="checkbox"] + label:before,
.bx-soa-pp-inner-ps .filter.label_block input[type="checkbox"] + label:after {
    top: -1px;
}

.bx-soa-pp-company-desc {
    font-size: 13px;
    padding-top: 10px;
    line-height: 17px;
}

.bx-soa-pp-company-selected {
    padding: 4px 0;
}

.bx-soa-pp-company-selected strong {
    margin-left: 10px;
}

ul.bx-soa-pp-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #000;
}

ul.bx-soa-pp-list li {
    clear: both;
    padding: 5px 0;
}

.bx-soa-pp-list-termin {
    color: #8d8d8d;
    display: none;
}

.bx-soa-pp-list-description {
    display: block;
}

.bx-soa-pp-delivery-period {
    color: var(--secondary);
}

.bx-soa-pp-delivery-cost {
    font-weight: 500;
    color: #fff;
    color: var(--white_text_black);
    font-size: 0.9333em;
    line-height: 1.501em;
}

.bx-soa-pp-price {
    text-align: right;
    padding: 4px 0;
}

.bx-soa-service-small {
    color: #a3a3a3;
    color: var(--secondary);
    font-size: 11px;
}


@media (min-width: 1200px) {
    .bx-soa-pp .bx-soa-pp-company:nth-child(3n + 1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .bx-soa-pp .bx-soa-pp-company:nth-child(3n + 1) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bx-soa-pp .bx-soa-pp-company:nth-child(3n + 1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .bx-soa-pp .bx-soa-pp-company:nth-child(2n + 1) {
        clear: both;
    }
}

@media (min-width: 481px) and (max-width: 766px) {
    .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
        width: 100%;
        padding-top: 0;
    }

    .bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {
        display: none;
    }

    .bx-soa-pp-list-termin {
        width: 30%;
    }
}

@media (max-width: 480px) {
    .bx-soa-pp-company-logo {
        width: 45%;
    }

    .bx-soa-pp-company-title {
        display: none;
    }

    .bx-soa-pp-item-container {
        border-right: none;
    }

    .bx-soa-pp-desc-container {
    }

    .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
        width: 100%;
        padding-top: 0;
    }

    .bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {
        display: none;
    }

    .bx-soa-pp-list-termin {
        width: 40%;
    }
}

.bx-soa-section.bx-step-good {
    -webkit-animation: animationBorderStep ease 5s;
    -moz-animation: animationBorderStep ease 5s;
    -o-animation: animationBorderStep ease 5s;
    animation: animationBorderStep ease 5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStep {
    0% {
        border-color: #70bb18;
    }
    100% {
        border-color: #91cedc;
    }
}

@-moz-keyframes animationBorderStep {
    0% {
        border-color: #70bb18;
    }
    100% {
        border-color: #91cedc;
    }
}

@-ms-keyframes animationBorderStep {
    0% {
        border-color: #70bb18;
    }
    100% {
        border-color: #91cedc;
    }
}

@-o-keyframes animationBorderStep {
    0% {
        border-color: #70bb18;
    }
    100% {
        border-color: #91cedc;
    }
}

@keyframes animationBorderStep {
    0% {
        border-color: #70bb18;
    }
    100% {
        border-color: #91cedc;
    }
}

.bx-soa-section.bx-step-bad {
    -webkit-animation: animationBorderStepBad ease 5s;
    -moz-animation: animationBorderStepBad ease 5s;
    -o-animation: animationBorderStepBad ease 5s;
    animation: animationBorderStepBad ease 5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStepBad {
    0% {
        border-color: #db4a29;
    }
    100% {
        border-color: #91cedc;
    }
}

@-moz-keyframes animationBorderStepBad {
    0% {
        border-color: #db4a29;
    }
    100% {
        border-color: #91cedc;
    }
}

@-ms-keyframes animationBorderStepBad {
    0% {
        border-color: #db4a29;
    }
    100% {
        border-color: #91cedc;
    }
}

@-o-keyframes animationBorderStepBad {
    0% {
        border-color: #db4a29;
    }
    100% {
        border-color: #91cedc;
    }
}

@keyframes animationBorderStepBad {
    0% {
        border-color: #db4a29;
    }
    100% {
        border-color: #91cedc;
    }
}

.bx-soa-changeCostSign {
    -webkit-animation: changeCostSign ease 0.4s;
    -moz-animation: changeCostSign ease 0.4s;
    -o-animation: changeCostSign ease 0.4s;
    animation: changeCostSign ease 0.4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes changeCostSign {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes changeCostSign {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes changeCostSign {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes changeCostSign {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes changeCostSign {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bx-sls.form-control {
    padding: 0;
}

.bx-sls .bx-ui-sls-pane,
.bx-slst .bx-ui-combobox-dropdown {
    border: 1px solid #bdbdbd;
}

.bx-sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white {
    top: 1px;
}

.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block {
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    box-shadow: none;
}

.has-error .bx-sls .form-control.dropdown-block,
.has-error .bx-slst .form-control.dropdown-block {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bx-slst .form-control .bx-ui-combobox-container .bx-combobox-fake-as-input {
    padding-top: 7px;
}

.bx-bd-error {
    border-color: #db4a29;
}

.bx-bd-waring {
    border-color: #ccbe71;
}

.wsnw {
    white-space: nowrap;
}

.bx-step-opacity {
    transition: 500ms opacity ease;
}


#bx-soa-pickup:not(.bx-active) {
    display: none;
}

ymaps h3 {
    margin: 6px 0 10px 0;
    color: #333;
}


.bx-soa-auth .bx-soa-section-title {
    padding-left: 0px;
    margin-bottom: 10px;
    display: none;
}

.bx-authform {
    margin: 0 0 25px;
}

.bx-authform .checkbox {
    display: none;
}

.bx-authform-formgroup-container {
    margin-bottom: 20px;
}

.bx-authform-formgroup-container:has(#do_register) {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.bx-authform-content-container,
.bx-authform-label-container {
    font-size: 13px;
    color: #5a6c77;
    padding-bottom: 2px;
}

.bx-authform-input-container {
    position: relative;
}

.bx-authform-psw-protected {
    height: 38px;
    width: 38px;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -19px;
    background: url("images/sprite.png") no-repeat center;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
}

.bx-authform-psw-protected-desc {
    display: none;
    background: #fff;
    position: absolute;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    bottom: 100%;
    margin-bottom: 14px;
    border: 1px solid #f0f1f2;
    padding: 10px 20px;
    font-size: 14px;
    z-index: 110;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1);
}

.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc {
    display: block;
}

.bx-authform-psw-protected-desc > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==") no-repeat center bottom;
}

.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform-input-container input[type="password"].bx-empty-field {
    border-color: #dd4b39;
}

span.bx-authform-starrequired {
    color: #d93333;
}

.bx-authform-link-container,
.bx-authform-description-container {
    padding-bottom: 10px;
    font-size: 13px;
    color: #292d2e;
}

.bx-authform-description-container {
    font-size: 13px;
    color: #5a6c77;
}

.bx-authform-link-container {
    margin-bottom: 20px;
}

hr.bxe-light {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;
}

#bx-soa-main-notifications .alert {
    margin-left: 0px;
    margin-right: 0px;
}

.alert {
    border: none;
    border-radius: var(--theme-outer-border-radius);
    font-size: 14px;
    padding: 15px;
    margin: 0px 10px 15px;
}

.bxe-aleft-title {
    font-weight: 500;
    padding-bottom: 5px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.sale_order_full_table .alert {
    margin: 15px 0px 0px;
}


.bx-pagination {
    margin: 10px 0;
}

.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}

.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}

.bx-pagination .bx-pagination-container ul li:before {
    display: none;
}

.bx-pagination .bx-pagination-container ul li span {
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
    background: #dadada;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #0083d1;
    color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #dadada;
    color: #000;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: #3bc915;
    color: #fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
    background: #f9a91d;
    color: #fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
    background: #e22b2b;
    color: #fff;
}

#loading_screen {
    position: fixed;
    z-index: 1150;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
}

#bx-soa-order-main .bx-soa-tooltip {
    padding: 0;
    background: 0 0;
    max-width: 100%;
    box-shadow: none;
    top: auto;
    float: right;
    display: block;
    padding: 3px 0 0 0;
    opacity: 1;
    position: relative;
    left: auto;
    bottom: auto;
    background: 0 0;
    z-index: 1;
    text-align: left;
}

#bx-soa-order-main .bx-soa-tooltip.bx-soa-tooltip-coupon {
    float: none;
    display: inline;
    padding-left: 10px;
}

#bx-soa-order-main .bx-soa-tooltip.bx-soa-tooltip-coupon .tooltip-inner {
    display: inline;
}

#bx-soa-order-main .bx-soa-tooltip.bx-soa-tooltip-static {
    position: relative;
    z-index: 0;
    top: 100%;
    position: absolute;
}

.bx-soa-tooltip .tooltip-arrow {
    left: 20px;
    display: none;
}

.bx-soa-tooltip .tooltip-inner {
    max-width: 300px;
}

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
    border-top-color: #f2dede;
}

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
    background: #f2dede;
    color: #fe5252;
}

.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-arrow {
    border-top-color: #fcf8e3;
}

.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-inner {
    background: #fcf8e3;
    color: #8a6d3b;
}

.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-arrow {
    border-top-color: #dff0d8;
}

.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-inner {
    background: #dff0d8;
    color: #27ae60;
}

#bx-soa-order-main .bx-soa-tooltip .tooltip-inner {
    max-width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    background: 0 0;
    text-align: left;
}

.bx-soa-tooltip.bx-soa-tooltip-coupon {
    display: none;
}

.bx-soa-coupon-item-used:hover .bx-soa-tooltip,
.bx-soa-coupon-item-danger:hover .bx-soa-tooltip,
.bx-soa-coupon-item-success:hover .bx-soa-tooltip {
    display: block;
    opacity: 1;
    bottom: 100%;
}

.bx-soa-tooltip-coupon > span {
    display: block;
    text-transform: none;
}

.bx-soa-empty-cart-image {
    width: 131px;
    height: 116px;
    margin: 50px auto 42px;
    background: url("images/empty_cart.svg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.bx-soa-empty-cart-text {
    font-size: 36px;
    text-align: center;
    color: #bababa;
    margin-bottom: 42px;
}

.bx-soa-empty-cart-desc {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 42px;
}

.soa-property-container .input-group-addon {
    background: #fff;
}

.input-group-addon .bx-calendar {
    background: url("images/calendar.svg") no-repeat center;
    display: inline-block;
    width: 18px;
    background-size: 18px auto;
    height: 18px;
}

.icon-success {
    position: absolute;
    left: 16px;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjEgMjEiPjxzdHlsZT4uc3Qwe2ZpbGw6IzcxYmEyNH08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMTAuNSAwQzQuNyAwIDAgNC43IDAgMTAuNVM0LjcgMjEgMTAuNSAyMSAyMSAxNi4zIDIxIDEwLjUgMTYuMyAwIDEwLjUgMHpNOSAxNS40bC01LTQuOSAyLTIgMyAzIDYtNS45IDIgMi04IDcuOHoiLz48L3N2Zz4=");
}

.icon-warning {
    position: absolute;
    left: 16px;
    width: 22px;
    height: 20px;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjIgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I2RlYTcxMn08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMjEuNyAxNi43TDEyLjkgMS4xQzEyLjMuMSAxMS0uMyAxMCAuM2MtLjQuMi0uNy41LS45LjhMLjMgMTYuN2MtLjQuNy0uNCAxLjUgMCAyLjIuNC43IDEuMSAxLjEgMS45IDEuMWgxNy43Yy44IDAgMS41LS40IDEuOS0xLjEuMy0uNy4zLTEuNS0uMS0yLjJ6bS0xMC43LjhjLS44IDAtMS40LS42LTEuNS0xLjQgMC0uOC42LTEuNCAxLjQtMS41LjggMCAxLjQuNiAxLjUgMS40IDAgLjgtLjYgMS41LTEuNCAxLjV6bTEuNC02LjJjMCAuOC0uNiAxLjQtMS40IDEuNHMtMS40LS42LTEuNC0xLjRWNC43YzAtLjQuMy0uNy43LS43aDEuNWMuNCAwIC43LjMuNy43bC0uMSA2LjZ6Ii8+PC9zdmc+");
}


.license_block {
    margin-bottom: 32px;
}

label[data-bx-user-consent] {
    line-height: 13px;
}

label[data-bx-user-consent] a {
    color: #000;
    font-size: 11px;
    font-weight: 100;
}

label[data-bx-user-consent] input {
    margin-top: 2px;
}

@media (max-width: 767px) {
    .middle > .container > .maxwidth-theme {
        padding: 0px;
    }

    #bx-soa-order-main {
        margin: 0px;
    }

    body .bx-soa {
        padding: 0px 0px;
    }

    .bx-compact-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bx-compact-wrapper--profile {
        padding-left: 4px;
        padding-right: 4px;
    }

    body .bx-soa-section-title-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    body .bx-soa-section-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    #bx-soa-order-main .row {
        margin: 0px;
    }

    #bx-soa-order-main .row > div {
        padding: 0px !important;
    }

    #bx-soa-order-main [data-type="informer"] .row > div {
        padding-left: 48px !important;
    }

    #bx-soa-total {
        padding: 0px;
    }

    .bx-soa-cart-total,
    .bx-soa-cart-conditions {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 600px) {
    .change-info {
        display: none;
    }

    .bx-soa-section.bx-step-completed .change-info {
        display: inline-flex;
        position: static;
    }
}

.bx-soa-delivery-by-date-block {
    color: var(--theme-base-color);
    margin-top: 8px;
}

.deliveryDopInner {
    display: grid;
    grid-template-columns: calc(50% + 10px) calc(50% - 36px);
}

#corsik_yaDelivery__map {
    width: 100%;
    min-height: 427px;
    border-radius: var(--theme-outer-border-radius);
    overflow: hidden;
}

#corsik_yaDelivery__map {
    position: relative;
    isolation: isolate;
}

#corsik_yaDelivery__map img,
#corsik_yaDelivery__map canvas,
#corsik_yaDelivery__map svg,
#corsik_yaDelivery__map ymaps,
#corsik_yaDelivery__map [class*='ymaps-2'] {
    max-width: none !important;
    max-height: none !important;
}

#corsik_yaDelivery__map [class*='ground-pane'],
#corsik_yaDelivery__map [class*='inner-panes'] {
    transform: translateZ(0);
}

#corsik_yaDelivery__map .ymaps-2-1-79-float-button-icon {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.deliveryDopAddrRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 0 16px;
}

.deliveryDopAddrRowItem {

}

#phoneAuthBlock .ORDER_PHONE_CODE,
#phoneAuthBlock .ORDER_PHONE_CODE_ACTION {
    display: none;
}

#phoneAuthBlock.step2 .ORDER_PHONE_CHECK_ACTION {
    display: none;
}

#phoneAuthBlock.step2 .ORDER_PHONE_CODE,
#phoneAuthBlock.step2 .ORDER_PHONE_CODE_ACTION {
    display: block;
}

#phoneAuthBlock .phone-auth-action .soa-property-container {
    display: flex;
    align-items: flex-end;
    height: 44px;
}

#phoneAuthBlock .phone-auth-action .btn {
    width: 100%;
}

#phoneAuthBlock .phone-auth-label-spacer {
    visibility: hidden;
    margin-bottom: 0.5rem;
}

#phoneAuthBlock .phone-auth-meta {
    margin-top: 8px;
    min-height: 20px;
}

#phoneAuthCountdown {
    font-size: 13px;
    line-height: 1.4;
    color: #777;
}

#phoneAuthResend {
    font-size: 13px;
    line-height: 1.4;
    color: var(--theme-base-color);
    cursor: pointer;
}

#phoneAuthBlock .ORDER_PHONE_SOC {
    margin-top: 12px;
}

#phoneAuthSocWrap > div:first-child {
    text-align: center;
    margin-bottom: 12px;
    color: #777;
}

#phoneAuthSoc > span {
    display: block;
    margin-bottom: 10px;
}

#phoneAuthSoc > span:last-child {
    margin-bottom: 0;
}

.row-props-order-auth {
    padding: 0 6px;
    width: 100%;
    max-width: 600px;
}

.order-social-auth-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.order-social-auth-item {
    background: #0ca9e3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.order-social-auth-item img {
    width: 24px;
    height: 24px;
}

#bx-soa-order-form .btn.btn-default.order-social-auth-item--ya {
    background: #F8604A;
    border-color: #F8604A;
}

#bx-soa-order-form .btn.btn-default.order-social-auth-item--vk {
    background: #0077FF;
    border-color: #0077FF;
}

@media (max-width: 768px) {
    .deliveryDopInner {
        display: flex;
        flex-direction: column-reverse;
    }

    .bx-soa-pp .bx-soa-pp-company-item {
        padding: 10px 0;
    }

    #bx-soa-order-main .row > #orderBasketBlock {
        padding: 20px 0 !important;
    }

    .bx-soa-section-content .alert-show {
        margin-left: 0;
        margin-right: 0;
    }

    .deliveryDopWrapLeft .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .deliveryDopWrapLeft .alert {
        margin-left: 0;
        margin-right: 0;
    }

    .deliveryDopAddrRow {
        padding: 0;
        column-gap: 14px;
    }
}

.order-heading-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    margin-left: auto;
    width: max-content;
    max-width: 100%;
    justify-content: flex-end;
}

@media print {
    body #bx-soa-order-form,
    body #bx-soa-order-main {
        margin: 0 !important;
        padding: 0 !important;
        opacity: 1 !important;
    }

    body #bx-soa-order-main {
        display: block !important;
    }

    body #bx-soa-order-main > .bx-soa,
    body #bx-soa-order-main > .bx-soa-sidebar {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    body #bx-soa-order-main > .bx-soa > :not(#basket-root),
    body #bx-soa-total,
    body #bx-soa-total-mobile,
    body #bx-soa-saved-files,
    body #bx-soa-soc-auth-services,
    body .order-heading-actions,
    body .change-info,
    body .change_city {
        display: none !important;
    }

    body #basket-root {
        display: block !important;
        opacity: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body #basket-root .basket-items-list,
    body #basket-root .basket-items-list-outer,
    body #basket-root .basket-total-outer,
    body #basket-root .basket-total-block {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
    }
}

body.theme-dark .basket-item-info-name-link {
    color: #fff;
    text-decoration-color: #fff;
}

body.theme-dark .orderBasketName,
body.theme-dark #orderBasketFloorPrice {
    color: #fff;
}

    /* confirm.php */
.soa-confirm {
    --soa-confirm-card-bg: #fff;
    --soa-confirm-card-border: var(--stroke_black);
    --soa-confirm-card-shadow: none;

    --soa-confirm-surface-bg: #f8f8f8;
    --soa-confirm-surface-border: #ececec;

    --soa-confirm-title-color: var(--white_text_black);
    --soa-confirm-text-color: var(--basic_text_black);
    --soa-confirm-muted-color: #777;

    --soa-confirm-warning-bg: #fff9eb;
    --soa-confirm-warning-border: #e0c36c;

    --soa-confirm-error-bg: #fff3f3;
    --soa-confirm-error-border: #e3b3b3;

    max-width: 980px;
    margin: 0 auto;
    padding: 8px 0 12px;
}

body.theme-dark .soa-confirm {
    --soa-confirm-card-bg: #1b1d22;
    --soa-confirm-card-border: rgba(255, 255, 255, 0.12);
    --soa-confirm-card-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);

    --soa-confirm-surface-bg: #242730;
    --soa-confirm-surface-border: rgba(255, 255, 255, 0.08);

    --soa-confirm-title-color: #f5f7fa;
    --soa-confirm-text-color: #c7ced8;
    --soa-confirm-muted-color: #97a1af;

    --soa-confirm-warning-bg: rgba(224, 195, 108, 0.12);
    --soa-confirm-warning-border: rgba(224, 195, 108, 0.45);

    --soa-confirm-error-bg: rgba(227, 179, 179, 0.12);
    --soa-confirm-error-border: rgba(227, 179, 179, 0.45);
}

.soa-confirm__card {
    background: var(--soa-confirm-card-bg);
    border: 1px solid var(--soa-confirm-card-border);
    border-radius: var(--theme-outer-border-radius);
    box-shadow: var(--soa-confirm-card-shadow);
    padding: 32px;
}

.soa-confirm__card + .soa-confirm__card {
    margin-top: 24px;
}

.soa-confirm__card--payment,
.soa-confirm__card--warning,
.soa-confirm__card--error {
    margin-top: 24px;
}

.soa-confirm__hero {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.soa-confirm__icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    color: var(--theme-base-color);
}

.soa-confirm__hero-text {
    min-width: 0;
    flex: 1;
}

.soa-confirm__title {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.15;
    color: var(--soa-confirm-title-color);
}

.soa-confirm__description,
.soa-confirm__payment-number,
.soa-confirm__error-text,
.soa-confirm__payment-note,
.soa-confirm__credit-note {
    font-size: 15px;
    line-height: 1.6;
    color: var(--soa-confirm-text-color);
}

.soa-confirm__description b,
.soa-confirm__payment-number b,
.soa-confirm__credit-note b {
    color: var(--soa-confirm-title-color);
}

.soa-confirm__payment-number {
    margin-top: 8px;
}

.soa-confirm__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.soa-confirm__meta-item {
    background: var(--soa-confirm-surface-bg);
    border: 1px solid var(--soa-confirm-surface-border);
    border-radius: 12px;
    padding: 16px 18px;
}

.soa-confirm__meta-label,
.soa-confirm__payment-caption {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--soa-confirm-muted-color);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.soa-confirm__meta-value,
.soa-confirm__payment-title,
.soa-confirm__error-title {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: var(--soa-confirm-title-color);
}

.soa-confirm__actions,
.soa-confirm__payment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.soa-confirm__payment-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.soa-confirm__payment-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    max-height: 60px;
}

.soa-confirm__payment-logo img {
    display: block;
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.soa-confirm__payment-body {
    margin-top: 20px;
}

.soa-confirm__payment-form {
    overflow-x: auto;
}

.soa-confirm__card--warning {
    border-color: var(--soa-confirm-warning-border);
    background: var(--soa-confirm-warning-bg);
}

.soa-confirm__card--error {
    border-color: var(--soa-confirm-error-border);
    background: var(--soa-confirm-error-bg);
}

.soa-confirm__card--warning .soa-confirm__error-title,
.soa-confirm__card--error .soa-confirm__error-title {
    margin: 0;
}

.soa-confirm__card--error .soa-confirm__error-text {
    margin-top: 12px;
}

.soa-confirm__payment-note {
    margin-top: 16px;
}

.soa-confirm__credit-note {
    margin-bottom: 16px;
}

.soa-confirm__payment-note a,
.soa-confirm__description a,
.soa-confirm__error-text a,
.soa-confirm__credit-note a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 767px) {
    .soa-confirm {
        padding-top: 0;
    }

    .soa-confirm__card {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .soa-confirm__hero {
        flex-direction: column;
        gap: 16px;
    }

    .soa-confirm__icon {
        width: 52px;
        min-width: 52px;
        height: 52px;
    }

    .soa-confirm__title {
        font-size: 24px;
    }

    .soa-confirm__meta {
        grid-template-columns: 1fr;
    }

    .soa-confirm__actions .btn,
    .soa-confirm__payment-actions .btn {
        width: 100%;
    }

    .soa-confirm__payment-head {
        align-items: flex-start;
        flex-direction: column;
    }

    #bx-soa-order-form .btn.btn-default span {
        display: none;
    }

    .bx-soa-customer-field.form-group.col-sm-4.phone-auth-action.ORDER_PHONE_CHECK_ACTION,
    .bx-soa-customer-field.form-group.col-sm-4.phone-auth-action.ORDER_PHONE_CODE_ACTION {
        clear: both;
    }

    .bx-soa-custom-label.phone-auth-label-spacer {
        display: none;
    }
}

body.theme-dark .orderBasketFloorProp {
    background: var(--darkerblack_bg_black);
    border-color: var(--stroke_black);
}

body.theme-dark .orderBasketFloorLabel {
    color: var(--input_color);
}

body.theme-dark .orderBasketFloorOpts label {
    color: var(--input_color);
}

body.theme-dark .orderBasketSelf {
    color: var(--input_color);
    background: var(--darkerblack_bg_black);
}

body.theme-dark .orderBasketSelf::before {
    background: url('data:image/svg+xml;utf8,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.17539 15.7015H4.27015C3.93329 15.7015 3.61022 15.5677 3.37202 15.3295C3.13382 15.0913 3 14.7683 3 14.4314V9.98585C3 9.64898 3.13382 9.32591 3.37202 9.08771C3.61022 8.84951 3.93329 8.71569 4.27015 8.71569H6.17539M10.6209 7.44554V4.90523C10.6209 4.39993 10.4202 3.91533 10.0629 3.55803C9.7056 3.20073 9.22099 3 8.71569 3L6.17539 8.71569V15.7015H13.3391C13.6454 15.705 13.9426 15.5976 14.176 15.3992C14.4094 15.2009 14.5633 14.9248 14.6092 14.6219L15.4856 8.90622C15.5132 8.72418 15.501 8.53831 15.4496 8.36148C15.3983 8.18466 15.3091 8.02111 15.1883 7.88216C15.0675 7.74322 14.9179 7.63221 14.7499 7.55682C14.5819 7.48142 14.3996 7.44345 14.2155 7.44554H10.6209Z" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
}

body.theme-dark #liftDopInfo {
    color: #fff;
}

.order-total-divier {
    background: var(--stroke_black);
    height: 1px;
    width: 100%;
    margin: 20px 0 15px 0;
}

body .bx-soa-cart-total .bx-soa-cart-total-line-totals {
    font-size: clamp(calc(1rem + 1px), 1.6vw, calc(1rem + 4px));
    line-height: calc(1em + 6px);
}

.phone-auth-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.basket-item-info-name-link {
    text-decoration: none !important;
}

body.theme-dark .basket-item-info-name-link,
body.theme-dark .basket-item-name {
    color: #ffffff !important;
}

@media (prefers-color-scheme: dark) {
    .basket-item-info-name-link,
    .basket-item-name {
        color: #ffffff !important;
    }
}