.element{
    padding: 32px 0 120px;
}

.element-back{
    margin-bottom: 32px;
}

.element-back a{
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    transition-property: color;
    transition-duration: 200ms;
}

.element-back svg {
    width: 12px;
    margin-right: 14px;
    flex: none;
} 

.element-back a:hover {
    color: #246B6A;
}

.element-header-title h1{
    font-weight: 600;
    font-size: 62px;
    line-height: 110%;
    color: #246B6A;
}

.element-header{
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}

.element-header-left{
    width: 515px;
    padding-top: 32px;
}

.element-header-image-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.element-header-image-back{
    width: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-header-image-back img{
    width: 842px;
    height: auto;
}

.element-header-image-block img{
    width: auto;
    height: auto;
    filter: drop-shadow(0 0 20px #0000001c);
}

.element-header-image-back svg{
    width: 842px;
    height: auto;
    flex: none;
}

.element-header-image-block{
    position: relative;
    display: inline-block;
}

.element-header-image-desc{
    font-size: 14px;
    line-height: 17px;
    color: #5C5C5C;
    margin-top: 8px;
    text-align: left;
}

.element-header-right{
    flex: 1;
    margin-right: -80px;
} 

.element-header-image{
    text-align: center;
}

.element-header-authors{
    font-size: 20px;
    line-height: 24px;
    margin-top: 16px;
    max-width: 350px;
}

.element-header-detail{
    margin-top: 24px;
    font-size: 26px;
    line-height: 32px;
}

.element-header-detail b{
    font-weight: 600;
}

.element-header-button{
    margin-top: 32px;
}

.element-header-button a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 64px;
    width: 100%;
    max-width: 480px;
    padding: 0px 28px;
    background: linear-gradient(180deg, #BFE87B 0%, #9CD145 100%);
    color: #ffffff;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
}

.element-header-button a:hover {
    background: linear-gradient(180deg, #BFE87B 0%, #8EBE3D 100%);
}

.element-blocks{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.element-block{
    display: flex;
}

.element-block-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    width: 500px;
    flex: none;
}

.element-blocks-1 .element-block-title{
    font-size: 40px;
    line-height: 49px;
}

.element-block-content{
    width: 640px;
    flex: none;
    font-size: 18px;
    line-height: 150%;
    margin: -16px 0 -16px auto;
}

.element-block-content img, .element-block-content p, .element-block-content ul{
    margin: 16px 0px;
}

.element-block-content ul{
    padding-left: 16px;
}

.element-block-content ul li{
    padding-left: 6px;
}

.element-block-content li:not(:last-child){
    margin-bottom: 4px;
}

.review-text ul, .review-text ol{
    padding-left: 18px;
}

.element-blocks-button{
    margin-top: 40px;
}

.element-blocks-button-block{
    width: 640px;
    flex: none;
    margin-left: auto;
}

.element-blocks-button a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 64px;
    width: auto;
    min-width: 308px;
    padding: 0px 28px;
    background: linear-gradient(180deg, #BFE87B 0%, #9CD145 100%);
    color: #ffffff;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
}

.element-blocks-button a:hover {
    background: linear-gradient(180deg, #BFE87B 0%, #8EBE3D 100%);
}

.element-header-title-bold h1{
    font-weight: 600;
}

.element-block-content .table{
    border: 1px solid #C7C7C7;
    border-radius: 40px;
    overflow: hidden;
    margin: 16px 0px;
}

.element-block-content table{
    border-collapse: collapse;
    width: 100%;
}

.element-block-content .table-plus,
.element-block-content .table-minus{
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

.element-block-content td{
    padding: 16px;
}

.element-block-content td:not(:last-child){
    border-right: 1px solid #C7C7C7;
}

.element-block-content tr:not(:last-child) td{
    border-bottom: 1px solid #C7C7C7;
}

.element-block-content .table-head{
    background-color: #246B6A;
    color: #fff;
}

.element-block-content .table-head td{
    border-color: transparent;
}

.mobile{
    display: none;
}

.table-info{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: space-between;
}

.table-info div{
    display: inline-flex;
}

.table-info span{
    font-weight: 600;
    margin-right: 10px;
}

.table-th{
    margin-top: 24px;
    font-size: 14px;
    line-height: 18px;
}

.table-th-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
}

.table-th-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 1200px){
    .element-header-title-38 h1{
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .element-block-full{
        flex-direction: column;
        gap: 24px;
    }

    .element-block-full .element-block-content{
        width: 100%;
        margin-left: 0;
    }

    .element-block-content .table-padding td, .element-block-content td.table-padding{
        padding-left: 80px;
        padding-right: 80px;
    }

    .element-block-content table{
        text-align: center;
    }

    .element-block-content .table-plus{
        font-size: 26px;
    }

    .element-block-content .table-minus{
        font-size: 18px;
    }

    .table-info span{
        font-size: 26px;
    }
}

@media screen and (max-width: 1199px){
    .element-block-content .table-minus{
        font-size: 10px;
    }

    .desctop{
        display: none; 
    }

    .mobile{
        display: block;
    }

    .element-block-content .table{
        overflow-x: auto;
    }

    .element-block-content table{
        font-size: 14px;
    }

    .element-header-title h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .element-header{
        flex-direction: column;
        gap: 56px;
    }

    .element-header-left {
        width: 100%;
        padding-top: 0;
    } 
    
    .element-header-authors {
        font-size: 14px;
        line-height: 18px;
    }

    .element-header-detail {
        font-size: 18px;
        line-height: 22px;
    }    

    .element-header-image-block img {
        height: 300px;
        width: 300px;
        object-fit: contain;
    }

    .element-header-image-back svg {
        width: 440px;
        margin-right: -20px;
    }

    .element-header-image-desc{
        display: none;
    }

    .element-header-right {
        margin-right: 0;
    }

    .element-header-button{
        display: none;
    }

    .element-block-content{
        font-size: 16px;
        line-height: 140%;
        width: 100%;
    }

    .element-block{
        flex-direction: column;
    }

    .element-block-title {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
    }

    .element-block{
        gap: 16px;
    }

    .element-blocks-1 .element-block-title {
        font-size: 26px;
        line-height: 32px;
    }

    .element-header{
        margin-bottom: 64px;
    }

    .element-blocks-button {
        margin-top: 32px;
    }
    
    .element-blocks-button-block{
        width: 100%;
    }

    .element{
        padding: 24px 0 80px;
    }

    .table-info{
        font-size: 14px;
        line-height: 18px;
    }

    .table-info div{
        width: calc(50% - 10px);
    }


}

@media screen and (max-width: 428px){
    .element-blocks-button a{ 
        width: 100%;
    }
}

.element-recom{
    margin-top: 80px;
}

.element-recom-title{
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 32px;
    color: #1C1C1C;
}

.element-recom-title span{
    color: #BFE87B;
}

.element-recom-slider{
    display: flex;
    scroll-snap-type: x mandatory;
	scrollbar-width: none;
    overflow-x: auto;
    scroll-padding: 0 16px;
    gap: 20px;
    margin: 0px -16px;
    padding: 0px 16px;
}

.element-recom-slider::-webkit-scrollbar {
	display: none;
}

.element-recom-slide{
    display: flex;
    border: 1px solid #BFE87B;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 24px 24px 34px;
    width: 100%;
    max-width: 340px;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.element-recom-slider-nav{
    text-align: center;
    margin-top: 24px;
}

.element-recom-slider-nav span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #246B6A;
    border: 1px solid currentColor;
    border-radius: 50%;
    transition-property: opacity;
    transition-duration: 200ms;
    cursor: pointer;
}

.element-recom-slider-nav span:hover{
    opacity: 0.8;
}

.element-recom-slider-nav span:not(:first-child){
    margin-left: 64px;
}

.element-recom-slider-nav svg{
    width: 14px;
}

.element-recom-name a{
    font-size: 26px;
    line-height: 32px;
    transition: opacity 200ms;
}

.element-recom-name a:hover{
    opacity: 0.8;
}

.element-recom-footer{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.element-recom-author{
    font-size: 16px;
    line-height: 19px;
    color: #1C1C1C;
}

.element-recom-type{
    font-size: 14px;
    line-height: 17px;
    color: #5C5C5C;
}

.element-recom-label{
    font-size: 14px;
    line-height: 17px;
    color: #5C5C5C;
    margin-bottom: 8px;
}

.element-recom-photo{
    flex: none;
}

.element-recom-photo img{
    width: 100px;
}

.element-recom-slide{
    gap: 20px;
}

.element-recom-link{
    margin-top: auto;
    padding-top: 24px;
}

.element-recom-content{
    display: flex;
    flex-direction: column;
}

.element-recom-slide-no .element-recom-photo img {
    width: 270px;
} 

.element-recom-slide-no{
    align-items: center;
}

@media screen and (min-width: 1200px){
    .element-recom-slide-no .element-recom-link {
        padding-top: 40px;
    }

    .element-recom-photo-type{
        padding-top: 25px;
    }

    .element-recom-slide-size-38 .element-recom-name a{
        font-size: 20px;
        line-height: 28px;    
    }

    .element-recom{
        margin-top: 100px;
    }

    .element-recom-title {
        font-size: 40px;
        line-height: 50px;
    }

    .element-recom-slider{
        margin: 0px;
        padding: 0px;
        scroll-padding: 0px;
        gap: 40px;
    }

    .element-recom-slide{
        max-width: none;
        width: calc(50% - 20px);
    }

    .element-recom-slider-nav{
        margin-top: 40px;
    }

    .element-recom-link a{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        height: 64px;
        width: auto;
        min-width: 223px;
        padding: 0px 28px;
        background: linear-gradient(180deg, #BFE87B 0%, #9CD145 100%);
        color: #ffffff;
        border-radius: 40px;
        font-size: 18px;
        font-weight: 600;
    }

    .element-recom-link a:hover {
        background: linear-gradient(180deg, #BFE87B 0%, #8EBE3D 100%);
    }
}

@media screen and (max-width: 1199px){
    .element-recom-slide{
        flex-direction: column;
    }

    .element-recom-photo img{
        width: 125px;
    }

    .element-recom-slide{
        gap: 24px;
    }

    .element-recom-name a {
        font-size: 20px;
        line-height: 22px;
    }

    .element-recom-footer{
        margin-top: 8px;
    }

    .element-recom-link{
        padding-top: 16px;
        margin-top: auto;
    }

    .element-recom-link a{
        text-decoration: underline;
        font-size: 16px;
        line-height: 19px;
        color: #000;
    }

    .element-recom-content{ 
        flex: 1;
    }

    .element-recom-slide-no .element-recom-photo img{
        width: 100%;
    } 

    .element-recom-slide-size-38 .element-recom-name a{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

   /* Общие стили */
body {
    font-family: "Proxima Nova", sans-serif;
    color: #000;
}

/* --- Кнопка приветствия --- */
.welcome-button {
    width: 290px;
    margin-top: 20px; /* Убрал auto, т.к. он не нужен с margin-top */
}
	.element-block-title-ff3 {
    width: 93%;
    margin: 0 auto;
    margin-bottom: 48px;
}
.welcome-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 60px;
    padding: 0 28px;
    background: linear-gradient(180deg, #BFE87B 0%, #9CD145 100%);
    color: #ffffff;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
}

/* --- Заголовки --- */
.element-block-title-ff {
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 48px;
    text-align: center;
    color: #BFE87B;
}

.element-block-title-ff span {
    color: #1C1C1C;
}

/* --- Блоки элементов --- */
.element-block {
    margin-top: 100px;
}

.element-block-forse {
    display: flex;
    flex-direction: column;
}

.element-block-forse .element-block-content {
    width: 100%;
    flex: none;
    font-size: 18px;
    line-height: 150%;
    margin: -16px 0 -16px auto;
}

/* --- Блоки с псевдоэлементами --- */
.up_1, .up_2 {
    position: relative;
    border-radius: 40px;
    border: 2px solid #BFE87B;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 24px;
    margin-bottom: 38px;
}

.up_2 {
    padding: 22px;
    width: 294px;
    height: 223px;
}

.up_2 p {
    margin: 0;
}

/* --- Псевдоэлементы (линии) --- */
.up_1::before, .up_2::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(/upload/Line3.png);
    overflow-y: hidden;
}

.up_1::before {
    top: -25%;
    width: 5px;
    height: 31px;
}

.up_2::before {
    top: -19%;
    width: 5px;
    height: 40px;
}

.nexus_next .up_1::before {
    top: -18%;
    width: 5px;
    height: 31px;
}

.nexus_next  .up_2::before {
    top: -33%;
    width: 5px;
    height: 40px;
}

/* --- Текстовые стили --- */
.under_up {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px!important;
    padding-bottom: 20px;
}

.nexus {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.nexus span {
    display: block;
    font-weight: 700;
}

.nexus_all {
    display: flex;
    gap: 6px;
}

.digit {
    display: none; /* По умолчанию скрыт */
}

.plusp {
    font-weight: 700;
}

.fig_caption {
    color: #000;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.listings {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.sources {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


/* --- Стили для nexus_next (состояние) --- */

.nexus .digit {display:none;}
.nexus_next .up_2{
width: 294px;
height: 131px;
justify-content: center;
}
.nexus_next .up_2 span    {
color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;}

/* --- Стили таблиц --- */
.table-padding {
    border-radius: 16px!important;
}

.table-padding .table-head td {
    color: #fff;
}

.last-td .table-padding {
    padding-bottom: 15px;
}

td.table-padding {
    color: #000;
    vertical-align: top;
    padding-left: 15px!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tabloid .table-head td {
    padding-left: 15px!important;
}
.element-block-content td
{padding: 14px;
}
.tabloid  td {
    padding: 6px;

}

/* --- Медиа-запросы --- */
@media screen and (min-width: 500px) {
    .welcome-button a {
        padding: 0 84px;
    }
}

@media screen and (min-width: 1200px) {
    .welcome-button a {
        height: 70px;
    }
}

@media screen and (max-width: 650px) {
    .welcome-button a {
        padding: 0 58px;
    }

    .element-blocks-6 .element-block-title-ff0,
    .element-blocks-6 .element-block-title-ff3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: left;
        margin: 0;
    }

    .element-block-forse, .element-block-title {
        margin-top: 10px;
    }

    .element-block-content td {
        padding: 7px;
vertical-align: baseline;
    }

    .nexus_all {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .up_2::before {
        top: -31%;
        width: 5px;
        height: 41px;
    }

  .nexus_next .up_2::before {
    top: -33%;
    width: 5px;
    height: 21px;
}
		.nexus_1 .nexus .up_1{
width: 290px;
height: 69px;
flex-shrink: 0;
}
.nexus_1 .up_2::before {
    top: -17%;
    width: 5px;
    height: 20px;
}
    .up_1::before {
        content: unset;
    }

.element-block-forse:nth-child(3) .under_up{
    width: 313px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
		.element-block-forse:nth-child(3) .nexus_next .nexus:nth-child(3) .up_1, 		.element-block-forse:nth-child(3) .nexus_next .nexus:nth-child(4) .up_1{
padding-left: 40px;
    padding-right: 40px;
}
		.element-block-forse:nth-child(3) { margin-top: -10px;}
		.element-block-title-ff2 {     width: 238px!important;}
		.nexus_1 p:nth-child(2), .nexus_1 p:nth-child(3) {
margin-top: 10px;
}
    .up_1, .up_2 {
        border-radius: 32px;
        padding: 0;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0 auto;
        margin-bottom: 19px;
        border: 2px solid  #BFE87B;
        background: #FFF;
    }

    /* Заголовки */
    .element-block-title-ff {
        width: auto;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 10px!important;
        color: #000!important;

        margin: 0 auto;
        margin-bottom: 18px;
    }

    .element-block-title-ff span {
        color: #000!important;
    }

    .under_up {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }

    .digit {
        color: rgba(191, 232, 123, 0.47);
        text-align: center;
        font-family: 'Proxima Nova', sans-serif;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .nexus .digit {
        display: block;
        padding-right: 17px;
        margin-left: -11px;
    }

    .welcome-button a {
        padding: 0 108px;
    }

    .up_1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-left: 40px;
        padding-right: 40px;
        width: 90%;
    }

    .up_2 {
        display: flex;
        justify-content: center;
        width: 90%;
    }

    .nexus .up_1 {
        width: 294px;
        height: 88px;
        flex-shrink: 0;
    }

    .nexus .up_2 {
        width: 294px;
        height: 137px;
        flex-shrink: 0;
    }
/*
        .table-padding      {
    border-radius: 16px!important; 
}
*/

    .nexus_next .nexus .up_2 {
        width: 294px;
        height: 72px;
        flex-shrink: 0;
    }

    .nexus_next .nexus .up_2 span {
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .element-block-content td
{padding: 14px;
}
        .tabloid  td {
    padding: 6px;

}

}
