.header_inn{
    border-bottom: 1px solid #e8e8e8;
}

.header-inn{
    position: relative;
    max-width: 1780px;
    padding: 0 40px;
    margin: 0 auto;
}

.header-top{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 69px;
    text-align: right;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}
    .header-top:before{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        margin: auto;
        bottom: -120px;
        width: 384px;
        height: 384px;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 1;
    }
        .header_inn .header-top:before{
            border: 1px solid #e8e8e8;
        }
.header-top__logo{
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
    .header-top__logo_gor{
        display: none;
    }

.header-top-soc-wrap{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    z-index: 2;
}
.header-top-soc{
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprite-soc.png");
    width: 44px;
    height: 44px;
    text-decoration: none;
    margin: 0 5px;
}
    .header-top-soc_fb{
        background-position: -44px 0;
    }
    .header-top-soc_ok{
        background-position: -88px 0;
    }
    .header-top-soc:hover{
        background-position: 0 -44px;
    }
        .header-top-soc_fb:hover{
            background-position: -44px -44px;
        }
        .header-top-soc_ok:hover{
            background-position: -88px -44px;
        }

.header-top-federation-wrap{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    padding-left: 30px;
    z-index: 2;
}
.header-top-federation-wrap img{
    margin-left: 7px;
}

.header-menu{
    position: relative;
    padding: 38px 0 36px;
    background-color: #fff;
    z-index: 1;
}
.header-menu__home{
    display: inline-block;
    vertical-align: middle;
    background: url("../img/home.png");
    width: 20px;
    height: 18px;
    text-decoration: none;
    margin-right: 25px;
}

.header-menu__burger{
    display: none;
}

.header-menu-inn{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.header-menu__i{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #353535;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 2px;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
}
    .header-menu__i:hover{
        border-bottom: 2px solid #ba8848;
    }
    .header-menu__i_home{
        display: none;
    }
    .header-menu__i_submenu{
        position: relative;
        text-align: left;
        cursor: pointer;
    }
        .header-menu__i_submenu:hover{
            border-bottom-color: transparent;
        }
    .header-menu__i_submenu span{
        background: url("../img/arr.png") no-repeat right top 7px;
        padding-right: 11px;
    }
.header-menu__ii-wrap{
    position: absolute;
    top: 44px;
    left: 0;
    display: none;
    background-color: #ba8848;
    z-index: 1;
}
    .header-menu__i_submenu:hover .header-menu__ii-wrap{
        display: block;
    }
.header-menu__ii{
    display: block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 16px 28px 16px 22px;
}
    .header-menu__ii:hover{
        background-color: #aa7b3f;
    }
    .header-menu__ii:not(:last-child){
        border-bottom: 1px solid #c39a64;
    }

@media screen and (max-width: 1919px){
    .header-menu__home{
        margin-right: 13px;
    }
    .header-menu__i{
        margin: 0 6px;
    }
}

@media screen and (max-width: 1599px){
    .header-inn{
        padding: 0 35px;
    }
    .header-menu{
        height: 46px;
    }
    .header-menu__home{
        display: none;
    }
    .header-menu__burger{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: url("../img/burger.png");
        width: 27px;
        height: 20px;
        margin: auto;
        cursor: pointer;
    }
    .header-menu-inn{
        position: absolute;
        top: 80px;
        left: -35px;
        display: none;
        background-color: #ba8848;
        width: 260px;
        z-index: 1;
    }
    .header-menu__i{
        display: block;
        color: #fff;
        padding: 15px 15px 15px 35px;
        border-bottom: 1px solid #c39a64;
        margin: 0;
    }
        .header-menu__i:hover{
            border-bottom: 1px solid #c39a64;
        }
        .header-menu__i_submenu span{
            background-image: url('../img/arr-2.png');
        }
    .header-menu__ii-wrap{
        position: relative;
        top: 15px;
        left: -35px;
        width: 260px;
    }
        .header-menu__i_submenu:hover .header-menu__ii-wrap{
            display: none;
        }
    .header-menu__ii{
        padding: 15px 15px 15px 50px;
    }
    .header-menu__ii:first-child{
        border-top: 1px solid #c39a64;
    }
}

@media screen and (max-width: 1279px){
    .header-top{
        height: 44px;
        padding-right: 30px;
    }
        .header-top:before{
            bottom: -133px;
        }
    .header-top__logo{
        top: -17px;
    }
    .header-top-federation-wrap{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .header-top{
        padding: 45px 0;
    }
        .header-top:before{
            display: none;
        }
    .header-top__logo{
        top: 15px;
        left: 20px;
        right: auto;
        display: none;
    }
        .header-top__logo_gor{
            display: inline;
        }
    .header-top-soc-wrap{
        display: none;
    }
    .header-menu{
        height: 16px;
    }
    .header-menu__burger{
        left: auto;
        right: 0;
    }
    .header-menu-inn{
        top: 90px;
        left: auto;
        right: -35px;
    }
}