

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

.theme-std a {
	flex:1;
}

.theme-std .p-card {
	padding:0;
	margin:0 auto;
	position: relative;

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

	border: 1px solid #ddd;
	border-radius: 10px;
	overflow:hidden;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.theme-std a:hover .p-card {
}

.theme-std .p-card .p-badge-cont {
	position: absolute;
	padding: 20px 25px 0 20px;
}

.theme-std .p-card .p-info {
	position: absolute;
	bottom: 0;
	padding:60px 20px 20px 20px;
	width:100%;

    background-image: linear-gradient(180deg, #00000000 0%, #1c1c1c 100%);

	display: flex;
	justify-content: space-between;
	align-items: center;
	transition-duration: 0.3s;
}
.theme-std a:hover .p-info {
	padding-bottom: 40px;
}

.theme-std .p-title {
	margin: 0;
}

.theme-std .p-info i {
	color: #fff;
	background-color: #ed0e0e;
	border-radius: 50%;
	padding: 10px 11px;
	font-size: 18px;
}
.theme-std a:hover .p-info i {
	color: #000;
}

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

	padding: 0;
	line-height: 1.2em;
	box-decoration-break: clone;
}

.theme-std .p-promo {
	margin:0;
}

.theme-std .p-promo span {
	font-family: 'Roboto';
	font-size: 14px;
	color: #fff;

	padding: 0;
	line-height: 1.2em;
	box-decoration-break: clone;
}

.theme-std .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;
}


