.ac-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: -82px;
    overflow-y: hidden;
}

.ac-block-1 {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    padding: 56px 4% 0 4%;
}

.ac-block-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.ac-1-text {
    display: flex;
    width: 100%;
    padding-top: 180px;
    position: relative;
    z-index: 10;
}

.text-container {
    width: 50%;
    padding: 8% 0 0 0;
    position: relative;
    z-index: 10;
}

.text-container h1,
.text-container p,
.news-btn a button,
.acl-2-links h5 {
    color: white;
}

.text-container h1 {
    font-family: e-Ukraine-Head;
}


.text-container h1 {
    font-size: 64px;
    font-weight: bold;
}

.text-container h1 span {
    display: block;
}

.text-container p {
    font-family: e-Ukraine-Thin;
    font-size: 40px;
    margin-top: 30%;
    margin-bottom: 20%;
}

.ep-row-1 h3 {
    font-family: e-Ukraine-Head;
    font-weight: bold;
}

.ep-row-1 h3 {
    font-size: 64px; 
}

.ep-block-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 80px 4%;
    background: rgba(229, 229, 229, 1);
}

.ep-row-1 {
    padding: 0 0 5% 0;
}

.ep-row-2 {
    display: flex;
}

.ep-block {
    display: flex;
    flex-direction: column;
}

.ep-row-1,
.ep-pic {
    width: 50%;
}

.ep-pic img {
    width: 100%;
}

.ep-row-2 .triple-text-container {
    padding: 0 0 0 5%;
    color: rgba(27, 41, 42, 1);
}

.ep-row-2 .triple-text-container span,
.ep-row-1 h3 {
    color: rgba(27, 41, 42, 1);
}

.ep-row-2 .triple-text-container p {
    border-left: 2px solid rgba(27, 41, 42, 1);
    font-weight: bold;
}

.circle-1,
.circle-2,
.circle-3 {
    position: absolute;
    z-index: -1;
}

.circle-1 {
    -moz-filter: blur(180px);
    -o-filter: blur(180px);
    -webkit-filter: blur(180px);
    filter: blur(180px);
    border-radius: 50%;
    background: rgba(0, 32, 105, 1);
}

.circle-2 {
    -moz-filter: blur(130px);
    -o-filter: blur(130px);
    -webkit-filter: blur(130px);
    filter: blur(130px);
    top: 0;
    right: 0;
    border-bottom-left-radius: 50%;
    background: rgba(29, 54, 108, 1);
}

.circle-3 {
    -moz-filter: blur(170px);
    -o-filter: blur(170px);
    -webkit-filter: blur(170px);
    filter: blur(170px);
}

.news-btn a button {
    cursor: pointer;
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 40px;
    margin: 60px 0 0 0;
}

.ac-accord,
.acl-accord {
    --bs-accordion-active-bg: none;
}

.ac-accord-item {
    background-color: white;
    padding: 20px 40px;
    border: none;
}

.ac-accord-list,
.ep-3-accord-list {
    list-style-type: none;
    padding: 0;
}

.ac-accord-list li {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid rgba(201, 215, 227, 1);
}

.ac-accord-btn {
    font-family: e-Ukraine-Head;
    font-weight: bold;
    font-size: 20px;
}

.ac-accord-list li p a {
    text-decoration: none;
    color: rgba(7, 21, 52, 1);
}

.ac-accord-list li p a {
    font-size: 18px;
}

.file-pic {
    width: 10%;
    height: 100%;
}

.file-pic img {
    width: 100%;
}

.ac-accord-list li p {
    width: 83%;
    height: 100%;
    padding: 0 5%;
}

.download-pic {
    display: flex;
    justify-content: flex-end;
    width: 7%;
}

.download-pic a img {
    width: 40px;
}

.acl-2-links h5,
.acl-accord-btn {
    font-family: e-Ukraine-Head;
    font-weight: bold;
}

.acl-accord {
    margin: 0;
}

.acl-accord-btn {
    color: #071534;
    background-color: #F5F5FA;
    font-size: 20px;
    padding: 25px 40px;
    line-height: 1.4;
}

.acl-accord-list {
    list-style-type: none;
}

.acl-accord-list li {
    margin-bottom: 25px;
}

.acl-accord-list li a {
    font-size: 16px;
    color: #7A8A9C;
    text-decoration: underline solid rgba(122, 138, 156, .05);
}

.acl-accord-list li a:hover {
    text-decoration: underline solid rgba(122, 138, 156, .2);
}

.specific-news-content {
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    justify-content: center;
    margin-top: 80px;
    list-style-type: none;
}

.specific-news-content li {
    width: 100%;
    height: 400px;
    padding-bottom: 10px;
}

.specific-news-content li a img {
    width: 100%;
    height: 78%;
    object-fit: cover;
    padding-bottom: 15px;
}

.specific-news-content li a {
    text-decoration: none;
    color: rgba(7, 21, 52, 1);
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px; 
}


@media all and (max-width: 2100px) {
    .download-pic a img {
        width: 35px;
    }
}

@media all and (max-width: 1750px) {
    .ep-row-1 {
        width: 100%;
    }

    .ac-accord-list li p a {
        font-size: 16px;
    } 
}

@media all and (max-width: 1670px) {
    .specific-news-content li {
        height: 350px;
    }

    .specific-news-content li a {
        font-size: 19px;
    }
}

@media all and (max-width: 1570px) {
    .text-container {
        width: 60%;
    }

    .text-container h1,
    .ep-row-1 h3 {
        font-size: 62px;
    }

    .text-container p {
        font-size: 38px;
    }

    .acl-accord-btn {
        font-size: 19px;
    }

    .specific-news-content li a {
        font-size: 17px;
    }
}

@media all and (max-width: 1430px) {
    .text-container {
        width: 70%;
    }

    .text-container h1,
    .ep-row-1 h3 {
        font-size: 60px;
    }

    .text-container p {
        font-size: 36px;
    }

    .ac-accord-list li p a {
        font-size: 14px;
    }

    .acl-accord-btn {
        font-size: 18px;
        padding: 20px 25px;
    }

    .specific-news-content li {
        height: 320px;
    }
}

@media all and (max-width: 1350px) {
    .ac-accord-list li p a {
        font-size: 16px;
    }

    .file-pic {
        width: 8%;
    }

    .download-pic a img {
        width: 30px;
    }

    .specific-news-content li a {
        font-size: 16px;
    }
}

@media all and (max-width: 1300px) {
    .specific-news-content {
        grid-template-columns: auto auto;
        margin-top: 50px;
    }

    .specific-news-content li {
        height: 390px;
        padding-bottom: 0;
    }

    .specific-news-content li a img {
        height: 85%;
    }
}

@media all and (max-width: 1200px) {
    .text-container h1,
    .ep-row-1 h3 {
        font-size: 55px;
    }

    .text-container p {
        font-size: 33px;
    }

    .acl-accord-btn {
        font-size: 17px;
    }

    .specific-news-content li {
        height: 360px;
    }
}

@media all and (max-width: 1120px) {
    .ac-1-text {
        flex-direction: column;
    }
    
    .ep-row-2 {
        flex-direction: column;
    }

    .ep-pic {
        width: 100%;
    }

    .ac-accord-list li p a {
        font-size: 15px;
    }

    .acl-accord-btn {
        font-size: 18px;
        padding: 20px 35px;
    }

    .specific-news-content li {
        height: 320px;
    }
}

@media all and (max-width: 1050px) {
    .text-container h1 {
        font-size: 50px;
    }

    .ep-row-1 h3 {
        font-size: 50px;
    }

    .specific-news-content li a img {
        padding-bottom: 10px;
        height: 80%;
    }

    .specific-news-content li a {
        font-size: 15px; 
    }

}

@media all and (max-width: 950px) {
    .text-container {
        width: 80%;
    }

    .text-container h1,
    .ep-row-1 h3 {
        font-size: 46px;
    }

    .text-container h1 span {
        font-size: 36px;
        margin-top: 15px;
    }

    .text-container p {
        font-size: 28px;
    }

    .ac-accord-list li p a {
        font-size: 14px;
    }

    .download-pic a img {
        width: 25px;
    }

    .specific-news-content li a img {
        height: 75%;
    }

    .ep-block-container {
        padding: 60px 4%;
    }
}

@media all and (max-width: 850px) {
    .specific-news-content li {
        height: 280px;
    }
}

@media all and (max-width: 800px) {
    .text-container {
        padding: 20% 0 0 0;
    }

    .text-container h1,
    .ep-row-1 h3 {
        font-size: 42px;
    }

    .text-container h1 span {
        font-size: 30px;
    }

    .text-container p {
        font-size: 24px;
        margin-top: 40%;
    }

    .ac-accord-item {
        padding: 15px 0;
    }

    .file-pic {
        width: 10%;
    }
}

@media all and (max-width: 770px) {
    .specific-news-content {
        grid-template-columns: auto;
    }

    .specific-news-content li {
        height: 450px;
    }

    .specific-news-content li a img {
        height: 85%;
    }

    .news-btn a button {
        margin: 20px 0 0 0;
    }
}

@media all and (max-width: 650px) {
    .text-container {
        width: 90%;
    }

    .text-container h1,
    .ep-row-1 h3 {
        font-size: 35px;
    }

    .text-container h1 span {
        font-size: 27px;
    }

    .ac-accord-list li p a {
        font-size: 13px;
    }

    .ac-accord-btn,
    .acl-accord-btn {
        font-size: 17px;
    }

    .acl-accord-btn {
        padding: 15px 15px;
    }

    .accordion-body ul {
        padding-left: 0;
    }

    .acl-accord-list li a {
        font-size: 15px;
    }

    .specific-news-content li {
        height: 380px;
    }

    .specific-news-content li a img {
        height: 80%;
        padding-bottom: 5px;
    }
}

@media all and (max-width: 550px) {
    .specific-news-content li {
        height: 340px;
    }
}

@media all and (max-width: 500px) {
    .text-container {
        padding: 25% 0 0 0;
        width: 100%;
    }

    .text-container h1,
    .ep-row-1 h3 {
        font-size: 32px;
    }

    .text-container h1 span {
        font-size: 22px;
    }

    .text-container p {
        font-size: 18px;
        margin-top: 70%;
    }

    .ac-accord-item {
        padding: 10px 0;
    }

    .ac-accord-list li p a {
        font-size: 11px;
    }

    .file-pic {
        width: 13%;
    }

    .ac-accord-btn {
        font-size: 16px;
    }

    .acl-accord {
        margin-bottom: 10px;
    }

    .acl-accord-btn {
        font-size: 15px;
    }

    .acl-accord-list li a {
        font-size: 14px;
    }

    .specific-news-content li {
        height: 320px;
    }

    .specific-news-content li a img {
        height: 75%;
    }

    .specific-news-content li a {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

@media all and (max-width: 450px) {
    .specific-news-content li {
        height: 280px;
    }
}

@media all and (max-width: 400px) {
    .ac-container {
        margin-top: -67px;
    }
    
    .text-container h1,
    .ep-row-1 h3 {
        font-size: 30px;
    }

    .text-container p {
        margin-top: 100%;
    }

    .text-container h1 span {
        line-height: 25px;
    }

    .ac-accord-btn {
        font-size: 14px;
    }

    .ac-accord-list li p {
        line-height: 1.2;
    }

    .ac-accord-list li p a {
        font-size: 10px;
        margin: 0;
    }

    .acl-accord-list li a {
        font-size: 13px;
    }

    .specific-news-content {
        gap: 30px;
    }

    .specific-news-content li {
        height: 250px;
    }

    .specific-news-content li a {
        letter-spacing: 0;
    }

    .crumb span {
        display: none;
    }
}

@media all and (max-width: 350px) {
    .acl-accord-btn {
        font-size: 14px;
    }

    .acl-accord-list li a {
        font-size: 12px;
    }

    .specific-news-content li a {
        font-size: 13px;
    }
}