
@media (width <= 900px){
    .closeMP {
        background: url("../img/core/close.svg") no-repeat center;
        background-size: contain;
        width: 2rem;
        height: 2rem;
        display: flex;
    }
    .container ul.cells[name=listNewArticles] > li {
         margin: .5rem .1rem;
    }
    header .ht.phone  .bxCalender {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    header .ht.phone .bxLogo > img{
        display: none;
    }
    header .ht.phone .bxLoginClock {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    header .ht.phone {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header .ht.desktop{
        display: none;
    }
    header .ht.phone .bxClockAnalog .clock-wrapper {
        position: absolute;
        top: -68px;
        right: -70px;
        width: 250px;
        height: 250px;
        transform: scale(0.4);
    }
    header .ht.phone.login {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    header .ht.phone .bxClockAnalog {
        position: relative;
        width: 10rem;
        height: 6rem;
    }
    header .ht.phone.bxLogo > img {
        width: 3.8rem;
        margin: 0 0.6rem;
        display: none;
    }

    .popup .bxPopupHeart {
        width: 95%;
    }
    header .ht.phone ul.bxLogin > li {
        display: flex;
        justify-content: flex-start;
        margin: unset;
        align-items: center;
    }
    .container .bxL ul.cells {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
    }
    section.container {
        display: flex;
        flex-direction: column;
    }
    ul.listRelatedArticles {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    ul.listRelatedArticles > li {
        margin: .5rem 0;
        width: 95%;
        max-width: 18rem;
    }
    main#articleView .bxImgArticle {
        width: 95%;
        height: fit-content;
        margin: 1rem auto;
        max-width: 28rem;
    }
    main#articleView li.bxParagraph {
        padding: 1rem;
        width: 95%;
    }
    main#articleView h1 {
        font-size: 20pt;
        text-align: center;
        margin: 2rem auto;
        width: 95%;
        overflow: hidden;
        height: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 2.3rem;
    }
    main#articleView .bxFirst > ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    main#articleView {
        display: grid;
        grid-template-columns: unset;
        column-gap: 1%;
        grid-template-rows: auto;
        width: 100%;
        overflow: hidden;
    }
    header .bxMenuPhone ul.menuPhone  ul.subMenu > li:hover{
        background-color: #999;
        color: #fff;
    }
    header .bxMenuPhone ul.menuPhone  ul.subMenu > li{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .bxMenuPhone ul.menuPhone  ul.subMenu > li:not(:last-child){
        border-bottom: 1px solid #ccc;
    }
    header .bxMenuPhone ul.menuPhone  ul.subMenu > li{
        height: 3rem;
    }
    header .bxMenuPhone ul.menuPhone  ul.subMenu {
        background-color: #eee;
        box-shadow: inset 0 0 5px;
        margin: .2rem;
        border-radius: .2rem;
        padding: 0.5rem;
        max-height: 10rem;
        overflow-y: auto;
    }
    header .bxMenuPhone ul.menuPhone li:has(.closeMP) {
        background-color: #ff82ff;
        padding: .5rem;
        display: flex;
        justify-content: flex-end;
    }
    header .bxMenuPhone ul.menuPhone > li{
        border-bottom: 1px solid #ccc;
    }

    main#home ul.circles > li{
        margin: 1rem auto;
    }
    main#home ul.circles {
        display: flex;
        justify-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    header .bxMenuPhone ul.menuPhone.showMP{
        right: 0;
    }
    header .bxMenuPhone .btnMenuPhone{
        display: block;
        position: fixed;
        top: 5rem;
        right: 0;
        background-color: #fff;
        box-shadow: -3px 0 5px;
        padding: 0.8rem;
        border-radius: .4rem 0 0 .4rem;
        z-index: 99;
    }
    header .bxMenuPhone .bxMU {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding: 0 .5rem;
        height: 3.5rem;
    }
    header .bxMenuPhone .shellSubMenu {
        height: 0;
        overflow: hidden;
    }
    header .bxMenuPhone{
        display: block;
        height: 100%;
    }
    header .bxMenuPhone:has(.showMP):after{
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgb(0,0,0,.4);
        left: 0;
        top: 0;

    }
    header .bxMenuPhone > ul{
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 20rem;
        height: 100%;
        background-color: #fff;
        right: -100%;
        transition: right .35s ease-in-out;
        box-shadow: -5px 0 5px #333;
        z-index: 20;
    }
    header nav.mhd{
        display: none;
    }
    
    header .siteName {
        position: unset;
        height: 5rem;
    }
    header .bxLogo {
        width: 100%;
        display: flex;
        align-items: center;
        height: unset;
        justify-content: center;
        flex-direction: row-reverse;
    }
}