.topline {
    background-color: #643200;
    padding: 6px 0;
}

.topline .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topline__txt {
    color: #fff;
    font-size: 14px;
}

a.topline__txt:hover {
    color: #eee;
}

.header {
    background-color: #fefbe7;
}

.header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__link {
    color: #3c3c3b;
    cursor: pointer;
    font-size: 16px;
	font-weight: bold;
}

.header__link:hover {
    color: #643200;
}

.header__nav-item:hover .header__nav-inn {
    display: block;
}

.header__burger {
    display: none;
}

.header__nav-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 96px;
}

.header__nav .header__nav-item:not(:last-of-type) {
    margin-right: 32px;
}

.header__link.header__link--arr::after {
    content: '\f078';
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    margin-left: 5px;
}

.header__nav-item:hover .header__link.header__link--arr::after {
    content: '\f077';
}

.header__logo img {
    display: block;
    width: 150px;
}

.header__logo {
    width: 250px;
}

.header__socials {
    margin-left: auto;
}

.header__nav-inn .header__link {
    margin: 0;
    padding: 15px 25px;
    color: #000 !important;
    line-height: normal;
    display: block;
}

.header__nav-inn .header__link:hover {
    background-color: #F2F2F2;
}

.header__nav-inn {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    width: 235px;
    border-radius: 5px;
    padding: 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
    z-index: 11;
}

.header__socials li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;

}

.header__social:hover {
    background-color: #643200;
    color: #fff;
}

.header__social::before {
    line-height: 32px;

}

.header__social {
    border: 1px solid;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: block;
    color: #919191;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 1140px) {
    .header .content, .topline .content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header__socials li {
        margin-left: 2px;
    }

    .topline .content {
        flex-wrap: wrap;
    }

    .header__nav-item {
        display: block;
    }

    .header__nav {
        display: none !important;
    }

    .header__burger {
        display: block;
        width: 35px;
        height: 35px;
        background: url("../i/menu.png") center/18px no-repeat;
    }

    .topline__txt {
        font-size: 7px;
    }

    .header__socials {
        margin: 0;
    }

    .header__logo {
        width: auto;
    }

    .header__logo img {
        width: 150px;
    }

    .header__social {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .header__social::before {
        line-height: 29px;
    }

    .topline__col {
        width: auto;
    }

    .header {
        padding: 14px 0;
        z-index: 100;
        -webkit-box-shadow: 0px 6px 4px 1px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 6px 4px 1px rgba(0, 0, 0, 0.07);
    }

    .header .content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}