

/* Start:/local/templates/sasharossi/components/bitrix/news/geo/bitrix/news.detail/.default/style.css?178744661910157*/
.background-section {
	background-image: url('/upload/medialibrary/5bc/m7w734teuirkjfd065b29d13bnyxjr6t.jpg');
	border-radius: 6px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-color: #fcdae8;
	background-position: 100% 50%;
	background-size: contain;
}
.background-section__text-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 25px;
}
.background-section__text {
	max-width: 550px;
}
.background-section__title {
	color: #ee1e55;
	font-weight: 500;
	line-height: 100%;
}
.background-section__paragraph {
	font-size: 20px;
}
.background-section__link-button {
	color: #fff;
	background-color: #ee1e55;
	padding: 16px 20px;
	margin-top: 20px;
	display: inline-block;
	border-radius: 6px;
	transition: all 200ms ease;
}
a.background-section__link-button:hover,
a.background-section__link-button:focus,
a.background-section__link-button:active {
	color: #fff;
	background-color: #ff5985;
	text-decoration: none;
}
.geo-main-title {
	font-size: 24px;
	font-weight: 700;
	color: #222222;
	margin: 10px 0 20px 0;
	line-height: 1.25;
}
.geo-section-title {
	font-size: 20px;
	font-weight: 700;
	color: #222222;
	margin: 20px 0 15px 0;
	line-height: 1.3;
}
.geo-delivery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 20px;
}
.geo-delivery-card {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 16px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
.geo-delivery-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.geo-delivery-card__title {
	font-size: 16px;
	font-weight: 700;
	color: #222222;
}
.geo-delivery-card__badge {
	background: #ffeef4;
	color: #ee1e55;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 20px;
}
.geo-delivery-card__meta {
	font-size: 14px;
	color: #555555;
	line-height: 1.5;
	margin-bottom: 15px;
}
.geo-delivery-card__meta b {
	color: #222222;
}
.geo-delivery-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 1px dashed #ebebeb;
	padding-top: 12px;
	font-size: 13px;
	color: #777777;
}
.geo-delivery-card__price-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.geo-delivery-card__price {
	font-size: 16px;
	font-weight: 700;
	color: #ee1e55;
	line-height: 1.1;
}
.geo-delivery-card__sub {
	font-size: 11px;
	color: #888888;
	margin-top: 3px;
}
.geo-map-spoiler {
	margin-bottom: 25px;
}
.geo-map-spoiler__btn {
	width: 100%;
	padding: 14px 20px;
	background: #ffffff;
	border: 2px dashed #ee1e55;
	border-radius: 12px;
	color: #ee1e55;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.2s ease;
	outline: none;
}
.geo-map-spoiler__btn:hover,
.geo-map-spoiler__btn.active {
	background: #ffeef4;
}
.geo-map-spoiler__content {
	display: none;
	margin-top: 15px;
	border-radius: 12px;
	overflow: hidden;
}
.geo-map-spoiler__content.active {
	display: block;
}
.geo-payment-info {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 16px;
	padding: 18px 22px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}
.geo-payment-info__text {
	font-size: 14px;
	color: #444444;
	max-width: 600px;
}
.geo-payment-info__text b {
	color: #222222;
}
.geo-payment-info__tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.geo-payment-tag {
	background: #f4f5f7;
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 8px;
}
.hp-actual__wrapper.new {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin: 25px 0 35px 0;
}
.hp-actual__block {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 16px;
	padding: 16px 14px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	min-width: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hp-actual__block:hover {
	border-color: #f8c8d8;
	box-shadow: 0 6px 18px rgba(238, 30, 85, 0.06);
}
.hp-actual__name {
	font-size: 15px;
	font-weight: 700;
	color: #222222;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.2s ease;
}
.hp-actual__name:hover {
	color: #ee1e55;
	text-decoration: none;
}
.hp-actual__content {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.hp-actual__icon-box {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	background: #ffeef4;
	color: #ee1e55;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hp-actual__icon-box svg {
	width: 20px;
	height: 20px;
}
.hp-actual__links {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-grow: 1;
	min-width: 0;
}
.hp-actual__link {
	font-size: 12px;
	line-height: 1.35;
	color: #555555;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.2s ease;
}
.hp-actual__link:hover {
	color: #ee1e55;
	text-decoration: none;
}
.catalog-listing__section-description {
	margin-top: 40px;
	margin-bottom: 30px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
.catalog-listing__section-description-h2 {
	font-size: 20px;
	font-weight: 700;
	color: #222222;
	margin: 0 0 15px 0;
	line-height: 1.3;
}
.catalog-listing__section-content {
	font-size: 14px;
	line-height: 1.6;
	color: #555555;
	transition: all 0.3s ease;
}
.catalog-listing__section-content p {
	margin: 0 0 12px 0;
}
.catalog-listing__section-content p:last-child {
	margin-bottom: 0;
}
.catalog-listing__section-description.closed .catalog-listing__section-content {
	max-height: 90px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(180deg, #000 40%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 40%, transparent 100%);
}
.catalog-listing__section-description:not(.closed) .catalog-listing__section-content {
	max-height: none;
	overflow: visible;
	-webkit-mask-image: none;
	mask-image: none;
}
.catalog-listing__toggle-btn {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
	background: none;
	border: none;
	color: #ee1e55;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
	outline: none;
}
.catalog-listing__toggle-btn:hover {
	color: #ff5985;
}
.city-listing {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 40px;
}
.city-listing__wrapper {
	flex: 0 0 calc(25% - 25px);
	max-width: 25%;
	padding-top: 15px;
	border-top: 2px solid #f5f5f5;
}
.city-listing__first-letter {
	font-size: 20px;
	color: #ee1e55;
	margin-bottom: -23px;
}
.city-listing__citys {
	line-height: 20px;
}
.city-listing__citys a {
	color: #333;
}

.night .geo-main-title,
.night .geo-section-title {
	color: #ffffff;
}
.night .geo-delivery-card {
	background: #333333;
	border-color: #444444;
	box-shadow: none;
}
.night .geo-delivery-card__title {
	color: #ffffff;
}
.night .geo-delivery-card__badge {
	background: #ffffff;
	color: #ff5985;
}
.night .geo-delivery-card__meta {
	color: #cccccc;
}
.night .geo-delivery-card__meta b {
	color: #ffffff;
}
.night .geo-delivery-card__footer {
	border-top-color: #444444;
	color: #aaaaaa;
}
.night .geo-delivery-card__sub {
	color: #999999;
}
.night .geo-map-spoiler__btn {
	background: #333333;
	border-color: #ee1e55;
	color: #ff5985;
}
.night .geo-map-spoiler__btn:hover,
.night .geo-map-spoiler__btn.active {
	background: #44222e;
}
.night .geo-payment-info {
	background: #333333;
	border-color: #444444;
}
.night .geo-payment-info__text {
	color: #cccccc;
}
.night .geo-payment-info__text b {
	color: #ffffff;
}
.night .geo-payment-tag {
	background: #444444;
	color: #f0f0f0;
}
.night .hp-actual__wrapper.new .hp-actual__block {
	background: #333333;
	border-color: #444444;
	box-shadow: none;
}
.night .hp-actual__block:hover {
	border-color: #ee1e55;
	box-shadow: 0 6px 18px rgba(238, 30, 85, 0.15);
}
.night .hp-actual__name {
	color: #ffffff;
}
.night .hp-actual__name:hover {
	color: #ff5985;
}
.night .hp-actual__icon-box {
	background: #4a1e2b;
	color: #ff5985;
}
.night .hp-actual__link {
	color: #cccccc;
}
.night .hp-actual__link:hover {
	color: #ff5985;
}
.night .catalog-listing__section-description {
	background: #333333;
	border-color: #444444;
	box-shadow: none;
}
.night .catalog-listing__section-description .catalog-listing__section-description-h2 {
	color: #ffffff;
}
.night .catalog-listing__section-content {
	color: #cccccc;
}
.night .catalog-listing__section-description.closed .catalog-listing__section-content {
	-webkit-mask-image: linear-gradient(180deg, #333333 40%, transparent 100%);
	mask-image: linear-gradient(180deg, #333333 40%, transparent 100%);
}
.night .catalog-listing__toggle-btn {
	color: #ff5985;
}
.night .city-listing__wrapper {
	border-top-color: #444444;
}
.night .city-listing__citys a {
	color: #cccccc;
}
.night .city-listing__citys a:hover {
	color: #ff5985;
}

@media (max-width: 991px) {
	.background-section {
		background-position: 100% 100%;
		background-image: none;
	}
	.geo-delivery-grid {
		grid-template-columns: 1fr;
	}
	.hp-actual__wrapper.new {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		margin: 20px 0 30px 0;
	}
	.hp-actual__block {
		padding: 14px 12px;
		border-radius: 14px;
	}
	.hp-actual__name {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.hp-actual__icon-box {
		width: 36px;
		height: 36px;
		border-radius: 8px;
	}
	.hp-actual__links {
		gap: 5px;
	}
	.hp-actual__link {
		font-size: 12px;
	}
	.catalog-listing__section-description {
		margin-top: 25px;
		padding: 18px;
	}
	.catalog-listing__section-description h2 {
		font-size: 17px;
	}
	.city-listing__wrapper {
		flex: 1 0 45%;
		max-width: 50%;
	}
}
@media (max-width: 640px) {
	.geo-main-title {
		font-size: 20px;
	}
	.geo-payment-info {
		flex-direction: column;
		align-items: flex-start;
	}
}
/* End */
/* /local/templates/sasharossi/components/bitrix/news/geo/bitrix/news.detail/.default/style.css?178744661910157 */
