/* Стили раздела /itop/shkola-gigieny/moscow/ */

/* Цитата-плашка на странице from-sixteen */
.sg-quote {
    background: #f0f4ff;
    border-radius: 20px;
    padding: 60px 6vw;
    margin: 40px 0;
}

.sg-quote__text {
    margin: 0;
    color: #003baa;
    font-size: clamp(24px, 2.6vw, 40px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.25;
    text-align: center;
}

/* Два информационных блока: время/место и контакты */
.sg-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
}

.sg-info__card {
    background: #2760cc;
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.sg-info__icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 20px;
}

.sg-info__heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sg-info__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.6;
}

.sg-info__list li {
    margin-bottom: 10px;
}

.sg-info__list li:last-child {
    margin-bottom: 0;
}

.sg-info__list a {
    color: #fff;
    text-decoration: underline;
}

.sg-info__list a:hover {
    text-decoration: none;
}

/* Сетка на 3 колонки для страницы школ */
.sg-info--three {
    grid-template-columns: 1fr 1fr 1fr;
}

/* Плашка с кнопкой «Записаться на мастер-класс» */
.sg-cta {
    background: #f0f4ff;
    border-radius: 20px;
    padding: 80px 6vw;
    margin: 40px 0;
    text-align: center;
}

/* Блок-уведомление «Важно!» */
.sg-notice {
    position: relative;
    background: #f0f4ff;
    border-radius: 20px;
    padding: 50px 40px 40px;
    margin: 60px 0 40px;
    color: #1a1a1a;
}

.sg-notice__badge {
    position: absolute;
    top: 0;
    left: 40px;
    transform: translateY(-50%) rotate(-3deg);
    display: inline-block;
    background: #2760cc;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.sg-notice__heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.sg-notice p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 12px;
}

.sg-notice p:last-child {
    margin-bottom: 0;
}

.sg-cta .btn {
    border-radius: 12px;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 700;
    padding: 24px 56px;
    line-height: 1.2;
}
