.mm-cns {
	position: fixed;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 9998;
}

.mm-cnw {
	max-width: 720px;
	margin: 0 auto;
	padding: 18px 20px;
	color: #172033;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(23, 32, 51, 0.12);
	border-radius: 16px;
	-webkit-box-shadow: 0 18px 40px rgba(23, 32, 51, 0.12);
	box-shadow: 0 18px 40px rgba(23, 32, 51, 0.12);
}

.mm-cnt {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.mm-cna {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.mm-cbt,
.mm-rst {
	padding: 10px 16px;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #172033;
	background: #ffffff;
	border: 1px solid rgba(23, 32, 51, 0.14);
	border-radius: 999px;
	cursor: pointer;
	-webkit-transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		-webkit-transform 0.2s ease;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		-webkit-transform 0.2s ease;
	-o-transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease,
		-webkit-transform 0.2s ease;
}

.mm-cbt:hover,
.mm-cbt:focus-visible,
.mm-rst:hover,
.mm-rst:focus-visible {
	border-color: #172033;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.mm-cbt.is-ok {
	color: #ffffff;
	background: #172033;
	border-color: #172033;
}

.mm-cbt.is-ok:hover,
.mm-cbt.is-ok:focus-visible {
	background: #0f1726;
}

.mm-cbt.is-no:hover,
.mm-cbt.is-no:focus-visible,
.mm-rst:hover,
.mm-rst:focus-visible {
	background: #f5f7fb;
}

.mm-rst {
	position: fixed;
	left: 16px;
	bottom: 57px;
	z-index: 9997;
	-webkit-box-shadow: 0 10px 24px rgba(23, 32, 51, 0.12);
	box-shadow: 0 10px 24px rgba(23, 32, 51, 0.12);
}

[hidden] {
	display: none !important;
}

@media (max-width: 640px) {
	.mm-cns {
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	.mm-cnw {
		padding: 16px;
		border-radius: 14px;
	}

	.mm-cna {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.mm-cbt,
	.mm-rst {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.mm-rst {
		left: 12px;
		bottom: 12px;
		width: max-content;
		/* left: 12px; */
	}
}
