* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Semibold.ttf);
}

@font-face {
    font-family: 'Merriweather';
    src: url(../fonts/Merriweather-Black.ttf);
}

body {
    background-color: #191411;
    font-family: 'Gilroy', sans-serif;
    color: #FFFFFF;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.button {
    width: 344px;
    height: 62px;
    background: linear-gradient(95.61deg, #DA8023 0%, #E2B438 100%);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    color: #191411;
}

.button:hover {
    background: linear-gradient(95.61deg, #1c6115 0%, #9e7a19 100%);
}

.common-title {
    font-family: 'Merriweather', sans-serif;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.main {
    overflow: hidden;
    background: url(../images/main_bg.png) no-repeat;
    background-position: top center;
}

/* header */

.header {
    margin: 40px 0;
}

.header .container {
    display: flex;
    align-items: center;
}

.logo img {
    vertical-align: bottom;
}

.menu {
    margin-left: 191px;
}

.menu_list {
    list-style: none;
    display: flex;
}

.menu_item {
    margin-right: 88px;
}

.menu_item a {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.menu_item a:hover {
    border-bottom: 2px solid white;
}

.currency {
    width: 45px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
    margin-left: auto;
    user-select: none;
}

.main-content {
    margin-top: 103px;
    margin-bottom: 199px;
}

.main-content .container {
    position: relative;
}

.main-info {
    max-width: 608px;
}

.main-small-info {
    background: #D3320F;
    border-radius: 100px;
    padding: 12px 16px;
    display: inline-block;
    font-size: 18px;
}

.main-title {
    font-family: 'Merriweather', sans-serif;
    font-size: 120px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 56px;
}

.main-text {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 56px;
}

.main-image {
    position: absolute;
    top: -123px;
    left: calc(100% - 991px);
}

/* section 2 */


.why {
    background: url(../images/whybg.png) no-repeat;
    background-position: top center;
    background-size: initial;
    padding-bottom: 180px;
}

.why-title {
    font-family: 'Merriweather', sans-serif;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.why-items {
    margin-top: 60px;
    display: grid;
    gap: 100px;
    grid-template-columns: 312px 312px 312px;
    justify-content: center;
}

.why-item {
    text-align: center;
}

.why-item-title {
    font-size: 24px;
    line-height: 29px;
    padding: 24px 0;
}

.why-item-text {
    font-size: 16px;
    line-height: 140%;
}

/* section 3 */

.products {
    background: url(../images/burgers_bg.png) no-repeat;
    background-position: top center;
    background-size: 1400px;
    margin-bottom: 180px;
}

.products-items {
    display: grid;
    grid-template-columns: 384px 384px 384px;
    gap: 24px;
    margin-top: 60px;
}

.products-item {
    padding: 30px;
    background: #211A16;
    border: 1 px solid #353535;
    border-radius: 16px;
}

.products-item-image {
    height: 250px;
}

.products-item-image img {
    max-width: 100%;
}

.products-item-title {
    font-size: 24px;
    line-height: 29px;
    padding: 24px 0;
}

.products-item-text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px;
}

.products-item-extra {
    display: flex;
    justify-content: space-between;
}

.products-item-price {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 8px;
}

.products-item-weight {
    font-size: 16px;
    line-height: 18px;
    color: #757575;
}

.button.product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 62px;
}

.button.product-button span:first-child {
    margin-right: 10px;
}


/* section 4  */

.order {
    background: url(../images/order_bg.png) no-repeat;
    background-position: top center;
    margin-bottom: 180px;
}

.order .container {
    position: relative;
}

.order-image {
    position: absolute;
    top: 0px;
    right: calc(100% - 764px);
    z-index: -1;
}

.order-form {
    background: #211A16;
    border: 1px solid #353535;
    border-radius: 16px;
    margin-top: 60px;
    max-width: 426px;
    padding: 60px 40px;
    margin-left: 674px;
}

.order-form-text {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.order-form-inputs {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.order-form-input {
    background: linear-gradient(95.61deg, #DA8023 0%, #E2B438 100%);
    width: 344px;
    height: 62px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-form-input input {
    padding: 20px 10px;
    background: #211A16;
    border-radius: 8px;
    width: 342px;
    height: 60px;
    outline: none;
    border: 1px solid transparent;
    color: white;
}

.order-form-input .button {
    width: 344px;
    height: 62px;
}

/* footer */

.footer {
    padding: 60px 0;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rights {
    font-size: 16px;
    line-height: 20px;
}