.header__desctop {
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}
.header__desctop ._logo-block{
    display: flex;
    height: 100%;
    max-width: 270px;
    max-height: 100px;
}
.header__desctop ._logo-block ._logo-link{
    display: flex;
    width: 100%;
}
.header__desctop ._part-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: max-content;
}
.header__desctop ._top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.header__desctop ._social-links-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__desctop ._social-links a:not(:last-of-type){
    margin-right: 5px;
}
.header__desctop ._social-links img{
    height: 35px;
}
.header__desctop ._phones {
    margin: 0 0 0 20px;
}
.header__desctop ._number {
    font-size: 20px;
    text-decoration: none;
    color: #205889;
    font-weight: bold;
}
.header__desctop ._bottom-block{
    display: flex;
    justify-content: end;
}
.header__desctop ._cabinet{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #205889;
    text-decoration: none;
    border: 1px solid #205889;
    border-radius: 10px;
    padding: 5px 30px;
}
.header__desctop ._cabinet img{
    margin-right: 10px;
}
.header__desctop ._cabinet p{
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
.header__mobile{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 5px 15px;
    margin: 0 auto;
    box-shadow: 0px 2px 8px 1px #00000036; 
}
.header__mobile ._top-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #96989b36;
}
.header__mobile ._top-block ._right-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__mobile ._logo-block{
    width: 150px;
}
.header__mobile ._cabinet{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #205889;
    text-decoration: none;
    margin-left: 10px;
}
.header__mobile ._cabinet img{
    margin-right: 10px;
}
.header__mobile ._cabinet p{
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.header__mobile ._lang{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    margin-left: 20px;
}
.header__mobile ._lang li {
    margin: 0;
}
.header__mobile ._lang a{
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #205889;
    padding: 0 10px;
    display: block;
}
.header__mobile ._lang a:hover, .header__mobile ._lang a.ru{
    background: #205889;
    color: #FFF;
}
.header__mobile ._bottom-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__mobile ._menu {
    display: none;
}
.header__mobile ._menu.active{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 2000;
    box-shadow: 6px 7px 5px 0 #00000036;
    background: #fff;
    padding: 20px;
}
.header__mobile ._menu.active ._close{
    font-size: 38px;
    transform: rotate(45deg);
    color: #767f8c;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header__mobile ._social-links-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__mobile ._social-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__mobile ._social-links a{
    margin-right: 10px;
}
.header__mobile ._social-links img{
    height: 35px;
}
.header__mobile ._phones ._img{
    display: none;
}
.header__mobile ._number {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #205889;
}
.header__planshet{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0px 2px 8px 1px #00000036; 
}
.header__planshet ._top-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.header__planshet ._logo-block{
    width: 150px;
}
.header__planshet ._social-links-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__planshet ._social-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__planshet ._social-links a{
    margin-right: 10px;
}
.header__planshet ._social-links img{
    height: 35px;
}
.header__planshet ._phones ._img{
    display: none;
}
.header__planshet ._number {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #205889;
}
.header__planshet ._bottom-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__planshet ._menu {
    display: none;
}
.header__planshet ._menu.active{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 2000;
    box-shadow: 6px 7px 5px 0 #00000036;
    background: #fff;
    padding: 20px;
}
.header__planshet ._menu.active ._close{
    font-size: 38px;
    transform: rotate(45deg);
    color: #767f8c;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header__planshet ._action-block{
    display: flex;
    align-items: center;
    justify-content: end;
    flex-grow: 1;
    margin-left: 30px;
}
.header__planshet ._search{
    display: flex;
    margin: 0 auto;
}
.header__planshet ._cabinet{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #205889;
    text-decoration: none;
    border: 1px solid #205889;
    border-radius: 10px;
    padding: 5px 30px;
    margin: 0 30px;
}
.header__planshet ._cabinet img{
    margin-right: 10px;
}
.header__planshet ._cabinet p{
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.header__planshet ._lang{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
}
.header__planshet ._lang li {
    margin: 0;
    margin-right: 5px;
}
.header__planshet ._lang a{
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #205889;
    padding: 5px 10px;
    border-radius: 10px;
    display: block;
}
.header__planshet ._lang a:hover, .header__planshet ._lang a.ru{
    background: #205889;
    color: #FFF;
}
@media(max-width: 1399px){
    .header__desctop ._top-block{
        margin-bottom: 10px;
    }
    .header__desctop ._logo-block{
        max-width: 220px;
    }
    .header__desctop ._number {

    }
    .header__desctop ._cabinet p{
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    .header__desctop .container{
        max-width: 100%!important;
    }
    .header__desctop ._number {
        font-size: 20px;
    }
    .header__desctop ._cabinet{
        padding: 5px 10px;
    }
    .header__desctop ._cabinet img{
        margin-right: 0;
    }
    .header__desctop ._cabinet p{
        display: none;
    }
}
@media(max-width: 1090px){
    .header__desctop ._number {
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .header__desctop{
        display: none;
    }
    .header__planshet{
        display: flex;
    }
}
@media(max-width: 630px){
    .header__planshet ._cabinet p{
        display: none;
    }
    .header__planshet ._cabinet img{
        margin: 0;
    }
    .header__planshet ._lang a{
        line-height: 1.4;
    }
}
@media(max-width: 575px){
    .header__planshet{
        display: none;
    }
    .header__mobile{
        display: flex;
    }
}
@media(max-width: 440px){
    .header__mobile ._cabinet img{
        margin-right: 0;
    }
    .header__mobile ._lang a{
        font-size: 16px;
        line-height: 26px;
    }
    .header__mobile ._cabinet p{
        display: none;
    }
}
@media(max-width: 380px){
    .header__mobile ._logo-block{
        width: 120px;
    }
    .header__mobile ._social-links img {
        height: 30px;
    }
}
@media(max-width: 350px){
    .header__mobile ._lang{
        margin-left: 10px;
    }
    .header__mobile ._number{
        display: none;
    }
    .header__mobile ._phones ._img{
        display: block;
    }
}