.section img {
    width: 100%;
    max-width: 450px;
}

.section .clipboard-btn {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    display: flex;
    align-items: center;
    padding: 0;
}

.section .clipboard-btn:focus-visible {
    outline: 2px dashed var(--color-primary);
}

.content-by-label {
    display: none;
}


#sec-1-press {}


#sec-2-press {
    padding-block: var(--spacing-60);
}


#sec-3-press .left-col {
    display: flex;
    flex-direction: column;
}

#sec-3-press .left-col h2 {
    margin: 0;
}

#sec-3-press .left-col img {
    max-width: 365px;
    display: flex;
    margin-top: auto;
    margin-inline: auto;
}

#sec-3-press .right-col ul {
    list-style: none;
    padding: 0;
}

#sec-3-press .right-col .rc-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-8);
}

#sec-3-press .right-col .rc-wrapper:not(:last-of-type) {
    margin-bottom: var(--spacing-40);
}

#sec-3-press .right-col .rc-wrapper .rc-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

#sec-3-press .right-col .rc-wrapper .copy-txt-wrapper {
    display: flex;
    align-items: center;
    gap: var(--spacing-16);
}

#sec-3-press .right-col .rc-wrapper .copy-txt-wrapper p {
    font-size: var(--font-size-20);
    margin: 0;
}

#sec-3-press .right-col .rc-wrapper .copy-txt-wrapper .clipboard-btn {
    min-width: 24px;
    height: fit-content;
}


#sec-4-press .ref {
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6E7291;
}

#sec-4-press .quote {
    display: grid;
    min-height: 290px;
}

#sec-4-press .quote:last-of-type {
    place-items: end;
}

#sec-4-press .left-col {
    display: flex;
    gap: var(--spacing-24);
}

#sec-4-press .left-col .mid {
    height: fit-content;
    margin: auto;
}

#sec-4-press .left-col .quote img {
    width: 56px;
}

#sec-4-press .left-col .ref {
    padding-right: var(--spacing-24);
}

#sec-4-press .left-col p:not(.ref) {
    margin-bottom: var(--spacing-24);
}

#sec-4-press .right-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 335px;
}

#sec-4-press .right-col img {
    max-width: 190px;
    margin-bottom: var(--spacing-24);
}

#sec-4-press .right-col * {
    text-align: center;
}


#sec-5-press .cards-wrapper ul {
    display: grid;
    gap: var(--spacing-16);
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    list-style: none;
    padding: 0;
}

#sec-5-press .cards-wrapper .yellow-card {
    padding: var(--spacing-40);
    background-color: #FFFAE6;
    border-radius: var(--spacing-16);
    position: relative;
}

#sec-5-press .cards-wrapper .yellow-card:nth-child(even) {
    background-color: #FFF3C1;
}

#sec-5-press .cards-wrapper .yellow-card .clipboard-txt span.big-txt {
    display: block;
    font-family: var(--font-family-b), sans-serif;
    color: var(--color-primary-4);
    font-size: var(--font-size-56);
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

#sec-5-press .cards-wrapper .yellow-card .clipboard-btn {
    position: absolute;
    top: var(--spacing-40);
    right: var(--spacing-40);
}


#sec-6-press .social-media-wrapper {
    display: flex;
    gap: var(--spacing-8);
    align-items: center;
    margin-bottom: var(--spacing-24);
}

#sec-6-press .social-media-wrapper>img {
    max-width: 32px;
}

#sec-6-press .right-col .clipboard-parent {
    width: min(100%, 288px);
    background-color: #FFFAE6;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    padding: var(--spacing-24);
}

#sec-6-press .right-col .clipboard-parent p {
    margin: 0;
}

#sec-6-press .right-col .clipboard-parent>p {
    display: flex;
    align-items: center;
}

#sec-6-press .right-col .clipboard-parent>p>* {
    font-weight: 600;
}


#sec-6-press .left-col {
  /*  order: 2;*/
}

#sec-6-press .left-col h2 {
    margin: 0;
}

#sec-7-press .bot-wrapper {
    display: grid;
    gap: var(--spacing-24);
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

#sec-7-press .bot-wrapper .yellow-card {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-8);
    padding: var(--spacing-40);
    border-radius: 1rem;
    background-color: #FFF3C1;
}

#sec-7-press .bot-wrapper .yellow-card:nth-child(even) {
    background-color: #FFFAE6;
}

#sec-7-press .bot-wrapper .yellow-card a {
    display: flex;
    align-items: center;
    text-align: left;
    gap: var(--spacing-8);
    width: fit-content;
    margin-top: auto;
}

#sec-7-press .bot-wrapper .yellow-card a svg {
    min-width: 24px !important;
}


#sec-8-press h2 {
    margin-bottom: var(--spacing-80);
}

#sec-8-press .news-list .js-news-item {
    cursor: pointer;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: var(--spacing-16);
    box-shadow: 0px 4px 20px 0px #292B3C14;
    overflow: hidden;
    text-decoration: none;
}

#sec-8-press .news-list .js-news-item:focus-visible {
    outline: 2px dashed black;
}

#sec-8-press .news-list .js-news-item .js-top-wrapper {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: skeleton 1s linear infinite alternate;
}

#sec-8-press .news-list .js-news-item .js-top-wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper {
    display: flex;
    flex-direction: column;
    padding: var(--spacing-24) var(--spacing-16);
    padding-bottom: var(--spacing-40);
    flex: 1;
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper>.js-date-read-time {
    flex-wrap: wrap;
    line-height: normal;
    margin-bottom: var(--spacing-24);
    display: flex;
    justify-content: space-between;
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper>.js-date-read-time>* {
    color: rgb(90, 90, 90);
    text-transform: uppercase;
    font-size: var(--font-size-14);
    letter-spacing: 2.24px;
    line-height: 1rem;
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper>.js-labels {
    margin-bottom: var(--spacing-40);
    display: flex;
    gap: var(--spacing-8);
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper>.js-labels>.js-label {
    line-height: normal;
    font-size: var(--font-size-14);
    background-color: #F3F3F7;
    padding: var(--spacing-8) var(--spacing-16);
    border-radius: var(--spacing-40);
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper .js-labels>.js-label:hover {
    background-color: #ededed;
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper .js-labels>.js-label:focus-visible {
    outline: 2px dashed black;
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper .js-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper .js-descr {
    font-size: var(--font-size-16);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#sec-8-press .news-list .js-news-item .js-bot-wrapper .js-read-more {
    margin-left: auto;
    margin-top: auto;
}

#sec-9-press .bot-wrapper .links-list {
    display: grid;
    gap: var(--spacing-16);
    grid-template-columns: repeat(2, 1fr);
    padding-left: var(--spacing-24);
}

#sec-9-press .bot-wrapper .links-list li::marker {
    color: #906700;
}

#sec-10-press .left-col h3 {
    margin-bottom: var(--spacing-40);
}

#sec-10-press .left-col img {
    display: none;
    margin-bottom: var(--spacing-40);
}

#sec-10-press .right-col img {
    display: flex;
    margin-inline: auto;
    max-width: 380px;
}



@media (max-width: 768px) {

    #sec-3-press .left-col {
        gap: var(--spacing-24);
    }


    #sec-4-press .ref {
        font-size: var(--font-size-14);
        line-height: normal;
        padding-right: unset !important;
    }

    #sec-4-press .left-col .quote img {
        width: 40px;
    }

    #sec-4-press .quote {
        min-height: unset;
    }

    #sec-4-press .left-col {
        flex-direction: column;
    }

    #sec-4-press .right-col {
        max-width: unset;
    }



    #sec-6-press .cols {
        display: flex;
        flex-direction: column;
    }

    #sec-6-press .left-col {
    /*    order: 2;*/
    }

    #sec-6-press .right-col {
        order: 1;
    }

    #sec-8-press h2 {
        margin-bottom: var(--spacing-40);
    }

    #sec-9-press .bot-wrapper .links-list {
        grid-template-columns: 1fr;
    }

    #sec-10-press .left-col img {
        display: flex;
    }

    #sec-10-press .right-col {
        display: none;
    }
}

@media (max-width: 450px) {
    #sec-6-press .left-col .clipboard-parent {
        width: 100%;
    }
}




/* alert message */
.alert-d {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    /* top: 10px; */
    z-index: 101;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: #EEE4F8;
    padding: 8px 16px;
    border-radius: 8px;
    max-width: 400px;
    width: fit-content;
    line-height: normal;
    pointer-events: none;
    transition: opacity 0.2s ease;
}