/* :root {
    --r-color: #ca4d3b;
    --g-color: #e9e7e0;
    --b-color: #7b8a92
} */

.o-o {
    width: 350px !important
}

@media (max-width: 500px) {
    .o-o {
        width: 100% !important
    }
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #E9E7E1;
    overflow-x: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay-content li {
    list-style-type: none
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #798C70;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.overlay a:hover,
.overlay a:focus {
    color: #798C70;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lang>a>p {
    color: #A0412D;
    text-decoration: underline;
}

.flag {
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    border-radius: 3px
}

.flag:hover {
    background-color: #8b7871
}