.body {
  background-color: #ffc64c;
}

.section_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.header {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 50px;
  padding-right: 150px;
  display: flex;
  position: relative;
}

.menu_block {
  background-color: #ee3e41;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 100%;
  margin-right: 70px;
  padding-right: 15px;
  display: flex;
}

.menu_left {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu_link {
  color: #3d3103;
  background-color: #0000;
  margin-right: 40px;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.menu_link.menu_link_light {
  color: #bb8926;
}

.menu_link.menu_link_light:hover {
  color: #3d3106;
}

.menu_right {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.block_link {
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.menu_link2 {
  pointer-events: auto;
  color: #3d3103;
  background-color: #0000;
  margin-right: 0;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.menu_link2.menu_link_light {
  color: #a27517;
}

.menu_icon {
  background-color: #0000;
  background-image: url('../images/location.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.menu_icon.search {
  background-color: #0000;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 21px;
  height: 21px;
}

.menu_icon.locate {
  background-size: auto 100%;
  width: 21px;
  height: 21px;
}

.menu_icon.join {
  background-image: url('../images/mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 19px;
  height: 19px;
}

.icon {
  background-color: #e9b340;
  width: 20px;
  height: 20px;
  margin-left: 50px;
}

.icon.notif {
  background-color: #0000;
  background-image: url('../images/notification.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 23px;
  height: 23px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.main_header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.header_logo {
  background-color: #0000;
  width: 150px;
  height: auto;
  position: absolute;
  inset: 0% auto auto;
}

.mcdo_logo {
  height: 100%;
}

.m {
  height: 80%;
  position: static;
  inset: auto 0% 0% auto;
}

.mcdo_hero {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient {
  z-index: 20;
  background-image: linear-gradient(#0000 32%, #ffc64c);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero_image {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero {
  z-index: 50;
  height: 800px;
  margin-top: 150px;
  position: relative;
}

.div-block-2 {
  z-index: 20;
  background-color: #db140a;
  width: 100%;
  height: 300px;
  margin-top: 100px;
  padding: 25px;
  position: relative;
}

.div-block-3 {
  background-color: #940d07;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.block_title {
  z-index: 20;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.h1 {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.h2 {
  color: #f03e41;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.block_para {
  width: 510px;
  margin-top: 25px;
  font-size: 14px;
}

.para {
  text-align: center;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.block_buttons {
  z-index: 100;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.button {
  background-color: #ed3d40;
  width: 200px;
  height: 60px;
}

.button_red {
  background-color: #ed3d40;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.meme_section {
  background-color: #f0eff2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 200px;
  display: flex;
}

.separator {
  background-color: #ed3d40;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 200px;
  margin-top: -100px;
  padding: 20px;
  display: flex;
}

.section_meme {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 45px;
  padding-bottom: 75px;
  display: flex;
}

.block_meme {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  box-shadow: 0 2px 5px #00000024;
}

.meme {
  border-radius: 10px;
  width: 350px;
  height: 350px;
}

.block_price {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.price {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.add {
  background-color: #ed3d40;
  background-image: url('../images/plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 45%;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  padding: 0;
}

.block_data {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.star {
  background-color: #e2e2e2;
  background-image: url('../images/star.jpg');
  background-position: 50%;
  background-size: cover;
  width: 17px;
  height: 17px;
}

.data {
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.data_info {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.data_info2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.kcal {
  background-color: #e2e2e2;
  background-image: url('../images/kcal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
}

.button_black {
  background-color: #5e481d;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.menu {
  height: 65%;
}

@media screen and (max-width: 991px) {
  .header {
    justify-content: center;
    margin-top: 174px;
    padding-right: 0;
  }

  .menu_left, .icon.notif {
    display: none;
  }

  .hero {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .block_para {
    width: 90%;
  }

  .block_buttons {
    flex-flow: column;
    margin-top: 40px;
  }

  .button_red {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    flex-flow: row;
    height: auto;
  }

  .menu_right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .block_link {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .header_logo {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .mcdo_logo {
    height: 100px;
  }

  .block_buttons {
    margin-top: 40px;
  }

  .button_red {
    margin-top: 0;
  }

  .separator {
    width: 100%;
  }

  .meme {
    width: 250px;
    height: 250px;
  }
}
