:root {
    --font: "Open Sans", serif;
    --color: #141414;
    --secondary-color: #99823D;
    --secondary-font: "Teko", serif;
}

.body {
    margin: 0;
    padding: 0;
}

.container {
    width: 1312px;
    outline: 1px solid red;
    margin: 0 auto;
}

.header {
    background-color: #141414;
    display: flex;
    vertical-align: center;
    height: 68px;
}

.header-logo {
    position: relative;
    width: 190px;
    height: 49px;
    background-color: #99823D;
    padding: 44px 68px;
    top: -63px;
    left: 0px;
    outline: 1px solid red;
}

.menu-author-wrapper {
    display: flex;
    outline: 1px solid red;
    justify-content: space-between;
}

.header-wrapper {
    display: flex;
    vertical-align: center;
    padding-top: 26px;
    position: relative;
    outline: 1px solid red;
}

.title {
    margin-left: 428px;
    color: white;
    margin-right: 5px;
    margin-top: 0;
    font-family: var(--font);
    font-weight: 400px;
    font-size: 9px;
    outline: 1px solid red;
    line-height: 15.3px;
}

.title-second-part {
    color: white;
    margin-top: 0;
    font-family: var(--font);
    font-weight: 400px;
    font-size: 10px;
    outline: 1px solid red;
    line-height: 15.3px;
    margin-right: 5px;
}

.header-icon {
    width: 17px;
    height: 17px;
    margin-left: 4px;
    outline: 1px solid red;
}

.header-list {
    display: flex;
    gap: 37px;
    list-style: none;
    margin-left: 245px;
    outline: 1px solid red;
    align-items: center;
    padding-left: 0;
}

.header-item {}

.header-link {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font);
    font-weight: 400px;
    font-size: 11px;
    outline: 1px solid red;
    vertical-align: center;
}

/* hero section */

.main {}

.container-hero{
    height: 659px;
}

.section-hero {
    background-color: #141414;
    height: 659px;
}

.hero-bg-img {
    width: 978px;
    height: 591px;
}

.hero-list {
    display: flex;
    gap: 37px;
    line-height: 68px;
    list-style: none;
    background-color: #EBEBEB;
    width: 823px;
    height: 68px;
    margin: 0;
    padding-left: 0;
    margin-top: -5px;
}

.hero-item {}

.hero-link {
    text-decoration: none;
    font-family: var(--font);
    font-weight: 400px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}
.hero-wrapper{
    display: flex;
}
.hero-block {
    width: 489px;
    height: 329px;
    background-color: #99823D;
    position: relative;
    top: -266px;
    right: 0;
}
.menu-wrapper{
    padding: 68px;
}
.hero-menu {
    width: 584px;
    height: 455px;
    z-index: 1;
    background-color: white;
    position: relative;
    top: -878px;
    right: -592px;
}

.menu-name {
    width: 142px;
    height: 17px;
    font-family: var(--font);
    font-weight: 400px;
    font-size: 11px;
    margin-bottom: 2px;
    color: #99823D;
}

.menu-title {
    width: 417px;
    height: 135px;
    color: #141414;
    margin: 0;
    font-family: var(--secondary-font);
    font-weight: 400px;
    font-size: 67px;
    line-height: 67.03px;
}

.menu-paragraph {
    margin-top: 32px;
    width: 435px;
    height: 51px;
    font-family: var(--font);
    font-size: 17px;
    font-weight: 400px;
    color: #141414;
    margin-bottom: 15px;
}

.menu-button {
    padding: 25px 70px;
    font-family: var(--font);
    font-weight: 400px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    border: none;
}

.menu-button:hover{
    cursor: pointer;
}

.btn-one {
    margin-right: 17px;
    background-color: #99823D;
}
.btn-one:hover{
    background-color: #74622f;
}

.btn-two {
    background-color: #141414;
}
.btn-two:hover{
    background-color: #2c2c2c;
}

/* job section */

.section-job {
    margin-top: 135px;
    display: flex;
}
.wrapper-left{
    width: 684px;
    height: 321px;
    margin-right: 102px;
}
.title-job {
    width: 82px;
    height: 17px;
    font-family: var(--font);
    font-weight: 400px;
    font-size: 11px;
    color: #99823D;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 3.5px;
}
.main-title {
    width: 655px;
    height: 106px;
    color: #141414;
    margin-top: 5px;
    font-family: var(--secondary-font);
    font-weight: 400px;
    font-size: 53px;
    line-height: 53px;
    color: #141414;
}
.main-paragraph {
    width: 684px;
    font-family: var(--font);
    font-weight: 400px;
    font-size: 17px;
    line-height: 25.5px;
}
.one {
    margin-top: 28px;
    height: 51px;
    margin-bottom: 16px;
}
.two {
    height: 102px;
    margin: 0;
}
.data {
    width: 181px;
    margin-bottom: 17px;
    height: 33px;
    font-family: var(--font);
    font-weight: 400px;
    font-size: 11px;
    color: #99823D;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.data-paragraph {
    width: 323px;
    height: 53px;
    font-family: var(--secondary-font);
    font-weight: 400px;
    font-size: 26px;
    line-height: 26px;
}

.news-one{
    padding: 37px 67px 42px 34px;
}
.news-two{
    padding: 37px 67px 42px 34px;
}