.modal-backdrop {
	position: fixed;
	display: none;
	z-index: 90;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
}

.index-sms-offer-popup {
	position: fixed;
	z-index: 95;
	top: 50%;
	left: 50%;
	display: none;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.index-sms-offer-popup img {
	display: block;
	width: 558px;
	height: auto;
}

@media (max-width: 767px) {
	.index-sms-offer-popup img {
		width: 288px;
	}
}

/*
jdiv[class*="globalClass"] {
	position: relative;
	z-index: 80;
}
*/

.index-sms-offer {
	position: fixed;
	z-index: 90;
	bottom: 0;
	left: 0;
	/*display: none;*/
	width: 100%;
	min-height: 88px;
	padding: 14px 0 10px 0;
	background: center / cover no-repeat;
	box-shadow: 0 -7px 18px 0 rgba(0,0,0, 0.18);
	box-sizing: border-box;
}

.index-sms-offer * {
	box-sizing: border-box;
}

.index-sms-offer .container {
	padding: 0 15px;
}

.index-sms-offer-content {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}

.index-sms-offer-text {
	flex: 0 0 auto;
	margin: 0 80px 0 0;
}

.index-sms-offer-tag {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
}

.index-sms-offer-description {
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}

.index-sms-offer-description.d-lg-none {
	display: none;
}

.index-sms-offer-button {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 360px;
	height: 60px;
	padding: 0 60px 0 15px;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	white-space: nowrap;
	background: #fff;
	border: none;
	border-radius: 18px;
	cursor: pointer;
}

.index-sms-offer-button:last-child {
	margin: 0 0 0 60px;
}

.index-sms-offer-button img {
	display: inline-block;
	height: 60px;
}

.index-sms-offer-close {
	position: absolute;
	top: -24px;
	right: 30px;
	display: block;
	width: 48px;
	height: 48px;
	font-weight: 500;
	font-size: 32px;
	color: #fff;
	font-family: serif;
	text-align: center;
	background: #28467f;
	border: none;
	border-radius: 24px;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.index-sms-offer {
		min-height: 0;
		padding: 18px 0 12px 0;
	}

	.index-sms-offer-content {
		max-width: 920px;
	}

	.index-sms-offer-text {
		margin: 0 60px 0 0;
	}

	.index-sms-offer-button {
		width: 280px;
		height: 48px;
		padding: 0 50px 0 10px;
		font-size: 20px;
		border-radius: 12px;
	}

	.index-sms-offer-button:last-child {
		margin: 0 0 0 50px;
	}

	.index-sms-offer-button img {
		height: 44px;
	}
}

@media (max-width: 991px) {
	.index-sms-offer {
		padding: 6px 0;
	}

	.index-sms-offer-content {
		display: block;
		max-width: 700px;
	}

	.index-sms-offer-text {
		margin: 0;
	}

	.index-sms-offer-description.d-lg-block {
		display: none;
	}

	.index-sms-offer-description.d-lg-none {
		display: block;
	}

	.index-sms-offer-tag {
		margin: 0 0 5px 0;
	}

	.index-sms-offer-description {
		margin: 5px 0 0 0;
	}

	.index-sms-offer-buttons {
		text-align: right;
	}

	.index-sms-offer-button {
		border-radius: 24px;
	}

	.index-sms-offer-button:last-child {
		margin: 0 0 0 15px;
	}
}


@media (max-width: 767px) {
	.index-sms-offer {
		padding: 15px 0;
		box-shadow: 0 -2px 6px 0 rgba(0,0,0, 0.18);
	}

	.index-sms-offer-content {
		max-width: 360px;
	}

	.index-sms-offer-tag {
		margin: 0 0 2px 0;
		font-size: 12px;
		line-height: 1.4;
	}
.bgs{    margin-top: 5px;
    position: fixed;}
	.index-sms-offer-description {
		margin: 2px 0 0 0;
		font-size: 10px;
	}

	.index-sms-offer-button {
		width: 110px;
		height: 26px;
		padding: 0 8px;
		font-weight: 600;
		font-size: 8px;
		border-radius: 13px;
	}

	.index-sms-offer-button:last-child {
		margin: 0 0 0 8px;
	}

	.index-sms-offer-button img {
		height: 24px;
	}

	.index-sms-offer-close {
		top: -14px;
		right: 15px;
		display: block;
		width: 28px;
		height: 28px;
		font-size: 20px;
		border-radius: 14px;
	}
}
.footer {
	padding: 0 0 50px 0;
	background: #52576A;
}

.footer.footer_pressed {
	height: auto;
}

.footer.footer_pressed .footer-bottom {
	height: auto;
}