header {
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 45px rgba(32, 32, 161, 0.2);
    position: fixed;
    z-index: 99;
    top: -1px;
    left: 0px;
}
.header-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 92px;
    position: relative;
}
.logo-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.logo {
    width: 53px;
    height: 36px;
    margin-right: 53px;
}
.logo-menu > ul {
    list-style: none;
    display: flex;
}
.logo-menu > ul > li {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2E2E2E;
}
.logo-menu > ul > li:not(:last-of-type) {
    margin-right: 51px;
}
.mob-menu-button,
.lang-contacts > a {
    padding: 19px 26px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #3939DC;
    border: 3px solid #3939DC;
    border-radius: 11px;
    transition: all 400ms ease;
}
.mob-menu-button {
    width: fit-content;
}
.mob-menu-button:hover,
.lang-contacts > a:hover {
    color: #FFFFFF;
    background-color: #3939DC;
}
.mob-menu-button:active,
.lang-contacts > a:active {
    border: 3px solid #25259e;
    background-color: #25259e;
}
.lang-contacts {
    display: flex;
    align-items: center;
}
.mob-menu {
    position: absolute;
    width: 100%;
    top: 70px;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: center;
    opacity: 0.0;
    display: none;
    padding: 20px 0px;
    display: none;
    z-index: 99;
    transition: opacity 200ms cubic-bezier(1, 0.03, 0.61, 0.91);
}
.mob-menu-link {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2E2E2E;
    margin-bottom: 15px;
}
.back-gn {
  z-index: 98;
  position: fixed;
  background: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  top: 70px;
  left: 0;
  cursor: pointer;
  display: none;
}
.menu-btn {
    display: none;
}
.menu-btn-1,
.menu-btn-2,
.menu-btn-3 {
    width: 42px;
    height: 6px;
    background-color: #3939DC;
    border-radius: 2px;
}
.menu-btn > div {
    transition: all 400ms ease;
}
.menu-btn > div:not(:last-of-type) {
    margin-bottom: 6px;
}
.btn-menu-wrapper-anim {
  opacity: 1.0;
}
.menu-btns-el-1 {
  margin-bottom: 7px;
  transform: rotate(45deg) translate(0px, 15px);
  transition: all 400ms ease;
}

.menu-btns-el-2 {
  margin-bottom: 7px;
  transform: rotate(-45deg) translate(-6px, -9px);
  transition: all 400ms ease;
}

.menu-btns-el-3 {
  margin-bottom: 0px;
  transform: scale(0.0);
  transition: all 400ms ease;
}
.mob-menu-links {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header-dropdown {
    display: inline-block;
/*    background: #FFFFFF;*/
/*    border-radius: 6px;*/
/*    border: 1px solid #2020A1;*/
    transition: all .5s ease;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #293359;
/*    padding: 12px 14px;
    margin-bottom: 26px;*/
    margin-right: 40px;
}
.header-dropdown:focus-visible {
    outline: none;
}
.header-dropdown .select {
    cursor: pointer;
    display: block;
    padding: 0px
}
.header-dropdown .select > span {
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #293359;
}
.header-dropdown .select::before {
    position: absolute;
    top: -1px;
    right: -22px;
    content: url("https://mso.homealliance.com/data/img/lang-arrow.svg")
}
.header-dropdown:hover {
    
}
.header-dropdown:active {
    
}
.header-dropdown.active:hover,
.header-dropdown.active {

}
.header-dropdown .dropdown-menu {
    position: absolute;
    background-color: #FFFFFF;
    left: -9px;
    margin-top: 2px;
    box-shadow: 0px 4px 13px rgba(32, 32, 161, 0.2);
    border-radius: 6px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
}
.header-dropdown .dropdown-menu li {
    padding: 9px 22px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    font-size: var(--font-18-px);
    line-height: 27px;
    color: #3333CC;
}
.header-dropdown .dropdown-menu li:nth-child(odd) {
    background-color: #FFFFFF 
}
.header-dropdown .dropdown-menu li:nth-child(even) {
    background-color: #E9EBF2;
}
.header-dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.header-dropdown .dropdown-menu li:hover {
    
}
.header-dropdown .dropdown-menu li:active {
    
}
@media screen and (max-width: 1200px){
    .logo-menu > ul > li:not(:last-of-type) {
        margin-right: 30px;
    }
    .mob-menu-button, .header-wrap > a {
        border-radius: 8px;
        padding: 9px 26px;
    }
}
@media screen and (max-width: 800px){
    .logo {
        margin-right: 20px;
    }
    .logo-menu > ul > li:not(:last-of-type) {
        margin-right: 19px;
    }
}
@media screen and (max-width: 600px){
    .header-wrap {
        height: 70px;
    }
    .logo-menu > ul {
        display: none;
    }
    .lang-contacts > a {
        display: none;
    }
    .menu-btn {
        display: block;
    }
}