

.wrapper1 .header_wrap {
    z-index: 0 !important;
}

#footer {
    position: relative;
    zoom: 1;
    z-index: 0 !important;
    clear: both;
}


.ozon-product-modal__ozon-price {
    color: #005bff !important;
    font-size: 18px;
    margin: 0 0 6px;
    border: solid 1px #005bff;
    display: block;
    padding: 12px;
    border-radius: 12px;
    margin-top: 15px;
}


.ozon-product-modal__price {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700;
    margin: 0 0 12px;
  /*  border: solid 1px red; */
    /* display: inline-block; */
    padding: 12px;
    border-radius: 12px;
    background: #E91E63;
}



p.ozon-product-modal__offer {
    font-size: 20px !important;
    margin-top: 20px !important;
}


p.ozon-product-modal__contact {
    font-size: 16px;
    /* color: #3a3939; */
    background: #d2ebff;
    padding: 15px;
    border-radius: 12px;
}


.ozon-product-modal__name {
    color: #101828;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
}










.ozon-product-open,
.ozon-product-modal__submit {
    border: 0;
    border-radius: 6px;
    background: #005bff;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    min-height: 42px;
    padding: 10px 16px;
}

.ozon-product-open:hover,
.ozon-product-modal__submit:hover {
    background: #004ee0;
}

.ozon-product-modal[hidden] {
    display: none;
}

.ozon-product-modal {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.ozon-product-modal__overlay {
    background: rgba(18, 24, 38, 0.52);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ozon-product-modal__dialog {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(18, 24, 38, 0.25);
    left: 50%;
    max-width: calc(100vw - 32px);
    padding: 24px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 680px;
}

.ozon-product-modal__close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #667085;
    cursor: pointer;
    display: flex;
    font-size: 28px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 36px;
}

.ozon-product-modal__title {
    color: #1f2937;
    font-size: 22px;
    line-height: 1.25;
    margin: 0 40px 20px 0;
}

.ozon-product-modal__label {
    color: #344054;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.ozon-product-modal__row {
    display: flex;
    gap: 10px;
}

.ozon-product-modal__input {
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    color: #111827;
    flex: 1 1 auto;
    font: inherit;
    min-height: 42px;
    min-width: 0;
    padding: 9px 12px;
}

.ozon-product-modal__status {
    white-space: pre-line;
    color: #475467;
    font-size: 14px;
    margin-top: 14px;
    min-height: 20px;
}

.ozon-product-modal__status_error {
    color: #b42318;
}

.ozon-product-modal__result {
    align-items: flex-start;
    border-top: 1px solid #eaecf0;
    display: flex;
    gap: 14px;
    margin-top: 18px;
    padding-top: 18px;
}

.ozon-product-modal__image {
    background: #f2f4f7;
    border-radius: 6px;
    flex: 0 0 180px;
    height: 180px;
    object-fit: contain;
    width: 180px;
}

.ozon-product-modal__name {
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
}

.ozon-product-modal__meta {
    color: #667085;
    font-size: 13px;
    margin: 0 0 8px;
}

.ozon-product-modal__info {
    flex: 1 1 auto;
    min-width: 0;
}

.ozon-product-modal__ozon-price {
    color: #667085;
    font-size: 14px;
    margin: 0 0 6px;
}

.ozon-product-modal__price {
    color: #005bff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}

.ozon-product-modal__offer,
.ozon-product-modal__contact {
    color: #344054;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 8px;
}

.ozon-product-modal__contact a {
    color: #005bff;
    font-weight: 700;
    text-decoration: none;
}

.ozon-product-modal__contact a:hover {
    text-decoration: underline;
}


.ozon-product-modal__debug {
    border-top: 1px solid #eaecf0;
    color: #475467;
    font-size: 12px;
    margin-top: 12px;
    padding-top: 10px;
}

.ozon-product-modal__debug summary {
    cursor: pointer;
    font-weight: 700;
}

.ozon-product-modal__debug pre {
    background: #f8fafc;
    border: 1px solid #eaecf0;
    border-radius: 6px;
    margin: 8px 0 0;
    max-height: 220px;
    overflow: auto;
    padding: 8px;
    white-space: pre-wrap;
}
@media (max-width: 560px) {
    .ozon-product-modal__dialog {
        padding: 20px;
    }

    .ozon-product-modal__row,
    .ozon-product-modal__result {
        flex-direction: column;
    }

    .ozon-product-modal__image {
        flex-basis: auto;
        height: min(72vw, 260px);
        width: 100%;
    }
}
