.container{
    width: 1000px;
    /* outline: 1px solid red; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* ------цвет фона------- */

*{
    background-color: rgb(11, 11, 29);
}
.logo{
    width: 115px;
    height: 115px;
}
.head-ul{
    display: flex;
    gap: 70px;
    justify-content: center;
    /* align-items: ; */
}
.head-li{
    color: white;
}
.install-ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.down{
    color: rgb(0, 255, 17);
}
.div-uns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 130px;
}
.div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-box1{

}

.uns{
    width: 200px;
    /* height: 200px; */
}
.uns-text{
    color: white;
}
.install-ul{
    padding-top: 100px;
    padding-bottom: 60px;
}
.video{
    padding-top: 60px;
}
.lg-ul{
    color: white;
    display: flex;
    justify-content: end;
    align-items: center;
}


