body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Inter';
    src: url('./font/Inter-Italic-VariableFont_opsz,wght.ttf');
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('./font/Inter-VariableFont_opsz,wght.ttf');
    font-style: normal;
}

.grant-wrapper {
    background: #0B022D;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    color: #ffffff;

    * {
        box-sizing: border-box;
    }

    h1, h2, h3 {
        margin: 0;
    }

    /* общий блок */
    .block-container {
        max-width: 1230px;
        margin: 0 auto;
        position: relative;
		z-index: 111;
    }


    .mb-22 {
        margin-bottom: 22px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .h1-title {
        margin-top: 65px;
        margin-bottom: 22px;
        color: #ffffff !important;
    }

    .flex-block {
        display: flex;
        flex-direction: column;
    }

    .subtitle {
        margin-bottom: 22px;
    }

    .primary-block {
        position: relative;
        padding-bottom: 100px;
        z-index: 1;
    }

    .primary-block--overlay {
        background: url('./img/bg-primary-block.png') no-repeat 0 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -10;
    }

    .primary-block-container {
        display: flex;
    }

    .results-block-container,
    .nominations-container .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .results-section {
        margin-bottom: 100px;
		position: relative;
    }


    .star {
		position: absolute;
		top: 40%;
    	right: 2%;
    }

    .results-text {
        width: 70%;
        margin: auto;
    }

    .contact-form h3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .form-group {
        /*margin-bottom: 15px;*/
    }

    .fond {
        display: inline-block;
        background: linear-gradient(90.97deg, #004ADD -8.48%, #002877 108.36%);
        padding: 5px 18px;
    }

    .note {
        background: url("./img/bg-cup.png") no-repeat 0 0;
        padding: 50px 172px 80px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .form-group textarea {
        resize: vertical;
    }

    .caption {
        font-size: 22px;
        margin-bottom: 46px;
        font-weight: 600;
    }

    .nominations-block-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }

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

    .btn {
        display: inline-block;
        background-color: #004ADD;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        text-align: center;
        border-radius: 1000px;
        width: fit-content;
        text-decoration: none;
        color: #ffffff !important;
        text-transform: initial;
    }

    .text-center {
        text-align: center;
    }

    .btn:hover {
        background-color: #0056b3;
    }

    .results-block-container {
        gap: 12px;
        margin-bottom: 40px;
    }

    .results {
        background: linear-gradient(180deg, #0B022D 0%, #004ADD 100%);
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .nums {
        font-weight: 400;
        font-size: 180px;
        line-height: 140%;
        /* identical to box height, or 252px */
        text-align: center;

        background: linear-gradient(360deg, #FFFFFF 0%, #012D86 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .partners-section {
		position: relative;
        margin-bottom: 100px;

        .subtitle {
            text-align: center;
        }

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

	.partners-section-background {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 4%;
		opacity: 0.6;

	}

    .swiper-wrapper {
        height: auto;
    }

    .nominations-container .swiper-wrapper {
        gap: 12px;
    }

    .nominations-block {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 40px;
        min-height: 347px;
    }

    .nominations-block--support {
        background: url('./img/support.png') no-repeat 0 0 rgba(255, 255, 255, 0.1);
        background-position: left bottom;
    }

    .nominations-block--leader {
        background: url('./img/leader.png') no-repeat 0 0 rgba(255, 255, 255, 0.1);
        background-position: left bottom;
    }

    .nominations-block--concurs {
        background: url('./img/concurs.png') no-repeat 0 0 rgba(255, 255, 255, 0.1);
        background-position: left bottom;
    }

    .partner-of-year {
        padding: 60px 40px;
        background: url('./img/year-partner.png') no-repeat 0 0;
        height: 347px;

        .small-title {
            margin-bottom: 12px;
        }
    }

    .success-block {
        text-align: right;
        color: green;
        margin-top: 20px;
    }

    /* FORM */

    .form-section {
        position: relative;
        color: #000000;
        padding-bottom: 100px;

        .overlay-bg {
            position: absolute;
            top: 10%;
            right: 0%;
            width: 12%;
            background: url(./img/bg-form.png) no-repeat 0% 0%;
            height: 50%;
            z-index: 0;
        }

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

        .error input {
            border: 1px solid #FB6A65;
        }

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

        .form-image img{
            max-width: 483px;;
        }

        .form-block {
            padding: 28px 40px;
        }

        .form-block-container {
            display: flex;
            /*padding: 12px;*/
            background: #ffffff;
        }

        .form-title {
            font-size: 22px;
            font-weight: 600;
        }

        .form-group {
        }

        label {
            display: block;
            margin-bottom: 15px;
            font-size: 14px;
        }

        input, select {
            padding: 10px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
        }

        input[type="text"] {
            min-width: 290px;
            background: #F2F2F2;
            /*color: rgba(0, 0, 0, 0.3);*/
        }

        .radio-group {
            display: flex;
            gap: 8px;
            margin-bottom: 12px;
            align-items: start;

            label {
                margin-bottom: 0;
            }
        }

        .radio-group input[type="radio"] {
            padding: 0;
            margin: 0;
            width: 20px;
            height: 20px;
        }

        .radio-group input[type="radio"]:checked + label {
            color: #000000;
        }

        .radio-group input[type="radio"] + label {
            color: rgba(0, 0, 0, 0.3);
        }

        .radio-group label {
            font-size: 16px;
        }

        .btn {
            display: inline-block;
            padding: 12px 24px;
            background-color: #004ADD;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            margin-right: 10px;
            cursor: pointer;
            border: none;
            transition: background-color 0.3s;
        }

        .btn:hover {
            background-color: #0056b3;
        }

        .nav {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
        }

        .nav a {
            text-decoration: none;
            color: #AFAFAF;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
            transition: background-color 0.3s;
            background: #F9F9F9;
        }

        .nav a:hover {
            background-color: #f0f0f0;
        }

        .nav .active {
            background-color: #004ADD;
            color: #fff;
        }

        .grid-block {
            display: grid;
            gap: 36px;
            grid-template-columns: 50% 50%;
        }

        .space-between {
            align-content: space-between;
        }

        .self-end {
            align-self: flex-end;
        }

        .justify-self-end {
            justify-self: flex-end;
        }

        .pagination {
            margin-top: 100px;
        }

        .continue-btn {
            cursor: pointer;
            color: #004ADD;
        }
    }

    .hidden {
        display: none;
    }

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

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

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

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

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

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

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

}