

.p-section {
	display: flex;
	gap: 5px;
}

.theme-image a
{
	flex:1;
}

.theme-image .p-card {
	padding:25px 20px 20px;
	margin:0 auto;
	position: relative;

	min-width: 300px;
	min-height: 300px;

	border: 1px solid #ddd;
	border-radius: 5px;

	background-repeat: no-repeat;
	background-size: 106%;
	background-position: center;
	transition: all .3s;
}

.theme-image a:hover .p-card {
	border: 1px solid #f9600b;
	background-size: 100%;
}

.theme-image .p-title {
	margin-top: 30px;
}

.theme-image .p-title span {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);

	padding: 5px 5px;
	line-height: 2em;
	box-decoration-break: clone;
}

.theme-image .p-promo span {
	font-family: 'Roboto';
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);

	padding: 5px 5px;
	line-height: 2em;
	box-decoration-break: clone;
}

.theme-image .p-badge
{
	font-weight:800;
	font-size:.8em;
	font-family:Roboto;
	color:#fff;
	background-color:#ed0e0e;
	letter-spacing: -.02em;
	padding: .2em .5em;
	border-radius:2em;
}






.p-pages {
	margin: 0 auto;
	display:flex;
	gap:10px;
	justify-content: center;
}
.p-pages li {
	list-style-type:none;
	margin:0;
	padding:0;
}
.p-pages button {
	1color:transparent;
	outline:0;
	list-style-type:none;
	display:block;
	margin-top:20px;
	visibility:hidden;
	margin:0;
	padding:0;
}
.p-pages button:after {
	content:'';
	visibility:visible;
	display:block;
	color:#333;
	width:2em;
	height:0.4em;
	background-color:#ccc;
}
.p-pages li:hover button:after,
.p-pages li.slick-active button:after {
	background-color:#777;
}


