

/* Start:/local/components/sub.day/templates/.default/style.css?17774637159733*/
            .swiper-container {
                /* width: 100%; */
                max-width: 1400px;
				/* max-width: 100vw; */
                margin: 0 auto;
                padding: 30px 0;
                overflow: visible;
            }
            
            .swiper-wrapper {
                align-items: center;
				/* justify-content: center; */
				display: flex;
            }
            
            .swiper-slide {
    height: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    opacity: 0.5;
    /* transform: scale(0.8); */ /* УБИРАЕМ - это здесь лишнее */
    filter: blur(1px);
    border-radius: 40px;
    
    width: auto !important;
    max-width: none;
    
    transform: none !important; /* ОСТАВЛЯЕМ */
}
            
            .swiper-slide-active {
                opacity: 1;
                filter: blur(0);
                z-index: 10;
                cursor: default;
				transform: scale(1);
            }
            
			.active-day {
				border-color: #02ba3e !important;
			}
            /* .swiper-slide-active .day-card { */
                /* background: linear-gradient(145deg, #ffffff 0%, #f0f7ff 100%); */
                /* border: 2px solid #2196f3; */
                /* box-shadow: 0 20px 40px rgba(33, 150, 243, 0.25); */
            /* } */
            
            .swiper-slide:not(.swiper-slide-active):hover {
                opacity: 0.8;
                transform: scale(0.85);
            }
            
            .day-card {
                /* background: white; */
                /* border-radius: 20px; */
                /* padding: 25px; */
                /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
                height: 100%;
                /* display: flex; */
                /* flex-direction: column; */
                /* transition: all 0.3s ease; */
                /* border: 2px solid transparent; */
                /* pointer-events: none; */
				display: flex;
				flex-direction: column;
				gap: 30px;
				padding: 30px 20px;
				position: relative;
				justify-content: space-between;
				background-color: #fcffee;
				
				width: 320px;
				/* width: 320px; */
				/* max-width: 90vw; */
				max-width: 320px;
				margin: 0 auto;
				box-sizing: border-box;
				
				/* Добавляем трансформацию прямо сюда */
    transform: scale(0.8);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.4s ease,
                filter 0.4s ease;
            }

	.sub_day-disclaimer {
		font-size: 12px;
		color: #02BA3E;
		text-transform: uppercase;
		line-height: 110%;
	}
	
	.city-prices-wrapper {
	    display: flex;
		background-color: #004A24;
		border-radius: 25px;
		padding: 30px;
		overflow: hidden;
		flex-direction: column;
	}
	
	.dics-after-city-prices-wrapper {
		font-size: 12px;
		text-transform: uppercase;
	}
	
	.main_img-sub_day img {
		width: 150%;
		margin-top: -50%;
		margin-bottom: -100px;
	}
	
	.sub_day-name.title {
	    color: #02ba3e;
		font-size: 40px;
		text-transform: uppercase;
	}
	
	.city-prices-wrapper, .dics-after-city-prices-wrapper {
		margin-bottom: 60px;
	}

/* Масштабируем содержимое, а не сам слайд */
/* .swiper-slide .day-card { */
    /* transform: scale(0.8); */
    /* transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); */
    /* width: 320px; */
    /* max-width: 320px; */
    /* margin: 0 auto; */
	/* padding: 30px 20px; */
	
/* } */

.swiper-slide-active .day-card {
	transform: scale(1) !important;
    opacity: 1;
    filter: blur(0);
    z-index: 10;
}

.swiper-slide:not(.swiper-slide-active):hover .day-card {
    transform: scale(0.85);
}
			
            .day-card a {
                pointer-events: auto;
                position: relative;
                z-index: 20;
            }
            
            .day-title {
                display: block;
				font-size: 15px;
				padding: 12px 16px;
				border: 2px solid #e8eed0;
				border-radius: 40px;
            }
            
            .city-prices-container {
				display: flex;
				/* gap: 50px; */
                /* padding: 15px; */
                /* margin-bottom: 20px; */
				justify-content: space-around;
				align-items: center;
            }
            
            .price-item {
                display: flex;
				flex-direction: column;
				margin: 50px 0;
				/* margin: 8px 0; */
                /* font-size: 1.1rem; */
				/* line-height: 1.2; */
				/* color: #02ba3e; */
            }
            
            .price-item strong {
                color: #2196f3;
                font-size: 1.2rem;
            }
			
			.price-value {
				/* font-size: 2.5em; */
				/* color: #004a24; */
				font-family: "Arlen", sans-serif;
				line-height: 0.7;
				font-size: 100px;
				color: #FBFCEF;
			}
			
			.price-value::after {
				content: '₽';
				font-size: 0.5em;
				vertical-align: super;
			}			
            
            .linked-data {
                flex: 1;
                display: flex;
                flex-direction: column;
            }
            
            /* .linked-title { */
                /* margin: 15px 0 10px 0; */
                /* color: #333; */
                /* text-align: center; */
                /* font-size: 1.3rem; */
                /* font-weight: bold; */
            /* } */
            
            /* .linked-image { */
                /* text-align: center; */
                /* margin: 15px 0; */
            /* } */
            
            .linked-image img {
				max-width: 100%;
				height: auto;
				max-height: 180px;
				object-fit: contain;
            }
            
            /* .linked-description { */
                /* margin: 15px 0; */
                /* color: #666; */
                /* line-height: 1.6; */
                /* font-size: 0.95rem; */
                /* flex: 1; */
            /* } */
            
            .detail-link {
                margin-top: 20px;
                text-align: left;
            }
            
            .detail-link a {
                display: inline-block;
                /* padding: 12px 30px; */
                /* background: #4caf50; */
                /* color: white; */
                /* text-decoration: none; */
                /* border-radius: 30px; */
                /* font-weight: bold; */
                /* transition: all 0.3s; */
                /* box-shadow: 0 4px 10px rgba(76, 175, 80, 0.3); */
				
				line-height: 90%;
				padding: 15px 20px;
				background: #ebf0d2;
				border-radius: 50px;
				white-space: nowrap;
            }
            
            .detail-link a:hover {
                /* background: #45a049; */
                /* transform: translateY(-2px); */
                /* box-shadow: 0 6px 15px rgba(76, 175, 80, 0.4); */
				background: #02ba3e;
				color: #fff;
            }
            
            .swiper-button-prev,
            .swiper-button-next,
            .swiper-pagination {
                display: none !important;
            }
            
@media (max-width: 1400px) {			
			.main_img-sub_day img {
				/* margin-top: -25%; */
				scale: 90%;
			}
			.title-sub_day-bubble {
				width: 60vw;
			}
}			

@media (max-width: 1100px) {
	.main_img-sub_day img {
		margin-top: -40%;
		scale: 80%;
	}
	
	.price-value {
    font-size: 80px;
	}
	.sub_day-name.title {
		font-size: 30px;
	}
}
			
@media (max-width: 1000px) {

				.main_img-sub_day img {
					margin-top: -25%;
					scale: 100%;
					margin-bottom: -50px;
	}
}
	
			
            @media (max-width: 768px) {
				.title-sub_day-bubble {
					width: 100%;
				}
				
				.city-prices-wrapper, .dics-after-city-prices-wrapper {
					margin-bottom: 30px;
				}
				
				.price-value {
					font-size: 10vw;
				}
				.sub_day-name.title {
					font-size: 4vw;
				}
				
				.sub_day-disclaimer {
					font-size: 8px;
				}
				
				.main_img-sub_day img {
					width: 150%;
					margin-top: -10%;
					margin-bottom: -30px;
				}
				
                .swiper-container {
                    padding: 20px 0;
                }
                
                .swiper-slide {
                    transform: scale(0.7);
                }
                
                .swiper-slide-active {
                    transform: scale(1);
                }
                
                .day-card {
                    padding: 15px;
                }
                
                .linked-image img {
                    max-height: 120px;
                }
                
                .detail-link a {
                    padding: 8px 20px;
                    font-size: 0.9rem;
                }
				
				.food_item-title {
					font-size: 22px;
				}
            }

@media (max-width: 500px) {			
	.city-prices-container {
	    flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: normal;
		align-items: normal;
	}
	
	.price-item {
		margin: 0 0 20px 0;
	}
	.city-prices-wrapper {
		border-radius: 15px;
		padding: 15px;
	}
}

			/* Адаптация для мобильных */
@media (max-width: 400px) {
    .swiper-slide .day-card {
        max-width: 280px; /* Чуть меньше на очень маленьких экранах */
		width: 280px;
        padding: 20px 15px;
    }
}
/* End */


/* Start:/bitrix/templates/subjoy/components/bitrix/news.list/subjoy.map_v2/style.css?17775438614551*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.map_manage-buttons {
	position: relative;
}
.map_manage_container {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
    align-items: flex-end;
	position: absolute;
    top: 30px;
	right: 30px;
	z-index: 9998;
	flex-wrap: wrap;
}
.view-btn {
	color: #105531;
	font-size: 18px;
}
.view-btn:hover {
	color: #fff;
}
.map_city-filter {
	/* z-index: 999;  */
	background: white; 
	padding: 15px 20px; 
	border-radius: 15px;
	/* width: 360px; */
	/* display: flex; */
	/* flex-wrap: wrap; */
    /* gap: 20px; */
}
.map_select-city_selector {
	padding: 15px;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
}

.map_list_header {
	display: none;
}

.baloon-first_column {
	display:flex;
	width: 100%;
	justify-content: space-between;
	gap: 30px;
}

 .baloon-first_column {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
 }
 
 .restoran_working_hours.list_view {
	 align-items: flex-end;
 }

.baloon-second_column {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.button-close_baloon {
	position: absolute;
    right: 15px;
    top: 15px;
}

/* вставка */

.working-hours-container {
    position: relative;
	font-size: 16px;
}

.current-day-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: -15px;
}

.all-days.hidden {
    display: none;
}

.button-close_baloon {
	cursor: pointer;
}

.all-days {
	display: flex;
    flex-direction: column;
    font-size: 14px;
}

.working_hours {
    padding: 2px 0;
}

.restoran_working_hours-title {
	display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.restoran_working_hours-title:after {
    content: url(/images/arrow.svg);
    margin-left: 5px;
	display: inline-block;
    transition: transform 0.3s ease;
	transform-origin: center center;
}

.restoran_working_hours-title.expanded:after {
    transform: rotate(180deg);
	margin-left: 5px;
}

.current-day,
.working_hours-mon,
.working_hours-tue,
.working_hours-wen,
.working_hours-thu,
.working_hours-fri,
.working_hours-sut,
.working_hours-sun {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 0;
}

.day-name {
    text-align: left;
}

.day-time {
    text-align: right;
}

@media (max-width: 768px) {
	.baloon-first_column, .baloon-second_column {
		width: 100%;
	}
	/* .map_city-filter { */
		/* padding: 0px; */
		/* gap: 10px; */
	/* } */
	
	.map_manage_container {
		top: 15px;
		right: 15px;
		/* margin-bottom: 15px; */
		/* position: relative; */
		/* width: 100%; */
	}
	
	.restoran_text {
		font-size: 16px;
	}
	.baloon-first_column {
		display: flex;
		flex-direction: column;
	}
	.restoran_working_hours {
		align-items: flex-start !important;
	}
}

.ymaps-2-1-79-cluster .ymaps-2-1-79-cluster__content {
                background-color: #02ba3e !important;
                border: 3px solid #02ba3e !important;
            }
            .ymaps-2-1-79-cluster .ymaps-2-1-79-cluster__text {
                color: white !important;
                font-weight: bold !important;
            }
            .restoran_baloon_description {
                max-width: 360px;
                border-radius: 30px;
                background-color: #FCFFEE;
            }
            .restoran_description-container {
                padding: 30px;
                display: flex;
                flex-direction: column;
                gap: 30px;
            }
            .restoran_text {
                font-size: 18px;
                color: #004A24;
                display: flex;
                flex-direction: column;
                gap: 20px;
            }
            .restoran_name {
                font-size: 28px;
            }
            .restoran_icons {
                display: flex;
                gap: 10px;
            }
            .restoran_working_hours {
                display: flex;
                flex-direction: column;
                gap: 5px;
            }
            .current-day {
                color: #02ba3e;
            }
            @media (max-width: 768px) {
                .restoran_baloon_description {
                    max-width: 98%;
                }
                /* #map-controls-overlay, */
                /* #city-filter-overlay { */
                    /* width: 100%; */
                /* } */
            }
/* End */
/* /local/components/sub.day/templates/.default/style.css?17774637159733 */
/* /bitrix/templates/subjoy/components/bitrix/news.list/subjoy.map_v2/style.css?17775438614551 */
