@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

@font-face {
  font-family: "AngelfaceRusbyme";
  src: url("/fonts/13630.eot");
  src: local("☺"), url("/fonts/13630.woff") format("woff"), url("/fonts/13630.ttf") format("/truetype"),
    url("/fonts/13630.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  color: #3a241e;
}

a {
  color: #ccad8f;
}
a:hover {
  text-decoration: none;
}

div.center {
  max-width: 1200px;
  margin: auto;
}

.wrapper {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(58, 36, 30, 0.7);
  z-index: 1000;
  cursor: pointer;
}
.popup {
  position: fixed;
  width: 320px;
  top: 100px;
  left: 50%;
  margin-left: -180px;
  background-color: white;
  border-radius: 20px;
  padding: 10px 20px 30px;
  z-index: 1100;
  display: none;
  max-height: 500px;
  overflow-x: auto;
}
.popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url("/images/close.png");
  background-size: contain;
  cursor: pointer;
}
.popup .title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
}
.popup b {
  line-height: 23px;
}
.popup ul {
  margin-bottom: 10px;
}
.popup li {
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
  list-style: none;
  line-height: 25px;
}
.popup li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #3a241e;
  display: block;
  position: absolute;
  top: 11px;
  left: 2px;
}

.top {
  height: 700px;
  width: 100%;
  background-image: url("/images/top_back_full.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  box-sizing: border-box;
}

.logo {
  width: 163px;
  height: 70px;
  background-image: url("/images/logo.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
}

.menu {
  float: right;
}
.menu div {
  display: none;
}
.menu .links {
  display: block;
  margin-top: 35px;
}

.menu .links a {
  margin-left: 40px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

.menu-icon {
  width: 30px;
  height: 30px;
  background-image: url("/images/menu.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
  float: right;
}

.clear {
  clear: both;
}

.top .title {
  margin-top: 120px;
  font-size: 41px;
  font-weight: 600;
  color: white;
  max-width: 720px;
  line-height: 55px;
}

.top .slogan {
  color: white;
  display: block;
  max-width: 550px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}

.top .button {
  margin-top: 40px;
}

.tcenter {
  text-align: center;
}

.button {
  display: inline-block;
  background-color: #ccad8f;
  height: 50px;
  color: white;
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  border-radius: 26px;
  cursor: pointer;
  text-decoration: none;
  transition: all 300ms;
  position: relative;
}
.button:hover {
  opacity: 0.8;
}

.button.address {
  padding-left: 55px;
}
.button.address::before {
  width: 16px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  background-image: url("/images/bpin.svg");
  background-size: 100%;
  left: 30px;
  top: 14px;
}

.button.cf {
  padding-left: 61px;
}
.button.cf::before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  background-image: url("/images/coffee-beans2.svg");
  background-size: 100%;
  left: 25px;
  top: 11px;
  background-repeat: no-repeat;
}
.button.cf.active:before {
  background-image: url("/images/coffee-beans2_.svg");
}
.button.dr {
  padding-left: 61px;
}
.button.dr::before {
  width: 23px;
  height: 23px;
  content: "";
  display: block;
  position: absolute;
  background-image: url("/images/drinks-icon.svg");
  background-size: 100%;
  left: 25px;
  top: 11px;
  background-repeat: no-repeat;
}
.button.dr.active:before {
  background-image: url("/images/drinks-icon_.svg");
}

.products {
  width: 100%;
  padding: 30px 20px 40px;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  z-index: 30;
}
.t-drinks,
.d-drinks,
.items.drinks {
  display: none;
}

.products.bgray {
  background-color: #f9f9f9;
}
.products .center .buttons .button {
  margin: 0px 3px;
}
.products .title {
  color: #3a241e;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
}
.products .desc {
  color: #ccad8f;
  text-align: center;
  font-size: 45px;
  font-family: "AngelfaceRusbyme";
}
.products .center > p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.products .buttons {
  padding: 15px 0px 20px 0px;
  text-align: center;
}
.products .button {
  border: 1px solid #3a241e;
  background-color: white;
  color: #3a241e;
}
.products .button.active {
  background-color: #ccad8f;
  color: white;
  border-color: #ccad8f;
}

.loyal {
  width: 100%;
  background: rgb(33,23,21);
  background: linear-gradient(180deg, rgba(33,23,21,1) 0%, rgba(96,85,80,1) 100%);
  color: white;
  padding: 0px 20px;
  box-sizing: border-box;
}
  .loyal .center {
    padding: 65px 0px;
    background-image: url('/images/beans.png');
    background-repeat: no-repeat;
    background-position: top right;
  }

  .loyal .left {
    float: left;
    width: 49.9999%;
  }
  .loyal .right {
    float: right;
    width: 49.9999%;
  }
    .code .left {
      width: 35%;
    }
    .code .right {
      width: 64%;
    }

  .loyal .title {
    color: #1c1411;
    background-color: #e2bb90;
    font-size: 43px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 15px;
  }

  .loyal .desc {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0px;
  }

  .loyal .code {
    font-size: 19px;
    text-transform: uppercase;
  }
    .code span {
      display: block;
      font-size: 96px;
      font-weight: 700;
    }
    .code small, .wallet small {
      font-size: 16px;
      text-transform: none;
    }

  .loyal .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    align-content: center;
    gap: 5px;
  }
    .loyal .right.flex {
      gap: 35px;
      margin-top: 35px;
    }

    .loyal .b-left {
      border-left: 10px solid #9e9e9c;
      border-top: 10px solid #9e9e9c;
      border-bottom: 10px solid #9e9e9c;
      width: 10px;
      min-height: 268px;
    }
    .loyal .b-right {
      border-right: 10px solid #9e9e9c;
      border-top: 10px solid #9e9e9c;
      border-bottom: 10px solid #9e9e9c;
      width: 10px;
      min-height: 268px;
    }

    .loyal .wallet {
      font-size: 24px;
      color: #f0e2ca;
    }
    
      .loyal .wallet .flex {
        font-size: 31px;
        text-align: center;
        color: white;
        gap: 15px;
        margin-top: 60px;
        margin-bottom: 30px;
      }
      .wallet span {
        font-size: 56px;
        font-weight: 700;
        display: block;
      }

.items {
  width: 100%;
  text-align: center;
  z-index: 50;
  max-width: 1200px;
  margin: 0px auto 70px;
}
.item {
  width: 280px;
  background-color: #f6f6f6;
  border-radius: 25px;
  background-image: url("/images/coffee-shadow.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 150px 8px 0px 8px;
  position: relative;
  vertical-align: top;
}
.item.hideme {
  display: none;
}
.coffee .item {
  cursor: pointer;
}
.item:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.item:hover .rec {
  display: block;
  opacity: 1;
}
.item .arrow {
  position: absolute;
  width: 12px;
  height: 8px;
  background-image: url("/images/arrow.svg");
  top: 182px;
  right: 20px;
  transition: all 500ms;
}
.coffee .item:hover .arrow {
  transform: rotate(180deg);
}
.item .img {
  margin: auto;
  text-align: center;
  position: relative;
  top: -107px;
}
.item .img img {
  width: 214px;
  height: 214px;
  max-width: 100%;
}
.item .name {
  color: #3a241e;
  font-weight: 700;
  text-align: center;
  margin-top: -80px;
}
.item .name div {
  display: inline-block;
}
.item .name div:first-child {
  font-size: 20px;
}
.item .name div:last-child {
  font-size: 15px;
}
.item .mls {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  margin-bottom: 15px;
}
.item .rec {
  width: 280px;
  box-sizing: border-box;
  position: absolute;
  color: #ccad8f;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 28px 28px 28px;
  text-align: left;
  opacity: 0;
  z-index: 100;
  background-color: #f6f6f6;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: all 300ms;
  white-space: normal;
}

.breakfast .item {
  width: 370px;
  background-image: unset;
  background-color: white;
  text-align: left;
  margin-top: 20px;
}

.breakfast .item:hover {
  border-bottom-left-radius: 26px !important;
  border-bottom-right-radius: 26px !important;
}
.breakfast .name {
  margin: 0px;
  padding: 20px 30px 0px;
  box-sizing: border-box;
  text-align: left;
}
.breakfast .mls,
.candys .mls {
  line-height: 30px;
  margin-bottom: 0px;
  text-align: left;
  padding: 0px 30px 0px;
  box-sizing: border-box;
}
.breakfast .rec {
  display: block;
  position: relative;
  color: #3a241e;
  opacity: 1;
  background-color: white;
  width: 100%;
}
.breakfast .item .img {
  top: 0px;
  width: 100%;
  /* max-height: 180px; */
}
.breakfast .img img {
  width: 100%;
  /* max-height: 180px; */
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.candys {
  margin-bottom: 10px;
}
.candys .item {
  border: 1px solid #ebebeb;
  width: 370px;
  background-image: unset;
  background-color: white;
  margin: 20px 8px 0px 8px;
}
.candys .img {
  top: 0px;
  width: 100%;
  max-height: 200px;
}
.candys .img img {
  width: auto;
  max-height: 200px;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}
.candys .name {
  margin-top: 10px;
  text-align: left;
  font-size: 20px;
  padding: 10px 30px 10px;
  box-sizing: border-box;
}
.candys p {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 30px 30px;
  box-sizing: border-box;
}
.candys .arrow {
  top: 225px;
}

.candys .rec {
  background-color: white;
  width: 372px;
  left: -1px;
  padding: 0px 30px 30px;
  display: none;
  opacity: 0;
  transition: display 0s, opacity 300ms;
}
.candys .rec .points {
  display: block !important;
  margin-top: -20px;
  width: 88px;
  color: #3a241e;
}

.candys .item:hover {
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 1px;
}
#presents .item {
  border-bottom: 1px !;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  margin-bottom: 0px;
}
.candys .item:hover .arrow {
  transform: rotate(180deg);
}
.candys .item:hover .rec {
  display: block;
  opacity: 1;
  border: 1px solid #ebebeb;
  border-top: 0px;
  padding: 0px 30px 30px;
}
.rec .block {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  color: #3a241e;
  margin-top: 15px;
  font-weight: 600;
}
.rec .block .type {
  color: #808080;
  font-size: 12px;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 500;
}
.rec .block .type:before {
  width: 8px;
  height: 8px;
  background-color: attr(data-back);
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
}
.rec .type.dark:before {
  background-color: #442a19;
}
.rec .type.white:before {
  background-color: #e7d3c0;
}
.rec .type.pink:before {
  background-color: #f9b5ff;
}
.rec .type.red:before {
  background-color: #ba3746;
}
.rec .type.brown:before {
  background-color: #553c1d;
}
.rec .type.golden:before {
  background-color: #cead58;
}
.rec .type.dark_golden:before {
  background-color: #9c7e30;
}
.rec .type.milk:before {
  background-color: #fdf4e3;
}
.rec .type.white_gel:before {
  background-color: #cdb891;
}
.rec .type.dark_parmezan:before {
  background-color: #45322e;
}
.rec .type.dark_dorblue:before {
  background-color: #45322e;
}
.rec .type.milk_chokolat:before {
  background-color: #45322e;
}
.rec .type.bitter:before {
  background-color: #45322e;
}
.rec .type.caramel:before {
  background-color: #a5694f;
}
.rec .type.white_dorblue:before {
  background-color: #cea262;
}
.rec .type.white_pink:before {
  background-color: #cc9293;
}
.rec .type.white_lemon:before {
  background-color: #fff44f;
}
.rec .type.dark_rom:before {
  background-color: #79553d;
}
.rec .type.berry_liquor:before {
  background-color: #240935;
}
.rec .type.white_gold:before {
  background-color: #fffdd0;
}
.rec .type.milk_white_orange:before {
  background-color: #ffdb8b;
}
.rec .type.fruit_chocolate:before {
  background-color: #fbceb1;
}
.rec .type.milk_dark:before {
  background-color: #deaa88;
}
#candys .button {
  margin-top: 20px;
  background-color: #ccad8f;
  color: white;
  border: 0px;
}

.info {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 23px;
  right: 23px;
  z-index: 100;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.info:hover {
  opacity: 0.5;
}

.items.coffee .info, .items.drinks .info {
  top: 184px;
  left: 12px;
  right: unset;
}

.reciept {
  width: 100%;
  background-image: url("/images/reciept_full.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  box-sizing: border-box;
  color: white;
}
.reciept .title,
.box .title {
  font-size: 37px;
  font-weight: 600;
  line-height: 45px;
  max-width: 600px;
}
.reciept p,
.box p {
  line-height: 27px;
  font-size: 14px;
  max-width: 500px;
  margin-top: 40px;
}
.reciept span {
  color: #ccad8f;
}

.box {
  width: 100%;
  background-image: url("/images/box_full.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
  box-sizing: border-box;
}
.box .title,
.box p {
  margin-left: 50%;
  margin-right: 150px;
}

.footer {
  width: 100%;
  min-height: 250px;
  background-image: url("/images/footer.jpg");
  color: white;
  padding: 50px 20px 65px 20px;
  box-sizing: border-box;
  font-weight: 500;
}
.footer div {
  display: block;
  margin: auto;
}
.footer .logo {
  width: 116px;
  height: 50px;
}
.footer .copy,
.footer .sp {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
.footer .contacts {
  float: right;
}
.contacts div {
  position: relative;
  display: inline-block;
  margin-left: 80px;
}
.contacts div:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 7px;
  left: -34px;
}
.contacts .insta:before {
  background-image: url("/images/insta.svg");
}
.contacts .phone:before {
  background-image: url("/images/phone.svg");
}
.contacts .email:before {
  background-image: url("/images/mail.svg");
}
.footer .contacts a {
  color: white;
  text-decoration: none;
  line-height: 30px;
}

.footer .copy {
  float: left;
  margin-top: 70px;
}
.footer .sp {
  float: right;
  margin-top: 70px;
}
.footer span {
  position: relative;
  display: inline-block;
}
.footer .sp span:before {
  content: "";
  width: 14px;
  height: 20px;
  position: absolute;
  background-image: url("/images/sp.svg");
  top: -2px;
  left: -20px;
}

.points {
  width: 100%;
  color: #ccad8f;
  letter-spacing: 4px;
  overflow: hidden;
  display: none !important;
}

@media all and (min-width: 1000px) and (max-width: 1270px) {
  div.center {
    padding: 0px 35px;
    box-sizing: border-box;
  }
}

@media all and (max-width: 1000px) {
  .top {
    height: 650px;
    padding: 35px;
    background-image: url("/images/top_back_middle.png");
  }

  .top .menu-icon {
    margin-top: 30px;
    display: block;
  }
  .top .menu {
    position: absolute;
    left: -300px;
    width: 300px;
    transition: all 300ms;
    padding-bottom: 150px;
    z-index: 10;
    height: 100vh;
    top: 0px;
  }

  .top .menu.active {
    z-index: 50;
    top: 0px;
    left: 0px;
    background-color: #3a241e;
    padding-bottom: 150px;
    z-index: 10;
    height: 100vh;
  }
  .top .menu div {
    display: block;
  }
  .top .menu .points {
    display: block !important;
    padding-left: 40px;
    width: 100px;
  }
  .top .menu a {
    display: block;
    line-height: 47px;
  }
  .top .menu .contacts {
    margin-top: 10px;
    font-weight: 500;
  }
  .top .menu .contacts a {
    display: block;
    line-height: 30px;
    padding-left: 0px;
    color: white;
    text-decoration: none;
    font-size: 13px;
  }

  .top .title {
    line-height: 35px;
  }
  .top .slogan {
    display: none;
  }
  .footer div {
    display: block;
    float: unset;
  }

  .top .title {
    margin-top: 120px;
    font-size: 26px;
    /* width: 320px; */
  }

  .top .button {
    margin-top: 50px;
  }

  .products .title {
    color: #3a241e;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
  }
  .products .desc {
    color: #ccad8f;
    text-align: center;
    font-size: 27px;
    font-family: "AngelfaceRusbyme";
  }
  .products .center > p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
  }
  .products .buttons {
    padding: 15px 0px 20px 0px;
    text-align: center;
  }
  .products .button {
    height: 35px;
    border: 1px solid #3a241e;
    padding: 7px 20px;
    background-color: white;
    color: #3a241e;
  }
  .button.cf {
    padding-left: 45px;
  }
  .button.cf:before {
    width: 19px;
    height: 19px;
    left: 18px;
    top: 7px;
    background-size: contain;
  }
  .button.dr {
    padding-left: 45px;
  }
  .button.dr:before {
    width: 19px;
    height: 19px;
    left: 18px;
    top: 6px;
  }

  .products .button.active {
    background-color: #ccad8f;
    color: white;
    border-color: #ccad8f;
  }
  .button.more {
    display: none;
  }
  .item.hideme {
    display: block;
  }
  .products .items {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 460px;
    white-space: nowrap;
    margin-bottom: 25px;
  }
  .items .item {
    width: 215px;
    background-position: -20px -55px;
    margin: 100px 8px 0px 8px;
  }
  .items .item .name {
    margin-top: -65px;
  }
  .items .item .name div {
    font-size: 16px;
    display: block;
    white-space: normal;
  }
  .items .name div:last-child {
    font-size: 12px;
  }
  .item .img {
    top: -77px;
  }
  .item .img img {
    width: 160px;
    height: 160px;
  }
  .items .item {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: unset;
  }
  .items .item:hover .rec,
  .items .item .arrow {
    display: none;
  }
  .items .item .rec,
  .items .item:hover .rec {
    display: block;
    opacity: 1;
    width: 100%;
  }
  .items .item {
    display: inline-block;
  }

  .items.breakfast {
    height: 380px;
  }
  .breakfast .item {
    width: 280px;
    margin-top: 30px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .breakfast .img img {
    /* max-height: 135px; */
    width: 100%;
  }
  .breakfast .item .name {
    margin-top: 0px;
    padding: 20px 25px 0px;
  }
  .breakfast .mls {
    padding: 0px 25px 0px;
  }
  .breakfast .rec {
    padding: 0px 25px 28px 25px;
  }

  .breakfast .item:hover .rec {
    display: block;
    position: relative;
    color: #3a241e;
    opacity: 1;
    background-color: white;
    width: 100%;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .bgray {
    padding-bottom: 10px;
  }

  .items.candys {
    height: 430px;
  }

  .candys .item {
    border: 1px solid #ebebeb;
    width: 250px;
    background-image: unset;
    background-color: white;
    margin: 20px 8px 50px 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .candys .img {
    top: 0px;
    width: 100%;
    max-height: 100px;
  }
  .candys .img img {
    width: auto;
    max-height: 100px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
  }
  .candys .item .name {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    padding: 10px 30px 10px;
    box-sizing: border-box;
    white-space: normal;
  }
  .candys p {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 30px 30px;
    box-sizing: border-box;
    white-space: normal;
  }
  .candys .arrow {
    display: none;
  }

  .candys .item .rec,
  .candys .item:hover .rec {
    background-color: white;
    width: 252px;
    left: -1px;
    padding: 0px 30px 30px;
    display: block;
    opacity: 1;
    border-top: 0px;
    padding-right: 2px;
    border: 1px solid #ebebeb;
    border-top: 0px;
  }

  #candys {
    padding-bottom: 10px;
  }
  #candys .button {
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #ccad8f;
    color: white;
    border: 0px;
    font-size: 13px;
    padding-top: 9px;
  }

  .reciept {
    padding: 60px 35px;
    text-align: left;
    background-image: url("/images/reciept_middle.png");
  }
  .reciept .title,
  .box .title {
    font-size: 25px;
  }
  .reciept p,
  .box p {
    font-size: 14px;
  }
  .reciept .title,
  .box .title,
  .reciept p,
  .box p {
    max-width: 350px;
  }
  .reciept .title {
    line-height: 31px;
    margin-bottom: 25px;
  }

  .box {
    padding: 75px 35px 55px 35px;
    background-image: url("/images/box_middle.png");
  }
  .box .title,
  .box p {
    margin-left: 0px;
    margin-right: 0px;
  }

  .footer {
    min-height: 260px;
  }

  .footer .points {
    display: none;
  }
  .footer .contacts {
    text-align: center;
    padding: 35px 0px 15px;
    margin-left: 0px;
    float: unset;
  }
  .footer .contacts div {
    display: inline-block;
    font-size: 14px;
    margin: 0px 30px;
  }
  .footer .contacts div:before {
    left: -27px;
  }

  .footer div {
    display: block;
    margin: auto;
  }
  .footer .logo {
    width: 116px;
    height: 50px;
  }
  .footer .copy,
  .footer .sp {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    float: unset;
  }

  .loyal {
    box-sizing: border-box;
  }

  .loyal .left {
    float: unset;
    width: 100%;
  }
  .loyal .right {
    float: unset;
    width: 100%;
    margin-top: 30px;
  }

  .loyal .title {
    font-size: 21px;
  }

  .code small, .wallet small {
    font-size: 13px;
  }

  .b-left, .b-right {
    min-height: 225px !important;
  }

  .loyal .right.flex {
    gap: 10px;
  }

  .loyal .desc {
    font-size: 23px;
  }

  .loyal .wallet {
    font-size: 18px;
  }
  .loyal .wallet .flex {
    font-size: 16px;
  }

  .wallet span {
    font-size: 30px;
  }
  
  .wallet img {
    max-width: 55px;
  }

  .loyal .wallet .flex {
    margin-top: 30px;
  }

}

@media all and (max-width: 400px) {
  .top {
    height: 650px;
    padding: 28px;
    background-image: url("/images/top_back_mobile.png");
  }

  .logo {
    width: 86px;
    height: 37px;
  }

  .points {
    display: block;
  }

  .top .title {
    margin-top: 120px;
    font-size: 26px;
  }
  .top .menu-icon {
    margin-top: 0px;
    display: block;
  }

  .top .button {
    margin-top: 50px;
  }

  .products .title {
    color: #3a241e;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
  }
  .products .desc {
    color: #ccad8f;
    text-align: center;
    font-size: 27px;
    font-family: "AngelfaceRusbyme";
  }
  .products .center > p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
  }
  .products .buttons {
    padding: 15px 0px 20px 0px;
    text-align: center;
  }
  /* .products .button {
        height: 35px;
        border: 1px solid #3a241e;
        padding: 7px 20px;
        background-color: white;
        color: #3a241e;
    }
     .products .button.active {
         background-color: #ccad8f;
         color: #3a241e;
         border-color: #ccad8f;
     } */

  .reciept {
    padding: 60px 20px;
    text-align: left;
    background-image: url("/images/reciept_mobile.png");
  }
  .reciept .title,
  .box .title {
    font-size: 25px;
  }
  .reciept p,
  .box p {
    font-size: 14px;
  }
  .reciept .title,
  .box .title {
    line-height: 31px;
    margin-bottom: 25px;
  }
  .box {
    padding: 285px 20px 30px 20px;
    background-image: url("/images/box_mobile.png");
  }
  .box .title,
  .box p {
    margin-left: 0px;
    margin-right: 0px;
  }

  .footer div {
    display: block;
    float: unset;
  }
  .footer .points {
    display: block !important;
  }
  .footer .logo {
    padding: 0px 0px 25px;
  }

  .footer .contacts div {
    width: 100%;
    margin: 0px;
    font-size: 14px;
    padding-left: 100px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
  }
  .footer .contacts div:before {
    left: -27px;
  }

  .footer .logo {
    width: 116px;
    height: 50px;
  }
  .footer .copy,
  .footer .sp {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    float: unset;
  }

  .footer .contacts {
    padding: 15px 0px 5px;
    margin-left: 0px;
    float: unset;
  }

  .footer .contacts div::before {
    left: 60px;
    top: 5px;
  }
}
.item__new .img::after {
  position: absolute;
  content: "";
  left: 10px;
  width: 60px;
  top: 10px;
  height: 60px;
  background-image: url(/images/new.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
