.dd_photo-and-parameters-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}


.dd_cont {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.dd_cont-marketplace-block {
    background-color: #ffffff;
    min-width: 240px;
    overflow: hidden;
    z-index: 1006;
}

@media only screen and (min-device-width: 450px) {
    .dd_cont-marketplace-block {
        position: static;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_cont-marketplace-block {
    }
}

.dd_cont-marketplace-block.fxd {

}

@media only screen and (min-device-width: 450px) {
    .dd_cont-marketplace-block.fxd {
        position: fixed;
        top: 0;
        bottom: unset;
        width: 300px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_cont-marketplace-block.fxd {
    }
}

.dd_cont-marketplace-block.fxd-bottom {

}

@media only screen and (min-device-width: 450px) {
    .dd_cont-marketplace-block.fxd-bottom {
        position: absolute;
        bottom: 0;
        top: unset;
        width: 300px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_cont-marketplace-block.fxd-bottom {
    }
}


.dd_cont-marketplace-block-white {
    display: none;
}

.dd_cont-marketplace-block-white.fxd {
}

@media only screen and (min-device-width: 450px) {
    .dd_cont-marketplace-block-white.fxd {
        background-color: #ffffff;
        z-index: 11;
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_cont-marketplace-block-white.fxd {
    }
}




.dd-marketplace-action-block-right {
    margin-bottom: 30px;
}

.dd-marketplace-action-block-right div {
    margin-bottom: 10px;
}

.dd_cont-left {
    flex: 1;
    min-width: 300px;
}

@media only screen and (min-device-width: 450px) {
    .dd_cont-left {
        padding-right: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_cont-left {
        padding-right: 0;
        margin-bottom: 30px;
    }
}


.dd_cont-right {
    flex: none;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}


@media only screen and (min-device-width: 450px) {
    .dd_cont-right {
        width: 300px;
        /*padding-right: 20px;*/
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_cont-right {
        width: 100%;
        min-width: 350px;
        /*padding-right: 20px;*/
    }
}


.dd-price-block {
    background-color: #ffffff;
    min-width: 240px;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dd_price {
    font-size: 1.3em;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
}

.dd_price span {
    font-weight: normal!important;
}

.dd-price-full {
    min-width: 100px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.dd_price_edizm {
    color: #666;
    font-size: 0.8em;
    word-break: break-word;
    margin: 5px 0 0 5px;
}

.dd_price_one {
    color: #ff0000;
    margin-left: 5px;
    background-color: #ffefef;
    padding: 2px 7px;
    border-radius: 5px;
}

.dd-hdr-block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;

}

@media only screen and (min-device-width: 450px) {
    .dd-hdr-block {
        margin-bottom: 20px;
        /* height: 80px; */
        overflow: hidden;
        max-height: 80px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd-hdr-block {
        margin-bottom: 10px;
        order: 2;
    }
}

.dd_hdr {
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dd_hdr h1 {
    padding: 0;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .dd_hdr h1 {
        line-height: 1.3em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_hdr h1 {
        font-size: 1.2em;
        line-height: 1.1em;
        word-break: break-all;
    }
}


.dd_photos {
    width: 100%;
}


@media only screen and (min-device-width: 450px) {
    .dd_photos {
        min-width: 350px;
        width: 350px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_photos {
        margin-bottom: 5px;
        order: 1;
    }
}


.dd_parameters-hdr {
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.dd-hdr-and-photo-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

@media only screen and (min-device-width: 450px) {
    .dd-hdr-and-photo-block {
        flex-direction: column;
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd-hdr-and-photo-block {
        flex-direction: column-reverse;
    }
}

.dd_text {
    line-height: 1.5em;
    margin-bottom: 30px;
    word-break: break-word;
}

.dd_text_hdr {
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.dd_text_fulltext {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dd_text_readmore_link {
}

.dd_text_readmore_link,
.dd_text_readmore_link:link,
.dd_text_readmore_link:visited,
.dd_text_readmore_link:hover,
.dd_text_readmore_link:active,
.dd_text_readmore_link:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 8px;
    padding: 7px 15px;
    border-radius: 10px;
    background: #ececec;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.dd_text_readmore_link::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background-color: currentColor;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8 9.16 4.56 5.72 3.5 6.78l4.5 4.5 4.5-4.5-1.06-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8 9.16 4.56 5.72 3.5 6.78l4.5 4.5 4.5-4.5-1.06-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
}

@media only screen and (min-device-width: 450px) {
    .dd_text_readmore_link {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_text_readmore_link {
    }
}


.dd_parameters-block-wrap {
    margin-bottom: 30px;
    width: 100%;
}


.dd_parameters-block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.dd_parameters-block-param {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 2px 0;
}

@media only screen and (min-device-width: 450px) {
    .dd_parameters-block-param {
        border-bottom: 1px solid #eee;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_parameters-block-param {
        border-bottom: none;
    }
}

.dd_parameters-block-param-name {
    width: 50%;
    min-width: 100px;
    color: #666666;
}

.dd_parameters-block-param-value {
    width: 50%;
    min-width: 100px;
}

.dd_parameters-block-param-value a {
    color: var(--agr-blue);
}

.dd_parameters-block-param-value a:hover {
    color: var(--agr-blue);
}


.dd_date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 30px;
}

@media only screen and (min-device-width: 450px) {
    .dd_date {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_date {
        font-size: 0.8em;
        color: #999;
    }
}

.dd_date .views {
    /*margin-right: 10px;*/
}

.dd_date .date {
    /*margin-right: 10px;*/
}

.doska_price_spros {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #f9f9f9;
    border-radius: var(--card-radius);
    padding: 12px;
    width: 100%;
    margin-bottom: 30px;
}

.doska-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.doska-link {
    position: relative;
    padding-left: 26px;
    flex: 1;
    color: var(--agr-text);
}

.doska-link::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--agr-brand);
    font-size: 14px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.doska-link:hover::before {
    transform: translateX(6px);
}

.doska-item__counter {
    display: inline-flex;
    gap: 4px;
    margin-left: 6px;
    white-space: nowrap;
}

.doska-item__counter-total {
    font-size: 13px;
    color: var(--agr-muted);
}

.doska-item__counter-new {
    background: var(--agr-counters-bg);
    color: var(--agr-counters-color);
    font-size: 13px;
    padding: 0 5px;
    border-radius: 3px;
}

@media (max-width: 640px) {
    .doska_price_spros {
        padding: 10px;
        gap: 7px;
    }
    .doska-item {
        padding: 10px 0;
    }
    .doska-link {
        font-size: 14.5px;
    }
}

.dd-premium-block {
    margin-left: 10px;
}

.dd-premium-block-icon {
}

@media only screen and (min-device-width: 450px) {
    .dd-premium-block-icon {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd-premium-block-icon {
        margin: 2px;
    }
}


.dd-premium-block-icon img {
    border: none;
}

@media only screen and (min-device-width: 450px) {
    .dd-premium-block-icon img {
        width: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd-premium-block-icon img {
        width: 30px;
    }
}

.dd-cant-be-showed {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #eee;
    font-size: 1.2em;
    border-radius: 10px;
}

.dd-contacts-block-after-photo {
    margin-bottom: 20px;
}

@media only screen and (min-device-width: 450px) {
    .dd-contacts-block-after-photo {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd-contacts-block-after-photo {
        display: none;
        width: 100%;
        background-color: #eee;
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box;
    }
}

.dd-user-block {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
}

@media only screen and (min-device-width: 450px) {
    .dd-user-block {
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd-user-block {
        margin-bottom: 10px;
    }
}

.dd_files_block {
    margin-bottom: 30px;
}

.dd_files_hdr {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}

.dd_files {
    margin-bottom: 10px;
    word-wrap: break-word;
}

.call-mail {
    margin: 10px 0;
}

.call-mail div {
    margin-bottom: 5px;
}

.call-mail-name {
    font-weight: bold;
}


.dd-contacts-wrap {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}

.dd-user-block-wrap {
    width: 100%;
}

@media only screen and (min-device-width: 450px) {
    .dd-user-block-wrap {
        max-width: 310px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd-user-block-wrap {
        margin-bottom: 20px;
        order: 3;
    }
}


.tovar-phones-card {
    --phone-orange: #f8741c;
    --phone-orange-dark: #e46512;
    --phone-orange-active: #cf570c;
    --phone-orange-shadow: rgba(248, 116, 28, .26);
    --phone-orange-shadow-hover: rgba(248, 116, 28, .32);
    --phone-orange-shadow-active: rgba(248, 116, 28, .24);
    --phone-border: #eef2f7;
    --phone-text: #111827;
    --phone-muted: #6b7280;
    --phone-blue: #2563eb;
    display: block;
    width: 100%;
    max-width: 420px;
    border: 1px solid var(--phone-border);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    box-sizing: border-box;
    padding: 13px;
    border-radius: 15px;
    background: #f9fafb;
}

.tovar-phones-card,
.tovar-phones-card * {
    box-sizing: border-box;
}

.tovar-phones-card a {
    text-decoration: none;
}

.tovar-phones-card__title {
    margin-bottom: 10px;
    color: var(--phone-text) !important;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
}

.tovar-phones-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.tovar-phones-card__main {
    min-width: 0;
    flex: 1 1 auto;
}

.tovar-phones-card__label {
    margin-bottom: 3px;
    color: var(--phone-muted) !important;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2;
}

.tovar-phones-card__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    cursor: pointer;
    flex-wrap: wrap;
}

.tovar-phones-card__masked,
.tovar-phones-card__number {
    display: block;
    color: var(--phone-text) !important;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
}

.tovar-phones-card__masked {
    position: relative;
}
.tovar-phones-card__masked:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #f9fafb00, #f9fafb);
}

.tovar-phones-card__number[href^="tel:"]:hover {
    color: var(--phone-orange) !important;
    text-decoration: none;
}

.tovar-phones-card .show-phone-btn,
.tovar-phones-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 11px;
    background: var(--phone-orange) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 6px 14px var(--phone-orange-shadow);
    transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
    appearance: none;
    -webkit-appearance: none;
}

.tovar-phones-card .show-phone-btn:hover,
.tovar-phones-card__btn:hover {
    background: var(--phone-orange-dark) !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: var(--agr-hover-shadow-md)
}

.tovar-phones-card .show-phone-btn:active,
.tovar-phones-card__btn:active {
    background: var(--phone-orange-active) !important;
    transform: translateY(0);
    box-shadow: 0 4px 10px var(--phone-orange-shadow-active);
}

.tovar-phones-card__hint {
    margin-top: 6px;
    color: var(--phone-muted) !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.tovar-phones-card__more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--phone-blue) !important;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
}

.tovar-phones-card__more:hover {
    color: #1d4ed8 !important;
    text-decoration: underline;
}

.tovar-phones-card__more::after {
    content: "↓";
    font-size: 12px;
    line-height: 1;
    transition: transform .15s ease;
}

.tovar-phones-card__more.is-open::after {
    transform: rotate(180deg);
}

.tovar-phones-card__extra {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.tovar-phones-card__extra[hidden] {
    display: none;
}

.tovar-phones-card__extra-title {
    margin-bottom: 8px;
    color: var(--phone-muted) !important;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.tovar-phones-card__extra-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tovar-phones-card__extra-item + .tovar-phones-card__extra-item {
    margin-top: 8px;
}

.tovar-phones-card__extra-item .tovar-phones-card__masked,
.tovar-phones-card__extra-item .tovar-phones-card__number {
    font-weight: 600;
}

.tovar-phones-card__extra-item .show-phone-btn,
.tovar-phones-card__extra-item .tovar-phones-card__btn {
    min-height: 34px;
    padding: 0 11px;
    border-radius: var(--agr-btn-radius-sm);
    font-size: 15px;
    line-height: 34px;
    box-shadow: none;
}

.tovar-phones-card__extra-item .show-phone-btn:hover,
.tovar-phones-card__extra-item .tovar-phones-card__btn:hover {
    box-shadow: 0 5px 12px var(--phone-orange-shadow-hover);
}

.tovar-phones-card__extra-item .phone_showed {
    color: var(--phone-text) !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
}

.tovar-phones-card__extra.is-open {
    animation: phonesSalesRevealFade .18s ease-out;
}

@keyframes phonesSalesRevealFade {
    from {
        opacity: .78;
        transform: translateY(2px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .tovar-phones-card {
        max-width: none;
    }

    .tovar-phones-card__top {
        display: block;
    }

    .tovar-phones-card__phone {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tovar-phones-card .show-phone-btn,
    .tovar-phones-card__btn {
        min-width: 92px;
    }

    .tovar-phones-card__masked,
    .tovar-phones-card__number {
        font-size: 1.2rem;
    }

    .tovar-phones-card__extra-item {
        align-items: stretch;
    }

    .tovar-phones-card__extra-item .tovar-phones-card__btn,
    .tovar-phones-card__extra-item .show-phone-btn {
        white-space: nowrap;
    }
}

.contacts-block {
    --contacts-block-text: #1f2937;
    --contacts-block-muted: #6b7280;
    --contacts-block-border-soft: #eef2f7;
    --contacts-block-border: #e5e7eb;
    --contacts-block-bg: #fff;
    --contacts-block-soft: #f3f4f6;
    --contacts-block-soft-2: #f9fafb;
    --request-blue: #1f5fa8;
    --request-blue-hover: #1f5fa8;

    width: 100%;
    max-width: 360px;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.contacts-block,
.contacts-block * {
    box-sizing: border-box;
}

.contacts-block a {
    text-decoration: none;
}

.contacts-block__seller {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 14px;
}

.contacts-block__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 13px;
    background: var(--phone-orange);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(232, 121, 26, .24);
    transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.contacts-block__btn:hover {
    background: var(--phone-orange-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(232, 121, 26, .30);
}

.contacts-block__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}

.contacts-block__request {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: var(--agr-btn-radius);
    font-size: var(--agr-btn-font-md);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
    background: var(--agr-brand-soft);
    color: var(--agr-brand-dark);
    border: 1px solid var(--agr-btn-border-soft);
}

.contacts-block__request:hover {
    background: var(--agr-btn-bg-md);
    border-color: var(--agr-brand);
    color: var(--agr-brand-dark);
    text-decoration: none;
}

.contacts-block__links {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 12px 17px 15px;
    border-top: 1px solid #eef2f7;
    background: #fff;
}

.contacts-block__links a {
    color: #4b5563;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.contacts-block__links a:hover {
    color: var(--request-blue-hover);
    text-decoration: none;
}

.contacts-block__hint {
    margin: 11px 0 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.contacts-block__company {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.contacts-block__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border: 1px solid var(--contacts-block-border-soft);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.contacts-block__logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.contacts-block__info {
    min-width: 0;
    padding-top: 2px;
}

.contacts-block__name {
    display: block;
    margin: 0 0 6px;
    color: var(--contacts-block-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.contacts-block__region {
    display: block;
    color: var(--contacts-block-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.agr-contact-strip {
    --agr-strip-orange: #f8741c;
    --agr-strip-orange-hover: #e46512;
    --agr-strip-blue: #1f5fa8;
    --agr-strip-blue-hover: #174a84;
    --agr-strip-border: #e5e7eb;
    --agr-strip-text: #1f2937;
    --agr-strip-muted: #6b7280;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    max-width: 720px;
    margin: 24px 0 0;
    padding: 14px;
    border: 1px solid var(--agr-strip-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    box-sizing: border-box;
}

.agr-contact-strip,
.agr-contact-strip * {
    box-sizing: border-box;
}

.agr-contact-strip__title {
    display: block;
    margin-bottom: 3px;
    color: var(--agr-strip-text);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

.agr-contact-strip__sub {
    display: block;
    color: var(--agr-strip-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.agr-contact-strip__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

/* До клика: кнопка "Показать телефон" */
.agr-contact-strip__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--agr-strip-orange);
    border-radius: 11px;
    background: var(--agr-strip-orange);
    color: #fff !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(232, 121, 26, .20);
    transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.agr-contact-strip__phone:hover {
    background: var(--agr-strip-orange-hover);
    border-color: var(--agr-strip-orange-hover);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(248, 116, 26, .26);
}

.agr-contact-strip__phone:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(232, 121, 26, .20);
}

/* После клика: JS возвращает .phone_showed */
.agr-contact-strip__actions .phone_showed {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 158px;
    padding: 0 14px;
    border: 1px solid var(--agr-strip-orange);
    border-radius: 11px;
    background: var(--agr-strip-orange);
    color: #fff !important;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 6px 14px rgba(232, 121, 26, .20);
    font-variant-numeric: tabular-nums;
    letter-spacing: -.01em;
}

.agr-contact-strip__actions .phone_showed a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap;
    text-decoration: none !important;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.01em;
}

.agr-contact-strip__actions .phone_showed a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

/* Подсказку после показа телефона скрываем */
.agr-contact-strip__actions .say-sellers {
    display: none !important;
}

/* Вторичная кнопка "Отправить запрос" */
.agr-contact-strip__request {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(31, 95, 168, .26);
    border-radius: 11px;
    background: #fff;
    color: var(--agr-strip-blue) !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.agr-contact-strip__request:hover {
    background: rgba(31, 95, 168, .06);
    border-color: rgba(31, 95, 168, .40);
    color: var(--agr-strip-blue-hover) !important;
    text-decoration: none !important;
}

@media (max-width: 560px) {
    .agr-contact-strip {
        display: block;
        padding: 14px;
        border-radius: 15px;
    }

    .agr-contact-strip__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 12px;
    }

    .agr-contact-strip__phone,
    .agr-contact-strip__request,
    .agr-contact-strip__actions .phone_showed {
        width: 100%;
        min-width: 0;
        min-height: 42px;
    }
}

.dd_video {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.dd_video_box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* fallback для 16:9 */
}

@supports (aspect-ratio: 16/9) {
    .dd_video_box {
        padding-bottom: 0;
        aspect-ratio: 16/9;
    }
}

.dd_video_box iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.dd_video_box img {
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    max-width: 300px;
    max-height: 240px;
    width: auto;
    height: auto;
}

.dd_video_hdr {
    margin-bottom: 20px;
    font-weight: bold;
}
