/* Страница SURF COFFEE (templates-new/surf-coffee-new.php) */

.surf-coffee-new {
	width: 100%;
	min-height: 40vh;
	background-color: #dfdfdf;
}

.surf-coffee-new,
.surf-coffee-new * {
	box-sizing: border-box;
}

.surf-coffee-new__stub {
	display: none;
	margin: 0;
	padding: 48px 24px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	color: #1a1a1a;
}

.surf-coffee-new__mobile-layout {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	padding: 0;
}

.surf-coffee-new__card {
	display: flex;
	flex-direction: column;
	gap: 24px;
	background-color: #ffffff;
	border-radius: 18px;
	padding: 26px;
}

.surf-coffee-new__brand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: clamp(36px, 4vw, 40px);
	color: #000;
}

.surf-coffee-new__brand-part {
	display: inline-block;
	vertical-align: middle;
}

.surf-coffee-new__brand-mark {
	display: inline-flex;
	flex-shrink: 0;
	vertical-align: middle;
}

.surf-coffee-new__brand-icon {
	display: block;
	width: 28px;
	height: 28px;
}

.surf-coffee-new__hero-img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.surf-coffee-new__hero-intro {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.surf-coffee-new__title {
	font-size: 28px;
	font-weight: 700;
	color: #000;
}

.surf-coffee-new__subtitle {
	font-size: 16px;
	color: #000;
}

.surf-coffee-new__subtitle span {
	display: block;
}

.surf-coffee-new__actions {
	gap: 16px;
}

.primary-button.promo {
	background-color: #9C9C9C;
	color: #B4F046;
}

.surf-coffee-new__actions .primary-button {
	min-width: 100%;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.surf-coffee-new__description, .surf-coffee-new__item-description {
	font-size: 20px;
	line-height: 120%;
}

.surf-coffee-new #surf-coffee-schedule-marquee.marquee {
	margin: 8px 0 16px;
	min-height: 44px;
	width: 100%;
	max-width: 100%;
}

.surf-coffee-new #surf-coffee-schedule-marquee * {
	gap: 15px;
}

.surf-coffee-new #surf-coffee-schedule-marquee span {
	color: #fff;
	font-size: 44px;
	text-box: trim-both cap alphabetic;
}

.surf-coffee-new #surf-coffee-schedule-marquee img {
	height: 34px;
	width: auto;
}

.surf-coffee-new__item-title {
	font-size: 40px;
	line-height: 1;
	color: #000;
}

.surf-coffee-new__item-date {
	display: flex;
	align-items: center;
	width: fit-content;
	padding: 7px 14px;
	font-size: 16px;
	background-color: #D9D9D9;
	border-radius: 100px;
	color: #000;
}

.surf-coffee-new__item-img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.surf-coffee-new__item-description a {
	color: inherit;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.surf-coffee-new__desktop-only {
		display: block;
	}

	.surf-coffee-new__mobile-layout {
		display: none;
	}
}
