header {
    position: sticky;
    top: 0;
    z-index: 9000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    background-color: white;
    padding-bottom: 15px;
}


.link-btns {
    padding-right: 40px;
}

.wrapper {
    max-width: 1360px;
    width: 95%;
    height: 66px;
    display: flex;
}

.logo-phone {
    width: 20%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.header__phone {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    width: 76px;
    height: 24px;
    top: 22px;
    left: 141px;
    color: #056DFA;
}

.header__phone img {
    margin-top: 4px;
}

.buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.buttons button {
    cursor: pointer;
}

.persAccBtn {
    background-color: #056DFA;
    width: 115px;
    height: 50px;
    top: 8px;
    left: 1106px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 1rem;
    padding: 0 15px;
    transition: .3s;
}

.persAccBtn:hover {
    background-color: #13307E;
    transition: .3s;
}

.mobileOpenMenu {
    display: none;
    z-index: 2;
}

.langBtn {
    width: 69px;
    height: 50px;
    top: 8px;
    left: 1291px;
    border-radius: 1rem;
    border: 1px solid #056DFA;
    color:#056DFA;
    opacity: 0.8px;
    background-color: transparent;
}

.lang-select {
    display: none;
    flex-direction: column;
    width: 90%;
    background-color: #FFFFFF;
    border-radius: 0;
    position: relative;
    transition: .3s;
}

.lang-select-active {
    display: flex;
    transition: .3s;
}

.lang-btn-container {
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.lang-select-item {
    border: 1px solid rgba(19, 48, 126, 0.1);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(19, 48, 126, 0.1);
    border-top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

.lang-select-item span {
    color: #056DFA;
    transition: .3s;
}

.persAccText {
    font-size: 1rem;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    transition: .3s;
}

.lang {
    font-size: 1rem;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #056DFA;
}

.links {
    width: 45%;
    display: flex;
    align-items: center;
}

.langBtn img {
    margin-bottom: 3px;
}

.header__nav {
    width: 100%;
}

.header__list {
    display: flex;
    justify-content: space-between;
}

.header__item {
    list-style-type: none;
}

.header__item a {
    text-decoration: none;
    color: #13307E;
    font-size: 1rem;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

.buttons {
    width: 35%;
}
.mobileButtons{
    display: none;
}

.header__logo img {
    width: 60%;
    height: 66px;
    object-fit:contain;
}

.personal-link {
    color: #13307E;
    transition: .3s;
}

.personal-link:hover {
    text-decoration: underline;
    transition: .3s;
}