
button{
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

a{
    text-decoration: none;
}

.left-bar{
    position: absolute;
    float: left;
    max-width: 320px;
    font-family: "TT Lakes";
    margin: 0;
    box-shadow: 5px 5px 23px 6px #DEE0E7;

}
.header{
  margin: 23px 10px 50px 24px;
  display:flex;
  gap: 16px;
}
.header__button-close {
    width: 40px;
    height: 40px;
}
.header__logo {
    margin-right: 50px;
    margin-top: -3px;
    margin-left: 5px;
    width: 97px;
    height: 51px;

}
.header__button-search {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.menu__list{
    list-style: none;
    padding-left: 24px;
    margin-top: 30px;
    margin-bottom: 268px;
}

.menu__item{
    padding-left: 0;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 24px;
}

.menu__item:hover:before {
    visibility:visible;
}

.menu__item:hover{
    opacity: 0.5;
    cursor: pointer;
}

.menu__item::before {
    content: "";
    background-image: url(img/highlight.svg);
    position: absolute;
    width: 4px;
    height: 32px;
    left: -1px;
    visibility: hidden;
}

.footer__lang:hover{
    cursor: pointer;
    opacity: 0.5; 
}

.footer {
    margin-left: 24px;
    margin-bottom: 30px;
}

.footer__button{
    margin-right: 16px;
}

.footer__mail {
    font-weight: 500;
    letter-spacing: 0.2px;
}
.footer__number {
    color: #1B1C21;
    line-height: 32px;
    font-size: 24px;
    letter-spacing: 0.6px;
    font-weight: 700;
    
}
.footer__lang {
    color:#1b1c21;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
}