/* Карта */



#em-pickup-map {
    width: 100%;
    height: 500px;
}

#popup-ym-pickup-map .popup__content {
    max-width: 64rem;
}

.order {
    background-color: #f4f4f4;
}

.order__body {
    padding: 1.5rem 0 5rem 0;
}

.order__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 0.5rem 33% 0.5rem 33%;
    grid-template-columns: repeat(3, 33%);
    grid-template-areas: "order-title order-title order-subtitle" "order-left order-left order-right";
    grid-column-gap: 0.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.order__left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: order-left;
}

.order__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: order-title;
    font-size: 2rem;
    line-height: 1;
}

.order__title:not(:last-child) {
    margin-bottom: 1rem;
}

.order__capture-count {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: order-subtitle;
    -ms-grid-row-align: end;
    align-self: end;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2666666667;
}

.order__capture-count:not(:last-child) {
    margin-bottom: 1rem;
}

.order__capture-count sup {
    color: #888888;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.message:not(:last-child) {
    margin-bottom: 1rem;
}

.order__auth-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #000000;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.2666666667;
    color: #ffffff;
}

/* Сообщения в форме */
.message-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.2666666667;
    text-transform: lowercase;
}

.message-form .popup__close {
    position: static;
    padding: 0;
}

.message-warning {
    background-color: #fadfb2;
    line-height: 1.25;
}

.message-warning > svg {
    min-width: 21px;
    /* margin-right: 0.75rem; */
}

.message-warning__text {
    flex: 1;    
}

.message-warning__text a {
    text-decoration: underline !important;
}

.order-message__success {
    color: #789d4a;
}

.order__field-error {
    color: #dc582a;
}

.order-message__error {
    color: #fff;
    background-color: #dc582a;
}

.order__auth-message svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.order__step {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
}

.order__step:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order__step-title {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.1818181818;
}

.order__step-title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.order__group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16.5rem 52%;
    grid-template-columns: 16.5rem 52%;
    gap: 1rem;
}

.order__group:not(:last-child) {
    margin-bottom: 2rem;
}

.order__group_gift {
    position: relative;
    -ms-grid-columns: 15.5rem calc(52% + 1rem);
    grid-template-columns: 15.5rem calc(52% + 1rem);
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #eaf4f9;
}

.order__group_gift .order__capture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.order__group_gift .order__capture svg {
    margin-right: 0.5rem;
}

.order__group_gift .order__input-label {
    color: #111;
}

.order__group_gift textarea {
    background-color: transparent;
}

.present-close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    padding: 1.1875rem 1.0625rem;
    cursor: pointer;
    z-index: 1;
}

.city-select__body {
    grid-column: 2;
}

.order__capture {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2666666667;
}

.order__capture span {
    display: block;
    padding-top: 0.25rem;
    color: #585858;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.checkbox__subtext {
    display: block;
    color: #585858;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
    text-transform: lowercase;
}

.checkbox__subtext:not(:last-child) {
    margin-bottom: 0.5rem;
}
.checkbox__subtext a {
    text-decoration: underline !important;
}

.order__gift-text {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    line-height: 1.2666666667;
}

.order__options {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}

.order__pickup-btn {
    display: block;
    text-decoration: underline;
    color: #298FC2;
}

.order__options-item {
    width: 100%;
}

.order__options-item:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order__options-input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.order__options-input:checked+.order__options-label {
    border-color: #bbbbbb;
}

.order__options-input:checked+.order__options-label::before {
    border-color: #111111;
    background-color: #111111;
}

.order__options-input:checked+.order__options-label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.order__options-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.6875rem;
    border: 0.0625rem solid #dbdbdb;
    border-radius: 0.5rem;
    -webkit-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
    cursor: pointer;
}

.order__options-label::before {
    content: "";
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: 1px;
    margin-right: 0.5rem;
    border-radius: 50%;
    border: 0.0625rem solid #bbbbbb;
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
}

.order__options-label:after {
    content: "";
    position: absolute;
    left: 0.9375rem;
    top: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.order__options-input:disabled + .order__options-label {
    background-color: #fafafa;
    opacity: 0.75;
    pointer-events: none;
}

.order__options-text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 1rem;
    line-height: 1.2666666667;
}

.order__options-text span {
    display: block;
    padding-top: 0.125rem;
    color: #585858;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.order__options-error {
    color: #dc582a !important;
}

.order__options-price {
    font-weight: 500;
    line-height: 1.2666666667;
    white-space: nowrap;
}

.order__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 1rem;
}

.order__input[name="birthday"] {
    cursor: pointer;
}

.order__input-wrap {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
}

.order__input-wrap_small {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
}

.order__input-label {
    line-height: 1.2666666667;
}

.order__input-label:not(:last-child) {
    margin-bottom: 0.25rem;
}

.order__input:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order__input-sub {
    color: #585858;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.order__sertificate {
    position: relative;
}

.order__sertificate:not(:last-child) {
    margin-bottom: 1rem;
}

.order__sertificate-switcher {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.order__sertificate-switcher:checked+.order__sertificate-label .order__sertificate-button {
    border-color: #111111;
    background-color: #111111;
}

.order__sertificate-switcher:checked+.order__sertificate-label .order__sertificate-button::before {
    background-color: #ffffff;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.order__sertificate-label {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.order__sertificate-label:not(:last-child) {
    margin-bottom: 0.75rem;
}

.order__sertificate-button {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.25rem;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    border: 0.0625rem solid #888888;
    border-radius: 1.25rem;
    background-color: #ffffff;
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
}

.order__sertificate-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #888888;
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
}

.order__sertificate-text {
    line-height: 1.2666666667;
}

.order__sertificate-text span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order__sertificate-text span svg {
    margin-left: 0.0625rem;
}

.order__sertificate-form {
    position: relative;
    width: 100%;
}

.order__sertificate-form:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order__sertificate-input {
    width: 100%;
    min-height: 1.9375rem;
    padding-right: 2rem;
    border-bottom: 0.0625rem solid #dbdbdb;
    background-color: transparent;
}

.order__sertificate-input::-webkit-input-placeholder {
    color: #888888;
}

.order__sertificate-input::-moz-placeholder {
    color: #888888;
}

.order__sertificate-input:-ms-input-placeholder {
    color: #888888;
}

.order__sertificate-input::-ms-input-placeholder {
    color: #888888;
}

.order__sertificate-input::placeholder {
    color: #888888;
}

.order__sertificate-input._form-error {
    border-color: #dc582a;
}

.order__sertificate-input._form-error::-webkit-input-placeholder {
    color: #dc582a;
}

.order__sertificate-input._form-error::-moz-placeholder {
    color: #dc582a;
}

.order__sertificate-input._form-error:-ms-input-placeholder {
    color: #dc582a;
}

.order__sertificate-input._form-error::-ms-input-placeholder {
    color: #dc582a;
}

.order__sertificate-input._form-error::placeholder {
    color: #dc582a;
}

.order__sertificate-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #888888;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.order__sertificate-submit svg {
    fill: currentColor;
}

.order__sertificate-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order__sertificate-balance span {
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.order__sertificate-balance svg {
    position: relative;
    top: -0.125rem;
    margin-left: 0.1875rem;
}

.order__sertificate-success {
    color: #789d4a;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.order__sertificate-success:not(:last-child) {
    margin-bottom: 0.75rem;
}

.order__sertificate-error {
    color: #dc582a;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.order__sertificate-error:not(:last-child) {
    margin-bottom: 0.75rem;
}

.order__sertificate-notice {
    color: #585858;
    line-height: 1.2666666667;
}

.order__sertificate-notice button {
    color: #298fc2;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.order__right {
    position: relative;
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    grid-area: order-right;
    position: sticky;
    top: 70px;
    overflow: hidden;
}

.order__products:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order__promocode:not(:last-child) {
    margin-bottom: 1.5rem;
}

.order__promocode-form {
    position: relative;
    width: 100%;
}

.order__promocode-form:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order__promocode-input {
    width: 100%;
    min-height: 1.9375rem;
    padding-right: 2rem;
    border-bottom: 0.0625rem solid #dbdbdb;
    background-color: transparent;
}

.order__promocode-input::-webkit-input-placeholder {
    color: #888888;
}

.order__promocode-input::-moz-placeholder {
    color: #888888;
}

.order__promocode-input:-ms-input-placeholder {
    color: #888888;
}

.order__promocode-input::-ms-input-placeholder {
    color: #888888;
}

.order__promocode-input::placeholder {
    color: #888888;
}

.order__promocode-input._form-error {
    border-color: #dc582a;
}

.order__promocode-input._form-error::-webkit-input-placeholder {
    color: #dc582a;
}

.order__promocode-input._form-error::-moz-placeholder {
    color: #dc582a;
}

.order__promocode-input._form-error:-ms-input-placeholder {
    color: #dc582a;
}

.order__promocode-input._form-error::-ms-input-placeholder {
    color: #dc582a;
}

.order__promocode-input._form-error::placeholder {
    color: #dc582a;
}

.order__promocode-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #888888;
    outline: none;
    border: none;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.order__promocode-submit svg {
    fill: currentColor;
}

.order__promocode-text {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.order__promocode-success {
    color: #789d4a;
}

.order__promocode-error {
    color: #dc582a;
}

.order__total:not(:last-child) {
    margin-bottom: 1rem;
}

.order__total>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0.125rem 0;
    line-height: 1.2666666667;
}

.order__total>* .dotts {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0.5rem;
    border-bottom: 0.0625rem dashed #888888;
}

.order__total-bonus {
    position: relative;
}

.order__total-bonus span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2666666667;
}

.order__total-bonus span:last-child {
    color: #298fc2;
    font-weight: 500;
}

.order__total-bonus span:last-child svg {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 0.1875rem;
}

.order__total-discount {
    color: #dc582a;
}

.order__total-sum {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.1818181818;
}

.order__button {
    width: 100%;
}

.order__button:not(:last-child) {
    margin-bottom: 1rem;
}

.order__notice {
    color: #888888;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.order__notice a {
    text-decoration: underline !important;
}


.bonus-info {
    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;
    height: 1.4375rem;
    margin: -0.125rem 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.bonus-info:hover .bonus-info__body {
    opacity: 1;
    pointer-events: all;
}

.bonus-info__button {
    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;
    margin-left: 0.25rem;
    color: #298fc2;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.bonus-info__button svg {
    fill: currentColor;
}

.bonus-info__body {
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 21.25rem;
    padding: 1rem;
    border: 0.0625rem solid #dbdbdb;
    border-radius: 0.5rem;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.bonus-info__title {
    font-weight: 500;
    line-height: 1.2666666667;
}

.bonus-info__title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.bonus-info__text {
    line-height: 1.2666666667;
}

.bonus-info__text:not(:last-child) {
    margin-bottom: 0.5rem;
}

.bonus-info__link {
    color: #298fc2;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.order-products__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5rem 1fr;
    grid-template-columns: 5rem 1fr;
    grid-template-areas: "order-products-item-img order-products-item-info";
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    min-height: 7.25rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #ffffff;
}

.order-products__item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.order-products__item.order__gift .products-item__price-new {
    color: #298FC2 !important;
}

.order-products-item__img {
    height: 100%;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #f4f4f4;
}

.order-products-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    mix-blend-mode: darken;
}

.order-products-item__info {
    padding-left: 0.5rem;
}

.order-products-item__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1.2666666667;
    margin-left: -0.5rem;
    margin-top: -0.125rem;
}

.order-products-item__info-top:not(:last-child) {
    margin-bottom: 0.75rem;
}

.order-products-item__info-top>* {
    margin-left: 0.5rem;
    margin-top: 0.125rem;
}

.order-products-item__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.order-products-item__price {
    min-width: 4.5rem;
    font-weight: 500;
}

.order-products-item__props {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5rem 1fr;
    grid-template-columns: 5rem 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 0.25rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
}

.order-products-item__props-mob {
    color: #585858;
    font-size: 0.75rem;
    line-height: 1.1666666667;
}

.order-products-item__props-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    color: #585858;
}

.order-products-item__bagde {
    grid-column: 1/-1;
    color: #298fc2;
}

.order-success {
    background-color: #f4f4f4;
}

.order-success__body {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1.5rem 0 5rem;
}

.order-products__list {
    position: relative;
    min-height: 4rem;
    max-height: calc(100vh - 26rem);
    overflow-y: auto;
}

.order-success__title {
    font-size: 2rem;
    line-height: 1;
}

.order-success__title:not(:last-child) {
    margin-bottom: 1rem;
}

.order-success__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 13.5rem 1fr;
    grid-template-columns: 13.5rem 1fr;
    grid-column-gap: 1.5rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    line-height: 1.2666666667;
}

.order-success__item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.order-success__label {
    color: #585858;
}

.order-success__value span {
    display: block;
}

.order-success__price {
    font-weight: 500;
}

.order-success__price:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order-success__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -0.25rem;
    margin-left: -0.25rem;
}

.order-success__elements>* {
    margin-top: 0.25rem;
    margin-left: 0.25rem;
}

.order-success__element {
    padding: 0.375rem 0.5rem 0.375rem;
    border-radius: 0.5rem;
    background-color: #f4f4f4;
    font-size: 0.9375rem;
    line-height: 120%;
}

.message_auth-btn {
    text-decoration: underline;
    cursor: pointer;
}

/* Ввод бонусов */
.withdrawal {
    /* display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16.5rem 1fr;
    grid-template-columns: 16.5rem 1fr;
    grid-column-gap: 1rem;
    margin-top: 2rem; */
}

.withdrawal__group {
    margin-bottom: 1rem;
}

.withdrawal__title {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.2666666667;
}

.withdrawal__info {
    position: relative;
    overflow: hidden;
}

.withdrawal__info-subtitle {
    display: flex;
    align-items: center;
    font-size: 0.9375rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1875rem;
}

.withdrawal__info-subtitle:not(:last-child) {
    margin-bottom: 0.25rem;
}

.withdrawal__info-text {
    font-size: 0.8125rem;
    color: #585858;
}

.withdrawal__text-error {
    display: none;
    font-size: 0.8125rem;
    color: #DC582A;
}

.withdrawal__group._withdrawal-error .withdrawal__info-text {
    display: none;
}

.withdrawal__group._withdrawal-error .withdrawal__text-error {
    display: block;
}

.withdrawal__group._withdrawal-error .withdrawal__input {
    border-color: #DC582A;
}

.btn__withdrawal {
    border: 1px solid #DBDBDB !important;
}

.btn__withdrawal._active  {
    background-color: #111;
    color: #fff;
}

.withdrawal__input {
    width: 100%;
    max-width: 7.5rem;
    min-height: 2.625rem;
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.71875rem 0.75rem;
    border: .0625rem solid #dbdbdb;
    border-radius: .5rem;
    font-size: 1rem;
    line-height: 1.2666666667;
    color: #111;
    outline: none;
}

.points-icon {
    margin-left: 5px;
}

/* Кастомизация яндекст карты */
.em-ymap__btn {
    display: block;
    background-color: #111;
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    padding: 6px 18px;
    border-radius: 10px;
    margin-bottom: 8px;
}

@media (min-width: 63.99875em) {

    .products-slider__text {
        max-width: 19rem;
    }

    .order__capture-count {
        padding-left: 1.5rem;
    }

    .order__checkbox {
        -ms-grid-column: 2;
        grid-column: 2;
    }

    .order__sertificates {
        -ms-grid-column: 2;
        grid-column: 2;
    }

    .order__right {
        padding-left: 1.5rem;
    }
}

@media (max-width: 63.99875em) {
    .order__body {
        padding: 1.5rem 0 4rem 0;
    }

    .order__form {
        grid-template-areas: "order-title" "order-left" "order-subtitle" "order-right";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .order-products__list {
        max-height: 100%;
        overflow-y: visible;
    }

    .order__left:not(:last-child) {
        margin-bottom: 2rem;
    }

    .order__step {
        padding: 1rem 1rem 1.5rem;
    }

    .order__step-title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .order__group {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .city-select__body {
        grid-column: 1;
        margin-top: -1.5rem;
        height: 0;
    }

    .order__group_gift {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .order__options {
        min-height: 3.75rem;
    }

    .order__capture {
        margin-bottom: -0.5rem;
    }

    .order__capture_label {
        margin-bottom: 0;
    }

    .order__capture span {
        margin-bottom: 0.5rem;
    }

    .order__checkbox {
        margin-top: 1rem;
    }

    .order__sertificates {
        margin-top: 1rem;
    }

    .bonus-info__body {
        max-width: calc(50% - 0.5rem);
    }

    .order-success__body {
        padding: 1.5rem 0 4rem;
    }

    .order-success__item {
        -ms-grid-columns: 11.25rem 1fr;
        grid-template-columns: 11.25rem 1fr;
        grid-column-gap: 1rem;
    }

    /* Ввод бонусов */
    .withdrawal__title {
        margin-bottom: 1rem;
    }
}

@media (max-width: 29.99875em) {
    .order__title:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .order__title {
        font-size: 1.75rem;
    }

    .order__step {
        margin: 0 -1rem;
    }

    .order__step-title {
        font-size: 1.25rem;
    }

    .order__group_gift:not(:last-child) {
        margin-bottom: 1rem;
    }

    .order__options-text span {
        font-size: 0.75rem;
        line-height: 1.1666666667;
    }

    .order__input-sub {
        font-size: 0.75rem;
        line-height: 1.1666666667;
    }

    .order-products-item__info-top:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .order-products-item__info-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .order-products-item__props-desk {
        display: none;
    }

    .order-success__title {
        font-size: 1.75rem;
    }

    .order-success__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 0.25rem;
    }

    #em-pickup-map {
        height: 100%;
    }
}

@media (any-hover: hover) {

    .order__sertificate-submit:hover {
        color: #111111;
    }

    .order__sertificate-notice button:hover {
        color: #1979a9;
    }

    .order__promocode-submit:hover {
        color: #111111;
    }

    .order__notice a:hover {
        text-decoration: none;
    }

    .bonus-info__button:hover {
        color: #1979a9;
    }

    .bonus-info__link:hover {
        color: #1979a9;
    }
}
