@media(max-width: 800px) {
    .grant-wrapper {
        padding: 0 15px;

        .h1-title {
        }

        .primary-block-container .h1-title:before {
            /*background: url('./img/sphere-big.png') no-repeat 0% 0%;*/
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        .primary-block-container .h1-title {
            position: relative;
            text-align: center;
            margin: 0;
            /*margin-right: -30px;*/
            /*padding-right: 30px;*/
            padding-top: 35px;
            padding-bottom: 12px;
        }

        .primary-block-container .block2 {
            display: none;
        }

        .results-block-container,
        .nominations-container {
            grid-template-columns: repeat(1, 1fr) !important;
        }

        .nominations-container {
            /*margin: 0 -35px 0 -10px;*/
            margin: 0;
        }

        .fond {
            margin: 0 -13px;
            /*width: 110%;*/
            display: block;
            text-align: center;
        }

        .star {
            display: none;
        }

        .subtitle {
            margin-bottom: 40px;
        }

        .partners-section {
            background: transparent;
            margin-bottom: 0;
        }

        .primary-block--overlay {
            display: none;
        }

        .results-text {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: 100%;
            text-align: center;
        }

        .btn {
            margin: auto;
            margin-bottom: 40px;
            padding: 18px 20px;
        }

        .note {
            padding: 0;
            background: url("./img/champion_cup.jpg") no-repeat 0 0;
            min-height: 290px;
            padding: 23px 50px;
            background-position: bottom center;
            background-size: 50%;
            text-align: center;
            position: relative;
            order: 2;
            line-height: 160%;
            background-color: #231b42;
        }

        /*.note::before {
            content: '';
            position: absolute;
            inset: 0;
            background: #ffffff;
            opacity: 0.1;
        }*/

        .nums {
            font-size: 120px;
        }

        .caption {
            font-size: 16px;
            font-weight: 600;
        }

        .nominations-block {
            padding: 16px;
            min-height: 218px;
            background-size: 30%;
        }

        .nominations-block-title {
            font-size: 16px;
        }

        .nominations-block-text {
            font-size: 14px;
        }

        .partner-of-year {
            background: url("./img/year-partner-mobile.png") no-repeat 0 0;
            height: auto;
            min-height: 434px;
            text-align: center;
            background-size: cover;
            background-position: bottom;
        }

        .big-title {
            display: flex;
            flex-direction: column;
        }

        /* FORM */
        .form-section {
            padding-bottom: 60px;

            form .grid-block:first-child {
                margin-bottom: 24px;
            }

            .grid-block {
                grid-template-columns: 1fr !important;
                gap: 24px;
            }

            .tab-title {
                margin-bottom: 24px;
            }

            .form-title {
                order: 2;
            }

            .form-block-container {
                flex-direction: column;
            }

            .form-container .flex-block {
                display: flex !important;
                flex-direction: column;
            }

            .form-image {
                order: 2;
                img {
                    object-fit: contain;
                    max-width: 100%;
                }
            }

            .form-block {
                padding: 16px;
            }

            .iti--allow-dropdown {
                width: 100%;
            }

            input[type="text"] {
                width: 100%;
                min-width: -webkit-fill-available;
            }

            .overlay-bg {
                display: none;
            }

            .form-container .flex-block {
                gap: 24px;
                margin-bottom: 24px;
            }

            .form-image img {
                max-width: 100% !important;
            }

            .fszie-mobile-52 {
                font-size: 52px;
            }

            .pagination.grid-block {
                grid-template-columns: repeat(2, 1fr) !important;
            }
        }

        .fszie-mobile-50 {
            font-size: 50px;
        }

        .fszie-mobile-28 {
            font-size: 28px;
        }

        .fszie-mobile-25 {
            font-size: 25px;
        }

        .fszie-mobile-22 {
            font-size: 22px;
        }

        .fszie-mobile-16 {
            font-size: 16px;
        }

        .fszie-mobile-14 {
            font-size: 14px;
        }

        .fweight-mobile-600 {
            font-weight: 600;
        }

    }
}