.checkout {
  padding-top: 48px;
}
@media screen and (max-width: 760px) {
  .checkout {
    padding-top: 24px;
  }
}
.checkout__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .checkout__inner {
    width: 99%;
  }
}
@media screen and (max-width: 1100px) {
  .checkout__inner {
    width: 95%;
  }
}
.checkout__inner > div {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1100px) {
  .checkout__inner > div {
    width: 100%;
  }
}
.checkout__inner__left {
  width: 58%;
}
.checkout__inner__left__drowDown {
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  padding: 30px;
  margin-bottom: 20px;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.checkout__inner__left__drowDown.open .checkout__inner__left__drowDown__top__arrow {
  transform: rotateX(-180deg);
}
.checkout__inner__left__drowDown.open .checkout__inner__left__drowDown__top__text {
  color: #ebb576;
}
.checkout__inner__left__drowDown__top {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkout__inner__left__drowDown__top__img {
  background-position: 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  height: 30px;
  margin-right: 8px;
  background-size: cover;
  width: 30px;
  margin-right: 8px;
}
.checkout__inner__left__drowDown__top__img.profile {
  background-image: url("../images/profile.png ");
}
.checkout__inner__left__drowDown__top__img.address {
  background-image: url("../images/home.svg");
}
.checkout__inner__left__drowDown__top__img.payment {
  background-image: url("../images/payment.svg");
}
.checkout__inner__left__drowDown__top__text {
  color: #212529;
  transition: 0.3s;
}
.checkout__inner__left__drowDown__top__arrow {
  cursor: pointer;
  width: 20px;
  transition: 0.3s;
  height: 20px;
  margin-left: auto;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.checkout__inner__left__drowDown.open .checkout__inner__left__drowDown__main {
  display: flex;
}
.checkout__inner__left__drowDown__main {
  display: none;
  transition: height 0.3s;
  padding-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  animation: openAnimation 0.3s forwards;
}
@keyframes openAnimation {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(100%);
  }
}
.checkout__inner__left__drowDown__main.address .checkout__inner__left__drowDown__main__label {
  width: 100%;
}
.checkout__inner__left__drowDown__main.payment .checkout__inner__left__drowDown__main__label {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.checkout__inner__left__drowDown__main.payment .checkout__inner__left__drowDown__main__label input {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.checkout__inner__left__drowDown__main.payment .checkout__inner__left__drowDown__main__label p {
  margin: 0;
  margin-left: 8px;
  font-weight: normal;
}
.checkout__inner__left__drowDown__main__label {
  width: 45%;
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .checkout__inner__left__drowDown__main__label {
    width: 100%;
    margin-bottom: 12px;
  }
}
.checkout__inner__left__drowDown__main__label:last-child {
  margin: 0;
}
.checkout__inner__left__drowDown__main__label p {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.checkout__inner__left__drowDown__main__label p span {
  color: #b20000;
}
.checkout__inner__left__drowDown__main__label input {
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
  border-radius: 8px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  width: 100%;
}
.checkout__inner__left__drowDown__main__label__cards {
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 606px) {
  .checkout__inner__left__drowDown__main__label__cards {
    display: none;
  }
}
.checkout__inner__left__textarea {
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  padding: 30px;
  margin-bottom: 20px;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.checkout__inner__left__textarea__top {
  display: flex;
  align-items: center;
}
.checkout__inner__left__textarea__top img {
  margin-right: 8px;
}
.checkout__inner__left__textarea__top h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.checkout__inner__left__textarea textarea {
  resize: none;
  width: 100%;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
  border-radius: 8px;
  outline: none;
  margin-top: 24px;
  height: 168px;
}
.checkout__inner__left__textarea textarea:focus {
  border-color: #503e9d;
}
.checkout__inner__right {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 40%;
}
.checkout__inner__right__title {
  font-weight: 600;
  font-size: 20px;
  color: #ebb576;
}
.checkout__inner__right > div:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #C8C9CA;
}
.checkout__inner__right__price {
  margin-top: 16px;
}
.checkout__inner__right__price__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.checkout__inner__right__price__line:last-child {
  margin-bottom: 0;
}
.checkout__inner__right__price__line__text {
  font-size: 15px;
  color: #1d1d1f;
}
.checkout__inner__right__price__line__number {
  font-size: 16px;
  color: #1d1d1f;
}
.checkout__inner__right__coupon {
  padding-top: 20px;
}
.checkout__inner__right__coupon__title {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout__inner__right__coupon__main {
  display: flex;
  align-items: center;
  border: 1px solid #ebb576;
  border-radius: 8px;
  overflow: hidden;
}
.checkout__inner__right__coupon__main input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
}
.checkout__inner__right__coupon__main input:focus {
  border: none;
  outline: none;
}
.checkout__inner__right__coupon__main__clean {
  opacity: 0.65;
  border-right: 1px solid #d4d3d8;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #6c757d;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding: 6px 12px;
}
.checkout__inner__right__coupon__main__clean span {
  margin-left: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #503e9d;
}
.checkout__inner__right__coupon__main__check {
  opacity: 0.65;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #6c757d;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding: 6px 12px;
}
.checkout__inner__right__coupon__main__check span {
  margin-left: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #503e9d;
}
.checkout__inner__right__bonus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.checkout__inner__right__bonus__text {
  font-weight: 600;
  font-size: 15px;
}
.checkout__inner__right__bonus__text a {
  color: #ebb576;
}
.checkout__inner__right__bonus__sum {
  align-items: center;
  background-color: #f5f5f7;
  border-radius: 30px;
  display: flex;
  height: 30px;
  justify-content: center;
  min-width: 100px;
  padding: 4px 14px;
  text-align: right;
  color: #ebb576;
}
.checkout__inner__right__dishes {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout__inner__right__dishes__text {
  font-size: 15px;
  color: #1d1d1f;
}
.checkout__inner__right__dishes__counter {
  display: flex;
  align-items: center;
}
.checkout__inner__right__dishes__counter__btn {
  background-color: transparent;
  cursor: pointer;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30px;
  width: 30px;
}
.checkout__inner__right__dishes__counter__btn.minus {
  background-image: url("../images/minus.png");
}
.checkout__inner__right__dishes__counter__btn.pluse {
  background-image: url("../images/pluse.png");
}
.checkout__inner__right__dishes__counter__count {
  margin: 0 10px;
  font-weight: 700;
  font-size: 18px;
  color: #1d1d1f;
}
.checkout__inner__right__check {
  padding-top: 20px;
}
.checkout__inner__right__check__label {
  display: flex;
  align-items: center;
}
.checkout__inner__right__check__label__text {
  margin-left: 8px;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 600;
}
.checkout__inner__right__tip {
  padding-top: 20px;
}
.checkout__inner__right__tip__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.checkout__inner__right__tip__select {
  display: flex;
  flex-wrap: wrap;
}
.checkout__inner__right__tip__select__label {
  display: flex;
  margin-right: 20px;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .checkout__inner__right__tip__select__label {
    margin-top: 5px;
  }
}
.checkout__inner__right__tip__select__label input {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.checkout__inner__right__tip__select__label p {
  color: #1d1d1f;
  font-size: 15px;
  margin-left: 5px;
  font-weight: 600;
}
.checkout__inner__right__tip__select__btn {
  border-radius: 30px;
  padding: 8px 25px;
  background-color: #ebb576;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .checkout__inner__right__tip__select__btn {
    margin-top: 5px;
  }
}
.checkout__inner__right__footer {
  padding-top: 20px;
}
.checkout__inner__right__footer__top {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.checkout__inner__right__footer__top h4 {
  font-size: 18px;
  font-weight: 600;
}
.checkout__inner__right__footer__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebb576;
  color: #fff;
  transition: all 0.5s;
  border-radius: 30px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.02em;
  line-height: 36px;
  min-width: 250px;
}
.checkout__popUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
}
.checkout__popUp.open {
  display: block;
}
.checkout__popUp__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40%;
  background: #fff;
  z-index: 4;
  border-radius: 40px;
  padding: 35px;
  height: 40%;
  max-height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .checkout__popUp__inner {
    padding: 20px;
    width: 75%;
  }
}
@media screen and (max-width: 672px) {
  .checkout__popUp__inner {
    padding: 20px;
    width: 90%;
  }
}
.checkout__popUp__inner__top {
  padding-top: 16px;
}
@media screen and (max-width: 672px) {
  .checkout__popUp__inner__top {
    flex-direction: column;
  }
}
.checkout__popUp__inner__top h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.checkout__popUp__inner__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 0 16px;
  gap: 24px;
}
.checkout__popUp__inner__bottom__btn {
  background-color: #ebb576;
  background-size: 25px;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
  transition: 0.3s;
  cursor: pointer;
}
.checkout__popUp__inner__bottom__btn.cancel {
  background: #E4E4EF;
  color: #000;
}
.checkout__popUp__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}/*# sourceMappingURL=checkout.css.map */