

/* Start:/local/templates/ipotekatmpl/components/bitrix/news.list/items-with-top-photo/style.css?17588019001824*/


    .management-card {
        display: flex;
        flex-direction: column;
        padding: var(--space-2x);
        border-radius: var(--radius-12);
        background: var(--color-white);
        gap: var(--space-2x);
        height: 100%;
        min-width: var(--dimension-56);
		text-decoration: none;
    }

    .management-card .management-card__content {
		
	}
    .management-card .management-card__title {
        --font-size: var(--lead-font-size);
        --line-height: var(--lead-line-height);
        --font-weight: var(--headline-3-font-weight);
        --font-family: var(--lead-font-family);
        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
    }
    .management-card .management-card__position {
		--font-size: var(--lead-font-size);
		--line-height: var(--small-line-height);
		--font-weight: var(--font-weight-medium);
		--font-family: var(--lead-font-family);
		font-family: var(--font-family);
		font-weight: var(--font-weight);
		font-size: var(--small-font-size);
		line-height: var(--line-height);
    }
    .management-card img {
        
    }
    .management-grid {
        height: 100%;
        display: grid;
        gap: var(--space-3x);
        grid-template-columns: 1fr 1fr 1fr;
        overflow: auto;
    }

    @media (min-width: 578px) {
        .management-card .management-card__title {
            --font-size: var(--headline-2-font-size);
            --line-height: var(--headline-2-line-height);
            --font-weight: var(--headline-2-font-weight);
            --font-family: var(--headline-2-font-family);
        }

        .management-card {
            padding: var(--space-md);
        }

    }
/* End */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/items-with-top-photo/style.css?17588019001824 */
