.body {
    background-color: #2D2A2B;
}

.formAuto {
    left: 3%;
    top: 3%;
    position: fixed;
    display: block;
    width: 3em;
    height: 3em;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 16 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0C0.447716 0 0 0.447716 0 1C0 1.55228 0.447716 2 1 2H15C15.5523 2 16 1.55228 16 1C16 0.447716 15.5523 0 15 0H1Z' fill='%2395fff2'%3E%3C/path%3E%3Cpath d='M1 5C0.447716 5 0 5.44772 0 6C0 6.55228 0.447716 7 1 7H9C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5H1Z' fill='%2395fff2'%3E%3C/path%3E%3C/svg%3E%0A");
}

.close-icon-pre {
    display: flex;
    right: 2%;
    z-index: 2;
    position: fixed;
    height: 3.6vh;
    width: 3.6vh;
    top: 1%;
    .close-icon {
        background-repeat: no-repeat;
        height: 2vh;
        width: 2vh;
        background-image: url("data:image/svg+xml, %3Csvg class='close-nvg-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%235d5d5d' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E%0A");
    }

    ; justify-content: center;
    align-items: center;
}

.verh_menu {
    display: flex;
    font-size: 12px;
    width: 100%;
    flex-direction: row;
}

.logo {
    top: 2%;
    z-index: -1;
    /* margin-left: -1vh; */
    position: fixed;
}

.navigation-icon {
    z-index: 2;
    fill: #6ceded;
}

.opened_menu {
    height: 100vh;
    z-index: 2;
    /* padding: 1vh; */
    background: #67d5d5;
    position: fixed;
    width: 100%;
    /* top: 0vh; */
    /* left: 0px; */
}

.hiden-menu {
    display: none;
}

.show {
    display: flex;
}

.log-in-href {
    height: 6vh;
    width: 4vh;
    display: flex;
    top: 2%;
    right: 2%;
    position: fixed;
    flex-direction: column;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
}

.log-in-svg {
    background-repeat: no-repeat;
    width: 3em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m23.268,17.768l-2.955,2.955c-.195.195-.451.293-.707.293s-.512-.098-.707-.293c-.391-.391-.391-1.023,0-1.414l2.309-2.309h-3.707c-1.379,0-2.5,1.121-2.5,2.5v3.5c0,.553-.447,1-1,1s-1-.447-1-1v-3.5c0-2.481,2.019-4.5,4.5-4.5h3.707l-2.293-2.293c-.391-.391-.391-1.023,0-1.414s1.023-.391,1.414,0l2.939,2.939c.975.975.975,2.561,0,3.535ZM2,6C2,2.691,4.691,0,8,0s6,2.691,6,6-2.691,6-6,6-6-2.691-6-6Zm10.208,8.986c.108.3.067.633-.11.897-.718,1.07-1.098,2.32-1.098,3.616v3.5c0,.553-.447,1-1,1H1c-.553,0-1-.447-1-1,0-4.963,4.037-9,9-9,.866,0,1.725.123,2.551.367.305.09.549.32.657.619Z' fill='%236ceded' /%3E%3C/svg%3E%0A");
}

.log-in-txt {
    color: #67d5d5;
    font-family: Verdana;
    font-size: 10px;
    /* left: 90%; */
    /* position: fixed; */
    /* padding-top: 0%; */
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    background: #e0e0e0;
    z-index: 1001;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

/* .logo img {
    object-fit: cover;
    width: 100%;
    height: 20%;
}
 */
#header {
    background-image: url("../viveska.jpg");
    background-size: contain;
    width: 100%;
    height: 5em;
    background-repeat: no-repeat;
    /* outline: red solid 1px; */
    background-position: center;
}

#idUpdate {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40px' height='40px'%3E%3Cpath fill='white' d='M4.207,35.5l2.573-2.574l-0.328-0.353C3.259,29.143,1.5,24.677,1.5,20C1.5,9.799,9.799,1.5,20,1.5 c0.776,0,1.598,0.062,2.5,0.19v4.032C21.661,5.575,20.823,5.5,20,5.5C12.005,5.5,5.5,12.005,5.5,20 c0,3.578,1.337,7.023,3.765,9.701l0.353,0.389l2.883-2.883V35.5H4.207z'/%3E%3Cpath fill='%234e7ab5' d='M20,2c0.627,0,1.287,0.042,2,0.129v3.009C21.33,5.046,20.661,5,20,5C11.729,5,5,11.729,5,20 c0,3.702,1.383,7.267,3.894,10.037l0.705,0.778l0.743-0.743L12,28.414V35H5.414l1.379-1.379l0.682-0.682l-0.657-0.706 C3.711,28.895,2,24.551,2,20C2,10.075,10.075,2,20,2 M20,1C9.507,1,1,9.507,1,20c0,4.994,1.934,9.527,5.086,12.914L3,36h10V26 l-3.365,3.365C7.387,26.885,6,23.612,6,20c0-7.732,6.268-14,14-14c1.031,0,2.033,0.119,3,0.33V1.259C22.02,1.104,21.023,1,20,1 L20,1z'/%3E%3Cg%3E%3Cpath fill='%238bb7f0' d='M20,38.5c-0.776,0-1.598-0.062-2.5-0.19v-4.032c0.839,0.147,1.677,0.222,2.5,0.222 c7.995,0,14.5-6.505,14.5-14.5c0-3.583-1.336-7.03-3.761-9.706l-0.353-0.389L27.5,12.793V4.5h8.293l-2.581,2.582l0.328,0.354 C36.738,10.872,38.5,15.334,38.5,20C38.5,30.201,30.201,38.5,20,38.5z'/%3E%3Cpath fill='%234e7ab5' d='M34.586,5l-1.387,1.387l-0.682,0.682l0.657,0.706C36.286,11.119,38,15.461,38,20 c0,9.925-8.075,18-18,18c-0.627,0-1.287-0.042-2-0.129v-3.009C18.67,34.954,19.339,35,20,35c8.271,0,15-6.729,15-15 c0-3.708-1.381-7.274-3.89-10.041l-0.705-0.778l-0.743,0.743L28,11.586V5H34.586 M37,4H27v10l3.369-3.369 C32.618,13.111,34,16.388,34,20c0,7.732-6.268,14-14,14c-1.031,0-2.033-0.119-3-0.33v5.071C17.98,38.896,18.977,39,20,39 c10.493,0,19-8.507,19-19c0-4.993-1.942-9.519-5.094-12.906L37,4L37,4z'/%3E%3C/g%3E%3C/svg%3E");
}


.ip {
    display: none;
}