@font-face {
	font-family: "FuturaFuturisC";
	src: url(../fonts/FuturaFuturisC.ttf);
}

@font-face {
	font-family: "Gotham Pro";
	src: url(../fonts/GothamPro.ttf);
}

@font-face {
	font-family: "Manrope";
	src: url(../fonts/Manrope-Regular.ttf);
}

body {
	overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	font-family: "FuturaFuturisC";
	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;
		font-family: Manrope;
	}

	.popuporder__main-discount span {
		font-size: 9px;
		color: #ffffff;
		text-align: center;
		font-family: Manrope;
	}

	.popuporder h4 {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		color: #fff;
		font-family: Manrope;
	}





	.popuporder__point {
		color: #858b90;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: 110%;
		letter-spacing: 0.45px;
		font-family: Manrope;
	}

	/* 
	.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;
		font-family: Manrope;
	}



	.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;
		font-family: Manrope;
	}

	.popupPrice span {
		font-size: 16px;
		opacity: 0.7;
		text-decoration: line-through;
		font-family: Manrope;
	}

	.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;
		font-family: Manrope;
	}

	.popuporder__main-info {
		display: flex;
		justify-content: space-between;
	}

	.popupList {
		display: flex;
		flex-direction: column;
		gap: 5px;
		margin-left: 15px;
	}

	.popupListItem {
		color: #FFF;
		font-family: Manrope;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
	}

	.popupListItem span {
		font-weight: 700;
		font-family: Manrope;
	}


}

@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;
	}
}