@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* === Базовые стили === */
body {
    font-family: "Roboto", sans-serif;
    color: #222;
    margin: 0;
    background: #f8f9fa;
    font-weight: 500;
}

.page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.first-word {
    color: #0165df;
}

/* === Hero === */
.hero {
    display: flex;
    align-items: center;
    padding: 86px 100px;
    justify-content: space-between;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 70px solid transparent;
    border-top: 70px solid #37b741;
    z-index: 1;
}
.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 135px solid transparent;
    border-bottom: 135px solid #37b741;
    z-index: 1;
}
.hero__content {
    max-width: 600px;
    position: relative;
    z-index: 2;
}
.hero__title {
    color: #ffffff;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
}
.hero__subtitle {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 24px;
}
.hero__button {
    background: #37b741;
    color: #ffffff;
    border: none;
    padding: 16px 64px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}
.hero__button:hover {
    opacity: 0.9;
}
.hero__image {
    position: relative;
    z-index: 2;
}
.hero__image img {
    max-width: 200px;
    height: auto;
}

/* === Intro === */
.intro {
    text-align: center;
    padding: 40px 0;
}
.intro__title {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.25;
    color: #0165df;
    margin: 0;
}
.intro__subtitle {
    font-size: 32px;
    color: #737373;
    line-height: 54px;
    margin-bottom: 50px;
    margin-top: 0;
}
.intro__meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-inline: 90px;
}
.intro__meta-item {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.intro__meta-item:nth-child(2) {
    color: #0165df;
}
.intro__format {
    font-size: 26px;
    font-weight: normal;
}

/* === Mission === */
.mission {
    padding: 30px;
    text-align: center;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mission__title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
}
.mission__description {
    font-size: 24px;
    line-height: 1.25;
}

/* === Benefits === */
.benefits {
    padding: 40px 0;
}
.benefits__title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.benefits__item {
    height: 520px;
    width: 380px;
    background: #ebf2fa;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
}
.benefits__item:first-of-type .benefits__list {
    color: #0165df;
    padding: 0 28px;
    font-size: 24px;
}
.benefits__list {
    list-style-type: none;
    padding: 0;
    font-size: 18px;
    padding: 0 30px;
}
.benefits__list-item {
    font-weight: 500;
    height: 150px;
    display: flex;
    align-items: center;
}
.benefits__list-item:first-child {
    border-bottom: #a8c6ea 1px solid;
}
.benefits__subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: #0165df;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 24px 16px 16px;
    margin: 0;
    position: relative;
}
.benefits__subtitle img {
    max-width: 100px;
    color: #ffffff;
}

/* === Criteria === */
.criteria {
    padding: 0;
}
.criteria__title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.criteria__container {
    border-radius: 8px;
    padding: 60px 20px;
    background-size: cover;
}
.criteria__list {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.25;
}
.criteria__item {
    margin-top: 20px;
}
.criteria__item::marker {
    font-weight: 600;
}

/* === Architecture === */
.architecture {
    padding: 40px 0;
    text-align: center;
}
.architecture__title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.architecture__subtitle {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    margin: 30px 0;
}
.architecture__item .flex-container {
    background-color: #0165df;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 30px;
    border-radius: 16px;
}
@media screen and (max-width: 1200px) {
    .architecture__item .flex-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 30px;
        border-radius: 16px;
    }
}
.architecture__item .flex-container .description {
    color: #ffffff;
    text-align: left;
    font-size: 22px;
    line-height: 1.25;
}
@media screen and (max-width: 1200px) {
    .architecture__item .flex-container .description {
        font-size: 18px;
        text-align: center;
    }
}
.architecture .main_grid_container {
    background-color: #ebf2fa;
    display: grid;
    grid-template-columns: 1fr 102px 1fr 102px 1fr;
    gap: 6px;
    padding: 30px 60px;
    align-items: center;
}
@media (max-width: 1399px) {
    .architecture .main_grid_container {
        grid-template-columns: 360px;
        grid-template-rows: 1fr 103px 1fr 103px 1fr;
        justify-items: center;
        justify-content: center;
    }
    .architecture .main_grid_container .description {
        text-align: center !important;
        justify-self: center !important;
        grid-column: 1 / span 3;
        max-width: 250px;
    }
    .architecture .main_grid_container .arrow {
        transform: rotate(90deg);
        height: -moz-fit-content;
        height: fit-content;
        padding: 0;
    }
}
.architecture .grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 2fr 30px 2fr;
    width: 261px;
    height: 233px;
}
.architecture .grid-container:nth-child(3) {
    width: -moz-fit-content;
    width: fit-content;
}
.architecture .grid-container:nth-child(3) .bignumber {
    padding-right: 10px;
}
.architecture .grid-container .bignumber {
    color: #0165df;
    align-self: baseline;
    font-size: 136px;
    font-weight: bold;
    grid-row: 1 / span 2;
    grid-column: 1/2;
}
@media (max-width: 1200px) {
    .architecture .grid-container .bignumber {
        font-size: 100px;
        align-self: flex-end;
        justify-self: flex-end;
    }
}
.architecture .grid-container .svg {
    align-self: self-end;
    justify-self: left;
    font-size: 40px;
    font-weight: bold;
    color: #0165df;
    padding-bottom: 5px;
}
@media (max-width: 1200px) {
    .architecture .grid-container .svg {
        height: 50px;
    }
}
.architecture .grid-container .label {
    text-wrap: nowrap;
    align-self: self-end;
    justify-self: left;
    grid-row: 2;
    grid-column: 2/3;
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .architecture .grid-container .label {
        font-size: 18px;
    }
}
.architecture .grid-container .description {
    text-align: left;
    align-self: center;
    padding-top: 10px;
    grid-row: 3;
    grid-column: 1 / span 3;
    font-size: 18px;
}

/* === Apply === */
.apply {
    padding: 40px 0;
}
.apply__title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}
.apply__list {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 1200px) {
    .apply__list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
}
.apply__item {
    background: #ebf2fa;
    border-radius: 12px;
    padding: 20px;
    flex: 1 1 250px;
    display: grid;
    grid-template-columns: 100px minmax(370px, 1200px);
    grid-template-rows: 50px 72px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px;
}
.apply__item .svg {
    color: #0165df;
    font-size: 40px;
    font-weight: bold;
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: center;
    align-self: center;
}
@media (max-width: 1200px) {
    .apply__item .svg {
        grid-column: 1;
        grid-row: 1;
    }
}
@media (max-width: 1200px) {
    .apply__item {
        grid-template-columns: 50px 150px;
        grid-template-rows: 50px minmax(0px, 250px);
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 10px;
        flex: 1 1 150px;
        padding: 20px 30px;
    }
}
.apply__subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.25;
    color: #0165df;
    grid-column: 2;
    align-self: flex-end;
    padding: 0;
    margin: 0;
}
.apply__description {
    font-size: 20px;
    line-height: 1.25;
    grid-column: 2;
    grid-row: 2;
}
@media (max-width: 1200px) {
    .apply__description {
        grid-column: 1 / span 2;
        grid-row: 2;
    }
}

/* === Members === */
.members__container {
    padding: 60px 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.members__title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
}
.members__list {
    margin: 0 auto;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.members__item {
    font-size: 24px;
    line-height: 1.25;
}
.members__item::marker {
    font-weight: 600;
}

/* === Awards === */
.awards {
    padding: 40px 0;
}
.awards__title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 30px 0 0;
}
.awards__subtitle {
    margin: 0;
    margin-top: 8px;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: #0165df;
}
.awards__description {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 720px;
}
.awards__groups {
    display: grid;
    gap: 32px;
}
.awards__group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background: #ebf2fa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.awards__list {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: center;
    padding-left: 20px;
    line-height: 1.6;
}
.awards__list:has(.small) {
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .awards__list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.awards__note {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 4px;
}
@media (max-width: 600px) {
    .awards__note {
        width: 80%;
    }
}
.awards__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
    max-width: 550px;
}
.awards__item .svg {
    width: 80px;
    height: 80px;
}
.awards__item .name {
    text-align: center;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
}
.awards__item.small {
    max-width: 289px;
}

/* === Stages === */
.stages {
    padding: 40px 0;
}
.stages__title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
}
.stages__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
}
@media (max-width: 1200px) {
    .stages__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.stages__item {
    display: flex;
    gap: 16px;
    align-items: center;
}
.stages__number {
    color: #0165df;
    font-weight: 500;
    font-size: 92px;
    line-height: 1.25;
}
.stages__content {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    gap: 10px;
}
.stages__subtitle {
    color: #0165df;
    text-wrap: nowrap;
    font-weight: 700;
    font-size: 28px;
}
.stages__date {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
}

/* === CTA === */
.cta {
    text-align: center;
    padding: 40px 10px;
    background: #0078d7;
    color: #fff;
    border-radius: 12px;
    margin-bottom: 30px;
}
.cta__text {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 50px;
}
.cta__button {
    background: #37b741;
    color: #ffffff;
    border: none;
    padding: 11px 64px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}
.cta__button:hover {
    opacity: 0.9;
}

/* === Адаптив === */
@media (max-width: 1399px) {
    .svg {
        width: 50px;
        height: 50px;
    }
    .label {
        font-size: 18px;
    }
    .description {
        font-size: 16px;
    }
    .hero {
        flex-direction: column;
        text-align: center;
        background-position: center top;
        min-height: 500px;
    }
    .hero::before {
        border-right: 50px solid transparent;
        border-top: 50px solid #37b741;
    }
    .hero::after {
        border-left: 50px solid transparent;
        border-bottom: 50px solid #37b741;
    }
    .hero__image {
        margin-top: 20px;
    }
    .benefits__grid {
        display: flex;
    }
    .benefits__grid .benefits__item {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .hero__title {
        font-size: 24px;
    }
    .hero__subtitle {
        font-size: 16px;
    }
    .hero::before {
        border-right: 80px solid transparent;
        border-top: 80px solid #37b741;
    }
    .hero::after {
        border-left: 80px solid transparent;
        border-bottom: 80px solid #37b741;
    }
    .hero__button {
        padding: 16px;
    }
    .benefits__grid {
        flex-direction: column;
    }
    .benefits__grid .benefits__item {
        width: 100%;
    }
    .benefits__grid .benefits__item .benefits__list {
        display: flex;
        flex-direction: column;
    }
    .benefits__grid .benefits__item .benefits__list-item {
        flex: 1 1 150px;
        margin-inline: auto;
    }
    .awards__subtitle {
        text-align: center;
    }
    .stages__subtitle {
        font-size: 20px;
    }
    .intro__title {
        font-size: 34px;
    }
    .intro__meta {
        padding-inline: 0;
        margin-inline: auto;
        flex-direction: column;
        gap: 8px;
    }
} /*# sourceMappingURL=main_season_5_contest.css.map */
