.hide {
    display: none;
}

.main {
    margin-top: 100px;
    color: #002347;

    text-align: center;
}

.r {
    margin: auto;
    text-align: center;
}

.question {
    font-family: arial, Helvetica, sans-serif;
    font-style: initial;
    font-size: 2em;
    color: #002347;
    margin-top: 30px;
    margin-bottom: 10px;
}

.variantMix {
    position: relative;
    background-color: white;
    border: 1px solid #002347;
    width: 50%;
    left: 25%;
    text-align: left;
    border-radius: 10px 40px 40px 10px;
    font-size: 26px;
    padding: 5px;
    margin: 5px;
    color: black;
}


.title {
    font-size: 3em;
    letter-spacing: 10px;

}

.choice {
    margin-top: 100px;
    font-size: 25px;
}

select {
    width: 300px;
    height: 35px;
    /*border: white;*/
    border-width: 0px 0px 2px 0px;
}

option {
    height: 1000px;
}

button {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: #002347;
    color: white;
    margin-top: 100px;
    cursor: pointer;
    font-size: 1em;
}


div.variant2 {

    border: 1px solid #002347;
    text-align: right;
    border-radius: 40px 10px 10px 40px;
    font-size: 26px;
    padding: 5px 10px 5px 5px;
    /*width: 400px;*/
    margin: 5px;
    color: #002347;
    background-color: #ebebeb;

}

.hideEng {

    border: 1px solid #002347;
    text-align: right;
    border-radius: 5px 5px 5px 5px;
    font-size: 26px;
    padding: 5px 10px 5px 5px;
    margin: 5px;
    color: white;
    background-color: #002347;

}

div.variant1 {

    border: 1px solid #002347;
    text-align: left;
    border-radius: 10px 40px 40px 10px;
    font-size: 26px;
    padding: 5px 5px 5px 10px;
    /*width: 400px;*/
    margin: 5px;
    color: #002347;
    background-color: #ebebeb;
}

.hideAz {
    border: 1px solid #002347;
    text-align: right;
    border-radius: 5px 5px 5px 5px;
    font-size: 26px;
    padding: 5px 10px 5px 5px;
    /*width: 400px;*/
    margin: 5px;
    color: white;
    background-color: #002347;
}

.hide {
    display: none;
}


input {
    cursor: pointer;
}

.button:hover {
    border: 1px solid;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: #002347;
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
    font-size: 1em;
}

.button {
    border: 1px solid;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: white;
    color: #002347;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
    font-size: 1em;
}


div.variant {
    position: relative;
    background-color: white;

    border: 1px solid #002347;
    width: 100%;
    left: 1%;
    text-align: left;
    border-radius: 10px 40px 40px 10px;
    font-size: 26px;
    padding: 5px;
    margin: 5px;
    color: black;
}

.fontUtil {

    font-family: Arial


}