

/* Start:/local/templates/main/css/service_rules.css?17671030112066*/
/* Базовые стили */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
	color: #1F1933;
}

body {
    line-height: 1.1;
}

.main-page {
	padding: 0;
}

/* Общий фон страницы */
.page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
	margin-bottom: 30px;
}

/* Белая "страница" по центру, с отступами 30px от краёв */
.page-card {
    background: #ffffff;
    border-radius: 94px;
    width: calc(100% - 60px); /* ← ширина = 100% минус 30px слева и 30px справа */
    padding: 70px 48px 56px;
    margin: 0 auto;
	width: 100%;
    display: flex;
    justify-content: center;
}

.page-content {
    max-width: 864px;
}

/* Заголовок */
.page-header {
    margin-bottom: 24px;
}

.page-title {
    margin-bottom: 60px;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
}

.breadcrumbs {
		margin-bottom: 40px;
	}

/* Контент */
.content {
    font-size: 22px;
}

.content-block + .content-block {
    margin-top: 24px;
}

.content-heading {
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 8px;
}

.content-subheading {
    font-weight: 400;
    margin: 16px 0 6px;
    font-size: 22px;
}

.content p {
    margin: 28px 0 0;
}

.list {
    margin: 4px 0 0 18px;
    padding: 0;
}

.list li {
    margin-top: 2px;
}

/* Адаптация под телефоны */
@media (max-width: 1023px) {
	.page {
		margin-bottom: 10px;
	}

    .page-card {
        padding: 0;
        width: 100%;
    }

    .page-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .content {
        font-size: 18px;
    }

    .content-heading {
        font-size: 18px;
    }

    .content-subheading {
        font-size: 18px;
    }

    .content p {
        margin: 21px 0 0;
    }

    .breadcrumbs {
		margin-bottom: 10px;
    }
	.service_rules-section {
		margin-bottom: 10px !important;
	}
	.section--quick-response {
		margin-bottom: 10px !important;
	}
}



/* End */
/* /local/templates/main/css/service_rules.css?17671030112066 */
