.block_news {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 60px 10% 100px;
    font-family: 'GraphikLCG-Regular';
    background-color: rgba(5, 34, 137, 0.05);
}

.block_news_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
    align-items: center;
    padding-bottom: 32px;
    font-family: 'GraphikLCG-Medium';
}

.block_news_head div:first-child {
    color: rgba(0.5843753926455975, 3.2571265613660216, 12.750000189989805, 1);
    text-align: left;
    font-size: 40px;
    letter-spacing: 0;
    justify-self: start;
}

.block_news_bg_up {
    box-shadow: 0px 10px 14px rgb(0 0 0 / 10%);
    background-color: rgba(5.000000176951289, 34.00000177323818, 137.00000703334808, 1);
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url(../images/rectangle_11-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
    background-position: left, right;
}

.block_news_whowhen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 24px 43px 32px 4%;
    justify-content: center;
    align-items: center;
    justify-items: start;
}

.block_news_date {
    background-color: rgba(255, 255, 255, 0.10000000149011612);
    padding: 10px;
    position: relative;
    border: 1px solid white;
    display: flex;
    align-items: center;
}

.block_news_date svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}

.block_news_new {
    position: absolute;
    top: 20px;
    right: 10px;
    display: flex;
    align-items: center;
    font-family: 'GraphikLCG-Regular';
}

.block_news_new span {
    padding: 9px 35px;
    background-color: #CE2727;
    display: flex;
    align-items: center
}

.block_news_vnex {
    padding: 9px 18px;
    background: #2574A9;
}

.block_news_daidj-green {
    padding: 9px 18px;
    background-color: rgba(74.0000031888485, 201.00000321865082, 88.00000235438347, 1);
}

.block_news_daidj-red {
    padding: 9px 18px;
    background-color: #CE2727;
}

.block_news_daidj-green::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    border-top: 9px solid rgba(56.649115830659866, 142.57421672344208, 66.12117156386375, 1);
    border-left: 20px solid transparent;
}

.block_news_bg_down {
    box-shadow: 0px 10px 14px rgb(0 0 0 / 10%);
    background-color: rgba(5.000000176951289, 34.00000177323818, 137.00000703334808, 1);
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url(/local/templates/lemma/images/rectangle_11-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
    background-position: left, right;
}

.block_news_down_el {
    display: flex;
}

.block_news_down_el:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
}


.block_news_bg_down_info {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 32px 0px 40px 32px;
    position: relative;
    color: #828281;
}

.block_news_bg_down_info div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_news_bg_down_info div span {
    padding-left: 6px;
}

.block_news_down_el_text {
    padding: 180px 70px 0% 32px;
    position: relative;
}

.block_news_down_el_text div {
    font-size: 18px;
    padding-bottom: 14px;
}

.block_news_down_el_text span {
    font-family: 'GraphikLCG-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

.block_news_grid_up {
    display: grid;
    grid-template-columns: minmax(525px, 700px) minmax(525px, 700px);
    grid-gap: 32px;
    padding-bottom: 32px;
    width: 100%;
    justify-content: center
}

.block_news_grid_down {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    justify-content: center;
    width: 100%;
    justify-items: center;
}
.blackout_layer .detail_main_screen_slide:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.8;
    background: #181B59;
}
.blackout_layer .detail_main_screen_slider-padding{
    position: relative;
    z-index: 2;
}
.blackout_layer .main_slider-social{
    z-index: 2;
}
@media (max-width:1550px) {
    .block_news {
        padding: 60px 5% 100px;
    }
}

@media (max-width:1200px) {
    .block_news_grid_up {
        grid-template-columns: minmax(632px, 1fr);
    }

    .block_news_grid_down {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }

    .block_news_down_el_text {
        padding: 25% 15% 0% 25px;
    }

    .block_news_down_el:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
        max-width: 50%;
    }
}

@media (max-width:750px) {
    .block_news_grid_down {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }

    .block_news_down_el:last-child {
        grid-column-start: inherit;
        grid-column-end: inherit;
        max-width: inherit;
    }

    .block_news {
        padding: 32px 5%;
    }

    .block_news_head div:first-child {
        font-size: 18px;
    }

    .block_news_vnex,
    .block_news_daidj-red {
        padding: 8px 15px;
        font-size: 14px;
    }

    .block_news_down_el_text div {
        font-size: 12px;
    }

    .block_news_down_el_text span {
        font-size: 13px;
    }

    .block_news_bg_down_info {
        font-size: 12px;
    }
}

.article-info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 40px;
    box-shadow: 0 4px 40px 0 #0522891A;
    border-radius: 3px;
    margin-bottom: 40px;
}
.article-author {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap:16px;
}
.article-author-info_title {
    font-family: 'Graphik LCG',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #8C9194;
    margin-bottom: 10px;
}
.article-details .article-author-name {
    font-family: 'Graphik LCG',sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: #131827;
}
.article-author-position {
    font-family: 'Graphik LCG',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #052289;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .article-author-info_title {
        font-size: 13px;
    }
    .article-author-name {
        font-size: 16px;
    }
    .article-author-position {
        font-size: 13px;
    }
}
























/* Отсюда начинается новое */

:root {
    --main-padding: 9vw;
}

@media (max-width: 1450px) {
    :root {
        --main-padding: 4.7vw;
    }
}

body {
    margin: 0;
}

#app {
    padding-bottom: 120px;
    padding-top: 29px;
}

.separator {
    background: #DDE3F7;
    height: 1px;
    width: 100%;
    margin-bottom: 24px;
}

.read-more {
    position: sticky;
    top: 80px;
    left: calc(100% - 400px - var(--main-padding));
    width: 480px;
    height: fit-content;
}

.read-more h3 {
    margin-bottom: 48px;
}

div.detail_main_screen_content {
    margin-top: 40px;
}

.detail_main_screen, .detail_main_screen.default-container {
    margin-bottom: 65px;
}

h1.detail_main_screen_slider-padding_title {
    color:  #262F4D;
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
}

.read-more-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0;
}

li.read-more-list__item {
    border-radius: 24px;
    background: #F2F4F9;
    padding: 30px 26px;
}
li.read-more-list__item a{
    text-decoration: none;
}
li.read-more-list__item p {
    color: #262F4D;

    font-size: 24px;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    font-style: normal;
}

.read-more-list__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.read-more-list__info div {
    display: flex;
    align-items: center;
    gap: 4px;
}

div.detail_foot_icon svg path {
    transition: 0.2s ease-in-out;
}
div.detail_foot_icon .like-container {
    cursor: pointer;
}
div.detail_foot_icon .like-container:hover svg path {
    fill-opacity: 0.6
}
div.detail_foot_icon .like-container:hover p{
    opacity: 0.6;
}
div.detail_foot_icon .like-container.active svg path{
    fill-opacity: 1;
}

div.detail_foot_icon .like-container.active p{
    opacity: 1
}

.vs-likeit-active{
    color: black;
}

div.read-more-list__info, div.read-more-list__info p{
    color: rgba(19, 24, 39, 0.50);
    font-family: Graphik LCG;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


div.detail_foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.detail_foot .vs-likeit:before {
    content: none;
}

div.detail_foot span.vs-likeit-cnt {
    padding: 0;
    color: rgba(5, 34, 137);
    opacity: 1;
}
div.detail_foot_icon div svg, div.detail_foot_icon div p{
    color: rgba(5, 34, 137);
    transition: 0.2s ease-in-out;
}

div.detail_foot_icon svg {
    width: 30px;
    height: 30px;
}

.share-social-container {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.share-social-container li, .share-social-container li .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
}

.share-social-container li .icon.icon-vk {
    background: url('./vk.svg');
}
.share-social-container li .icon.icon-wa {
    background: url('./wa.svg');
}
.share-social-container li .icon.icon-tg {
    background: url('./tg.svg');

}.share-social-container li .icon.icon-link {
     background: url('./link.svg');
 }


.detail_main_screen h1 {
    color: #262F4D;
    margin-bottom: 24px;
    padding-bottom: 0;
    max-width: 900px;
}

.detail_main_screen_slide {
    width: 100%;
    height: auto;
    min-height: 630px;
    border-radius: 24px;
}

div.main_slider_phone_img{
    position: static;
    width: 100%;
    height: auto;
}
div.main_slider_phone_img img{
    width: 100%;
    height: auto;
    border-radius: 24px;
}


.article-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-date{
    color: #586181;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.article-date.mobile {
    display: none;
}

.article-author-photo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

.detail_main_screen_content {
    margin-bottom: 30px;
}


.sec_detail.split {
    display: grid;
    grid-template-columns: minmax(0, 100%) 480px;
    column-gap: 135px;
    row-gap: 0;
}

.default-container {
    width: calc(100% - 80px);
    max-width: 1460px;
    margin: 0 auto;
}


.detail_body h3, .read-more h3, h3 {
    color: #262F4D;
    font-family: Graphik LCG;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
    margin: 32px 0;
}
.detail_body h4, .read-more h4, h4 {
    color: #262F4D;

    font-family: Graphik LCG;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 8px;
}

.detail_foot p, .detail_body p, .read-more p, p {
    color: #444C4F;
    font-family: Graphik LCG;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

ul.breadcrumbs {
    margin-left: 0;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
}

ul.breadcrumbs  a{
    text-decoration: none;
}

div.detail_body ul {
    margin-left: 12px;
}


div.detail_body ul > li::before {
    position: absolute;
    top: 12px;
    left: -5px;
    background: #FF3291;
    content: "";
    padding-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(70%);
}

div.detail_body ol > li::before {
    color: #FF3291;
    content: counter(num)'.';
    font-family: Graphik LCG;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

div.detail_body a {
    text-decoration: none;
    color: #FF3291;
    font-family: 'Graphik LCG';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

div.detail_note_block {
    display: flex;
    gap: 14px;
    border-radius: 24px;
    background: rgba(255, 50, 145, 0.05);
    padding: 30px 34px;
    margin-bottom: 68px;
}

.detail_body div.detail_note_block:not(:last-child) {
    padding: 30px 34px;
}

.detail_note_block > div:first-of-type {
    min-width: 45px;
    height: 45px;
    background: url("./note.svg");
    background-size: cover;
    transform: translateY(-25%);
}

.detail_note_block_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail_body .detail_note_block_content p {
    color: #262F4D;

    font-family: Graphik LCG;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.detail_body div.detail_note_block_header:not(:last-child)  {
    padding: 0;
}

.detail_body .detail_note_block_header p {
    color: #262F4D;
    font-family: Graphik LCG;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}

.detail_body .detail_note_block_content p {
    color: #262F4D;

    font-family: Graphik LCG;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.detail_body .quote_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 35px 53px;
    border-radius: 24px;
    background: #F2F4F9;
    border: none;
    outline: none;
    margin: 0 0 24px 0;
}
.detail_body .quote_block:before {
    content: none;
}

.quote_block_author {
    display: flex;
    align-items: center;
    gap: 10px;
}
div.detail_body div.quote_block_author_photo {
    padding: 0;
}
.detail_body .quote_block_author_photo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
}

.detail_body .quote_block_author_role {
    color:  #586181;
    font-family: Graphik LCG;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.detail_body .quote_block_author_name {
    color: #131827;
    /* Desktop/Body L Medium */
    font-family: Graphik LCG;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}

.detail_body .image img {
    border-radius: 24px;
    height: auto;
}

.detail_body .image p {
    text-align: center;
    color: #586181;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-top: 8px;
}

form .container, .form .container {
    border-radius: 24px;
    background: #F2F4F9;
    padding: 44px 36px;
    margin: 70px 0;
}

form.modal {
    display: grid;
    place-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2222;
    background: rgba(0, 5, 47, 0.37);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    padding: 0 16px;
}

form.modal.opened {
    visibility: visible;
    opacity: 1;
}

.detail_body .form h3, form.form h3 {
    margin: 0 0 35px;
}

.detail_body .form .fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0;
    margin-bottom: 15px;
}

.form .row, form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.detail_body form.form .row p,
.detail_body form .row p,
form.form .row p,
form .row p {
    color: #262F4D;

    font-family: Graphik LCG;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}

.form .row a, form .row a {
    color: #586181;
    font-family: Graphik LCG;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.form .form-item {
    padding-bottom: 0 !important;
}

.form .form-item label{
    transform: translateY(-50%);
    top: 50%;
    height: fit-content;
    gap: 4px;
    color:  #586181;

    font-family: Graphik LCG;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.form .form-item label a{
    color: #FF3291;
}

.form input {
    border-radius: 53px;
    background: #FFF;
    outline: none;
    border: none;
    padding: 16px 32px;
    color: #586181;
    width: 100%;

    font-family: Graphik LCG;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.form input:active, form input:active {
    outline: none;
    border: none;
}

.form button{
    background: #FF3291;
    color: white;
    width: 100%;
    height: fit-content;
    padding: 16px;
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    transition: 0.2s ease-in-out;
}

.form button:hover {
    background: #FF53A3;
}

.detail_body form.form p, form.form p {
    color: #586181;
    font-family: Graphik LCG;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

:root {
    --yt-transition: 0.5s;
}
.video-container {
    width: 100%;
    max-width: 842px;
    height: 100%;
}

.video-container p {
    text-align: center;
    color: #586181;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-top: 8px;
}

.detail_body div.video-youtube {
    position: relative;
    border-radius: 24px;
    background: none;
    padding-bottom: 0 !important;
    width: 100%;
    height: 460px;
    max-height: 460px;
    max-width: 842px;
}

.detail_body .video-youtube:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 24px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0.37) 100%) 50% / cover no-repeat;
    transition: var(--yt-transition);
}

.video-youtube .play-button {
    background: url("./play.svg");
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: var(--yt-transition);
    outline: none;
}

.detail_body .video-youtube iframe {
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 1;
    transition: var(--yt-transition);
    margin: 0;
    border-radius: 24px;
}

.detail_body .video-youtube a {
    display: none;
}

.video-youtube img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 24px;
    transition: var(--yt-transition);
    object-fit: cover;
    object-position: center center;
}

.video-youtube.playing img, .video-youtube.playing:before, .video-youtube.playing .play-button{
    opacity: 0;
    pointer-events: none;
}

.detail_body .video-youtube.playing iframe {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}


.fixed-form-button {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 25px;
    padding: 16px;
    border-radius: 100px;
    background:  #FF3291;
    color: #FFF;
    text-align: center;
    width: 80%;
    max-width: 305px;
    z-index: 5   ;


    /* Desktop/Body S Medium */
    font-family: Graphik LCG;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */

    transition: 0.2s ease-in-out;
}
.fixed-form-button.hidden {
    opacity: 0;
}
@media (max-width: 1300px) {
    .sec_detail.split {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 135px;
        row-gap: 0;
    }

    .read-more {
        position: static;
        margin: 100px auto;
        width: 100%;
    }

    .read-more-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        flex-direction: row;
        flex-wrap: wrap;
    }

    .read-more-list__item a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    li.read-more-list__item {
    }

    .video-youtube {
        height: 400px;
        max-height: 400px;
        max-width: 800px;
    }

}

@media (max-width: 1150px) {
    li.read-more-list__item p{
        font-size: 20px;
    }
    div.read-more-list__info, div.read-more-list__info p {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {

    .read-more {
        width: 480px;
    }

    .read-more-list {
        display: flex;
        flex-direction: column;
    }

    .read-more-list__item a {
        display: block;
    }
    li.read-more-list__item p{
        font-size: 24px;
    }
    div.read-more-list__info, div.read-more-list__info p {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    #app {
        padding-top: 110px;
    }
}

@media (max-width: 768px) {
    #app {
        padding-top: 35px;
    }
}

@media (max-width: 750px) {

    .default-container {
        max-width: 100%;
    }

    .detail_main_screen_slider-padding_title {
        margin-top: 0;
    }

    .article-date {
        display: none;
    }

    .article-date.mobile {
        display: block;
    }

    div.detail_body {
        font-size: 18px;
    }

    div.detail_body p{
        color: #444C4F;
        font-family: Graphik LCG;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    h1.detail_main_screen_slider-padding_title {
        font-size: 24px;
    }

    .detail_body .quote_block {
        padding: 35px 25px;
        margin: 0 0 24px 0;
    }

    .detail_body .quote_block_author_name {
        font-size: 24px;
    }

    .detail_note_block > div:first-of-type {
        min-width: 35px;
        height: 35px;
    }


}

@media (max-width: 650px) {

    form .container, .form .container {
        padding: 44px 20px;
    }

    .detail_body .form .fields, .form .row, .detail_body form .fields, form .row {
        grid-template-columns: 1fr;
    }

    .detail_main_screen_slide {
        display: none;
    }

    .read-more {
        width: 100%;
        min-width: 300px;
    }

    .detail_body div.video-youtube {
        height: 300px;
        max-height: 300px;
        max-width: 700px;
    }
}

@media (max-width: 525px ) {
    #app {
        padding-top: 20px;
    }
}

@media (max-width: 450px) {
    .default-container {
        width: calc(100% - 32px);
    }

    .read-more {
    }
}

@media (max-width: 375px) {
    .form.hidden {
        display: none;
    }

    .read-more p {
        font-size: 18px !important;
    }

    div.read-more-list__info, div.read-more-list__info p{
        font-size: 14px !important;
    }

    li.read-more-list__item {
        padding: 26px 24px;
    }
}
