body{
    background: #e0e3e5;
    font-family: "Roboto", sans-serif, Arial, Helvetica;
}

.head{
    background-color: #fff;
    min-height: 80px;
    width: 100%;
    margin: 0;
    box-shadow: 0 1px 3px 0 #888;
    position: fixed;
    z-index: 10;
    display: inline-flex;
}

.head h4{
    margin-top: 20px;
    text-align: center;
    color: #702762;
    font-weight: bold;
    font-size: 28px;
}

.ico img{
    height: 66px;
    margin-top: 7px;
    padding: 0 0 3px 60px;
}

#menuVertical{
    width: 71px;
    height: auto;
    position: fixed;
    z-index: 5;
    top: 79px;
    transition: .3;
}

#menuVertical ul{
    display: block;
    width: 54px;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#menuVertical ul li{
    display: block;
    width: 175px;
    /* height: 100px; */
    position: relative;
}

#menuVertical ul li a{
    position: relative;
    display: block;
    width: 198px;
    height: auto;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 2em;
    padding: 10px 15px;
    background: #702762;
    text-decoration: none;

}

#menuVertical ul li a:hover,
#menuVertical ul li:hover a{
    background: #702762;
    color: #fff;
}



.menu{
    position: absolute;
    width: 198px;
    height: 100%;
    background: #702762;
    box-shadow: 1px 2px 3px #888;
    position: fixed;
    top: 79px;
    z-index: 3;
}

.profile{
    margin-top: 25px;
    margin-right: 10px;
    text-decoration: none;
    color: #702762;
}

.footer{
    position: absolute;
    width: 170px;
    height: 88px;
    bottom: -29px;
    background: #702762;
    margin-bottom: 78px;
    z-index: 13;
    border-top: 1px solid #702762;
    color: #fff;
    text-align: center;
    padding-top: 22px;
}

.icon_n{
    transition: .3s;
}

.icon_n:hover{
    margin-left: 1px;
    transition: .3s;
}

@media screen and (max-width: 1152px) {

    .menu{
        width: 67px;
        transition: .3s;
    }

    #menuVertical ul li a{
        width: 57px;
        transition: .3s;
    }

    #menuVertical ul li{
        width: 57px;
    }

    span{
        display: none;
    }

    .head h4{
        display: none;
    }

    .footer{
        transform: rotate(-90deg);
        left: -77px;
        margin-left: 18px;
        height: 24px;
        bottom: 77px;
        text-align: left;
        padding-top: 6px;
        padding-left: 11px;
        padding-bottom: 25px;
    }

    .icon_n{
        height:  72px;
        margin-top: 9px;
        font-size: 30px;
    }
}

@media screen and (min-width: 1152px){
    .icon_n i{
        display: none;
    }
}

.sign{
    position: absolute;
    width: 30%;
    transform: translate(60%, 50%);
    background-color: #fff;
    border: 1px solid #702762;
}

.sign img{
    width: 100px;
}

.sign-logo{
    background-color: #702762;
    margin: 0;
    padding: 20px 5px;
    margin-bottom: 40px;
}

.title{
    color: white;
    font-size: 27px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.form{
    padding: 10px 30px;
    margin-bottom: 20px;
}

.btnsign{
    background-color: #702762;
    border-color: #702762;
    color: #fff;
    padding: 5px 40px;
}

.btnsign:hover{
    background-color: #702762;
    color: #fff;
}

.btnsign:focus{
    background-color: #702762;
    color: #fff;
}

.form-check-input:checked {
    background-color: #712762;  /* фиолетовый цвет */
    border-color: #712762;      /* граница тоже фиолетовая */
}

