.module_popup {
	max-width: 680px;
}

.module_popup * {
	text-decoration: none;
	color: inherit;
}

.module_popup .half_cols {
	display: flex;
	flex-wrap: wrap;
}

.module_popup .half_cols .image,
.module_popup .half_cols .text {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.module_popup .half_cols .image,
	.module_popup .half_cols .text {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.module_popup .half_cols .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.module_popup .text_inner {
	padding: 20px 15px;
}

@media (min-width: 768px) {
	.module_popup .text_inner {
		padding: 40px 35px;
	}
}

.module_popup .text_inner p {
	font-size: 14px;
	line-height: 22px;
}

.module_popup .btn_red {
	margin-top: 30px;
}

#colorbox.popup #cboxTopCenter,
#colorbox.popup #cboxTopLeft,
#colorbox.popup #cboxTopRight,
#colorbox.popup #cboxBottomCenter,
#colorbox.popup #cboxBottomLeft,
#colorbox.popup #cboxBottomRight,
#colorbox.popup #cboxMiddleLeft,
#colorbox.popup #cboxMiddleRight,
#colorbox.popup #cboxContent {
	background: transparent !important;
}

#colorbox.popup #cboxLoadedContent {
	padding-bottom: 0 !important;
	background: #fff;
}

#colorbox.popup #cboxClose {
	top: 15px;
	right: 15px;
}