.informaton {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
    border-bottom: 3px solid #1F2A44;
    box-shadow: 0px 0px 0px #1F2A44, inset 0px 0px 50px #1F2A44;
}

.informaton .title {
    font-size: 30px;
    text-align: center;
    background: linear-gradient(90deg,
        #E6E6E6 0%,
        #E6E6E6 0%,
        #7A8FA3 25%,
        #0F2A62 50%,
        #7A8FA3 75%,
        #E6E6E6 100%
    );
    background-size: 500% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: AnimationInformationTitle 25s linear infinite;
    margin: 0px;
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 50px;
}

.informaton .description {
    font-size: 19px;
    text-align: center;
    background: linear-gradient(90deg,
        #E6E6E6 0%,
        #E6E6E6 0%,
        #7A8FA3 25%,
        #0F2A62 50%,
        #7A8FA3 75%,
        #E6E6E6 100%
    );
    background-size: 500% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: AnimationInformationTitle 25s linear infinite;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
}


.news {
    max-width: 1210px;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.news .featured-article {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    background-color: #0A0A0F;
    border: 2px solid #13357C;
    box-shadow: 0px 0px 20px #13357C, inset 0px 0px 0px #13357C;
    border-radius: 20px;
    width: 1200px;
    height: 353px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news .featured-article:hover {
    box-shadow: 0px 0px 30px #13357C, inset 0px 0px 0px #13357C;
    transition: all 0.3s ease;
}

.news .featured-article-image {
    position: relative;
}

.news .featured-article-image-photo {
    border-right: 1px solid #13357C;
    width: 450px;
    height: 350px;
    object-fit: cover;
}

.news .featured-article-image-badge {
    position: absolute;
    color: #E6E6E6;
    font-size: 15px;
    line-height: 1.0px;
    text-transform: uppercase;
    background-color: #0F2A62;
    border: 3px solid #18439E;
    border-radius: 13px;
    top: 30px;
    left: 30px;
    padding-top: 18px;
    padding-right: 15px;
    padding-bottom: 18px;
    padding-left: 15px;
}

.news .featured-article-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news .featured-article-data-content {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

.news .featured-article-data-content-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 15px;
    margin-bottom: 12px;
}

.news .featured-article-data-content-meta-category {
    color: #E6E6E6;
    font-size: 15px;
    line-height: unset;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
}

.news .featured-article-data-content-meta-date {
    color: #D4D4D4;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #18439E;
    padding-top: 6px;
    padding-bottom: 5px;
}

.news .featured-article-data-content-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #E6E6E6;
    font-size: 22px;
    line-height: 1.4;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.news .featured-article-data-content-summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #AAAAAA;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.news .featured-article-content-more {
    color: #18439E;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
}
.news .featured-article-content-more:hover {
    color: #1E50BC;
    transition: color 0.2s ease;
}
.news .featured-article-content-more:hover i {
    color: #1E50BC;
}

.news .featured-article-content-more i {
    color: #18439E;
    font-size: 16px;
    padding-right: 5px;
    transition: all 0.2s;
}

.news .news-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1F2A44;
    padding-top: 20px;
    margin-bottom: 40px;
}

.news .news-control-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.news .news-control-filters button {
    color: #D4D4D4;
    font-size: 15px;
    background-color: #0C1437;
    border: 2px solid #0F2A62;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s;
    margin-left: 5px;
}

.news .news-control-filters button.active,
.news .news-control-filters button:hover {
    color: #E6E6E6;
    background-color: #143171;
    border: 2px solid #18439E;
}

.news .feed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .feed-article {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: space-between;
    background-color: #0A0A0F;
    border: 2px solid #1F2A44;
    border-radius: 20px;
    width: 585px;
    height: 605px;
    margin-bottom: 28px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px) scale(0.95);
    transition: all 0.2s;
    will-change: transform, opacity;
}

.news .feed-article.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.news .feed-article.visible:hover {
    border: 2px solid #13357C;
    box-shadow: 0px 0px 20px #13357C, inset 0px 0px 0px #13357C;
    transform: scale(1.005);
    transition: all 0.3s ease;
}

.news .feed-article-data-image {
    position: relative;
}

.news .feed-article-data-image-photo {
    border-bottom: 1px solid #1F2A44;
    width: 100%;
    height: 295px;
    object-fit: cover;
}

.news .feed-article-data-image-badge {
    position: absolute;
    color: #E6E6E6;
    font-size: 15px;
    background-color: #0F2A62;
    border: 3px solid #18439E;
    border-radius: 13px;
    top: 30px;
    left: 30px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.news .feed-article-data-content {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.news .feed-article-data-content-meta {
    display: flex;
    align-items: center;
}

.news .feed-article-data-content-meta-category {
    color: #E6E6E6;
    font-size: 15px;
    line-height: unset;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
}

.news .feed-article-data-content-meta-date {
    color: #D4D4D4;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #18439E;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-left: 10px;
}

.news .feed-article-data-content-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #E6E6E6;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.news .feed-article-data-content-summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #AAAAAA;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 0px;
}

.news .feed-article-more {
    color: #18439E;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.news .feed-article-more:hover {
    color: #1E50BC;
    transition: color 0.2s ease;
}
.news .feed-article-more:hover i {
    color: #1E50BC;
}
.news .feed-article-more i {
    color: #18439E;
    font-size: 16px;
    margin-right: 5px;
    transition: all 0.2s;
}


.telegram {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid #1F2A44;
    box-shadow: 0px 0px 70px #1F2A44, inset 0px 0px 0px #1F2A44;
}

.telegram .title {
    color: #E6E6E6;
    font-size: 25px;
    text-align: center;
    margin: 0px;
    margin-top: 100px;
    margin-bottom: 60px;
    margin-left: 50px;
    margin-right: 50px;
}

.telegram .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #0A0A0F;
    border: 2px solid #1F2A44;
    border-radius: 10px;
    width: 500px;
    height: 290px;
    margin-bottom: 100px;
    opacity: 0;
    transform: translateY(10px) scale(0.95);
    transition: all 0.2s;
    will-change: transform, opacity;
}
.telegram .card:hover {
    border: 2px solid #13357C;
    transition: border 0.5s ease;
}

.telegram .card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.telegram .card-description {
    font-size: 18px;
    color: #BBBBBB;
    text-align: center;
    margin: 0px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

.telegram .card-open {
    color: #BBBBBB;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #0C1437;
    border: 2px solid #0F2A62;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
    transition: all 0.2s ease;
}
.telegram .card-open:hover {
    color: #E6E6E6;
    background-color: #0E1844;
    border: 2px solid #0F2A62;
}

.telegram .card-open i {
    color: #BBBBBB;
    font-size: 16px;
    padding-right: 5px;
    transition: all 0.2s ease;
}
.telegram .card-open-button:hover i {
    color: #E6E6E6;
}



@media (max-width: 1250px) {
    .news {
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .news .featured-article {
        width: auto;
        min-height: 353px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .news .feed {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
        margin: 0px;
    }

    .news .feed-article {
        width: 49%;
        height: 620px;
        margin: 0px;
    }

    .news .feed-article-data-image-photo {
        border-bottom: 1px solid #1F2A44;
        width: 100%;
        object-fit: cover;
    }

    .news .feed-article-data-content-title {
        -webkit-line-clamp: 3;
    }

    .news .feed-article-data-content-summary {
        -webkit-line-clamp: 6;
    }
}


@media (max-width: 1060px) {
    .news {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news .featured-article {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        /* min-height: 700px; */
        margin: 0px;
        margin-bottom: 70px;
    }

    .news .featured-article-image-photo {
        border-right: 0px;
        border-bottom: 1px solid #13357C;
        width: 100%;
        height: 295px;
        object-fit: cover;
    }
    
    .news .featured-article-data {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .news .featured-article-data-content {
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .news .featured-article-data-content-title {
        -webkit-line-clamp: 3;
    }

    .news .featured-article-data-content-summary {
        margin-bottom: 0px;
        -webkit-line-clamp: 7;
    }

    .news .featured-article-content-more {
        margin-top: 50px;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .news .news-control {
        padding-top: 20px;
        margin-bottom: 70px;
    }

    .news .feed {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 0px;
    }

    .news .feed-article {
        width: 100%;
        height: auto;
        /* min-height: 600px; */
        margin: 0px;
    }

    .news .feed-article-data-content-summary {
        -webkit-line-clamp: 5;
    }

    .news .feed-article-more {
        color: #18439E;
        font-size: 16px;
        text-decoration: none;
        margin-top: 50px;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
    }
}


@media (max-width: 900px) {
    .informaton .title {
        font-size: 28px;
    }
    .informaton .description {
        font-size: 18px;
    }

    
    .telegram .title {
        font-size: 23px;
    }
}


@media (max-width: 750px) {
    .news {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news .featured-article {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        min-height: unset;
    }
}


@media (max-width: 550px) {
    .telegram .card {
        width: auto;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media (max-width: 500px) {
    .informaton .title {
        font-size: 27px;
    }
    .informaton .description {
        font-size: 17px;
    }
}