@media (min-width: 720px) {

    .white,
    .green {
        background-size: 235px 103px;
        padding-bottom: 150px;
    }

    .white {
        background-image: url('./assets/pattern-green.svg'), url('./assets/pattern-green.svg');
        background-size: 478px 103px;
        background-position: 0 bottom, 239px bottom;

    }

    .pink-branch {
        translate: 7% 20px;
    }

    .section:not(.hero) {
        padding-block: 150px;
    }

    .section-title {
        font-size: 60px;
    }

    .desk-only {
        display: block;
    }

    .out-of-header {
        font-size: 18px;
    }

    .hero {
        padding: 50px 0 150px;
    }

    .hero .tyb-logo {
        width: 149px;
    }

    .hero-container {
        --rows: 4;
        justify-content: center;
        gap: 18px 0;
    }

    .hero-grid-container {
        --content: min(calc(100% - 32px), 720px);
        grid-template-columns:
            [full-start] minmax(16px, 1fr) [content-start] var(--content) [content-end] minmax(16px, 1fr) [full-end];
    }

    .hero-grid-container .full {
        grid-column: full;
    }

    .hero-grid-container .content-middle {
        grid-column: content;
    }

    .reg ul li {
    font-size: 18px;
}
    .hero .tyb-logo {
        grid-row: 1 / 2;
    }

    .hero-lead {
        grid-row: 3 / 4;
    }

    .hero .visual {
        grid-row: 4 / -1;
    }

    .hero .more {
        grid-row: -3 / -1;
    }

    .hero-title {
        font-size: 60px;
        grid-row: 2 / 3;
        margin-bottom: 0;
    }

    .hero .shape {
        filter: blur(120px);
    }

    .hero .paddles .left {
        justify-self: center;
        translate: -333px 0;
        width: clamp(200px, 70vw, 800px);
    }

    .hero .paddles .right {
        justify-self: center;
        translate: 735px -26%;
    }

    .hero .branches {
        grid-area: 3 / 1 / -2 / -1;
    }

    .hero .branch-shadows .right {
        translate: 20% 0;
    }

    .instruction-item {
        font-size: 1.25rem;
    }

    .instruction-item:not(:last-child) {
        margin-bottom: 1.25em;
    }

    .instruction-title {
        font-size: 2.25rem;
    }

    .instruction-title svg.wide {
        width: 51px;
    }

    .instruction-title svg.narrow {
        width: 36px;
    }

    .section.participation {
        padding-bottom: 0;
    }

    .participation .info {
        padding: 1.5em;
    }

    .participation .info p {
        font-size: 18px;
    }

    .participation #online .top {
        grid-template-columns: repeat(2, minmax(330px, 1fr));
        align-items: stretch;
    }

    .participation .bottom .lead {
        font-size: 1em;
    }

    .bottom {
    padding: 20px 20px 0 0;
}

    .faq-list>div .panel p,
    .faq-list>div .panel :where(ul, ol, ul>li, ol>li) {
        font-size: 20px;
    }

    .hero .visual {
        justify-items: center;
    }

    .hero .visual picture.full {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero .visual img.main-visual {
        width: min(941px, calc(100vw - 32px));
        height: auto;
        max-width: none;
    }

    .hero .visual .branch-shadows {
        justify-self: stretch;
    }

    .hero .visual .branch-shadows .left {
        justify-self: start;
    }

    .hero .visual .branch-shadows .right {
        justify-self: end;
    }

    .hero .visual .shape {
        width: 870px;
        height: 870px;
        justify-self: center;
        align-self: center;
        z-index: 0;
    }

    .hero .visual picture.full {
        z-index: 2;
    }

    .hero .visual .paddles {
        justify-self: stretch;
    }

    .hero .visual .paddles .left {
        justify-self: start;
    }

    .link-one a {
        color: #FFF;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
    }

    .hero-container .link-one {
    margin-top: 0;
}

    .instruction-item1 {
    display: flex;
    width: 666px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #648F42;
}

.text {
    color: #FFF;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
}

.instruction-text {
    color: #FFF;
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: 130%;
}

.form-container {
    margin: 0 40px;
}

.top-container {
    display: flex;
    width: 586px;
    padding: 36px 28px;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    border-radius: 14px;
    border: 3px solid #FFF;
    margin-top: 60px;
    background: #648F42;
}

.top-block h3 {
    color: #FFF;
    font-family: "Montserrat Alternates";
    font-size: 24px;
    font-weight: 700;
}

.top-block p {
    color: #FFF;
    font-family: "Montserrat Alternates";
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 40px;
    line-height: normal;
}

.title {
    margin: 34px 20px 10px 0;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
}

.lead {
    color: #E8ECFF;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
     margin: 10px 33px 30px 0;
}

.buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.form {
    display: flex;
    gap: 16px;
    align-items: center;
}

.input-wrapper {
    display: flex;
    align-items: center;
    height: 64px;
    background: #fff;
    border-radius: 14px;
    padding: 0 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
    min-width: 260px;
}

.prefix {
    font-size: 28px;
    font-weight: 500;
    color: #111;
    margin-right: 8px;
}

.input {
    border: none;
    outline: none;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    width: 180px;
}

.input::placeholder {
    color: #999;
    font-weight: 500;
}

.btn {
    height: 64px;
    padding: 0 36px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(180deg, #FFAE00 0%, #F4CD58 100%);
    color: #1A4107;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Montserrat Alternates";
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.buttons:has(.js-buy-pack[style*="none"]) {
    margin: 0 140px;
}

.hero-sum {
    grid-area: 3 / 1 / 4 / -1;
    z-index: 2;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 25px;
}
}

@media (min-width: 1200px) {
    .hero .branches .left {
        translate: -14% -5%;
    }

    .hero .branches .right {
        translate: 3% -10%;
    }

    .hero .branch-shadows .left {
        translate: -30% -45%;
    }

    .hero .branch-shadows .right {
        translate: 30% -130%;
    }
}