.header_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 25px;
    width: 40px;
    position: relative;
    z-index: 300000;
}

.header_trigger .line {
    display: block;
    position: relative;
    height: 3px !important;
    width: 100%;
    background: #5c4033;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.header_trigger .line--short {
    width: 30px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.header_trigger.active {
    width: 30px;
}

.header_trigger.active .line--short {
    display: none;
}

.header_trigger.active .line:first-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
}

.header_trigger.active .line:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
}

.header_nav {
    overflow-y: auto;
    color: #5c4033;
    margin-top: 70px;
    padding: 0 20px 20px;
}

.header_nav .nav-link {
    gap: 16px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

.header_nav .nav-link:focus,
.header_nav .nav-link:hover {
    color: #c3b2a5;
}

.header_nav .nav-link[aria-expanded="true"] .icon:after {
    top: -100%;
}

.header_nav .nav-link .icon {
    width: 14px;
    height: 14px;
    position: relative;
    overflow: hidden;
}

.header_nav .nav-link .icon:after,
.header_nav .nav-link .icon:before {
    content: "";
    position: absolute;
    background: #b38e6a;
}

.header_nav .nav-link .icon:before {
    height: 2px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_nav .nav-link .icon:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

.header_nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.header_nav-list_item .dropdown-menu {
    margin: 10px 0;
    color: #b38e6a;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    font-size: 18px;
}

.header_nav-list_item .dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 767.98px) {
    .header .logo {
        font-size: 28px;
    }
}

@media screen and (min-width: 1023.98px) {
    .header .container {
        height: 130px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .header .logo {
        font-size: 32px;
    }

    .header .logo_img {
        margin-right: 0;
    }

    .header .logo_img svg {
        min-height: 76px;
    }

    .header.sticky .container {
        height: 100px;
    }

    .header_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 60px;
        margin-top: 120px;
    }

    .header_nav {
        margin: auto 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1399.98px) {
    .header .container {
        max-width: 100%;
        padding: 0 50px 0 100px;
    }

    .header .offcanvas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header_trigger .line {
        background: #fff;
    }

    .header_trigger.active .line {
        background: #5c4033;
    }

    .header_nav {
        overflow: unset;
        width: calc(100% - 520px);
    }

    .header_media {
        display: block;
        width: 520px;
        position: relative;
    }

    .header_media img {
        height: 100%;
    }

    .header_media-ovals {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .header_media-ovals .oval {
        position: absolute;
    }

    .header_media-ovals .oval--top {
        color: #c3b2a5;
        top: -250px;
        right: 420px;
    }

    .header_media-ovals .oval--bottom {
        color: #b38e6a;
        bottom: -150px;
        right: 320px;
    }
}

.menu-logo {
    margin-top: -200px;
    margin-bottom: 100px;
    text-align: center;
}

.menu-logo img {
    height: 180px;
}

@media screen and (max-width: 567.98px) {
    .menu-logo {
        margin-top: 0px !important;
        margin-bottom: 0px;
    }
    .menu-logo img {
        height: 80px;
    }
}
@media screen and (max-width: 767.98px) {
    .menu-logo {
        margin-top: 0px !important;
        margin-bottom: 0px;
    }
    .menu-logo img {
        height: 80px;
    }
}
@media screen and (max-width: 1023.98px) {
    .menu-logo {
        margin-top: 0px !important;
        margin-bottom: 0px;
    }
    .menu-logo img {
        height: 80px;
    }
}

@media screen and (min-width: 1599.98px) {
    .header_nav {
        padding: 100px;
    }
}

@media screen and (min-width: 1920px) {
    .header_nav {
        padding: 100px 190px;
        width: calc(100% - 720px);
    }

    .header_media {
        width: 720px;
    }

    .header_media-ovals .oval--top {
        right: 620px;
    }

    .header_media-ovals .oval--bottom {
        right: 520px;
    }
}
