.content-wrapper {
	min-height:50vh;
	margin-bottom:82px;
	overflow:hidden;
}

.content-wrapper b {
    font-weight:bold;
}

.page-text p {
	margin-bottom:10px;
}

.page-text ul {
    list-style:disc;
    padding-left:25px;
    margin-bottom:20px;
}

.wide-bg-box1 {
    background-color:#ebeff3;
    padding:20px 0;
}

.two-cols {
    display: grid;
    grid-template-columns: 50% 50%;
}

.two-cols img {
    max-width:100%;
    max-height:auto;
    margin:20px 0;
}

.two-cols a {
    color:#231F20;
}

.two-cols a:hover {
    color:#eb7c00;
}

.page-text ol {
    list-style:decimal;
    padding-left:25px;
    margin-bottom:20px;
}



/* Offers */
.offers__container {
	display: grid;
	grid-template-columns: auto auto auto;
	gap:44px;
    margin-top:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #000;
	padding-bottom:44px;
}

.offer_item {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	overflow:hidden;
	width:350px;
	height:487px;
}

.offer_item img {
	width:350px;
	height:487px;
	transition:1s;
}

.offer_item:hover img {
	transform: scale(1.05);
}

.offer_item a {
	display:block;
}

.offer_item a:after,
.offer_item .offer_dtl:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent;
	background-image: linear-gradient(to top, #000, rgba(0,0,0,0) );
	opacity: 0.9;
}

.offer_item .offer_dtl:after {
    height: 20%;
}


.offer_info {
	position:absolute;
	bottom:0;
	z-index:999;
}

.offer_info_title {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:20px;
	line-height:1.4em;
	transition: 0.2s;
}

.offer_item:hover .offer_info_title {
	color:#c9c9c9;
}


/* Timer */
.offer_limit {
	display: grid;
	grid-template-columns: auto auto;
	gap: 0;
}

.offer_completion_title {
	font-size:14px;
	text-transform:uppercase;
	background-color:#F44642;
	width:156px;
	height:53px;
	justify-content: center;
	display: flex;
	text-align: center;
	align-items: center;
	color:#fff;
}

.offer_dtl .offer_completion_title {
    height:68px;
}

.offer_completion_timer {
	background-color:rgba(0, 0, 0, 0.3);
	width:192px;
}

.offer_completion_timer {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	gap: 0;
	padding-top:10px;
}

.timer_unit_item {
	text-align:center;
}

.timer-vl, .timer-unit-sep {
	color:#FF4100;
	font-size:20px;
	text-transform:uppercase;
}

.timer-unit {
	font-size:12px;
	color:#fff;
}

.offers {
	margin-bottom:20px;
}

.more-offers {
	text-align:center;
    font-weight: 900;
	font-size:13px;
	position:relative;
}

.more-offers a {
	color:#000;
	font-size:14px;
	text-decoration:underline;
	padding-bottom:16px;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 0.8125L4 5.1875L7.75 0.8125H0.25Z' fill='black'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center bottom;
	display:inline-block;
}

.more-offers a:hover {
	color:#eb7c00;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 0.8125L4 5.1875L7.75 0.8125H0.25Z' fill='%23EB7C00'/%3E%3C/svg%3E");
}

.offers__description {
    line-height:1.8em;
    margin-top:18px;
}

.offers__description strong {
	font-weight: bold;
}

.offers__description p {
    margin-bottom:20px;
}

.offers__description h3 {
    font-size: 16px;
    margin: 26px 0 10px 0;
    font-weight: bold;
}

.offers__two-cols {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 20px 50px;
}

.offers__desc a {
    color:#eb7c00;
}
.offers__desc a:hover {
    color:#424242;
}

.offers__desc ul {
	list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.offers__desc em {
	font-style:italic;
}

.offers__from_archive {
	padding:10px;
	border:1px solid #fb6f6f;
	background:#fdfbe3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:16px;
}

/* width < 1280 */
@media (max-width: 1280px){
	/* Offers */
	.offers__container {
		gap:4px;
	}

	.offer_item {
		width:320px;
		height:445px;
	}

	.offer_item img {
		width:320px;
		height:445px;
	}

	.offer_completion_title {
		width:122px;
		font-size:11px;
		height:48px;
	}

	.offer_completion_timer {
		width:198px;
	}

	.timer-vl, .timer-unit-sep {
		font-size:18px;
	}

	.more-offers a {
		font-size:13px;
	}

}

/* for width < 1100 */
@media (max-width: 1100px){

	/* Offers */
	.offers__container {
		gap:20px;
	}

	.offer_item,
	.offer_item img	{
		width:300px;
		height:417px;
	}

	.offer_limit {
		display:block;
		grid-template-columns:none;
	}

	.offer_completion_title {
		width:100%;
		height:20px;
	}

	.offer_completion_timer {
		height:40px;
		padding: 10px 51px 5px;
	}

    .offer_dtl .offer_completion_title {
        height:30px;
    }

    .offer_dtl .offer_completion_timer {
        height:54px;
    }
}


/* for width < 1024 */
@media (max-width: 1024px){

	/* Offers */
	.offers__container {
		grid-template-columns:auto auto;
		max-width:720px;
		margin:0 auto 30px auto;
		padding-bottom:26px;
	}

	.offer_item,
	.offer_item img {
		width:350px;
		height:480px;
	}

	.offer_limit {
		display: grid;
		grid-template-columns: auto auto;
		gap: 0;
	}

	.offer_completion_title {
		font-size:14px;
		text-transform:uppercase;
		background-color:#F44642;
		width:136px;
		height:53px;
		justify-content: center;
		display: flex;
		text-align: center;
		align-items: center;
		color:#fff;
	}

	.offer_completion_timer {
		background-color:rgba(0, 0, 0, 0.3);
		width:212px;
		padding:10px 0 0 0;
	}

    .offers__two-cols {
        display:block;
    }

    .offer_dtl .offer_completion_title {
        height:64px;
    }

    .offers__two-cols .offer_item {
        margin:30px auto;
    }
}


@media (max-width: 840px){

	/* Offers */
	.offers__container {
		grid-template-columns: none;
		display:block;
		max-width: 350px;
		padding-bottom:0;
	}

	.offer_item {
		margin-bottom: 30px;
	}

	.offer_item:hover img {
		transform: none;
	}

}

/* width < 600 */
@media (max-width: 410px){
	/* Offers */
	.offers__container {
		width:280px;
		margin-bottom:20px;
	}

	.offer_item {
		width: 280px;
		height: 357px;
	}

	.offer_item img {
		width:100%;
		height:auto;
	}

	.offer_info_title {
		font-size: 14px;
	}

	.offer_limit {
		display:block;
	}

	.offer_info_title {
		padding:8px 10px;
	}

	.offer_completion_title {
		width:auto;
		height:23px;
		font-size:11px;
	}

	.offer_completion_timer {
		width:auto;
		padding:6px 20px 0px 20px;
		height:36px;
	}
}
