@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: "Anda";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/anda.ttf);
}

@font-face {
  font-family: "PD";
  font-weight: 400;
  src: url(../fonts/PD-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;
}

html {
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  max-width: 1224px;
  padding: 0 16px;
  margin: 0 auto;
}

@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;
    position: relative;
    border-radius: 16px 16px 0 0;
    background: #DC5086;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.25);
  }



  .popuporder__main-discount {
    color: #ffffff;
    clip-path: circle(50%);
    height: 56px;
    width: 56px;
    position: absolute;
    background: #b2926e;
    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: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
  }





  .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 {
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;
    max-width: 100%;
    height: 42px;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    /* 16px */
    letter-spacing: 0.32px;
    text-align: center;
    align-self: center;
    margin-top: 15px;
  }



  .pop-up-show {
    transform: translate(0);
  }

  .pop-up-hide {
    transform: translate(0, 200%);
  }

  .right {
    display: none;
  }

  .down {
    display: block;
  }

  .popupPrice {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }

  .popupPrice span {
    font-size: 16px;
    opacity: 0.7;
    text-decoration: line-through;
  }

  .popupCircle {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DC5086;
    font-size: 18.138px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: #fff;
  }

  .popuporder__main-info {
    display: flex;
    justify-content: space-between;
  }

  .popupList {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 15px;
  }

  .popupListItem {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .popupListItem span {
    font-weight: 700;
  }


}

@media (min-width: 639px) {
  .popuporder__main {
    width: 398px;
  }

  .popuporder {
    display: flex;
    justify-content: center;
  }

  .popuporder__main-info {
    position: relative;
  }

  .popuporder__main-button {
    align-items: center;
    max-width: 373px;
    height: 52px;
  }

  .popuporder h4 {
    margin: 0 auto;
  }
}

/*  */
@media (min-width: 480px) {}

@media (min-width: 640px) {
  .container {
    max-width: 610px;
  }
}

@media (min-width: 958px) {
  .container {
    max-width: 920px;
    padding: 0;
  }

  .popuporder__main {
    padding: 16px;
  }





  .popuporder__main-button {
    height: 52px;
    font-size: 18px;
  }

  .popuporder__point {
    font-size: 20px;
  }

  .popuporder__point:first-of-type {
    padding-bottom: 12px;
  }




  .right {
    display: block;
  }

  .down {
    display: none;
  }
}

@media (min-width: 1244px) {
  .mobile {
    display: none;
  }

  .device {
    display: block;
  }

  .container {
    max-width: 1224px;
  }
}