/*
 Theme Name: blocksy Child
 Template: blocksy
 Description: Дочерняя тема для корректировок шаблона.
 Version: 1.0
*/


.dc-contact-widget-2407 {
    box-sizing: border-box;
    width: 100%;
    padding: 24px 20px;
    background: #fdf6f6;
    color: #000;
}

.dc-contact-widget-2407 *,
.dc-contact-widget-2407 *::before,
.dc-contact-widget-2407 *::after {
    box-sizing: border-box;
}

.dc-contact-widget-2407__title {
    margin: 0 0 20px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.dc-contact-widget-2407__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.dc-contact-widget-2407__icon {
    flex: 0 0 24px;
    width: 24px;
    padding-top: 1px;
    color: #000;
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
}

.dc-contact-widget-2407__content {
    min-width: 0;
    color: #000;
}

.dc-contact-widget-2407__content a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: opacity 0.2s ease;
}

.dc-contact-widget-2407__content a:hover,
.dc-contact-widget-2407__content a:focus {
    color: #000;
    opacity: 0.65;
    text-decoration: underline;
}

.dc-contact-widget-2407__content p {
    margin: 0;
}

.dc-contact-widget-2407__phones a {
    display: block;
    margin-bottom: 5px;
}

.dc-contact-widget-2407__phones a:last-child {
    margin-bottom: 0;
}

.dc-contact-widget-2407__subtitle {
    margin: 24px 0 15px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}

.dc-contact-widget-2407__address {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dc-contact-widget-2407__address:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.dc-contact-widget-2407__address-number {
    display: block;
    margin-bottom: 4px;
    color: #000;
    font-weight: 500;
}

@media (max-width: 480px) {
    .dc-contact-widget-2407 {
        padding: 20px 16px;
    }

    .dc-contact-widget-2407__title {
        font-size: 20px;
    }

    .dc-contact-widget-2407__item {
        gap: 10px;
        font-size: 15px;
    }

    .dc-contact-widget-2407__icon {
        flex-basis: 22px;
        width: 22px;
        font-size: 17px;
    }
}

/* Мегаменю «Услуги» для Blocksy */
@media (min-width: 1000px) {

	/* Родительский пункт «Услуги» */
	.ct-header .seo-services-mega-menu {
		position: relative;
		--dropdown-width: 780px;
	}

	/* Общий выпадающий блок */
	.ct-header .seo-services-mega-menu > .sub-menu {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

		width: 780px !important;
		min-width: 780px !important;
		max-width: calc(100vw - 40px) !important;

		column-gap: 24px !important;
		row-gap: 0 !important;

		padding: 24px !important;
		margin: 0 !important;

		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;

		background: #ffffff !important;
		border: 1px solid #eeeeee !important;
		border-radius: 0 !important;
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;

		box-sizing: border-box !important;
		z-index: 99999 !important;
	}

	/* Отдельные пункты */
	.ct-header .seo-services-mega-menu > .sub-menu > li {
		display: block !important;
		position: relative !important;

		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;

		margin: 0 !important;
		padding: 0 !important;

		background: transparent !important;
		border: 0 !important;
		float: none !important;
	}

	/* Ссылки на услуги */
	.ct-header .seo-services-mega-menu > .sub-menu > li > a {
		display: block !important;

		width: 100% !important;
		min-width: 0 !important;
		min-height: 46px;

		padding: 12px 10px !important;

		color: #222222 !important;
		background: transparent !important;

		font-size: 15px;
		line-height: 1.35;
		font-weight: 500;

		white-space: normal !important;
		overflow-wrap: break-word;
		word-break: normal;

		border: 0 !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
		border-radius: 0 !important;

		box-sizing: border-box !important;
		text-decoration: none !important;
	}

	/* Наведение */
	.ct-header .seo-services-mega-menu > .sub-menu > li > a:hover,
	.ct-header .seo-services-mega-menu > .sub-menu > li > a:focus {
		color: #005bd7 !important;
		background: transparent !important;
	}
}



@media (min-width: 1000px) {

	/* Одинаковая высота всех строк */
	.ct-header .seo-services-mega-menu > .sub-menu {
		grid-auto-rows: 1fr !important;
		align-items: stretch !important;
	}

	/* Пункт занимает всю высоту ячейки */
	.ct-header .seo-services-mega-menu > .sub-menu > li {
		height: 100% !important;
	}

	/* Название услуги выравнивается по центру */
	.ct-header .seo-services-mega-menu > .sub-menu > li > a {
		display: flex !important;
		align-items: center !important;
		height: 100% !important;
		min-height: 64px !important;
		padding: 12px 14px !important;
		box-sizing: border-box !important;
	}
}


.dc-footer-contacts-2407 {
    box-sizing: border-box;
    width: 100%;
    color: inherit;
    font-size: 15px;
    line-height: 1.6;
}

.dc-footer-contacts-2407 *,
.dc-footer-contacts-2407 *::before,
.dc-footer-contacts-2407 *::after {
    box-sizing: border-box;
}

.dc-footer-contacts-2407__title {
    margin: 0 0 16px;
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.dc-footer-contacts-2407__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: inherit;
}

.dc-footer-contacts-2407__icon {
    flex: 0 0 20px;
    width: 20px;
    padding-top: 1px;
    color: inherit;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.dc-footer-contacts-2407__content {
    min-width: 0;
    color: inherit;
    font-weight: 400;
}

.dc-footer-contacts-2407__content p {
    margin: 0;
}

.dc-footer-contacts-2407__content a {
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: opacity 0.2s ease;
}

.dc-footer-contacts-2407__content a:hover,
.dc-footer-contacts-2407__content a:focus {
    color: inherit;
    opacity: 0.7;
    text-decoration: underline;
}

.dc-footer-contacts-2407__phones a {
    display: block;
    margin-bottom: 3px;
}

.dc-footer-contacts-2407__phones a:last-child {
    margin-bottom: 0;
}

.dc-footer-contacts-2407__subtitle {
    margin: 20px 0 12px;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.dc-footer-contacts-2407__address {
    margin-bottom: 12px;
}

.dc-footer-contacts-2407__address:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .dc-footer-contacts-2407 {
        font-size: 14px;
    }

    .dc-footer-contacts-2407__title {
        font-size: 17px;
    }

    .dc-footer-contacts-2407__item {
        gap: 8px;
    }
}



/* Верхний баннер детского центра "Цветы жизни" */

.clfl-hero-banner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100vw;
    min-height: 570px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background-color: #765f68;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.clfl-hero-banner__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(48, 32, 40, 0.78) 0%,
            rgba(48, 32, 40, 0.58) 48%,
            rgba(48, 32, 40, 0.38) 100%
        );
}

.clfl-hero-banner__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    min-height: 570px;
    margin: 0 auto;
    padding: 90px 30px 36px;
}

.clfl-hero-banner__content {
    width: 100%;
    max-width: 850px;
    margin: auto 0;
}

.clfl-hero-banner__title {
    max-width: 850px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-wrap: balance;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
}

.clfl-hero-banner__subtitle {
    max-width: 720px;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.55;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.clfl-hero-banner__subtitle p {
    margin: 0;
}

.clfl-hero-banner__contacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin-top: 55px;
}

.clfl-hero-banner__phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 82px;
    padding: 18px 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.17);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(35, 20, 28, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.clfl-hero-banner__phone:hover,
.clfl-hero-banner__phone:focus-visible {
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    transform: translateY(-3px);
}

.clfl-hero-banner__phone:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.7);
    outline-offset: 3px;
}

.clfl-hero-banner__phone-label {
    font-size: 15px;
    line-height: 1.3;
    opacity: 0.9;
}

.clfl-hero-banner__phone-number {
    font-size: clamp(19px, 2vw, 25px);
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.clfl-hero-banner__phone--right {
    text-align: right;
}

/* Планшеты */

@media (max-width: 900px) {
    .clfl-hero-banner,
    .clfl-hero-banner__container {
        min-height: 530px;
    }

    .clfl-hero-banner__container {
        padding: 70px 24px 30px;
    }

    .clfl-hero-banner__contacts {
        margin-top: 45px;
    }

    .clfl-hero-banner__phone {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 5px;
    }

    .clfl-hero-banner__phone--right {
        align-items: flex-end;
    }
}

/* Мобильные устройства */

@media (max-width: 640px) {
    .clfl-hero-banner {
        align-items: flex-end;
        min-height: 620px;
        background-position: center;
    }

    .clfl-hero-banner__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(48, 32, 40, 0.25) 0%,
                rgba(48, 32, 40, 0.58) 42%,
                rgba(48, 32, 40, 0.88) 100%
            );
    }

    .clfl-hero-banner__container {
        justify-content: flex-end;
        min-height: 620px;
        padding: 110px 18px 22px;
    }

    .clfl-hero-banner__content {
        margin: 0;
    }

    .clfl-hero-banner__title {
        font-size: clamp(36px, 12vw, 52px);
        line-height: 1.08;
    }

    .clfl-hero-banner__subtitle {
        margin-top: 18px;
        font-size: 18px;
        line-height: 1.45;
    }

    .clfl-hero-banner__contacts {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 30px;
    }

    .clfl-hero-banner__phone,
    .clfl-hero-banner__phone--right {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        min-height: 70px;
        padding: 14px 17px;
        text-align: left;
        border-radius: 14px;
    }

    .clfl-hero-banner__phone-label {
        max-width: 110px;
        font-size: 13px;
    }

    .clfl-hero-banner__phone-number {
        font-size: 18px;
    }
}

@media (max-width: 390px) {
    .clfl-hero-banner__phone,
    .clfl-hero-banner__phone--right {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 4px;
    }

    .clfl-hero-banner__phone-label {
        max-width: none;
    }
}

/* Отключение анимации при соответствующей настройке устройства */

@media (prefers-reduced-motion: reduce) {
    .clfl-hero-banner__phone {
        transition: none;
    }
}




/* Адреса детских центров "Цветы жизни" */

.clfl-centers,
.clfl-centers *,
.clfl-centers *::before,
.clfl-centers *::after {
    box-sizing: border-box;
}

.clfl-centers {
    width: 100%;
    padding: 75px 20px;
    background: #fdf6f6;
}

.clfl-centers__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.clfl-centers__header {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.clfl-centers__heading {
    margin: 0;
    color: #252125;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.clfl-centers__intro {
    margin: 14px 0 0;
    color: #665f64;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.6;
}

.clfl-centers__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.clfl-centers__card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(91, 63, 76, 0.11);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.clfl-centers__card:hover {
    transform: none;
    box-shadow: 0 16px 45px rgba(91, 63, 76, 0.11);
}

.clfl-centers__image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eee4e7;
}

.clfl-centers__image-wrap::after {
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(
        180deg,
        rgba(29, 20, 24, 0) 0%,
        rgba(29, 20, 24, 0.12) 100%
    );
    content: "";
    pointer-events: none;
}

.clfl-centers__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.clfl-centers__card:hover .clfl-centers__image {
    transform: none;
}

.clfl-centers__image-placeholder {
    width: 100%;
    height: 100%;
    background:
        linear-gradient(
            135deg,
            #f5e5e9 0%,
            #ead8de 100%
        );
}

.clfl-centers__content {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 96px;
    padding: 22px 26px;
}

.clfl-centers__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f8e8ec;
    color: #a8516b;
}

.clfl-centers__icon svg {
    display: block;
    width: 25px;
    height: 25px;
}

.clfl-centers__title {
    margin: 0;
    color: #2d272b;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.3;
}

/* Планшеты */

@media (max-width: 900px) {
    .clfl-centers {
        padding: 60px 20px;
    }

    .clfl-centers__grid {
        gap: 20px;
    }

    .clfl-centers__content {
        padding: 19px 20px;
    }

    .clfl-centers__icon {
        width: 44px;
        height: 44px;
    }
}

/* Мобильные устройства */

@media (max-width: 680px) {
    .clfl-centers {
        padding: 50px 16px;
    }

    .clfl-centers__header {
        margin-bottom: 28px;
        text-align: left;
    }

    .clfl-centers__heading {
        font-size: 32px;
    }

    .clfl-centers__intro {
        margin-top: 10px;
        font-size: 16px;
    }

    .clfl-centers__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .clfl-centers__card {
        border-radius: 18px;
    }

    .clfl-centers__image-wrap {
        aspect-ratio: 16 / 10;
    }

    .clfl-centers__content {
        min-height: 82px;
        padding: 17px 18px;
    }

    .clfl-centers__title {
        font-size: 20px;
    }
}

@media (max-width: 390px) {
    .clfl-centers__content {
        gap: 12px;
    }

    .clfl-centers__icon {
        width: 40px;
        height: 40px;
    }

    .clfl-centers__icon svg {
        width: 22px;
        height: 22px;
    }

    .clfl-centers__title {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .clfl-centers__card,
    .clfl-centers__image {
        transition: none;
    }
}







/* Блок «Основные направления» */

.clfl-directions,
.clfl-directions *,
.clfl-directions *::before,
.clfl-directions *::after {
    box-sizing: border-box;
}

.clfl-directions {
    width: 100%;
    padding: 75px 20px;
    background: #ffffff;
}

.clfl-directions__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.clfl-directions__header {
    margin: 0 auto 42px;
    text-align: center;
}

.clfl-directions__heading {
    margin: 0;
    color: #292428;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.clfl-directions__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.clfl-directions__item {
    min-width: 0;
    margin: 0;
}

.clfl-directions__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 26px 18px 24px;
    border: 1px solid #f0e4e7;
    border-radius: 24px;
    background: #fdf6f6;
    color: #292428;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(90, 61, 73, 0.08);
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.clfl-directions__link:hover {
    border-color: #e5ccd4;
    background: #fffafa;
    color: #292428;
    box-shadow: 0 12px 32px rgba(90, 61, 73, 0.08);
}

.clfl-directions__link:focus-visible {
    outline: 3px solid rgba(171, 84, 110, 0.35);
    outline-offset: 4px;
}

.clfl-directions__image-wrap {
    position: relative;
    flex: 0 0 auto;
    width: 170px;
    height: 170px;
    overflow: hidden;
    border: 7px solid #ffffff;
    border-radius: 50%;
    background: #f1dfe4;
    box-shadow: 0 9px 24px rgba(93, 59, 72, 0.14);
}

.clfl-directions__image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.clfl-directions__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #f7e7eb 0%,
        #ead5db 100%
    );
    color: #aa6076;
}

.clfl-directions__placeholder svg {
    display: block;
    width: 58px;
    height: 58px;
}

.clfl-directions__title {
    margin: 21px 0 0;
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-wrap: balance;
}

/* Планшеты */

@media (max-width: 960px) {
    .clfl-directions {
        padding: 60px 20px;
    }

    .clfl-directions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .clfl-directions__image-wrap {
        width: 160px;
        height: 160px;
    }
}

/* Мобильные устройства */

@media (max-width: 600px) {
    .clfl-directions {
        padding: 50px 16px;
    }

    .clfl-directions__header {
        margin-bottom: 30px;
        text-align: left;
    }

    .clfl-directions__heading {
        font-size: 32px;
    }

    .clfl-directions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .clfl-directions__link {
        padding: 18px 10px;
        border-radius: 18px;
    }

    .clfl-directions__image-wrap {
        width: 125px;
        height: 125px;
        border-width: 5px;
    }

    .clfl-directions__title {
        margin-top: 16px;
        font-size: 17px;
        line-height: 1.3;
    }
}

@media (max-width: 390px) {
    .clfl-directions__grid {
        grid-template-columns: 1fr;
    }

    .clfl-directions__link {
        padding: 22px 16px;
    }

    .clfl-directions__image-wrap {
        width: 150px;
        height: 150px;
    }

    .clfl-directions__title {
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .clfl-directions__link {
        transition: none;
    }
}





/* Блок «Информация о Центре» */

.clfl-center-info,
.clfl-center-info *,
.clfl-center-info *::before,
.clfl-center-info *::after {
    box-sizing: border-box;
}

.clfl-center-info {
    width: 100%;
    padding: 75px 20px;
    background: #ffffff;
}

.clfl-center-info__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.clfl-center-info__panel {
    position: relative;
    overflow: hidden;
    padding: 58px 65px;
    border-radius: 28px;
    background: #fdf6f6;
    box-shadow: 0 16px 45px rgba(91, 63, 76, 0.09);
}

.clfl-center-info__panel::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: linear-gradient(
        180deg,
        #d9879e 0%,
        #a8516b 100%
    );
    content: "";
}

.clfl-center-info__content {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    color: #4f494d;
    font-size: 18px;
    line-height: 1.75;
}

.clfl-center-info__content > *:first-child {
    margin-top: 0;
}

.clfl-center-info__content > *:last-child {
    margin-bottom: 0;
}

.clfl-center-info__content h2 {
    margin: 0 0 25px;
    color: #292428;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.clfl-center-info__content h3 {
    margin: 34px 0 15px;
    color: #322c30;
    font-size: clamp(23px, 3vw, 30px);
    font-weight: 700;
    line-height: 1.25;
}

.clfl-center-info__content h4 {
    margin: 28px 0 12px;
    color: #322c30;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.clfl-center-info__content p {
    margin: 0 0 18px;
}

.clfl-center-info__content ul,
.clfl-center-info__content ol {
    margin: 22px 0;
    padding-left: 25px;
}

.clfl-center-info__content li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.clfl-center-info__content li::marker {
    color: #a8516b;
}

.clfl-center-info__content a {
    color: #96445d;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.clfl-center-info__content a:hover,
.clfl-center-info__content a:focus-visible {
    color: #713246;
}

.clfl-center-info__content blockquote {
    margin: 28px 0;
    padding: 20px 25px;
    border-left: 4px solid #c96f8a;
    border-radius: 0 14px 14px 0;
    background: rgba(255, 255, 255, 0.65);
    color: #4a4146;
    font-style: italic;
}

.clfl-center-info__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 18px;
}

.clfl-center-info__decoration {
    position: absolute;
    top: 30px;
    right: 35px;
    z-index: 1;
    display: flex;
    gap: 8px;
    opacity: 0.65;
}

.clfl-center-info__decoration-circle {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d9879e;
}

.clfl-center-info__decoration-circle:nth-child(2) {
    background: #edb3c3;
}

.clfl-center-info__decoration-circle:nth-child(3) {
    background: #a8516b;
}

/* Планшеты */

@media (max-width: 900px) {
    .clfl-center-info {
        padding: 60px 20px;
    }

    .clfl-center-info__panel {
        padding: 48px 45px;
    }

    .clfl-center-info__content {
        font-size: 17px;
        line-height: 1.7;
    }
}

/* Мобильные устройства */

@media (max-width: 600px) {
    .clfl-center-info {
        padding: 50px 16px;
    }

    .clfl-center-info__panel {
        padding: 38px 24px 34px 29px;
        border-radius: 20px;
    }

    .clfl-center-info__panel::before {
        width: 5px;
    }

    .clfl-center-info__content {
        font-size: 16px;
        line-height: 1.65;
    }

    .clfl-center-info__content h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .clfl-center-info__content h3 {
        margin-top: 28px;
        font-size: 24px;
    }

    .clfl-center-info__content h4 {
        font-size: 20px;
    }

    .clfl-center-info__content ul,
    .clfl-center-info__content ol {
        padding-left: 21px;
    }

    .clfl-center-info__content blockquote {
        padding: 17px 18px;
    }

    .clfl-center-info__decoration {
        top: 20px;
        right: 20px;
    }

    .clfl-center-info__decoration-circle {
        width: 8px;
        height: 8px;
    }
}


/* Блок «Наша команда» */

.clfl-team,
.clfl-team *,
.clfl-team *::before,
.clfl-team *::after {
    box-sizing: border-box;
}

.clfl-team {
    width: 100%;
    padding: 75px 20px;
    background: #fdf6f6;
}

.clfl-team__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.clfl-team__header {
    margin: 0 auto 44px;
    text-align: center;
}

.clfl-team__heading {
    margin: 0;
    color: #292428;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.clfl-team__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.clfl-team__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 28px 20px 26px;
    border: 1px solid #f0e1e5;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 34px rgba(89, 59, 72, 0.08);
}

.clfl-team__photo-wrap {
    position: relative;
    flex: 0 0 auto;
    width: 175px;
    height: 175px;
    overflow: hidden;
    border: 7px solid #fdf6f6;
    border-radius: 50%;
    background: #f1dfe4;
    box-shadow: 0 10px 25px rgba(88, 56, 70, 0.14);
}

.clfl-team__photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

.clfl-team__photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #f7e8ec 0%,
        #ead4db 100%
    );
    color: #a75a71;
}

.clfl-team__photo-placeholder svg {
    display: block;
    width: 64px;
    height: 64px;
}

.clfl-team__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 23px;
}

.clfl-team__name {
    margin: 0;
    color: #2e292c;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    text-wrap: balance;
}

.clfl-team__description {
    margin-top: 13px;
    color: #675f63;
    font-size: 15px;
    line-height: 1.6;
}

.clfl-team__description > *:first-child {
    margin-top: 0;
}

.clfl-team__description > *:last-child {
    margin-bottom: 0;
}

.clfl-team__description p {
    margin: 0 0 10px;
}

.clfl-team__description ul,
.clfl-team__description ol {
    margin: 12px 0;
    padding-left: 20px;
    text-align: left;
}

.clfl-team__description li {
    margin-bottom: 6px;
}

.clfl-team__description li::marker {
    color: #a8516b;
}

/* Планшеты */

@media (max-width: 1050px) {
    .clfl-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .clfl-team__photo-wrap {
        width: 165px;
        height: 165px;
    }
}

/* Мобильные устройства */

@media (max-width: 600px) {
    .clfl-team {
        padding: 50px 16px;
    }

    .clfl-team__header {
        margin-bottom: 30px;
        text-align: left;
    }

    .clfl-team__heading {
        font-size: 32px;
    }

    .clfl-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .clfl-team__card {
        padding: 18px 10px 20px;
        border-radius: 18px;
    }

    .clfl-team__photo-wrap {
        width: 125px;
        height: 125px;
        border-width: 5px;
    }

    .clfl-team__content {
        margin-top: 16px;
    }

    .clfl-team__name {
        font-size: 17px;
        line-height: 1.3;
    }

    .clfl-team__description {
        margin-top: 9px;
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Очень узкие экраны */

@media (max-width: 390px) {
    .clfl-team__grid {
        grid-template-columns: 1fr;
    }

    .clfl-team__card {
        padding: 24px 18px;
    }

    .clfl-team__photo-wrap {
        width: 155px;
        height: 155px;
    }

    .clfl-team__name {
        font-size: 20px;
    }

    .clfl-team__description {
        font-size: 15px;
    }
}




/* Блок «Отзывы» детского центра «Цветы жизни» */

.clfl-reviews,
.clfl-reviews *,
.clfl-reviews *::before,
.clfl-reviews *::after {
    box-sizing: border-box;
}

.clfl-reviews {
    width: 100%;
    padding: 75px 20px;
    background: #ffffff;
}

.clfl-reviews__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.clfl-reviews__header {
    margin: 0 auto 44px;
    text-align: center;
}

.clfl-reviews__heading {
    margin: 0;
    color: #292428;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.clfl-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.clfl-reviews__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 310px;
    margin: 0;
    padding: 42px 30px 27px;
    overflow: hidden;
    border: 1px solid #f0e2e6;
    border-radius: 24px;
    background: #fdf6f6;
    box-shadow: 0 14px 38px rgba(89, 59, 72, 0.08);
}

.clfl-reviews__quote {
    position: absolute;
    top: 7px;
    left: 24px;
    color: #e8bdc9;
    font-size: 76px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.clfl-reviews__text {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    color: #585055;
    font-size: 16px;
    line-height: 1.7;
}

.clfl-reviews__text > *:first-child {
    margin-top: 0;
}

.clfl-reviews__text > *:last-child {
    margin-bottom: 0;
}

.clfl-reviews__text p {
    margin: 0 0 15px;
}

.clfl-reviews__footer {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #ecdde1;
}

.clfl-reviews__name {
    margin: 0;
    color: #302a2e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.clfl-reviews__photo-wrap {
    flex: 0 0 auto;
    width: 66px;
    height: 66px;
    overflow: hidden;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #efdde2;
    box-shadow: 0 7px 18px rgba(82, 52, 65, 0.13);
}

.clfl-reviews__photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.clfl-reviews__photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #f7e8ec 0%,
        #ead4db 100%
    );
    color: #a75a71;
}

.clfl-reviews__photo-placeholder svg {
    display: block;
    width: 34px;
    height: 34px;
}

/* Планшеты */

@media (max-width: 960px) {
    .clfl-reviews {
        padding: 60px 20px;
    }

    .clfl-reviews__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
}

/* Мобильные устройства */

@media (max-width: 640px) {
    .clfl-reviews {
        padding: 50px 16px;
    }

    .clfl-reviews__header {
        margin-bottom: 30px;
        text-align: left;
    }

    .clfl-reviews__heading {
        font-size: 32px;
    }

    .clfl-reviews__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .clfl-reviews__card {
        min-height: auto;
        padding: 38px 22px 22px;
        border-radius: 19px;
    }

    .clfl-reviews__quote {
        top: 6px;
        left: 18px;
        font-size: 66px;
    }

    .clfl-reviews__text {
        font-size: 15px;
        line-height: 1.65;
    }

    .clfl-reviews__footer {
        margin-top: 23px;
        padding-top: 17px;
    }

    .clfl-reviews__name {
        font-size: 17px;
    }

    .clfl-reviews__photo-wrap {
        width: 58px;
        height: 58px;
    }
}



/* Блок FAQ детского центра «Цветы жизни» */

.clfl-faq,
.clfl-faq *,
.clfl-faq *::before,
.clfl-faq *::after {
    box-sizing: border-box;
}

.clfl-faq {
    width: 100%;
    padding: 75px 20px;
    background: #fdf6f6;
}

.clfl-faq__container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.clfl-faq__header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.clfl-faq__heading {
    margin: 0;
    color: #292428;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.clfl-faq__subtitle {
    margin-top: 14px;
    color: #665f63;
    font-size: 18px;
    line-height: 1.65;
}

.clfl-faq__subtitle > *:first-child {
    margin-top: 0;
}

.clfl-faq__subtitle > *:last-child {
    margin-bottom: 0;
}

.clfl-faq__subtitle p {
    margin: 0 0 10px;
}

.clfl-faq__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.clfl-faq__item {
    min-width: 0;
    margin: 0;
    border: 1px solid #efdee3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(83, 53, 66, 0.07);
}

.clfl-faq__details {
    display: block;
    width: 100%;
}

.clfl-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 82px;
    padding: 20px 24px;
    color: #302a2e;
    cursor: pointer;
    list-style: none;
}

.clfl-faq__question::-webkit-details-marker {
    display: none;
}

.clfl-faq__question::marker {
    display: none;
    content: "";
}

.clfl-faq__question:hover {
    color: #8e4058;
}

.clfl-faq__question:focus-visible {
    border-radius: 18px;
    outline: 3px solid rgba(168, 81, 107, 0.28);
    outline-offset: 3px;
}

.clfl-faq__question-text {
    flex: 1 1 auto;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.clfl-faq__icon {
    position: relative;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f8e8ec;
    color: #a8516b;
}

.clfl-faq__icon::before,
.clfl-faq__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.clfl-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.clfl-faq__details[open] .clfl-faq__question {
    color: #8e4058;
}

.clfl-faq__details[open] .clfl-faq__icon {
    background: #a8516b;
    color: #ffffff;
}

.clfl-faq__details[open] .clfl-faq__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.clfl-faq__answer {
    padding: 0 24px 24px;
    animation: clfl-faq-answer-open 0.2s ease;
}

.clfl-faq__answer-content {
    padding: 22px 0 2px;
    border-top: 1px solid #efe2e6;
    color: #5d565a;
    font-size: 16px;
    line-height: 1.75;
}

.clfl-faq__answer-content > *:first-child {
    margin-top: 0;
}

.clfl-faq__answer-content > *:last-child {
    margin-bottom: 0;
}

.clfl-faq__answer-content p {
    margin: 0 0 16px;
}

.clfl-faq__answer-content h3,
.clfl-faq__answer-content h4 {
    margin: 24px 0 12px;
    color: #302a2e;
    font-weight: 700;
    line-height: 1.35;
}

.clfl-faq__answer-content h3 {
    font-size: 21px;
}

.clfl-faq__answer-content h4 {
    font-size: 18px;
}

.clfl-faq__answer-content ul,
.clfl-faq__answer-content ol {
    margin: 18px 0;
    padding-left: 24px;
}

.clfl-faq__answer-content li {
    margin-bottom: 8px;
    padding-left: 3px;
}

.clfl-faq__answer-content li::marker {
    color: #a8516b;
}

.clfl-faq__answer-content a {
    color: #91425a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.clfl-faq__answer-content a:hover,
.clfl-faq__answer-content a:focus-visible {
    color: #6f3043;
}

@keyframes clfl-faq-answer-open {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Планшеты */

@media (max-width: 900px) {
    .clfl-faq {
        padding: 60px 20px;
    }

    .clfl-faq__header {
        margin-bottom: 34px;
    }

    .clfl-faq__question {
        min-height: 76px;
        padding: 18px 21px;
    }

    .clfl-faq__answer {
        padding: 0 21px 21px;
    }
}

/* Мобильные устройства */

@media (max-width: 600px) {
    .clfl-faq {
        padding: 50px 16px;
    }

    .clfl-faq__header {
        margin-bottom: 28px;
        text-align: left;
    }

    .clfl-faq__heading {
        font-size: 32px;
    }

    .clfl-faq__subtitle {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6;
    }

    .clfl-faq__list {
        gap: 12px;
    }

    .clfl-faq__item {
        border-radius: 15px;
    }

    .clfl-faq__question {
        gap: 15px;
        min-height: 68px;
        padding: 16px 17px;
    }

    .clfl-faq__question:focus-visible {
        border-radius: 15px;
    }

    .clfl-faq__question-text {
        font-size: 17px;
        line-height: 1.4;
    }

    .clfl-faq__icon {
        width: 36px;
        height: 36px;
    }

    .clfl-faq__icon::before,
    .clfl-faq__icon::after {
        width: 14px;
    }

    .clfl-faq__answer {
        padding: 0 17px 19px;
    }

    .clfl-faq__answer-content {
        padding-top: 17px;
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (prefers-reduced-motion: reduce) {
    .clfl-faq__answer {
        animation: none;
    }

    .clfl-faq__icon::before,
    .clfl-faq__icon::after {
        transition: none;
    }
}