
.header {
    background: #020A0C;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header__menu_link {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
}
.header__menu_link-active {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    background-color: rgb(81, 153, 255);
}
.header-phone {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    line-height: 27px;
    display: block;
}
.header-soc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.header-soc.active{
    display: flex;
}

.header-soc__item {
    background-color: #fff;
    border-radius: 50px;
    padding: 8px;
    
    
}

.header-soc__img {
    width: 22px;
}
.header-phone__block{
    display: flex;
    gap: 10px;
}
