* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SF Pro Display Regular';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.domen_wrapper {
    position: fixed;
    top: 0;
    display: none;
    flex-direction: column;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: #00000085;
    z-index: 11;
}

.domenLogin {
    width: 40vw;
    height: fit-content;
    padding: 2.5921vh 3.0417vw 1.5069vh;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 13;
    outline: none;
}

.login_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
}

.login_box h2 {
    font-size: 16px;
    font-weight: 400;
    color: rgb(107, 107, 107);
}

.existing_system {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#domen_input {
    width: 100%;
    height: 35px;
    color: rgb(107, 107, 107);
    font-size: 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(68, 68, 179, 0.801);
    transition: all 0.3s;
    outline: none;
}

#domen_input:focus {
    border: none;
    border-bottom: 1px solid green; !important;
    transition: all 0.3s;
}

.domen {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(68, 68, 179, 0.801);
    transition: all 0.3s;
    font-size: 20px;
    color: rgb(107, 107, 107);
}

.go_button {
    padding: 2vh 0;
    width: 45%;
    height: 40%;
    background: linear-gradient(69.02deg,#6C9BF8 8.54%,#5D7EC0 91.46%);
    border-radius: 10px;
    font-size: 1vw;
    color: #FEFEFE;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.4s;
}

/*.go_button:active {*/
/*    transform: scale(0.9);*/
/*    transition: all 0.4s;*/
/*}*/


/*TODO*/
/*РАЗОБРАТЬСЯ С БОРДЕРОМ У INSTALLPLAN.RU*/

.go_button:hover {
    transform: scale(1.1);
    transition: all 0.4s;
}

.go_button:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.4s;
}
.closeBck {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
}


@media (max-width: 959px) {
    .domenLogin {
        width: 75vw;
    }

    .go_button {
        padding: 1vh 0;
        font-size: 3vw;
    }
}

@media (max-width: 424px) {
    .domen {
        font-size: 16px;
    }

    #domen_input {
        font-size: 16px;
    }

    .ask_button {
        font-size: 2vw;
    }

    .supply_legal {
        font-size: 3.3vw;
    }
}
