.themes_main {
	max-width: var(--maxWidth);
	width: 100%;
	margin: 0px auto;
	display: flex;
	box-sizing: inherit;
}

.themes_grid {
	display: grid;
	grid-gap: 20px;
	padding: 20px;
	grid-template-columns: repeat(1, 1fr);
	box-sizing: inherit;
	width: 100%;
}

.themes_item {
	max-width: 512px;
	width: 100%;
	min-width: 220px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: none;
	padding: 5px;
}

.themes_image {
	width: 100%;
	height: auto;
}

.themes_part {
	width: 100%;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	box-sizing: inherit;
}

.themes_title {
	margin-top: 1.25rem;
	margin-bottom: 0.3125rem;
	font-weight: 700;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: inherit;
	font-size: 1rem;
	line-height: 1.5625rem;
}

.themes_text {
	display: block;
	flex: 1 1 auto;
	padding: 0.3125rem 0px;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	color: inherit;
}