@media (min-width: 720px) {

    .white,
    .green {
        padding-bottom: 150px;
    }

    .beige {
        background-color: #ECEED9;
        background-image: url('https://static.sz.kz/landings/777ap/assets/beige.png');
        padding-bottom: 80px;
    }

    .green {
        background-image: url('https://static.sz.kz/landings/777ap/assets/green.png');
        background-color: #576D01;
        padding-bottom: 80px;
    }

    .pink-branch {
        translate: 7% 20px;
    }

    .section:not(.hero) {
        padding-block: 80px;
    }

    .section-title {
        font-size: 60px;
    }

    .desk-only {
        display: block;
    }

    .out-of-header {
        font-size: 18px;
    }

    .hero {
        padding: 50px 0 95px;
    }

    .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;
        margin-bottom: 0;
    }

    .faq-list>div .panel p,
    .faq-list>div .panel :where(ul, ol, ul>li, ol>li) {
        font-size: 20px;
    }

    .faq-list {
        margin-bottom: 150px;
    }

    .hero .visual {
        justify-items: center;
        margin-bottom: 0px;
    }

    .hero .visual picture.full {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero .visual img.main-visual {
        width: min(796px, calc(100vw - 32px));
        height: auto;
        max-width: none;
        height: 378px;
        margin-top: 50px !important;
        margin-right: 80px !important;
    }

    .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: #2F3B01;
        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: #576D01;
    }

    .text {
        color: #ECEED9;
        font-family: "Montserrat Alternates", sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 110%;
    }

    .instruction-text {
        color: #ECEED9;
        font-family: "Montserrat Alternates";
        font-size: 20px;
        font-style: normal;
        /* font-weight: 600; */
        line-height: 130%;
    }

    .instruction-text2,
    .text2 {
        color: #576D01;
    }

    .instruction-text2 {
        font-family: "Montserrat Alternates";
        font-size: 20px;
        font-style: normal;
        /* font-weight: 600; */
        line-height: 130%;
    }


    .form-container {
        margin: 0 40px 100px;
    }

    .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: #576D01;
    }

    .top-block h3 {
        color: #ECEED9;
        font-family: "Montserrat Alternates";
        font-size: 24px;
        font-weight: 700;
    }

    .top-block p {
        color: #ECEED9;
        font-family: "Montserrat Alternates";
        font-size: 18px;
        font-weight: 500;
        margin: 15px 0 40px;
        line-height: normal;
    }

    .title {
        margin: 34px 20px 10px 0;
        color: #576D01;
        text-align: center;
        font-family: "Montserrat Alternates";
        font-size: 24px;
        font-weight: 700;
        line-height: 110%;
    }

    .lead {
        color: #576D01;
        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;
    }

    .tabs-content {
        margin-bottom: 0;
    }

    .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;
    }

    .section.beige {
        position: relative;
    }

    .beige-flower {
        position: absolute;
        top: 30em;
        left: -1px;
    }

    .beige-flower img {
        width: 250px;
    }

    .beige-flower2 {
        position: absolute;
        top: 2em;
        right: -1px;
    }

    .beige-flower2 img {
        width: 400px;
    }

    
}

@media (min-width: 1200px) {
    .hero .branches .left {
        translate: -1% -51%;
    }

    .hero .branch-shadows .left {
        translate: -30% -45%;
    }

    .hero .branch-shadows .right {
        translate: 30% -130%;
    }

    .hero .branches .left2 {
        translate: 22% 81%;
    }

    .right3 {
        width: 117px !important;
        position: absolute;
        right: 0;
        top: -322px;
    }

    .left3 {
        position: absolute;
        bottom: -528px;
            left: -93px;
        transform: rotate(-27deg);
    }

    .left3 img {
        width: 550px;
    }

    .hide-web {
        display: none;
    }

    .hero .branches .right {
        translate: 1% -23%;
        width: clamp(150px, 52vw, 500px) !important;
    }

    .hero .branches .right2 {
        translate: 36% 110%;
    }

}