.row {
	margin-right: -15px;
	margin-left: -15px;
	overflow: hidden;
}

.col {
	width: 33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.contest-items {

}

.contest-items h2 {
	margin: 0 0 0 0;
}

.contest-items-wrap {

}

.contest-items--list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px;
	margin-bottom: 50px;
}

.contest-items--item {
	background-color: #F4F4F4;
	font-size: 12px;
	border-radius: 0 0 3px 3px;
	margin: 0 0 30px 0;
}

.contest-items--image-wrap {

}

.contest-items--image {
	max-width: 100%;
	border-radius: 3px 3px 0 0;
}

.contest-items--author {
	padding: 5px 15px;

	display: flex;
	justify-content: space-between;
}

.contest-items--link-red {

}

.contest-items--link-red:hover {
	text-decoration: underline;
	color: rgba(238, 124, 0, 0.8);
}

.contest-items--data {
	padding: 0 15px 10px 15px;
	display: flex;
	justify-content: space-between;

	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.contest-items--data-left p,
.contest-items--data-right p {
	padding: 0;
}

@media (max-width: 1290px) {
	.contest-items {
		margin: 0 40px;
	}
}

@media (max-width: 1000px) {
	.col {
		width: 50%;
	}
}

.contest-items-wrap--mobile {
	display: none;
}

@media (max-width: 768px) {

	.col {
		width: 100%;
	}

	.contest-items-wrap--desktop {
		display: none
	}

	.contest-items-wrap--mobile {
		display: block;
	}

}

.contest-image-box img {
	max-width: 100%;
}

@media screen and (max-width: 1000px) {
	.modal-header {
		padding: 10px 20px !important;
	}

	.modal-body {
		padding: 10px 20px !important;
	}
}

@media screen and (max-width: 479px) {
	.modal-footer button[type=button] {
		display: inline-block !important;
	}
}

@media screen and (max-width: 480px) {
	.contest-items--author,
	.contest-items--data {
		display: block;
	}
}