

/* Start:/local/templates/neverland/components/bitrix/news.calendar/events/style.css?175197353514258*/
.developments-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 600px) {
	.developments-menu {
		flex-direction: column;
		gap: 24px;
	}
}
.developments-list__list_type_archive.hidden {
	display: none;
}
.developments-list__list .items__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.developments-list__list_type_active.hidden {
	display: none;
}
.developments-calendar.hidden {
	display: none;
}
.popup__development-title {
	margin: 0;
	letter-spacing: 1.2px;
	font-size: 20px;
	color: #2D6ADC;
}
.popup__development-item {
	letter-spacing: 1.2px;
	cursor: pointer;
	color: black;
	text-decoration: none;
}
.popup__development-item::before {
	color: #2D6ADC;
	content: "▪";
	padding-right: 5px;
}
.popup__close {
	cursor: pointer;
	position: absolute;
	padding: 0;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
}
@media screen and (max-width: 768px) {
	.popup__close {
		top: 15px;
		right: 15px;
		width: 15px;
		height: 15px;
	}
}
.popup__development {
	padding: 30px;
}
.popup__development-list {
	list-style-type: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.developments-menu__event-buttons,
.developments-menu__type-buttons {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.developments-menu__type-buttons.hidden {
	display: none;
}
.developments-menu__type-button {
	cursor: pointer;
	background-color: #DDE9EC;
	border: 1px solid #DDE9EC;
	width: 150px;
	padding: 10px 0;
	border-radius: 10px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: white;
	letter-spacing: 1.2px;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.developments-menu__type-button.active {
	color: #2D6ADC;
	background-color: transparent;
	border: 1px solid #2D6ADC;
}
.developments-menu__event-button {
	cursor: pointer;
	background-color: #EDF9FC;
	border-radius: 8px;
	padding: 7px;
	border: solid 0.5px #EDF9FC;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.developments-menu__event-button:hover {
	border: 0.5px solid #000;
}
.developments-menu__event-button.active {
	border: 0.5px solid #000;
}
.developments-calendar {
	margin-top: 70px;
	margin-bottom: 150px;
}
.developments-calendar.hidden {
	display: none;
}
.developments-calendar__month-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.developments-calendar__month-title {
	letter-spacing: 1.2px;
	color: #2D6ADC;
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
}
.developments-calendar__month-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9px;
}
.developments-calendar__month-button {
	cursor: pointer;
	padding: 8px;
	border-radius: 7px;
	background-color: #EDF9FC;
	border: 0.5px solid #EDF9FC;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.developments-calendar__month-button:hover {
	border: 0.5px solid #000;
}
.developments-calendar__calendar {
	margin-top: 70px;
}
.developments-calendar__calendar-week-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 6px;
}
.developments-calendar__calendar-week-day {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
}
.developments-calendar__calendar-text-desktop a {
	color: inherit;
	text-decoration: unset;
}
.developments-calendar__calendar-week-day.day-off {
	color: #C3654B;
}
.developments-calendar__calendar-days-block {
	margin-top: 50px;
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(7, 1fr);
}
.developments-calendar__calendar-day-block {
	position: relative;
	height: 247px;
	padding: 10px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
.developments-calendar__calendar-day-content {
	position: absolute;
	text-decoration: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: 0;
	left: 0;
	color: black;
	padding: 10px 8px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	background-color: #EDF9FC;
	-webkit-transition: background-color, height 0.5s ease;
	transition: background-color, height 0.5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.developments-calendar__calendar-day-content.opened {
	background-color: #DDE9EC;
	z-index: 1;
}
.developments-calendar__calendar-day-content:hover {
	background-color: #DDE9EC;
}
.developments-calendar__calendar-day-block-full {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 10px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #DDE9EC;
	z-index: 2;
	left: 0;
	top: 0;
	-webkit-transition: -webkit-transform 0.7s linear;
	transition: -webkit-transform 0.7s linear;
	transition: transform 0.7s linear;
	transition: transform 0.7s linear, -webkit-transform 0.7s linear;
}
.developments-calendar__calendar-text-desktop {
	margin-top: 20px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 115%;
	overflow: hidden;
	height: 142px;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}
.developments-calendar__calendar-text-desktop.full {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: block;
}
.developments-calendar__calendar-text-desktop span {
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.developments-calendar__calendar-text-desktop span:hover {
	color: #306ae0;
}
.developments-calendar__calendar-text-mobile {
	display: none;
}
.developments-calendar__calendar-day {
	color: #2D6ADC;
	font-size: 24px;
	line-height: 100%;
	font-weight: 700;
}
.developments-calendar__calendar-day-more {
	margin-top: auto;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.developments-calendar__calendar-day-more.hidden {
	display: none;
}
@media screen and (max-width: 1100px) {
	.developments-calendar__month-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.developments-calendar__month-title {
		font-size: 28px;
	}
	.developments-calendar__calendar {
		margin-top: 60px;
	}
	.developments-calendar__calendar-week-day {
		color: #000;
		font-size: 22px;
	}
	.developments-calendar__calendar-day-block {
		height: 70px;
	}
	.developments-calendar__calendar-text-desktop {
		display: none;
	}
	.developments-calendar__calendar-text-mobile {
		display: block;
		text-align: center;
		opacity: 0.5;
	}
	.developments-calendar__calendar-day {
		font-size: 22px;
	}
	.developments-calendar__calendar-day-more {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.developments-calendar {
		margin-bottom: 100px;
	}
	.developments-calendar__month-title {
		font-size: 24px;
	}
	.developments-calendar__calendar {
		margin-top: 50px;
	}
	.developments-calendar__calendar-week-day {
		color: #000;
		font-size: 18px;
	}
	.developments-calendar__calendar-day-block {
		height: 50px;
	}
	.developments-calendar__calendar-text-desktop {
		display: none;
	}
	.developments-calendar__calendar-day {
		font-size: 16px;
	}
	.developments-calendar__calendar-day-more {
		display: none;
	}
}
@media screen and (max-width: 425px) {
	.developments-calendar {
		margin-bottom: 50px;
		margin-top: 40px;
	}
	.developments-calendar__month-title {
		font-size: 20px;
	}
	.developments-calendar__calendar {
		margin-top: 30px;
	}
	.developments-calendar__calendar-week-day {
		color: #000;
		font-size: 14px;
	}
	.developments-calendar__calendar-day-block {
		height: 50px;
	}
	.developments-calendar__calendar-text-desktop {
		display: none;
	}
	.developments-calendar__calendar-text-mobile img {
		width: 25px;
	}
	.developments-calendar__calendar-day {
		font-size: 14px;
	}
	.developments-calendar__calendar-day-more {
		display: none;
	}
}
.developments-list {
	margin-top: 70px;
	margin-bottom: 200px;
	-webkit-transition: height 1s ease;
	transition: height 1s ease;
}
.developments-list.hidden {
	display: none;
}
.developments-list__list,
.developments-list__hidden-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.developments-list__item {
	text-decoration: none;
	cursor: pointer;
	color: black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	border-radius: 10px;
}
.developments-list__item:hover {
	background-color: #DDE9EC;
	z-index: 2;
}
.developments-list__item:hover .developments-list__item-description {
	background-color: #DDE9EC;
}
.developments-list__hidden-block {
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
	height: 0;
	overflow: hidden;
}
.developments-list__item-title {
	letter-spacing: 1.2px;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	max-width: 300px;
	padding: 30px 20px 0 30px;
}
.developments-list__item-description {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px;
	border-radius: 10px;
	background-color: #EDF9FC;
	max-width: 860px;
	width: 100%;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.developments-list__item-day {
	letter-spacing: 1.2px;
	color: #2D6ADC;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
}
.developments-list__item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	gap: 20px;
}
.developments-list__item-info-schedule {
	letter-spacing: 1.1px;
	max-width: 353px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 110%;
	font-size: 20px;
}
.developments-list__item-info-price {
	letter-spacing: 1.1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 110%;
	font-size: 20px;
}
.developments-list__more-block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 860px;
	width: 100%;
	margin-left: auto;
	margin-top: 30px;
}
.developments-list__more-button {
	letter-spacing: 1.2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 12px 30px;
	border-radius: 10px;
	background-color: #EDF9FC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 700;
}
.developments-list__more-text {
	letter-spacing: 1.2px;
	margin-top: 40px;
	font-size: 20px;
}
@media screen and (max-width: 1024px) {
	.developments-list {
		margin-bottom: 150px;
	}
	.developments-list__item-description {
		max-width: 600px;
		padding: 20px;
	}
	.developments-list__item-title {
		padding: 20px 0 0 20px;
		font-size: 18px;
		line-height: 120%;
		max-width: 200px;
		margin-right: 50px;
	}
	.developments-list__item-day {
		font-size: 18px;
	}
	.developments-list__item-info-schedule {
		font-size: 16px;
	}
	.developments-list__item-info-price {
		font-size: 16px;
	}
	.developments-list__more-block {
		max-width: 600px;
		width: 100%;
		margin-top: 20px;
	}
	.developments-list__more-button {
		padding: 10px 20px;
		font-size: 18px;
	}
	.developments-list__more-text {
		margin-top: 30px;
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.developments-list {
		margin-top: 60px;
	}
	.developments-list__item-title {
		max-width: none;
	}
	.developments-list__item-description {
		max-width: none;
		gap: 24px;
	}
	.developments-list__list,
	.developments-list__hidden-block {
		gap: 40px;
	}
	.developments-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
	.developments-list__more-block {
		max-width: none;
		margin-top: 10px;
	}
	.developments-list__more-button {
		font-size: 16px;
	}
	.developments-list__more-button img {
		width: 20px;
		height: 20px;
	}
	.developments-list__more-text {
		margin-top: 30px;
		font-size: 16px;
	}
}
@media screen and (max-width: 425px) {
	.developments-list {
		margin-top: 40px;
		margin-bottom: 100px;
	}

	.developments-list__item-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.developments-list__item-title {
		max-width: 250px;
		font-size: 16px;
		padding: 15px 0 0 15px;
	}

	.developments-list__item-description {
		padding: 15px;
	}

	.developments-list__item-info-schedule {
		font-size: 14px;
	}

	.developments-list__item-info-price {
		font-size: 14px;
	}

	.developments-list__more-button {
		font-size: 16px;
		font-weight: normal;
		padding: 10px;
	}

	.developments-list__more-button img {
		width: 15px;
		height: 15px;
	}
}
/* End */


/* Start:/local/templates/neverland/components/bitrix/system.pagenavigation/events/style.css?1760521621659*/
.btn-more {
    display: flex;
    justify-content: center;
}

.our-team__container + .button-blue-light .btn-more-link {
    padding: 12px 82px;
    margin: 0;
}

.program-teens__list + .button-blue-light .btn-more-link {
    padding: 12px 82px;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .our-team__block:last-of-type:not(:has(+ .btn-more)) {
        margin: 0 0 40px;
    }

    .btn-more-link {
        margin: 20px 0 40px;
    }
}

@media screen and (max-width: 1100px) {
    .btn-more {
        display: flex;
        grid-column: span 2;
        align-items: center;
        justify-content: center;
        flex-basis: 100%;
    }
}
/* End */
/* /local/templates/neverland/components/bitrix/news.calendar/events/style.css?175197353514258 */
/* /local/templates/neverland/components/bitrix/system.pagenavigation/events/style.css?1760521621659 */
