main #button {
  display: inline-block;
  background-color: #d6bda3;
  width: 57px;
  height: 57px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20%;
  right: 5%;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  text-decoration: none;
}

main #button:hover {
  cursor: pointer;
  background-color: #333;
}

main #button:active {
  background-color: #555;
}

main #button.show {
  opacity: 1;
  visibility: visible;
}

main .top-arrow {
  margin-top: 20px;
  border-bottom: 0.35rem solid;
  border-right: 0.35rem solid;
  display: inline-block;
  width: 1.55rem;
  height: 1.55rem;
  color: #fff;
  background-color: transparent;
  transform: rotate(-135deg);
  border-radius: 5px;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.footer {
  text-align: center;
  padding: 60px 0;
}

@media (max-width: 720px) {
  .footer {
    padding: 30px 0;
  }
}

.footer h2 {
  font-family: Yeseva One;
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 29px;
}

@media (max-width: 720px) {
  .footer h2 {
    font-family: Yeseva One;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px;
  }
}

.footer__text {
  font-family: Comfortaa;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 40px;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 720px) {
  .footer__text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    width: 300px;
  }
}

.footer__phone {
  font-family: Comfortaa;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 40px;
}

@media (max-width: 720px) {
  .footer__phone {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

.footer__adress {
  font-family: Comfortaa;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .footer__adress {
    margin-bottom: 20px;
    font-family: Comfortaa;
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 720px) {
  .footer__adress p {
    margin-bottom: 10px;
  }
}

.footer__workTime {
  font-family: Comfortaa;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 40px;
}

@media (max-width: 720px) {
  .footer__workTime {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

.footer__workTime p {
  margin-bottom: 0;
}

.footer__workTime p:first-child {
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .footer__workTime p:first-child {
    margin-bottom: 10px;
  }
}

.footer__social {
  display: flex;
  justify-content: center;
}

.footer__social a {
  margin: 0 10px;
  text-decoration: none;
}

@media (max-width: 720px) {
  .footer__social a {
    margin: 0 5px;
  }
}

@media (max-width: 720px) {
  .footer__social a img {
    width: 15px;
    height: 15px;
  }
}

.about {
  color: red;
}

.home__bg {
  width: 100%;
  height: 810px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home__bg h1 {
  font-family: Besley;
  font-size: 64px;
  font-weight: 800;
  line-height: 107px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .home__bg h1 {
    font-size: 36px;
  }
}

.home__menu {
  width: 100%;
  background: #b3848c;
  text-align: center;
  padding: 18px 0 37px 0;
}

@media (max-width: 720px) {
  .home__menu {
    padding: 15px 0 30px 0;
  }
}

.home__menu_title {
  font-family: Alegreya;
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  z-index: 2;
  width: 130px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .home__menu_title {
    font-size: 24px;
    font-weight: 400;
  }
}

.home__menu_icon {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: -10px;
}

@media (max-width: 720px) {
  .home__menu_icon {
    left: 0;
    top: 15px;
  }
}

.home__menu_icon img {
  width: 100%;
  height: 100%;
}

@media (max-width: 720px) {
  .home__menu_icon img {
    width: 65%;
    height: 65%;
  }
}

.home__menu_link {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

@media (max-width: 720px) {
  .home__menu_link {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}

.home__menu_link a {
  font-family: Alegreya;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  color: #000;
  margin: 0 50px;
  width: 268px;
  max-width: 100%;
  padding: 8px 0;
  background-color: #fff;
  width: 268px;
  display: block;
  position: relative;
  transition: all 0.3s;
}

@media (max-width: 720px) {
  .home__menu_link a {
    margin-bottom: 15px;
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
  }
}

.home__menu_link a:hover span {
  border: 2px solid #d1b396;
}

.home__menu_link a span {
  border: 2px solid transparent;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: 5px;
  transition: all 0.3s;
}

.home__menu_span {
  border: 2px solid #d1b396 !important;
}

.dishes__top {
  display: none;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .dishes__top {
    display: block;
    width: 176px;
    height: 26px;
    background: #d9d9d9;
    border-radius: 0 0 10px 10px;
  }
}

.dishes__logo {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  width: 212px;
  height: 94px;
  margin-bottom: 37px;
}

@media (max-width: 768px) {
  .dishes__logo {
    width: 143px;
    height: 61px;
    margin-top: 20px;
  }
}

.dishes__logo img {
  width: 100%;
  height: 100%;
}

.dishes__linkMenu {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}

.dishes__linkMenu a {
  text-decoration: none;
  color: #000;
  font-family: Yeseva One;
  font-size: 24px;
  font-weight: 400;
  line-height: 23px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .dishes__linkMenu a {
    font-size: 20px;
  }
}

.dishes__linkMenu a:hover {
  color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #d1b396;
}

.dishes__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .dishes__menu {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .dishes__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 40px;
  }
}

.dishes__menu_item {
  position: relative;
  z-index: 2;
}

.dishes__menu_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 6px;
  width: 100%;
  height: 43px;
  font-family: Comfortaa;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase !important;
  color: #000;
  background-color: #fff;
  border: none;
  transition: all 0.3s;
  text-decoration: none;
}

@media (max-width: 768px) {
  .dishes__menu_item a {
    font-size: 12px;
  }
}

.dishes__menu_item a:hover {
  background-color: #b3848c;
  color: #fff;
}

.dishes__menu_item a:hover .dishes__menu_item_bg {
  border: 2px solid #d1b396;
  top: -5px;
  left: 5px;
}

.dishes__menu_item a:hover .dishes__menu_item_text {
  color: rgba(255, 255, 255, 0.5);
}

.dishes__menu_item_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #ccc4c2;
  transition: all 0.3s;
}

.dishes__menu_item_text {
  position: absolute;
  top: 10%;
  left: 20%;
  font-family: Alex Brush;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(92, 92, 92, 0.5);
  transition: all 0.3s;
}

.dishes h2 {
  font-family: Comfortaa;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .dishes h2 {
    font-size: 24px;
    line-height: 27px;
  }
}

.dishes__h2 {
  position: absolute;
  top: -20px;
  left: -35px;
  font-family: Alex Brush;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .dishes__h2 {
    font-size: 16px;
    line-height: 20px;
    top: -5px;
    left: -15px;
  }
}

.dishes__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dishes__meals {
  width: 40%;
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .dishes__meals {
    width: 45%;
  }
}

@media (max-width: 992px) {
  .dishes__meals {
    width: 100%;
  }
}

.dishes__meals_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .dishes__meals_title {
    margin-bottom: 15px;
  }
}

.dishes__meals_title_text {
  font-family: Comfortaa;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 768px) {
  .dishes__meals_title_text {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.dishes__meals_title_price {
  font-family: Yeseva One;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  align-self: end;
  color: #fff;
  background-color: #b3848c;
  width: 127px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .dishes__meals_title_price {
    font-size: 16px;
    width: 74px;
    height: 25px;
  }
}

.dishes__meals_desc {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.dishes__meals_desc>div {
  width: 50%;
}

@media (max-width: 768px) {
  .dishes__meals_desc>div {
    width: 100%;
  }
}

.dishes__meals_desc_img {
  width: 100%;
  min-width: 300px;
  height: 247px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 768px) {
  .dishes__meals_desc_img {
    min-width: 165px;
    height: 134px;
    margin-right: 20px;
  }
}

.dishes__meals_desc_text {
  font-family: Comfortaa;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #b3848c;
}

@media (max-width: 768px) {
  .dishes__meals_desc_text {
    font-size: 12px;
    line-height: 16px;
  }
}

.dishes__meals_desc_text p {
  margin-bottom: 15px;
}

.dishes__meals_desc_text p:last-child {
  color: #000;
}

.dishes .activeLink a {
  background-color: #b3848c;
  color: #fff;
}

.dishes .activeLink a .dishes__menu_item_bg {
  border: 2px solid #d1b396;
  top: -5px;
  left: 5px;
}

.dishes .activeLink a .dishes__menu_item_text {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .dishes .oderStyle-img {
    order: 2;
  }
}

@media (max-width: 768px) {
  .dishes .oderStyle-text {
    order: 1;
  }
}

.dishes .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10;
}

.dishes .popup {
  position: absolute;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
}

.dishes .popup__text {
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}

@media (max-width: 768px) {
  .dishes .popup__text {
    margin-top: 25px;
  }
}

@media (max-width: 992px) {
  .dishes .popup {
    width: 90%;
    padding: 30px 10px;
  }
}

.dishes .openPopup {
  cursor: pointer;
}

@media (max-width: 768px) {
  .dishes .popupscreen {
    flex-direction: column;
  }

  .dishes .popupscreen .dishes__meals_desc_img {
    height: 280px;
  }

  .dishes .popupscreen p {
    padding-top: 15px;
    margin: 0;
  }
}

.bg-green {
  background-color: #373c37 !important;
}

.text-green {
  color: #a1a1a1 !important;
}

.bg-green-menu a:hover {
  background-color: #373c37 !important;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.header__burger {
  display: block;
  position: relative;
  z-index: 3;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.header__burger span {
  width: 100%;
  transition: .3s all cubic-bezier(.175, .885, .32, 1.275);
  height: 3px;
  background: #000000;
  position: absolute;
  right: 0;
  transform: rotate(0);
  z-index: 4;
}

.header__menu {
  display: flex;
  justify-content: space-between
}

.langs ul li {
  list-style: none;
}

.langs ul li a {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.header__burger span:nth-child(1) {
  top: 5px
}

.header__burger span:nth-child(2) {
  top: 44%
}

.header__burger span:nth-child(3) {
  bottom: 5px
}

.header__burger.active {
  background: #f8f7f7
}

.header__burger.active span {
  width: 80%;
  right: 10%
}

.header__burger.active span:nth-child(1) {
  top: 13px;
  transform: rotate(-45deg);
  background-color: #000
}

.header__burger.active span:nth-child(2) {
  width: 0%
}

.header__burger.active span:nth-child(3) {
  bottom: 14px;
  transform: rotate(45deg);
  background-color: #000;
  width: 80%
}

.burger__menu {
  padding-top: 60px;
  z-index: 99;
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .3s ease 0s;
  overflow-y: scroll
}

.burger__menu::-webkit-scrollbar {
  background: 0 0;
  width: 0 !important
}

.burger__menu h2 {
  margin-bottom: 20px;
}

.burger__menu.active {
  top: 0;
  transition: all .3s ease 0s
}

.burger__visibility {
  flex-direction: column;
  row-gap: 20px;
}

.menu-arrow {
  float: right;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}