div.comagic-o-rack {
	bottom: 260px !important;
}
.feedback-popup {
	bottom: 220px;
}
@media (max-width: 991px) {
	div.comagic-o-rack {
		bottom: 80px !important;
	}
	.feedback-popup {
		bottom: 28px;
	}
}

.float-banner *,
.float-banner *::before,
.float-banner *::after {
	box-sizing: border-box;
	margin: 0;
}

.float-banner {
	width: calc(100% - 16px);
	max-width: 1396px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	margin: 0 auto;
	background-color: #0f7dcd;
	border-radius: 36px;
}
.float-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		#0f7dcd 29.87%,
		rgba(255, 255, 255, 0.11) 91.68%
	);
	border-radius: 36px;
}
.float-banner.hidden {
	display: none;
}
.float-banner__container {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 70px 26px 78px;
}
.float-banner__caption {
	font-size: 24px;
	line-height: 34px;
	color: #f8f8f6;
}
.float-banner__title {
	font-weight: 800;
	font-size: 32px;
	line-height: 44px;
	color: #ffc800;
	text-transform: uppercase;
	text-shadow: 0px 4px 4px rgba(120, 120, 120, 0.25);
}
.float-banner__img {
	align-self: flex-end;
	position: relative;
	width: 100%;
	max-width: 500px;
	bottom: -60px;
}
.float-banner__img img {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	height: auto;
}
.float-banner__author {
	position: absolute;
	bottom: 34px;
	left: -94px;
	font-weight: 600;
	font-size: 11px;
	line-height: 15px;
	color: #aeaaaa;
	z-index: 2;
}
.float-banner__link {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #1e1818;
	padding: 11px 40px;
	background-color: #ffc800;
	border-radius: 40px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.float-banner__close {
	position: absolute;
	top: 15px;
	right: 26px;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.float-banner__container {
		padding: 20px;
	}
	.float-banner__caption {
		font-size: 22px;
		line-height: 30px;
	}
	.float-banner__title {
		font-size: 28px;
		line-height: 40px;
	}
	.float-banner__img {
		max-width: 420px;
	}
	.float-banner__author {
		bottom: 42px;
	}
}

@media (max-width: 991px) {
	.float-banner {
		display: none;
	}
}