﻿


.section > .container,
.partners-section > .container,
.contact-section > .container,
#Info {
    width: min(1180px, calc(100% - 72px));
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
}

.AnnouncementNews-Container {
    width: 100%;
    min-height: 118px;
    overflow: visible;
}

.AnnouncementNews-Content {
    width: 100%;
    min-height: 112px;
    /*border-bottom: 1px dotted black;*/
    margin-top: 8px;
}

.AnnouncementNews-link {
    width: 100%;
    height: 100%;
}

.AnnouncementNews {
    width: 100%;
    height: 100%;
}

.AnnouncementNewsText {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: auto;
    float: none;
    margin-right: 0;
    overflow: hidden;
}

.AnnouncementNews-Content2 {
    width: 100%;
    height: 100%;
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 16px;
    float: none;
    overflow: hidden;
    padding: 8px 0;
}

.AnnouncementNews-image {
    flex: 0 0 78px;
    width: 78px;
    height: 100px;
    object-fit: contain;
    float: none;
    border-radius: 4px;
    background: #eef7f3;
    border: 1px solid rgba(15, 23, 42, .08);
    transition: transform .24s ease;
}

.AnnouncementNews:hover .AnnouncementNews-image {
    transform: translateY(-2px);
}

:root[data-theme="dark"] .AnnouncementNews-Container,
:root[data-theme="dark"] .AnnouncementNews-Content,
:root[data-theme="dark"] .AnnouncementNews-Content2 {
    background: transparent;
}

:root[data-theme="dark"] .AnnouncementNewsText h3 {
    color: #f97316 !important;
}

:root[data-theme="dark"] .AnnouncementNewsText p {
    color: #dbeafe !important;
}

:root[data-theme="dark"] .AnnouncementNews-image {
    background: #f8fafc;
    border-color: rgba(148, 163, 184, .3);
}

:root[data-theme="dark"] .horo,
:root[data-theme="dark"] .section,
:root[data-theme="dark"] #current-news {
    background: transparent;
    color: #e5e7eb;
}

:root[data-theme="dark"] .section-title {
    color: #f8fafc !important;
}

.slide-text2
{
    width:75%;
    height:150px;
    float:right;
    padding:5px;
}

.slide-image2
{
    width:20%;
    height:150px;
    object-fit:contain;
}

@media (max-width: 768px) {
    .section > .container,
    .partners-section > .container,
    .contact-section > .container,
    #Info {
        width: calc(100% - 28px);
        padding-left: 12px;
        padding-right: 12px;
    }
}






















