@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
}

/* NAV */

#Viola {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #fb0a13;
}

.mobile {
    display: none;
}

.dropbtn {

    color: white;
    font-size: 16px;
    border: none;
    background-color: white;
}

.dropbtn img {
    width: 60% !important;
}

.dropdown .dropbtn img {
    width: 60% !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 15px;

}

.dropdown-content {
    display: none;
    width: 50px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.flags .dropdown-content {
    top: 50px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content img {
    width: 100% !important;
}

.dropdown-content a:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.flags:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}

.section.section--menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 150px;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 10vw;
    border: none;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

.hamburger-menu i {
    font-size: 30px;
    color: #666;
}

.hamburger-menu {
    border: none;
    background-color: #fff;
}

.menu-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #d6dada;
}

.current {
    color: #fb0a13;
}

.contact-socials {
    display: flex;
    flex-direction: column;
}

.top-contact {
    display: flex;
    justify-content: center;
}

.mailto {
    font-size: 22px;
}

.mailto i {
    margin-right: 10px;
}

.socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

i {
    font-size: 24px;
    color: #fb0a13;
}

.socials div:nth-of-type(1) i,
.socials a i {
    margin-right: 20px;
}

.section.section--menu img {
    width: 15%;
}

h2.title {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_link {
    margin-right: 40px;
    font-size: 18px;
}

.menu_link:nth-of-type(6) {
    margin-right: 0;
}

/* POPUP MENU */

.modal-wrap {
    display: none;
}

.modal-wrap.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    background-color: #fff;
    z-index: 99;
}

.modal-wrap.active .modal {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 70%;
    border: 2px solid black;
    /* background-color: black; */
}

.menu-popup {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.menu-popup a {
    margin: 0 0 20px 0;
}

span.hide {
    position: absolute;
    top: 20px;
    right: 50px;
}

span.hide i {
    font-size: 40px;
}

.flags {
    position: absolute;
    top: 20px;
    left: 50px;
    display: flex;
}

.flags a {
    padding: 0 5px;
}

/* WRAPPER */

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 37vh;
}

/* VERIFY */

.verify {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 68vh;
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100vw;
}

h1 {
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    margin-top: 150px;
}

.verify-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#qr-canvas {
    display: none;
}

#qrimg {
    display: none;
}

#result {
    border: solid;
    border-width: 2px solid black;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    text-align: center;
}


#result br {
    display: none;
}

#input_result {
    opacity: 0;
    height: 0;
}

.verifyButton {
    margin-top: 20px;
    padding: 15px 25px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background-color: #fb0a13;
    color: white;
    transition: .3s;
}

.verifyButton:hover {
    background-color: #000;
}

.verify-form {
    margin-left: 50px;
}

.verify-form a {
    margin-top: 20px;
    margin-bottom: 20px;
}

video {
    border-radius: 20px;
}

.qrcode-text {
    width: 300px;
    height: 30px;
    padding: 0 10px;
    border: 2px solid #666;
    border-radius: 10px;
}


/* FOOTER */

.footer {
    padding: 0;
}

footer h5 {
    padding-bottom: 10px;
}

footer.footerwrapper {
    display: flex;
    width: 80vw;
    margin: 30px auto 0;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    height: 165px;
    background-color: #fff;
}

.emailcontact p {
    font-size: 22px;
}

.footerwrapper .contact {
    width: 100%;
}

.emailcontact {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.emailcontact i {
    padding-right: 10px;
}

.emailcontact img {
    margin-top: 10px;
    width: 30%;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.second-footer {
    display: flex;
    width: 80vw;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 40px;
    background-color: #fff;
}


@media (max-width:840px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .howtodo {
        width: 100vw;
    }

    .howtodo img {
        width: 100%;
    }

    h1 {
        margin-top: 100px;
        padding: 10px 0 10px 0;
        font-size: 18px;
    }

    .verify {
        flex-direction: column;
        width: 100vw;
    }

    .verify-form {
        margin-left: 0;
    }

    .dropdown {
        display: none !important;
    }

    .section.section--menu {
        height: 70px;
    }

    .section.section--menu img {
        width: 40%;
    }

    .contact-socials {
        flex-direction: row-reverse;
    }

    .menu-contact {
        border: none;
    }

    i {
        font-size: 18px;
        cursor: pointer;
    }

    .socials div:nth-of-type(2) i {
        margin-right: 20px;
    }

    #outdiv {
        padding: 20px;
    }

    #outdiv video {
        width: 60%;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    footer.footerwrapper {
        flex-direction: column-reverse;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .footer-menu {
        align-items: center;
        margin-top: 30px;
    }

    .emailcontact {
        margin-bottom: 30px;
        align-items: center;
    }
}