.article-capture {
    width: 100%;
    max-width: 725px;
    min-height: 416px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 48px 0;
    padding: 32px;
    border-radius: 4px;
    background: #c5dcee;
    color: #11275f;
    font-family: Muller-Regular, Arial, sans-serif;
}

.article-capture *,
.article-capture *::before,
.article-capture *::after {
    box-sizing: border-box;
    font-family: Muller-Regular, Arial, sans-serif !important;
    font-synthesis: none;
}

.article-capture__content {
    position: relative;
    z-index: 2;
    max-width: 400px;
}

.article-capture__title {
    width: 371px;
    max-width: 100%;
    margin: 0 0 32px;
    color: #11275f;
    font-family: Muller-Medium, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.article-capture__controls {
    width: 400px;
    max-width: 100%;
}

.article-capture__group {
    margin: 0 0 16px;
}

.article-capture__label {
    margin: 0 0 8px;
    color: #11275f;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.article-capture__email-card {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 4px 4px 4px 16px;
    border: 1px solid #f3f4f7;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.article-capture__email-link {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #11275f;
    text-decoration: none;
}

.article-capture__email-link:hover,
.article-capture__email-link:focus {
    color: #11275f;
}

.article-capture__email-text {
    overflow: hidden;
    color: #11275f;
    font-family: Muller-Medium, Arial, sans-serif !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-capture__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.article-capture__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.article-capture__icon--mail {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
}

.article-capture__copy {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #e5e7ed;
    cursor: pointer;
    transition: background-color .2s ease;
}

.article-capture__copy:hover,
.article-capture__copy:focus,
.article-capture__copy.is-copied {
    background: #b8bdcf;
}

.article-capture__copy::after,
.article-capture__messenger::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 6px);
    z-index: 5;
    padding: 4px 8px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    color: #11275f;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transform: translate(-50%, 4px);
    transition: opacity .2s ease, transform .2s ease;
}

.article-capture__copy:hover::after,
.article-capture__copy:focus::after,
.article-capture__copy.is-copied::after,
.article-capture__messenger:hover::after,
.article-capture__messenger:focus::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.article-capture__messengers {
    width: 100%;
    display: flex;
    gap: 4px;
}

.article-capture__messenger {
    min-width: 0;
    height: 48px;
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    padding: 0 10px;
    border: 1px solid #f3f4f7;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    color: #11275f;
    text-decoration: none;
    transition: background-color .2s ease;
}

.article-capture__messenger:hover,
.article-capture__messenger:focus {
    background: #f3f4f7;
    color: #11275f;
}

.article-capture__messenger-label {
    overflow: hidden;
    color: #11275f;
    font-family: Muller-Bold, Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-capture__status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 0 16px;
    color: #5f698c;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.article-capture__copy .article-capture__icon path,
.article-capture__messenger .article-capture__icon path {
    fill: #11275f !important;
}

.article-capture__icon--mail path {
    fill: #f3712b !important;
}

.article-capture__online {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.article-capture__online-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #66da9a;
}

.article-capture__note {
    color: #99a0ba;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
}

.article-capture__picture {
    --article-capture-image-width: 433.89px;
    --article-capture-image-height: 632.29px;
    --article-capture-image-left: -78.76px;
    --article-capture-image-top: -71.26px;
    width: 258px;
    height: 360px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

#page-article .section-1 .block .flex .content .cont .article-capture__picture img,
.article-capture__picture img {
    width: var(--article-capture-image-width) !important;
    height: var(--article-capture-image-height) !important;
    max-width: none;
    display: block;
    position: absolute;
    top: var(--article-capture-image-top);
    left: var(--article-capture-image-left);
    margin: 0 !important;
    object-fit: fill;
    transform: scaleX(-1);
    transform-origin: center center;
}

@media screen and (min-width: 768px) and (max-width: 1454px) {
    .article-capture {
        max-width: 520px;
        min-height: 396px;
    }

    .article-capture__controls {
        width: 289px;
    }

    .article-capture__group--messengers {
        width: 100%;
    }

    .article-capture__messengers {
        width: 184px;
        gap: 8px;
    }

    .article-capture__email-text {
        font-size: 20px;
    }

    .article-capture__messenger {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        padding: 0;
    }

    .article-capture__messenger-label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .article-capture__picture {
        --article-capture-image-width: 337.47px;
        --article-capture-image-height: 491.78px;
        --article-capture-image-left: -61.26px;
        --article-capture-image-top: -55.43px;
        width: 200px;
        height: 280px;
        top: auto;
        bottom: 0;
    }

    .article-capture__status {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .article-capture {
        width: min(352px, calc(100vw - 38px));
        max-width: none;
        min-height: 370px;
        margin: 32px 0;
        margin-left: 50%;
        padding: 24px;
        transform: translateX(-50%);
    }

    .article-capture__title {
        width: 100%;
        margin-bottom: 24px;
        font-size: 17px;
        line-height: 22px;
    }

    .article-capture__controls {
        width: 100%;
    }

    .article-capture__group {
        margin-bottom: 12px;
    }

    .article-capture__label {
        font-size: 14px;
        line-height: 16px;
    }

    .article-capture__email-card {
        width: 100%;
        min-height: 50px;
        gap: 6px;
        padding-left: 16px;
    }

    .article-capture__icon--mail {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .article-capture__copy {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .article-capture__email-text {
        font-size: 22px;
        line-height: 20px;
    }

    .article-capture__group--messengers,
    .article-capture__status,
    .article-capture__note {
        width: 208px;
        max-width: 68%;
    }

    .article-capture__messengers {
        width: 184px;
        gap: 8px;
    }

    .article-capture__messenger {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        padding: 0;
    }

    .article-capture__messenger-label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .article-capture__status {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 14px;
    }

    .article-capture__note {
        font-size: 10px;
        line-height: 11px;
    }

    .article-capture__picture {
        --article-capture-image-width: 217.27px;
        --article-capture-image-height: 316.62px;
        --article-capture-image-left: -40.56px;
        --article-capture-image-top: -35.68px;
        width: 126px;
        height: 180px;
        top: auto;
        right: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 390px) {
    .article-capture {
        min-height: 370px;
    }

    .article-capture__group--messengers,
    .article-capture__status,
    .article-capture__note {
        max-width: 208px;
    }
}

#page-article .article-capture .article-capture__messenger-label {
    font-family: Muller-Bold, Arial, sans-serif !important;
    font-weight: 700;
}
