.item-views.float_banners2 .item.sm {
	background-size: cover;
	background-position: center bottom;
}

.mega-menu > .table-menu > table {
	display: block;
}

.mega-menu > .table-menu > table tbody {
	display: block;
}

.mega-menu > .table-menu > table tr {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-evenly;
}

.mega-menu > .table-menu > table td {
	flex: 1 1 auto;
	display: block;
}

.mega-menu > .table-menu > table td.unvisible {
	flex-basis: 0;
}

footer .pays i.webmoney {
	width: 18px;
}


.custom_banner {
	z-index: 1;
	position: absolute;
	padding: 32px 16px;
	color: #fff;
	height: 626px;
}

.custom_banner-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.custom_banner-header {
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 8px;
}

.custom_banner-descr {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #fff;
}

.custom_banner-bottom {
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .24);
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.custom_banner-bottom-item {
	width: calc(50% - 16px);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
}

.custom_banner-form {
	display: none;
}

@media (min-width: 920px) {
	.custom_banner {
		position: absolute;
		padding: 188px max(var(--theme-page-width-padding), (100% - var(--theme-page-width)) / 2) 52px;
		height: calc(100vh - 170px);
		display: flex;
		flex-direction: row;
		gap: 48px;
	}

	.custom_banner-header {
		font-size: 80px;
		letter-spacing: -0.01em;
	}

	.custom_banner-form {
		padding: 32px;
		border-radius: 3px;
		width: 480px;
		height: 560px;
		background: #fff;
		flex-shrink: 0;
	}

	.custom_banner-bottom {
		padding-top: 24px;
		display: flex;
		gap: 40px;
		flex-wrap: nowrap;
	}

	.custom_banner-bottom-item {
		width: 152px;
		font-weight: 400;
		font-size: 16px;
		line-height: 125%;
	}
}

