/* -------------------------------------------------------------------------- */
main > div > article {
    /* width: calc( 100% - 0px ); */
}
/* -------------------------------------------------------------------------- */
main > div {
    position: relative;
}
main > div > .breadcrumbs {
    padding-right: 366px;
    min-height: 141px;
}
main > div > #ukraine2022 {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f8fa;
}
main > div > #ukraine2022 > img {
    width: 100%;
    height: auto;
}
/* -------------------------------------------------------------------------- */
body#mid1 main > div > #ukraine2022 {
    display: none !important;
}
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
    main > div > .breadcrumbs {
        min-height: 97px;
    }
    main > div > .breadcrumbs {
        padding-right: 195px;
    }
    main > div > #ukraine2022 {
        width: 240px;
        height: 96px;
    }
}
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 449px) {
    main > div > #ukraine2022 {
        width: 100%;
        height: 86px;
        justify-content: flex-end;
    }
    main > div > #ukraine2022 > img {
        width: auto;
        height: 100%;
    }
    main > div > .breadcrumbs {
        padding-top: 86px;
        padding-right: 0px;
    }
}
/* -------------------------------------------------------------------------- */
#all_news_home {
    padding-top: 0;
    margin: -12px 0 12px 0;
}
#all_news_home p.cvu_link {
    width: auto;
    min-width: unset;
    height: auto;
    margin: 20px;
}
#all_news_home p.cvu_link a {
    width: auto;
    line-height: 1;
    height: auto;
    padding: 24px 72px;
    font-size: 20px;
    text-transform: uppercase;
}
/* -------------------------------------------------------------------------- */
h1#home_all_news_h1 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin: 24px 0 0 0;
}
h1#home_all_news_h1:after {
    margin: 8px auto 18px auto;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.cvu_mm table table {
    width: 100%;
}
.cvu_mm table table > tbody > tr {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.insert_txt table table > tbody > tr > td iframe {
    max-width: calc(100vw - 58px);
}
.insert_txt table table table > tbody > tr > td img ,
.cvu_mm table table > tbody > tr > td img {
    max-width: calc(100vw - 58px);
    height: auto;
}
article .insert_txt table table td a {
    word-break: break-all; 
}
/* -------------------------------------------------------------------------- */
.insert_txt table table table[border="1"] ,
.insert_txt table table table[border="2"] ,
.insert_txt table table table[border="3"] ,
.insert_txt table table table[border="4"] {
    border-collapse: collapse;
    border: 1px solid #78909c !important;
}
@media screen and (max-width: 768px) {
    .insert_txt table table table[border="1"] ,
    .insert_txt table table table[border="2"] ,
    .insert_txt table table table[border="3"] ,
    .insert_txt table table table[border="4"] {
        max-width: calc(100vw - 48px);
        display: flex;
        overflow: scroll;
        border: none;
        border: none !important;
    }
    .insert_txt table table table[border="1"] tbody ,
    .insert_txt table table table[border="2"] tbody ,
    .insert_txt table table table[border="3"] tbody ,
    .insert_txt table table table[border="4"] tbody {
        display: table;
        border: 1px solid #78909c !important;
    }
}
/* -------------------------------------------------------------------------- */
.home_slider_v2 {
    margin: 1px;
}
.home_slider_v2 img {
    display: block;
    width: 100%;
    height: auto;
}
.home_slider_v2 img + img {
    display: none;
}
@media screen and (max-width: 768px) {
    .home_slider_v2 img {
        display: none;
    }
    .home_slider_v2 img + img {
        display: block;
    }
}
/* -------------------------------------------------------------------------- */
