* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-decoration: none;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form_flex_send_to>div {
    width: unset;
}

.top-block {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 127px;
    margin-left: -35px;
}

.img-block {
    background-image: url('./message.png');
    width: 140px;
    height: 100%;
    background-position: center;
}

.topic {
    display: none;
}

.orange {
    font-weight: 700;
}

h1 {
    font-size: 67.15px;
    font-weight: 300;
    line-height: 80.59px;
    margin: 0;
}

.w-380 {
    width: 380px;
}

.form_flex_send_to>.form-header {
    width: 800px;
}

.pick-block {
    background-image: url('./pick.png');
    position: absolute;
    bottom: -17%;
    left: 30%;
    width: 653px;
    height: 480px;
}

#send2ever {
    margin-top: -127px;
    width: 417px;
    padding: 40px 50px 40px 50px;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0px 20px 20px 0px #0000001A;
}

input.btn.btn-default.btn-lg.btn-wide {
    background-color: #ff6600;
    border-radius: 50px;
    height: 70px;
}

textarea#POPUP_MESSAGE {
    height: 145px;
}

.licence_block label {
    text-align: left;
    padding: 0 20px;
}

.input input {
    height: 70px;
    padding: 0 20px;
}

.form {
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

body.jqm-initied #panel,
body.jqm-initied .basket_bottom_block>div,
body.jqm-initied .basket_fly_forms>div,
body.jqm-initied .basket_wrapp .opener,
body.jqm-initied .scroll-to-top,
body.jqm-initied .style-switcher,
body.jqm-initied .ui-panel-top-devices-inner,
body.jqm-initied .page-top,
body.jqm-initied .body>div>div,
body.jqm-initied .body>div>header>div>div,
body.jqm-initied footer,
body.jqm-initied .bottom-icons-panel,
body.jqm-initied .fixed_wrapper,
body.jqm-initied.wf .wrapper1>div,
body.jqm-initied .layout__left-column {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.filter-none,
.filter-none>div,
.filter-none>header>div {
    -webkit-filter: none !important;
    filter: none !important;
}

#popup_iframe_wrapper,
#body_iframe_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

#body_iframe_wrapper {
    pointer-events: none;
}

#body_iframe_wrapper .jqmWindow {
    pointer-events: all;
}

.popup.loading-state {
    background-color: #fff;
    background-color: var(--black_bg_black);
}

.jqmWindow {
    display: none;
    position: fixed;
    min-width: 250px;
    max-width: 480px;
    background: white;
    background: var(--black_bg_black);
    animation: toggle_opacity 200ms;
    max-height: 100%;
    width: 100%;
    border-radius: 12px;
    border-radius: var(--theme-outer-border-radius);
    overflow: hidden;
}

.jqmWindow--overflow-visible {
    overflow: visible;
}

.jqmWindow.include_block_frame {
    max-width: 960px;
}

.jqmWindow>.scrollbar {
    max-height: 100vh;
    display: block;
    height: 100%;
}

.review_frame.popup {
    max-width: 700px;
}

.ocb_frame.popup:not(.compact) {
    max-width: 957px;
}

.replenishment_frame.popup,
.change_payment_frame.popup,
.popup--order-pay.popup {
    max-width: 800px;
}

.stores_frame.popup {
    display: none !important;
}

.stores_frame.popup:not(:has(.stores-list--onerow)) {
    max-width: 1240px;
}

.jqmOverlay {
    background: #3a3f44;
    opacity: .7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
}

.jqmOverlay--dark {
    background: #000;
    opacity: .88 !important;
}

.jqmOverlay.mobp {
    z-index: 992;
}

.jqmOverlay.waiting {
    z-index: 998;
}

.jqmClose.top-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    border-radius: var(--theme-button-border-radius);
}

.jqmClose.top-close:hover {
    background-color: var(--grey_bg);
}

.top-close.top-close--small {
    width: 44px;
    height: 40px;
}

.top-close--small svg {
    width: 10px;
    height: 10px;
}

.mobile .jqmWindow.popup {
    overflow: hidden;
    overflow-y: auto;
}

.form.popup .form-header {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

.form.popup .licence_block.bx_filter {
    display: block;
}

.form.popup .form-body {
    padding-left: 32px;
    padding-right: 32px;
}

.form.popup .form-error {
    padding-left: 32px;
    padding-right: 32px;
}

.form.popup .form-footer {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    text-align: left;
}

.form.popup .captcha-row {
    margin-bottom: 32px;
}

.form.popup .captcha-row.normal,
.form.popup .captcha-row.compact {
    margin-bottom: 21px;
}

.form.popup .captcha-row.invisible {
    margin-bottom: 25px;
}

.form.popup.success .form-header {
    padding-bottom: 0;
}

.form.popup.success .form-header .text {
    display: none;
}

.goods-popup {
    width: 393px;
    border-right: 1px solid var(--stroke_black);
    padding: 35px 32px;
}

.goods-popup__sticky {
    position: sticky;
    top: 35px;
}

.goods-popup__image {
    margin-bottom: 26px;
}

.goods-popup__image img {
    border-radius: var(--theme-outer-border-radius);
    overflow: hidden;
}

.goods-popup__info-link {
    display: block;
    margin-bottom: 6px;
}

.goods-popup__info-more {
    margin-bottom: 14px;
}

.goods-popup .catalog-detail__pseudo-link {
    display: flex;
}

.goods-popup .status-amount--stores {
    display: none;
}

.goods-popup .status-icon {
    display: inline;
}

.popup__item-block-info {
    grid-template-columns: 104px auto;
    margin: 0 0 20px;
    padding: 16px;
}

.item-block-info__image img {
    width: 100%;
}

.fast_view_sale_frame {
    max-width: 806px;
}

.fast_view_frame.popup {
    max-width: 976px;
    z-index: 2998;
    max-height: 800px;
}

#fast_view_item {
    height: 100%;
    overflow: visible;
}

@media screen and (max-width: 768px) {
    .fast_view_frame.popup {
        height: 100vh
    }
    .form .form-header .form_desc {
        font-size: 18px;
    }
h1 {
    font-family: Onest;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}
.top-block {
    margin-left: 0;
    height: auto;
}
    .img-block {
        width: 53px;
        height: 85px;
        background-size: cover;
    }
span.orange {
    color: #000000;
}
.form_flex_send_to>.form-header {
    width: 100%;
    font-family: Onest;
    font-size: 12px;
    font-weight: 300;
    line-height: 16.8px;
    color: #00000080;
}
#send2ever {
    margin-top: 0;
    width: 100%;
    padding: 15px;
}
.pick-block {
    background-image: url(./pick.png);
    position: absolute;
    background-size: contain;
    bottom: -60px;
    right: -16px;
    left: unset;
    width: 165px;
    height: 121px;
    z-index: 1;
}
.form .licence_block {
    text-align: left;
}
.licence_block label {
    width: 75%;
}
.w-380 {
    width: 100%;
}
input.btn.btn-default.btn-lg.btn-wide {
    border-radius: 24px;
    height: 53px;
    font-family: Proxima Nova;
    font-size: 15px;
    font-weight: 600;
    l
}