#menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.background-ukraine-flag {
    height: 100vh;
    min-height: 500px;
}
div.background-ukraine-flag>picture>img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
#keep_calm_and_support_ukraine {
    position: relative;
}
.keep_calm {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.uppercase {
    text-transform: uppercase;
}
.smaller-text {
    font-size: 0.7em
}
.font-bolder {
    font-weight:600;
}
.emblem-of-ukraine {
    width: 100px;
}
@media all and (max-width: 992px){
    h1 {
        font-size: 3.5em;
    }
    .emblem-of-ukraine {
        width: 80px;
    }
}
@media all and (max-width: 992px)
and (orientation: landscape) {
    .landscape-mobile {
        display: none;
    }
}
@media all and (max-width: 760px){
    h1 {
        font-size: 3em;
    }
    .emblem-of-ukraine {
        width: 60px;
    }
}
.text-shadow {
    text-shadow:
    0 6px 8px rgba(0,0,0,.4),
    0 9px 10px rgba(0,0,0,.15),
    0 30px 10px rgba(0,0,0,.18),
    0 15px 10px rgba(0,0,0,.21);
}
img.emblem-of-ukraine {
    filter: drop-shadow(0 6px 8px rgb(0 0 0 / 40%));
}
section.container.content1, #contacts {
    height: 100vh;
}
#products {
    padding-top: 80px;
}
img.pray-boy-for-ukraine {
    width: 200px;
    filter: drop-shadow(0 6px 8px rgb(0 0 0 / 30%));
    padding: 20px;
}
#pray {
    position: relative;
}
.pray-boy {
    position: absolute;
    z-index: 9;
    padding: 20px;
}
.about-ukraine {
    z-index: 10;
}
img.pb {
    height: 80px;
}
.cross-pray-for-ukraine img {
    position: absolute;
    width: 220px;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.map {
    width: 100%;
    height: 500px;
}
#contacts, #products {
    padding: 30px 0;
}
.copyright {
    margin-top: 600px;
}
@media all and (max-width: 920px) {
    .copyright {
        margin-top: 800px;
    }
}