:root {
    --yellow-bg: #f2d200; /* Фирменный желтый 1С */
    --light-bg: #f5f6f7;
    --text-main: #333;
}.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* max-width: 1200px; */
       margin: 0 auto 65px;
    /* padding: 40px; */
    background: #fff;
    overflow: hidden;
    position: relative;
}.seminar-content.limit {
    padding: 20px 10px 100px;
    background-size: 100%;
}

.banner-content {
    flex: 1;
    z-index: 2;
}

.subtitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 30px 0;
    color: var(--text-dark);
}

.description {
    font-size: 18px;
    line-height: 1.4;
    color: #666;
    margin-bottom: 40px;
}

.konkurs a.btn {
    height: auto;
    padding: 10px 25px 10px 25px;
    justify-content: center;
    align-items: center;
    background: #B41818;
    color: #fff;
    text-decoration: none;
    display: block;
    width: max-content;
    border-radius: 10px;
    font-size: 14px;
}.konkurs .seminar-content h1, .konkurs .seminar-content h2 {
 
    font-size: 55px;
    line-height: 115%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #313131;
    margin-bottom: 40px;
}.konkurs .seminar-content .info-section h2 {
    font-size: 30px;
    margin-bottom: 17px;
}.konkurs .seminar-content h2.s-title {
    font-size: 41px;
    margin-bottom: 3px;
}.konkurs section.it-cons {
    background: #f7f7f7;
    padding: 100px 0;
}
 .container.skkr {
    margin: 80px auto;
}.konkurs .title-item {
    color: rgb(34, 34, 34);
    font-size: 36px;
    font-weight: normal;
    line-height: 121%;
    text-transform: uppercase;
    margin: 0 0 20px;
}.konkurs .it-cons__images {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 272px;
    gap: 20px;
}.konkurs .it-cons__images img {
        max-width: initial;
        width: 100%;
    }.konkurs .it-cons__images img:first-child {
    grid-row: span 2;
    margin-top: 0;
}.konkurs .it-cons__area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}.konkurs .it-cons {
    margin: 0;
}

/* Секция с картинкой */
.banner-image {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}.konkurs a.btn:hover {
    background: var(--yellow-bg);
    color: #000;
}

.cup {
    max-width: 100%;
    height: auto; 
    z-index: 1;
}

/* Декор (золотые частицы) */
.confetti {
    position: absolute;
    width: 20px;
    height: 10px;
    background: linear-gradient(45deg, #ffd700, #ffae00);
    transform: rotate(45deg);
}

.c1 { top: 10%; right: 20%; width: 30px; }
.c2 { bottom: 20%; left: 10%; transform: rotate(-20deg); }
.c3 { top: 40%; right: 5%; width: 15px; height: 15px; }

/* Адаптивность */
@media (max-width: 992px) {
    .banner {
        flex-direction: column;
        text-align: center;
    }
    .title { font-size: 40px; }
    .banner-image { margin-top: 40px; }
}.info-section {
    display: flex; 
    margin: 0 auto 100px;
    border-radius: 20px;
    overflow: hidden; /* Чтобы скруглить углы внутренних блоков */
}

/* Левая часть */
.sidebar {
    background-color: var(--yellow-bg);
    width: 35%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}

.year-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px 0;
}

.sidebar-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    color: var(--text-main);
}

.nomination-tags {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tag {
    background: #fff;
    padding: 12px 20px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-main);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* Правая часть */
.main-content {
    background-color: var(--light-bg);
    width: 65%;
    padding: 40px 50px;
}

.content-title {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 25px 0;
    color: var(--text-main);
}

.content-text p {
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 20px;
}

/* Адаптивность для мобилок */
@media (max-width: 768px) {
    .info-section {
        flex-direction: column;
    }
    .sidebar, .main-content {
        width: 100%;
        padding: 30px;
    }
}:root {
    --yellow: #f2d200;
    --red: #ff1f1f;
    --gray-bg: #f8f9fa;
    --text-muted: #888;
}

.seminar-content.limit .container { 
    margin: 0 auto;
    padding: 40px 20px;
    font-family: sans-serif;
    text-align: center;
}

.section-title { font-size: 32px; margin-bottom: 5px; }
.section-subtitle { color: var(--text-muted); margin-bottom: 40px; }

/* Сетка карточек */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.step-card {
    background: var(--gray-bg);
    border-radius: 25px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 400px;
}

.step-card.highlight {
    background-color: var(--yellow);
}

.step-name { font-size: 22px; margin: 0; }
.step-status { color: var(--text-muted); margin: 5px 0; font-size: 14px; }
.step-date { font-weight: bold; margin-bottom: 20px; }

.step-number {
    font-size: 120px;
    font-weight: 900;
    color: var(--yellow);
    line-height: 1;
    margin: 20px 0;
}

.highlight .step-number { color: #fff; }

.step-desc { font-size: 13px; line-height: 1.4; color: #444;     text-align: left;}
.step-note {
    font-size: 11px;
    color: #777;
    margin-top: 15px;
    line-height: 14px;
    margin-left: -19px;
}

.btn-participate {
    background: var(--red);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    margin-top: auto;
}

/* Секция призов */
.prizes-header {
    font-size: 24px;
    font-weight: bold;
    border-top: 2px solid #eee;
    padding-top: 30px;
    margin-bottom: 30px;
}

.prizes-header span { font-size: 30px; }

.prizes-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: left;
}

.prize-col {
    border-top: 3px solid var(--yellow);
    padding-top: 15px;
}

.prize-col p {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
}

@media (max-width: 900px) {
    .steps-grid, .prizes-details { grid-template-columns: repeat(2, 1fr); }
    .konkurs .banner a.btn {
    margin: 0 auto;
    padding: 20px;
    width: auto;
}}@media (max-width: 1000px) { 
    .konkurs .banner a.btn {
    margin: 0 auto;
    padding: 20px;
    width: auto;
}
}@media (max-width: 700px) {
    .konkurs .it-cons__area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}.banner-content {
    width: 100%;
}.prizes-header {
    font-size: 24px;
    font-weight: bold;
    border-top: 2px solid #eee;
    padding-top: 30px;
    margin-bottom: 30px;
    line-height: 120%;
}.steps-grid, .prizes-details {
        grid-template-columns: repeat(1, 1fr);
    }.konkurs .it-cons__area a.btn {
    margin: 0 auto;
    padding: 20px;
    width: auto;    text-align: center;
}.it-cons__text p, .it-cons ul {
    margin: 10px 0;
    font-size: 15px;
    line-height: 33px;
}.konkurs .seminar-content h1, .konkurs .seminar-content h2 {
    font-size: 33px;
    line-height: 115%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #313131;
    margin-bottom: 40px;
}    .it-cons__text p, .it-cons ul {
        margin: 10px 0;
        font-size: 15px;
        line-height: 25px;
    }
}