@font-face {
	font-family: "FuturaFuturisC";
	src: url(../fonts/FuturaFuturisC.ttf);
}

@font-face {
	font-family: "Gotham Pro";
	src: url(../fonts/GothamPro.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;
}

.active {
	display: flex !important;
}


.videoActive {
	display: flex !important;
}

.container {
	max-width: 1224px;
	padding: 0 16px;
	margin: 0 auto;
}

@media (min-width: 0px) {


	.popuporder,
	.pop-up-modal {
		position: fixed;
		bottom: 0;
		color: #1f1c1a;
		width: 100%;
		border-radius: 10px 10px 0 0;
		z-index: 49;
		transform: translate(0, 200%);
		transition: all ease .4s;
	}

	.popuporder__main {
		padding: 16px 16px 5px 16px;
		position: relative;
		border-top-left-radius: 24px;
		border-top-right-radius: 24px;
		background: #fff;
		box-shadow: 0 -4px 4pxrgba(var(--accent-always-black-color-rgb), .04), 0 -4px 20px rgba(var(--accent-always-black-color-rgb), .1);
		display: flex;
		flex-direction: column;
		gap: 7px;
	}


	.popuporder__main-discount {
		color: #FFFFFF;
		clip-path: circle(50%);
		height: 50px;
		width: 50px;
		position: absolute;
		background: #BC625C;
		right: 2%;
		top: 5px;
		align-items: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 9px;
	}

	.popuporder__main-discount span {
		font-size: 10px;
		color: #ffffff;
		text-align: center;
	}

	.popuporder h4 {
		font-weight: 400;
		font-size: 18px;
		line-height: 18px;
		color: #1D1D1B;
		display: flex;
		gap: 10px;
	}

	.popuporder h4 span {
		font-size: 16px;
		line-height: 20px;
		align-self: top;
	}

	.popuporder__main-dots {
		font-family: 'Gotham Pro', sans-serif;
		margin-left: 15px;
		color: #F3F4F6;
		gap: 2px;
		display: flex;
		flex-direction: column;
		margin-top: 5px;
	}

	.popuporder__main-dot {
		font-size: 12px;
		line-height: 16px;
		color: #1D1D1B;
	}

	.popuporder__main-button {
		background: #FAD1CE;
		border-radius: 25px;
		cursor: pointer;
		outline: none;
		border: none;
		width: 343px;
		height: 50px;
		font-size: 18px;
		color: #1D1D1B;
		width: 100%;
		text-align: center;
		font-family: "FuturaFuturisC";

	}

	.pop-up-show {
		transform: translate(0);
	}

	.pop-up-hide {
		transform: translate(0, 200%);
	}

	.device {
		display: none !important;
	}

	.preheader {
		font-size: 20px;
		line-height: 120%;
		color: #BC625C;
	}

}

@media (min-width: 639px) {
	.popuporder__main {
		width: 500px;
	}

	.popuporder,
	.pop-up-modal {
		display: flex;
		justify-content: center;
	}


	.popuporder__main-info {
		position: relative;
	}

	.popuporder__main-button {
		align-items: center;
	}

	.popuporder__main-discount {
		width: 70px;
		height: 70px;
		right: 10%;
		top: 10px;
	}
}



/*  */
@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 !important;
	}

	.device {
		display: block !important;
	}
}

@media (min-width: 1244px) {
	.container {
		max-width: 1224px;
	}


}