.sc-hidden {
	display: none !important;
}

.sc-visible {
	display: flex !important;
}


.mob-txt,
.sc-consent-checkbox+.main-user-consent-request {
	display: none;
}

a.sc-modalClose img {
	width: 20px;
}

a.sc-modalClose {
	top: 10px;
	right: 10px;
}

.sc-modalInner,
.sc-modal {
	background: none;
	border: none;
}

.sc-modalInner {
	padding: 0;
}

.sc-modal {
	width: 100%;
}

.sc-modal .sc-modalWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sc-modalHead {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 42px;
}

.sc-modalText {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

ul.ModalList {
	color: #000;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 28px;
	list-style-type: disc;
}



.popup-window#scoder_subscribecoupon_popup,
.popup-window#scoder_subscribecoupon_answer_popup {
	width: 800px;
	height: 509px;
}

.PopUpLeftSide {

	background-size: cover;
	height: 509px;
}

.PopUpRightSide {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 509px;
	align-content: center;
}

.sc-inputLine {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.sc-inputLine input {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #000;
	height: 20px;
	padding-left: 0;
	padding-right: 0;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 16.94px;
	letter-spacing: 0%;

}

.sc-inputLine>div,
.sc-inputLine>div:last-child,
.sc-inputLine>div:first-child {
	width: 336px;
	float: none;
	padding: 0;
}

.sc-inputLine input::placeholder {
	color: #CBCACA;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sc-inputLine+.sc-muted {
	display: block;
	width: 336px;
	margin: auto;
}

.sc-consent-checkbox input {
	margin-left: 0;
}

input#data-consent-checkbox+span {
	font-size: 12px;
}

.sc-modal input[type="submit"],
.sc-mailBtn#sc-button-close {
	float: none;
	width: 336px;
	height: 37px;
	flex-shrink: 0;
	background: var(---Violet, #764AF1);
	margin: 7px auto;
	display: block;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-appearance: none;
	-webkit-appearance: button;
	color: var(---White, #FFF);
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18.599px;
	letter-spacing: normal;
	text-transform: uppercase;
}

.sc-mail {
	background: none;
	padding: 0;
	color: #000;
	margin: auto;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
}

.sc-modal#sc-modal-answer .PopUpRightSide {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 509px;
}

.sc-modalAnswerTop {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.popup-window.--open {
	position: fixed !important;
	left: calc(50% - 400px) !important;
	top: calc(50% - 250px) !important;
}

.popup-window-overlay {
	background-color: rgb(0 0 0 / 84%) !important;
	opacity: 1 !important;
}

.sc-toggle {
	display: none;
}

.sc-deliv,
.sc-toCart {
	background: none;
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	display: none;
}

@media screen and (max-width: 768px) {
	.popup-window.--open {
		position: fixed !important;
		left: calc(50% - 175px) !important;
		top: calc(50% - 200px) !important;
	}

	.popup-window#scoder_subscribecoupon_popup,
	.popup-window#scoder_subscribecoupon_answer_popup {
		height: 365px;
		width: 350px;
		padding: 46px 32px;
		position: fixed !important;
	}

	.PopUpLeftSide,
	.ModalList,
	.sc-modalText {
		display: none;
	}

	.mob-txt {
		display: block;
		color: #000;
		text-align: center;
		font-family: Inter;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 24.6px;
	}

	.half.PopUpRightSide {
		width: 100%;
		height: 100%;
	}

	.sc-modalHead {
		color: #000;
		text-align: center;
		font-family: Inter;
		font-size: 17px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		width: 100%;
		margin-bottom: 21.5px;
	}

	.sc-modalText {
		color: #000;
		text-align: center;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 0;
	}

	ul {
		list-style-type: none;
		list-style: none;
		text-align: center;
		padding: 0;
	}

	.sc-modal input[type="submit"],
	.sc-mailBtn#sc-button-close,
	.sc-modalWrap .PopUpRightSide form {
		width: 100%;
	}

	.sc-toggle {
		background: none;
		width: 100%;
		height: 67px;
		left: 0;
		bottom: 0;
		margin: 0;
		text-align: left;
		color: #fff;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		background-color: var(--fiolet);
		padding: 8px 16px 8px;
		display: flex;
		position: fixed;
		align-items: center;
	}

	.sc-inputLine input {
		height: 16px;
		margin-bottom: 14px;
		padding-bottom: 5px;
		font-family: Inter;
		font-weight: 400;
		font-size: 12px;
		line-height: 14.52px;
		letter-spacing: 0%;

	}

	.sc-inputLine input[type="email"] {
		margin-bottom: 4px;
	}

	.sc-inputLine input::placeholder {
		color: #CBCACA;
		font-family: Inter;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.sc-inputLine input:focus {

		box-shadow: none;
		outline: none;
	}

	a.sc-modalClose {
		top: 20px;
		right: 20px;
	}

	.sc-modal {
		position: unset;
	}

	.sc-toggleClose {
		right: 23px;
		top: unset;
	}

	.sc-toggle.sc-visible {
		display: flex !important;
	}
	input#data-consent-checkbox+span {
		width: 80%;

	}
}