
.left-columns {
    margin:20px 0 0 30px;  
    text-decoration:none;
}

.vertical-menus {
    margin-top: 4em;
    text-decoration:none;
}

    .vertical-menus a,
    .vertical-menus span {
        border: 2px solid white;
        color: white;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 18px;
        line-height: 50px;
        text-decoration: none;
        padding: 6px 8px;
    }

    .vertical-menus div::before {
        content: '';
        background: url('edit.svg') no-repeat 24px;
        width: 24px;
        height: 24px;
        display: block;
     
    }

    .vertical-menus a:hover {
        background-color: lightgrey;
    }

    .vertical-menus .active-item {
        background-color: tomato;
    }

.registration-text {;
    text-align: center;
    width: 500px;
    margin: 0 auto;
}
.button {
    background-color: yellow;
    border: 1px solid #00000;
    color: white;
    padding: 2px 83px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 16px 432px;
    cursor: pointer;
    font-weight: 700;
}

.selectpicker {
    font-size: 15px !important;
}

.header {
    transform: translateY(-150%);
    animation: ani 1s forwards;
}

@keyframes ani {
    0% {
        transform: translateY(-150%);
    }

    100% {
        transform: translateY(0);
    }
}
/***************************************************************NavMenu********************************************************************/
figure {
    margin: 20px 0 0 0;
}

basement {
    margin-top: 4em;
    display: block;
    margin-left: 30px;
}


date {
    display: block;
    margin-left: 30px;
}


month {
    display: block;
    margin-left: 30px;
}

eng {
    box-sizing: border-box;
    position: absolute;
    width: 111px;
    height: 32.81px;
    left: 47px;
    top: -21px;
    border: 1.39623px solid #000000;
}

rus {
    position: absolute;
    width: 57.25px;
    height: 32.81px;
    left: 48px;
    top: -22px;
    background: #000000;
}

rustext {
    position: absolute;
    width: 26px;
    height: 20px;
    left: 65px;
    top: -14.719999999999999px;
    89.28px:;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16.7547px;
    line-height: 20px;
    color: #FFFFFF !important;
    text-decoration: none;
}

engtext {
    position: absolute;
    width: 38px;
    height: 20px;
    left: 112px;
    top: -13px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16.7547px;
    line-height: 20px;
    color: #000000 !important;
    text-decoration: none;
}

result {
    width: 267px;
    height: 29px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 9px;
    color: white;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}
/***************************************************************NavMenu********************************************************************/




