.bcg_block_a {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    align-content: center; 
    justify-content: center; 
    overflow: auto;   

    background: rgba(0, 0, 0, 0.6);

    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.advertising_block {
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.btn_a_close {
    position: absolute;
    top: 24px;
    right: 20px;
}

.btn_a_close:hover {
    cursor: pointer;
}

.advertising_block .title {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.advertising_block .advertising_img {
    display: block;
    border: none;
    width: 100%;
    padding: 10px 0 0 0;
}


.news_big_popup .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    padding-top: 20px;
}

.news_big_popup .block_news {
    display: grid;
    grid-template-columns: 275px 275px 275px;
    grid-gap: 30px;
    margin: 37px 0 90px 0;
}

.block_news .item_last_article {
    height: fit-content;
}

.block_news .item_last_article .text_last_block {
    height: auto;
}

.bcg_block_news_top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center; 
}

.news_top_popup {
    width: 100%;
    height: fit-content;
    background: linear-gradient(0deg, #89BFFF 0%, rgba(204, 227, 254, 1) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.news_top_popup .block_news {
    display: grid;
    grid-template-columns: 275px 275px 275px 275px;
    grid-gap: 30px;
    margin: 10px 0 20px 0;
    justify-content: center;
}

.news_top_popup .block_news h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.news_top_popup .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    padding-top: 20px;
}

.news_top_popup .block_news .item_last_article .img_last_article {
    height: 165px;
}

.news_top_popup .btn_a_close {
    background-color: 0;
}

.disable_ads_block {
    width: 100%;
    position: fixed;
    bottom: 12px;
    left: 0;
    display: none;
    justify-content: center; 
}

.disable_ads_block .disable_ads {
    background: #0079D0;
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 70px;
    position: relative;
}

.disable_ads_block .disable_ads .btn_close_bottom_p {
    position: absolute;
    top: 34px;
    right: 30px;
}

.btn_close_bottom_p:hover {
    cursor: pointer;
}

.disable_ads .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    padding: 25px 80px 25px 80px;
}