.contenedor-principal.cg-home-archive { padding-top: 22px; }
.cg-home-archive .cg-shell-spacer__inner { height: 0; }
.cg-home-archive .cg-home-layout {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	width: 100%;
}
.cg-home-archive .cg-home-shell {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.cg-home-archive .cg-home-promo-strip {
	width: 100%;
	height: 35px;
	margin: 0 0 22px;
	background: rgb(217, 39, 29);
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(33, 39, 33, 0.12);
}
.cg-home-archive .cg-home-promo-strip__inner {
	display: flex;
	align-items: center;
	gap: 0;
	width: max-content;
	height: 100%;
	padding: 0 14px;
	white-space: nowrap;
	box-sizing: border-box;
	will-change: transform;
	animation: cg-home-promo-strip-scroll 26s linear infinite;
}
.cg-home-archive .cg-home-promo-strip__item {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	margin: 0;
}
.cg-home-archive .cg-home-promo-strip__item + .cg-home-promo-strip__item::before {
	content: "|";
	display: inline-block;
	margin: 0 12px;
	color: rgba(255,255,255,0.75);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.cg-home-archive .cg-home-promo-strip__link {
	display: inline-block;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0;
	white-space: nowrap;
}
.cg-home-archive .cg-home-promo-strip__link:hover,
.cg-home-archive .cg-home-promo-strip__link:focus {
	color: #fff;
	text-decoration: underline;
}
@keyframes cg-home-promo-strip-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-33.3333%, 0, 0);
	}
}
.cg-home-archive .cg-home-main-col {
	flex: 0 0 850px;
	width: 850px;
	max-width: 850px;
}
.cg-home-archive .cg-home-sidebar-col {
	flex: 0 0 250px;
	width: 250px;
	max-width: 250px;
}
.cg-home-archive .cg-home-main-col-inner {
	width: 850px;
	max-width: 850px;
	padding-left: 0;
	padding-right: 0;
}
.cg-home-archive .cg-home-sidebar-col-inner {
	width: 250px;
	max-width: 250px;
	padding-top: 0;
	margin-top: -20px;
}
.cg-home-archive .cg-offer-grid__widget { position: relative; }
.cg-home-archive .cg-offer-grid__list { margin: 0 -8px; }
.cg-home-archive .cg-offer-grid__sizer,
.cg-home-archive .cg-offer-card { width: 33.3333%; }
.cg-home-archive .cg-offer-card {
	box-sizing: border-box;
	padding: 0 8px;
	margin: 0 0 16px !important;
	float: left;
}
.cg-home-archive .cg-offer-card__inner {
	overflow: visible;
	background: #fff;
	border: 1px solid #d9271d;
	border-radius: 5px;
	box-shadow: 1px 1px 7px -2px rgba(33,39,33,0.71);
	padding: 3px 0 17px;
}
.cg-home-archive .cg-offer-card__meta {
	margin: 10px 0 20px;
	padding: 5px 15px 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.9em;
	font-weight: 100;
	line-height: normal;
}
.cg-home-archive .cg-offer-card__meta-list {
	display: flex;
	justify-content: flex-end;
}
.cg-home-archive .cg-offer-card__meta-item { margin: 0; }
.cg-home-archive .cg-offer-card__date,
.cg-home-archive .cg-offer-card__date span { color: #212721; }
.cg-home-archive .cg-offer-card__image,
.cg-home-archive .cg-offer-card__title { margin-bottom: 20px; }
.cg-home-archive .cg-offer-card__image img { max-width: 100%; height: auto; }
.cg-home-archive .ta-r.d-f.d-f-jc-fe {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	width: 100%;
	min-height: 25px;
	margin: 0;
}
.cg-home-archive .red-ficha { margin-left: 5px; }
.cg-home-archive .red-ficha {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #d9271d;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
.cg-home-archive .red-ficha .cg-icon,
.cg-home-archive .red-ficha svg,
.cg-home-archive .red-ficha i {
	width: 16px;
	height: 16px;
	display: block;
	fill: currentColor;
	color: currentColor;
	vertical-align: baseline;
}
.cg-home-archive .red-ficha i {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
.cg-home-archive .cg-offer-grid__pagination { text-align: center; padding: 10px 8px 0; }
.cg-home-archive .cg-offer-grid__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 27px;
	padding: 0 8px;
	margin: 0 1px;
	border: 1px solid #d9271d;
	border-radius: 5px;
	color: #d9271d;
	background: transparent;
	font-family: "Boogaloo", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	vertical-align: middle;
}
.cg-home-archive .cg-offer-grid__pagination .page-numbers.current { font-weight: 700; }
.cg-home-archive .cg-offer-grid__pagination .prev,
.cg-home-archive .cg-offer-grid__pagination .next {
	min-width: auto;
	padding-left: 12px;
	padding-right: 12px;
}
.cg-home-archive .cg-offer-grid__pagination a.page-numbers:hover {
	background: #d9271d;
	color: #fff;
}
.cg-home-archive .cg-sidebar { width: 250px; max-width: 100%; margin: 0 auto; }
.cg-home-archive .cg-home-sidebar-banners {
	width: 250px;
	max-width: 100%;
	margin: 28px auto 0;
	padding-top: 0;
	border-top: 0;
}
.cg-home-archive .cg-home-sidebar-banner + .cg-home-sidebar-banner {
	margin-top: 22px;
}
.cg-home-archive .cg-home-sidebar-banner-link {
	display: block;
	text-decoration: none;
}
.cg-home-archive .cg-home-sidebar-banner-image {
	display: block;
	width: 100%;
	height: auto;
}
.cg-home-archive .cg-sidebar__screen-reader {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.cg-home-archive .cg-home-title {
	display: block;
	width: calc(100% - 16px);
	max-width: calc(100% - 16px);
	margin-left: 8px;
	margin-right: 8px;
	padding: 18px 0;
	margin-bottom: 0;
	border-top: 1px dashed #d9271d;
	border-bottom: 1px dashed #d9271d;
	box-sizing: border-box;
}
.cg-home-archive .cg-home-title h1 {
	margin: 0;
	font-family: "Boogaloo", sans-serif;
	font-size: 2rem;
	line-height: normal;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	color: rgb(217, 39, 29);
}
.cg-home-archive .cgs-search-human-title .cgs-euro-fix {
	font-family: inherit !important;
	font-size: 1em !important;
	line-height: inherit !important;
	font-weight: 500 !important;
	font-variation-settings: "wght" 500;
	display: inline-block;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cg-home-archive .cg-home-feature-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: calc(100% - 16px);
	min-height: 70px;
	margin: 0 8px;
	padding: 10px 18px;
	border: 1px solid rgba(217, 39, 29, 0.28);
	border-radius: 5px;
	background: linear-gradient(90deg, #d9271d 0%, #ef4136 58%, #343e48 100%);
	color: #fff;
	box-shadow: 0 2px 8px rgba(33, 39, 33, 0.16);
	box-sizing: border-box;
	overflow: hidden;
}
.cg-home-archive .cg-home-feature-banner__copy {
	min-width: 0;
}
.cg-home-archive .cg-home-feature-banner__eyebrow {
	display: block;
	margin: 0 0 3px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}
.cg-home-archive .cg-home-feature-banner__title {
	margin: 0;
	font-family: "Boogaloo", sans-serif;
	font-size: 1.85rem;
	font-weight: 400;
	line-height: 1.05;
	text-transform: uppercase;
	color: #fff;
}
.cg-home-archive .cg-home-feature-banner__links {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
}
.cg-home-archive .cg-home-feature-banner__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(255,255,255,0.65);
	border-radius: 4px;
	background: rgba(255,255,255,0.12);
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
.cg-home-archive .cg-home-feature-banner__link:hover,
.cg-home-archive .cg-home-feature-banner__link:focus {
	background: #fff;
	color: #d9271d;
	text-decoration: none;
}
.cg-home-archive .cg-search-bg-promo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: calc(100% - 16px);
	margin: 10px 8px 0;
	padding: 14px 16px;
	border: 1px solid rgba(217, 39, 29, 0.28);
	border-left: 5px solid #d9271d;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(33, 39, 33, 0.08);
	box-sizing: border-box;
}
.cg-home-archive .cg-search-bg-promo__copy {
	min-width: 0;
}
.cg-home-archive .cg-search-bg-promo__title {
	margin: 0 0 4px;
	font-family: "Boogaloo", sans-serif;
	font-size: 1.45rem;
	line-height: 1;
	color: #d9271d;
	text-transform: uppercase;
}
.cg-home-archive .cg-search-bg-promo__text {
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	line-height: 1.25;
	color: #343e48;
}
.cg-home-archive .cg-search-bg-promo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 4px;
	background: #d9271d;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
.cg-home-archive .cg-search-bg-promo__button:hover,
.cg-home-archive .cg-search-bg-promo__button:focus {
	background: #343e48;
	color: #fff;
	text-decoration: none;
}
.cg-home-archive .cg-home-campaign {
	display: block;
	width: calc(100% - 16px);
	max-width: calc(100% - 16px);
	margin: 10px 8px 0;
	box-sizing: border-box;
}
.cg-home-archive .cg-home-campaign-link {
	display: block;
	text-decoration: none;
}
.cg-home-archive .cg-home-campaign-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: none;
	aspect-ratio: auto;
	object-fit: contain;
}
.cg-home-archive .cg-home-seo {
	margin: 10px 0 24px;
	padding-top: 30px;
	border-top: 5px solid #d9271d;
	background: transparent;
}
.cg-home-archive .cg-home-seo-wrap {
	width: 100%;
	max-width: 1140px;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
}
.cg-home-archive .cg-home-seo-title {
	margin: 0 0 18px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.2;
	color: rgb(217, 39, 29);
	text-transform: uppercase;
}
.cg-home-archive .cg-home-seo-copy {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212721;
}
.cg-home-archive .cg-home-seo-copy p {
	margin: 0 0 1em;
}
.cg-home-archive .cg-home-seo-copy p:last-child {
	margin-bottom: 0;
}
.cg-home-archive .cg-home-seo-copy a {
	color: rgb(217, 39, 29);
	text-decoration: none;
}
.cg-home-archive .cg-home-seo-copy a:hover {
	text-decoration: underline;
}
.cg-home-archive .cg-home-seo-copy strong {
	font-weight: 700;
	color: #000;
}
.cg-home-archive .cg-home-seo {
	width: 75.024%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}
.cg-home-archive .cg-home-title-block {
	margin: 0 0 20px;
	padding: 2px 0 0;
}
.cg-home-archive .cg-home-grid-block {
	padding: 0 0 20px 0;
}
h3 {
	font-family: inherit;
	font-size: 1.3rem;
	font-weight: inherit;
	line-height: inherit;
	text-transform: uppercase;
}
.cg-home-archive .tit-ficha {
	font-family: "Open Sans", sans-serif !important;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px;
	color: #000;
}
.cg-home-archive .tit-ficha a,
.cg-home-archive .tit-ficha .copytext {
	font-family: "Open Sans", sans-serif !important;
	font-weight: bold;
}
.cg-home-archive .tit-ficha .cg-offer-inline-code {
	display: inline-flex;
	align-items: center;
	padding: 0.08em 0.34em;
	margin: 0 0.08em;
	border: 1px solid rgba(217, 39, 29, 0.28);
	border-radius: 0.3em;
	background: rgba(217, 39, 29, 0.08);
	color: #d9271d;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 0.92em;
	font-weight: 700;
	cursor: pointer;
	user-select: all;
	-webkit-user-select: all;
}
.cg-home-archive .tit-ficha .cg-offer-inline-code.is-copied {
	background: rgba(33, 39, 33, 0.08);
	border-color: rgba(33, 39, 33, 0.28);
	color: #212721;
}
.cg-home-archive .cg-sidebar__heading {
	color: #212721;
	font-family: "Boogaloo", sans-serif;
	font-size: 22.4px;
	font-weight: 900;
	line-height: 22.4px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.cg-home-archive .cg-sidebar__telegram-heading {
	text-align: center;
	transform: rotate(-5deg);
	margin: 0 0 18px;
}
.cg-home-archive .cg-sidebar__telegram-title {
	margin: 0;
	color: #d9271d;
	font-family: "Caveat Brush", sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	text-transform: none;
	line-height: 1.15;
}
.cg-home-archive .cg-sidebar__search-form {
	display: flex;
	width: 100%;
	margin: 0;
}
.cg-home-archive .cg-sidebar__search-container {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 50px;
	border-radius: 4px;
	overflow: hidden;
	background: #ebebeb;
	box-shadow: 0 2px 6px rgba(33, 39, 33, 0.10);
}
.cg-home-archive .cg-sidebar__search-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: #ebebeb;
	color: #7d7d7d;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	padding: 0 16px;
	box-shadow: none;
	outline: 0;
}
.cg-home-archive .cg-sidebar__search-input::placeholder {
	color: #8a8a8a;
	opacity: 1;
}
.cg-home-archive .cg-sidebar__search-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	min-width: 50px;
	border: 0;
	background: #e42b20;
	color: #fff;
	padding: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, filter 0.2s ease;
}
.cg-home-archive .cg-sidebar__search-submit:hover,
.cg-home-archive .cg-sidebar__search-submit:focus {
	background: #d9271d;
	filter: brightness(1.03);
}
.cg-home-archive .cg-sidebar__search-submit .cg-search-submit-icon {
	width: 20px;
	height: 20px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.cg-home-archive .cg-sidebar .cg-search-help,
.cg-home-archive .cg-sidebar .cg-search-help-group {
	margin: 10px 0 0;
	text-align: center;
}
.cg-home-archive .cg-sidebar .cg-search-help-link,
.cg-home-archive .cg-sidebar .cg-help-link {
	display: inline-block;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: rgb(217, 39, 29);
	text-decoration: none;
}
.cg-home-archive .cg-sidebar .cg-search-help-link:hover,
.cg-home-archive .cg-sidebar .cg-help-link:hover {
	color: #b21f17;
	text-decoration: none;
}
.cg-home-archive .cg-sidebar__title-block {
	margin: 20px 0 0;
	padding: 30px 0 0;
	border-top: 5px solid #d9271d;
	text-align: center;
}
.cg-home-archive .cg-sidebar__title-block--secondary {
	margin-top: 0;
	border-top-width: 6px;
}
.cg-home-archive .cg-sidebar__search-block {
	margin: 0 0 30px;
}
.cg-home-archive .cg-sidebar__telegram {
	margin: 0 0 30px;
	text-align: center;
}
.cg-home-archive .cg-sidebar__telegram .ta-c {
	margin: 0;
}
.cg-home-archive .cg-sidebar__telegram .boton-canal {
	display: inline-block;
}
.cg-home-archive .cg-sidebar__telegram .boton-canal img {
	display: block;
	max-width: 100%;
	height: auto;
}
.cg-home-archive .cg-sidebar__social {
	text-align: center;
	margin-bottom: 30px;
}
.cg-home-archive .cg-sidebar__divider {
	width: 100%;
	margin: 0;
	border-top: 5px solid #d9271d;
}
.cg-home-archive .cg-offer-grid__list::after {
	content: "";
	display: block;
	clear: both;
}
.cg-scroll-top-btn {
	position: fixed;
	right: 25px;
	bottom: 72px;
	width: 40px;
	height: 40px;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: rgb(217, 39, 29);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 1000;
}
.cg-scroll-top-btn.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.cg-scroll-top-btn .cg-scroll-top-icon {
	width: 40px;
	height: 40px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media screen and (max-width: 1100px) {
	.cg-home-archive .cg-home-layout { display: block; }
	.cg-home-archive .cg-home-main-col,
	.cg-home-archive .cg-home-sidebar-col {
		width: 100%;
		max-width: none;
		flex: none;
	}
	.cg-home-archive .cg-home-main-col-inner,
	.cg-home-archive .cg-home-sidebar-col-inner {
		width: 100%;
		max-width: none;
	}
	.cg-home-archive .cg-sidebar { margin-top: 20px; }
	.cg-home-archive .cg-home-sidebar-banners { width: 100%; }
	.cg-home-archive .cg-home-title,
	.cg-home-archive .cg-home-campaign {
		width: calc(100% - 16px);
		max-width: calc(100% - 16px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.cg-home-archive .cg-home-seo-wrap { width: 100%; display: block; }
	.cg-home-archive .cg-home-seo { width: 100%; padding-left: 0; padding-right: 0; }
}

@media screen and (max-width: 900px) {
	.cg-home-archive .cg-offer-grid__sizer,
	.cg-home-archive .cg-offer-card { width: 50%; }
}

@media screen and (max-width: 1200px) {
	.cg-home-archive .cg-home-sidebar-col,
	.cg-home-archive .cg-home-sidebar-banners {
		display: none !important;
	}
	.cg-home-archive .cg-home-main-col,
	.cg-home-archive .cg-home-main-col-inner {
		width: 100%;
		max-width: none;
		flex: none;
	}
}

@media screen and (max-width: 600px) {
	.cg-home-archive .cg-home-promo-strip {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.cg-home-archive .cg-home-promo-strip__inner {
		padding-left: 12px;
		padding-right: 12px;
		animation-duration: 22s;
	}
	.cg-home-archive .cg-home-promo-strip__item + .cg-home-promo-strip__item::before {
		margin-left: 10px;
		margin-right: 10px;
	}
	.cg-home-archive .cg-home-promo-strip__link {
		font-size: 14px;
	}
	.cg-home-archive .cg-home-feature-banner {
		display: block;
		min-height: 70px;
		padding: 10px 14px;
	}
	.cg-home-archive .cg-home-feature-banner__title {
		font-size: 1.55rem;
	}
	.cg-home-archive .cg-home-feature-banner__links {
		margin-top: 8px;
		gap: 6px;
		overflow-x: auto;
		padding-bottom: 1px;
	}
	.cg-home-archive .cg-home-feature-banner__link {
		min-height: 28px;
		padding: 0 9px;
		font-size: 12px;
	}
	.cg-home-archive .cg-search-bg-promo {
		display: block;
		padding: 12px 14px;
	}
	.cg-home-archive .cg-search-bg-promo__title {
		font-size: 1.3rem;
	}
	.cg-home-archive .cg-search-bg-promo__button {
		width: 100%;
		margin-top: 10px;
		white-space: normal;
		text-align: center;
	}
	.cg-home-archive .cg-offer-grid__sizer,
	.cg-home-archive .cg-offer-card { width: 100%; }
	.cg-home-archive .cg-home-title h1 { font-size: 2rem; }
	.cg-home-archive .cg-home-seo {
		padding-top: 20px;
		margin-bottom: 18px;
	}
	.cg-home-archive .cg-home-seo-title {
		font-size: 1.2rem;
		margin-bottom: 14px;
	}
	.cg-home-archive .cg-home-seo-copy {
		font-size: .95rem;
	}
	.cg-home-archive .cg-offer-grid__pagination .page-numbers { font-size: 1rem; }
	.cg-scroll-top-btn {
		right: 16px;
		bottom: 56px;
	}
}