@media (orientation: portrait) {
    img.close-handle {
        position: absolute;
        width: 2vmax;
        top: 3vmax;
        right: 3.15vmax;
        filter: invert(0.5);
    }

    screen#sitemap-screen.active {
        display: table;
        background-color: rgba(13,19,33,0.5); /*(43,49,63)*/
        backdrop-filter: blur(16px);
        z-index: 3;
    }
    screen#sitemap-screen div#try-speak-russian,
    screen#sitemap-screen div#try-speak-english
    {
        color: #4091f3; /*#FC9C9C;*/
        margin-top: 13vh;
        font-size: 2vmax !important;
    }
    div#sitemap-menu {
        margin-top: 13vmin;
        height: auto;
        text-align: center;
    }
    div#sitemap-menu a {
        display: block;
        margin-top: 3.7vh;
        text-decoration: none;
        color: #D8D8D8;
        font-size: 2vmax !important;
    }
    div#sitemap-menu a:hover {
        color: #4C44AF !important;
    }

    div#title img {
        width: 60vw;
    }

    div#localglobe span {
        font-size: 2vmax;
        line-height: 2vmax;
    }

    div#localglobe {
        margin-top: 0 !important;
    }
    div.variant.active {
        /*margin-top: 0 !important;*/
    }

    div.query-left,
    div.query-right {
        position: fixed; bottom: 0;
        background-color: transparent;
    }
    div.variant.active > span.caption {
        left: 50% !important;
        transform: translateX(-50%);
        text-align: center;
        margin-top: 1.5vmax !important;
        width: 100%;
    }

    div.variant.hidden-left,
    div.variant.hidden-right,
    div.variant.left,
    div.variant.right {  
        display: none !important;
    }

    div.variant.active {
        width: 85vh;
        height: 66vh;
    }

    @keyframes walkin {
      0% {
        width: 85vh;
        height: 66vh;
      }
      100% {
        width: 85vh;
        height: 66vh;
      }
    }

    span#lang {
        display: none;
        font-weight: bold;
        font-size: 2vmax !important;
        margin-top: 1vmax;
        top: 6vmax;
        left: 3vmax;
        right: unset;
        padding: 0;
        background: none;
    }

    span.copyright {
        display: none !important;
    }

    div#burger {
        display: inline-block;
        pointer-events: all;
    }
    div.menu a {
        display: none;
    }
    section#header div.menu {
        right: 3.15vmax;
    }

    div.column-left, div.column-right {
        display: block;
        width: calc(100vw - 6vmax);
        font-size: 0.5vmax;
        font-weight: normal;
        padding-left: 3vmax;
        padding-right: 3vmax;
    }

    section#biography div.column-left {
        width: 100vw;
        margin-left: 0;
        margin-top: 3vmax;
        padding: 0px;
    }
    section#biography div.column-right {
        margin-left: 3vmax !important;
        margin-right: 0 !important;
        padding: 0;
        font-size: 2vmax;
        width: calc(100vw - 6vmax);
    }

}

@media (orientation: landscape) {

    div.query-left, div.query-right {
        width: 6.3vmax;
        height: 6.3vmax;
        position: fixed; bottom: 0;
    }

    div.query-left > img, div.query-right > img {
        width: 3.5vmax !important;
    }

}
