@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Manrope-Medium.ttf);
}

@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Manrope-Regular.ttf);
}

@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Manrope-SemiBold.ttf);
}

@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Manrope-Bold.ttf);
}

/* @font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"),
    url("../fonts/Manrope-Regular.woff") format("woff"),
    url("../fonts/Manrope-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"),
    url("../fonts/Manrope-Medium.woff") format("woff"),
    url("../fonts/Manrope-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Manrope-Semibold.woff2") format("woff2"),
    url("../fonts/Manrope-Semibold.woff") format("woff"),
    url("../fonts/Manrope-Semibold.ttf") format("ttf");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"),
    url("../fonts/Manrope-Bold.woff") format("woff"),
    url("../fonts/Manrope-Bold.ttf") format("ttf");
} */

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  font-family: "Manrope";
  color: #1d1d1b;
}

.lock {
  overflow-y: hidden;
}




body.lock {
  overflow: hidden;
  height: 100vh;

  touch-action: none;
}

html {
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  max-width: 1224px;
  padding: 0 16px;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

@media (min-width: 0px) {
  .device {
    display: none;
  }

  .popuporder {
    position: fixed;
    bottom: 0;
    color: #1f1c1a;
    width: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 49;
    transform: translate(0, 200%);
    transition: all ease 0.4s;
  }

  .popuporder__main {
    /* width: 343px;
    margin: 0 auto; */
    width: 100%;
  }

  .popuporder__main {
    padding: 16px 16px 5px 16px;
    position: relative;
    border-radius: 10.976px 10.976px 0px 0px;
    /* border-top-left-radius: 24px;
    border-top-right-radius: 24px; */
    background: #fff;
    /* box-shadow: 0 -4px 4px rgba (var(--accent-always-black-color-rgb), 0.04),
      0 -4px 20px rgba(var(--accent-always-black-color-rgb), 0.1); */
    box-shadow: 0 -4px 4px 0px rgba(0, 0, 0, 0.04),
      0 -4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .popuporder__main-discount {
    color: #ffffff;
    clip-path: circle(50%);
    height: 56px;
    width: 56px;
    position: absolute;
    background: #bc625c;
    right: 10%;
    top: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 9px;
  }

  .popuporder__main-discount span {
    font-size: 9px;
    color: #ffffff;
    text-align: center;
  }

  .popuporder h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* letter-spacing: -1.2px; */
  }

  .popup_gifts {
    display: flex;
    gap: 8px;
  }

  .popup_gift {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 339px;
    background: #fff;
    padding: 8px 0;
    box-shadow: 0px 6.477px 11.335px 0px rgba(0, 0, 0, 0.1);
    padding: 8px 10px;
    color: #151617;
    margin-top: 10px;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    border-radius: 12.954px;
    letter-spacing: 0.42px;

    min-width: 340px;
  }

  .popuporder__points {
    border-radius: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .popuporder__point {
    color: #858b90;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.45px;
  }

  /* 
  .popuporder__point:first-of-type {
    border-bottom: 0.5px solid #858b90;
    padding-bottom: 9px;
  }

  .popuporder__point:last-of-type {
    padding-top: 9px;
  } */

  .popuporder__main-button {
    border-radius: 10.631px;
    background: #ff4085;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;
    max-width: 339px;
    height: 42px;
    color: #fff;

    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.32px;
  }

  .popuporder__main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pop-up-show {
    transform: translate(0);
  }

  .pop-up-hide {
    transform: translate(0, 200%);
  }
}

@media (min-width: 639px) {
  .popuporder__main {
    width: 371px;
  }

  .popuporder {
    display: flex;
    justify-content: center;
  }

  .popuporder__main-info {
    position: relative;
  }

  .popuporder__main-button {
    align-items: center;
    height: 52px;
  }
}

/*  */
@media (min-width: 480px) {
  .container {
    max-width: 470px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 610px;
  }
}

@media (min-width: 958px) {
  .container {
    max-width: 920px;
    padding: 0;
  }

  .mobile {
    display: none;
  }

  .device {
    display: block;
  }

  .popuporder__main {
    padding: 16px;
  }

  .popuporder__points {
    margin-top: 20px;
  }

  .popuporder__main-button {
    height: 52px;
    font-size: 16px;
  }

  .popuporder__point {
    font-size: 20px;
  }

  /* .popuporder__point:first-of-type {
    padding-bottom: 12px;
  }

  /* .popuporder__points:last-of-type {
    margin-top: 0;
  } */
  .popuporder__points:last-of-type {
    margin-top: 0;
  }
}

@media (min-width: 1244px) {
  .container {
    max-width: 1224px;
  }
}