html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    }
.wrapper {
    width: 1100px; 
    margin: 0 auto;
    height: 100%;
    position: relative;
}
    .main-page {
        background: linear-gradient(269.67deg, #A5DEFF 0.25%, rgba(217, 217, 217, 0) 99.68%);
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    header {
        margin-top: 34px;
        margin-bottom: 58px;
        display: flex;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .logo-text {
        margin-left: 18px;
    }

            .banderogus-container {
                background-color: #fff;
                padding: 60px 56px;
                align-self: center;
        }

            .banderogus-greeting {
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                color: #1B1C1F;
                margin-bottom: 16px;
            }

            .banderogus-title {
                color: #1B1C1F;
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 600;
                font-size: 64px;
                line-height: 72px; 
                display: flex;
                align-items: center;
                margin-bottom: 24px;
            }

            .banderogus-start-text {
                font-weight: 600;
                font-size: 24px;
                line-height: 24px;          
                color: #FF6B0A;
                margin-bottom: 48px;
            }

            .banderogus-descr {
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;     
                color: #1B1C1F;
                margin-bottom: 48px;
            }

            .banderogus-launch {
                background: #FF6B0A;
                border-radius: 8px;
                padding: 12px 24px;
                color:  #fff;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                cursor: pointer;
            }

            .main-page-row {
                display: flex;
                justify-content: space-between;
                height: 100%;
            }

            .banderogus-img {
                align-self: flex-end;
            }

        .gus-facts {
            padding: 52px 0px 72px 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .gus-title {
            font-weight: 600;
            font-size: 48px;
            line-height: 24px;
            display: flex;
            align-items: center;
            color: #1B1C1F;
            margin: 16px 0px;
        }

        .gus-descr {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-align: center;    
            color: #1B1C1F;
            width: 875px;
            margin-top: 16px;
        }

        .gus-facts-row {
            width: 1170px;
            display: flex;
            justify-content: space-between;
            
        }

        .gus-fact-item {
            width: 33%;
        }

        .gus-fact-title {
            font-weight: 600;
            font-size: 24px;
            line-height: 24px;
            display: flex;
            align-items: center;
            color: #1B1C1F;
            margin: 12px 0 32px 0;
        }

        .gus-fact-descr {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #1B1C1F;
            width: 280px;
        }

        .victory-bgd {
        background: linear-gradient(269.67deg, #A5DEFF 0.25%, rgba(217, 217, 217, 0) 99.68%);
           width: 1170px;
           padding: 72px 0;
           margin-bottom: 72px;
           display: flex;
           flex-direction: column;
           align-items: center;
        }
        .victory-footer {
           display: flex;
           justify-content: center;
        }
        .victory-title {
            font-weight: 600;
            font-size: 48px;
            line-height: 24px;
            text-align: center;
            color: #1B1C1F;
            margin: 16px 0;
        }

        .victory-descr {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #1B1C1F;
            width: 875px;
        }

        .modal-bgd{
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background: rgb(27 28 31 / 70%);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease-in-out;
        }

        .modal-form {
            display: flex;
            flex-direction: column;
            align-items: center;

        }

        .modal-form-container{
            background: #fff;
            padding: 32px 92px 60px 92px;
            position: relative;

        }
        .modal-form-title {
            font-weight: 600;
            font-size: 24px;
            line-height: 24px;
            color: #1B1C1F;
            margin: 32px 0 12px 0;
        }
        .modal-form-descr {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #1B1C1F;
            margin-bottom: 24px;
        }

        .modal-form-field {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-bottom: 16px;
        }

        .modal-field-name{
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #1B1C1F;
            margin-bottom: 8px;
        }

        .modal-field-input{
            border: 1px solid #2F80ED;
            border-radius: 8px;
            height: 48px;
            font-weight: 400;
            font-size: 16px;
            color: #1B1C1F;
            padding: 4px 8px;
        }

        .modal-form-button {
            background: #FF6B0A;
            border-radius: 8px;
            padding: 12px 24px;
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            cursor: pointer;
            border: 0;
            margin-top: 24px;
        }
        
        .close-btn {
            position: absolute;
            right: 20px;
            top: 20px;
            font-size: 20px;
            color: #1B1C1F;
            cursor: pointer;
            border: 0;
            background: none;

        }
        .modal-active {
            opacity: 1;
            pointer-events: all;
        }

        .gus-anim {
            position: fixed;
            top: 0;
            bottom: 0;
            margin-bottom: auto;
            margin-top: auto;
            width: 100%;
            z-index: 2;
            pointer-events: none;
        }