.menu-title {
  width: 800px;
  margin: 20px auto 0 auto;
  font-size: 60px;
  line-height: 125%;
  color: #403f3d;
  text-align: center;
}

.menu-options {
  margin-top: 40px;
  width: 361px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.menu-type {
  width: fit-content;
  height: 46px;
  border: 1px solid #c1b6ad;
  border-radius: 100px;
  display: flex;
}

.chosen {
  pointer-events: none;
  border-bottom: 2px solid #403f3d;
  padding-bottom: 4px;
}

.chosen-burger {
  border-bottom: 2px solid #403f3d;
  padding-bottom: 4px;
}

.menu-type_icon {
  width: 30px;
  height: 30px;
  background-color: #c1b6ad;
  border-radius: 100px;
  margin: 7px auto 11px 8px;
  position: relative;
}

.menu-type_png {
  position: absolute;
  top: 7px;
  left: 7px;
}

.menu-type_text {
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
  margin-top: 11px;
  margin-left: 9px;
  margin-right: 15px;
}

.active {
  background-color: #665f55;
  color: #e1d4c9;
  pointer-events: none;
}

.no-back {
  background-color: #e1d4c9;
}

.menu-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 310px);
  grid-template-rows: repeat(auto, 506px);
  column-gap: 40px;
  row-gap: 40px;
}

.menu-item {
  border: 1px solid #c1b6ad;
  border-radius: 40px;
}

.item-photo {
  width: 310px;
  height: 310px;
  overflow: hidden;
  border-radius: 40px;
}

.coffee-1 {
  margin-left: -18px;
  margin-top: -16px;
  transform: scale(1);
  transition: 0.5s;
}

.item-text {
  width: 270px;
  margin-left: 20px;
  margin-top: 20px;
}

.type-description {
  height: 125px;
}

.item-title,
.item-price {
  color: #403f3d;
  line-height: 125%;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.item-description {
  color: #403f3d;
  font-weight: normal;
  line-height: 150%;
  font-size: 16px;
  margin-bottom: 12px;
}

.circle-btn {
  display: none;
}

.circle-btn_disabled {
  display: none;
}

.dark-back {
  background-color: rgba(64, 63, 61, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-wrapper {
  min-width: 688px;
  width: 56%;
  min-height: 30px;
  height: fit-content;
  max-width: 800px;
  background-color: #e1d4c9;
  display: flex;
  padding: 16px;
  border-radius: 40px;
  box-sizing: border-box;
}

.modal-img {
  display: block;
  width: 310px;
  height: 310px;
  border-radius: 40px;
}

.modal-text {
  width: auto;
  max-width: 472px;
  padding-left: 20px;
}

.modal-big {
  color: #403f3d;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
}

.modal-mid {
  color: #403f3d;
  line-height: 150%;
  font-size: 16px;
}

.modal-mrg {
  margin-top: 20px;
}

.size-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.modal-btn {
  margin-top: 10px;
  display: flex;
  width: fit-content;
  height: 46px;
  padding: 8px 14px 8px 8px;
  border: 1px solid #c1b6ad;
  border-radius: 100px;
  color: #403f3d;
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
  box-sizing: border-box;
  margin-right: 8px;
}

.modal-idx {
  display: flex;
  background-color: #c1b6ad;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}

.modal-btn_text {
  display: flex;
  margin-left: 10px;
  align-items: center;
}

.additives-wrapper {
  display: flex;
  flex-wrap: wrap;
}

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

.modal-info {
  display: flex;
  line-height: 140%;
  font-weight: 600;
  font-size: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #c1b6ad;
}

.modal-svg {
  width: 16px;
  height: 16px;
}

.info-text {
  margin-left: 8px;
}

.close-btn {
  display: flex;
  width: auto;
  height: 44px;
  border-radius: 100px;
  border: 1px solid #665f55;
  justify-content: center;
  align-items: center;
  color: #403f3d;
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
}

.modal-active {
  background-color: #665f55;
}

.modal-active-txt {
  color: #e1d4c9;
}

.modal-active-svg {
  background-color: #e1d4c9;
}

.hidden-modal {
  display: none;
}
