    .poslednay-fos {
        font-family: 'Open Sans', sans-serif;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        text-align: left;
        padding: 0px;
        margin: 0px;
        background-color: #EEEFF1;
    }

    .poslednay-fos1 {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 806px; /* Максимальная ширина контента (как у ваших инпутов) */
        width: 100%; /* Чтобы блок не выходил за пределы экрана */
        box-sizing: border-box; /* Чтобы padding не влиял на общую ширину */
        margin: 0 auto;
    }

    .poslednay-fos-title {
        font-weight: 700;
        font-size: 49px;
        line-height: 100%;
        margin-bottom: 30px;
        color: #000000;
        margin-left: 155px;
    }

    .poslednay-fos-input {
        width: 806px;
        height: 48px;
        border-radius: 3px;
        border: 1px solid #AAADB066;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #2B2B2C;
        padding-left: 15px;
        cursor: pointer;
    }

    .poslednay-fos-input-kom:focus {
        outline: none;
    }

    .poslednay-fos-input-kom {
        padding: 10px 15px;
    }

    .poslednay-fos-text {
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #2B2B2C;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .popup-politika-fos-button {
        display: flex;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    .toggle-container-fos-button-glav {
        width: 34px;
        height: 19px;
        background-color: #4CC574;
        border-radius: 100px;
        position: relative;
        cursor: pointer;
        transition: background-color 0.3s;
        margin-right: 7px;
    }

    .toggle-container-fos-button-glav.inactive {
        background-color: #AAADB0;
    }

    .toggle-container-fos-button-glav.inactive .toggle-slider-fos-button {
        right: 17px;
    }

    .button-poslednay[disabled] {
        background-color: #AAADB0;
        cursor: not-allowed;
    }

    .button-poslednay[disabled]:hover {
        background-color: #AAADB0;
        cursor: not-allowed;
    }

    .toggle-slider-fos-button {
        width: 14px;
        height: 14px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        right: 2px;
        transition: right 0.3s;
    }

    .form__agreementfos-glav {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 11px;
        line-height: 100%;
        color: #555658;
        margin-top: 5px;
    }

    .form__agreementfos-glav a {
        color: #4CC574;
        text-decoration: none;
    }

    .form__agreementfos-glav a:hover {
        color: #3D9E5D;
    }

    .button-poslednay {
        width: 806px;
        height: 51px;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        color: #FFFFFF;
        background-color: #55CD6C;
        padding: 16px 342.5px;
        border: none;
        border-radius: 30px;
        margin-top: 30px;
        cursor: pointer;
    }

    .button-poslednay:hover {
        background-color: #47AB5A;
    }

    @media (max-width: 1380px) {
        .poslednay-fos1 {
            margin-left: 25%;
        }
    }

    @media (max-width: 1240px) {
        .poslednay-fos1 {
            margin-left: 19%;
        }
    }

    @media (max-width: 1100px) {
        .poslednay-fos1 {
            margin-left: 11%;
        }
    }

    @media (max-width: 1000px) {
        .poslednay-fos1 {
            margin-left: 11%;
        }

        .poslednay-fos-input {
            width: 570px;
        }

        .button-poslednay {
            width: 570px;
            padding: 0px 0px;
        }

        .poslednay-fos-title {
            margin-left: 0px;
        }
    }

    @media (max-width: 910px) {
        .poslednay-fos1 {
            max-width: 572px;
        }
    }

    @media (max-width: 665px) {
        .poslednay-fos-input {
            width: 450px;
        }

        .button-poslednay {
            width: 450px;
        }

        .poslednay-fos-title {
            font-size: 41px;
        }

        .poslednay-fos1 {
            max-width: 420px;
        }
    }

    @media (max-width: 540px) {
        .poslednay-fos-input {
            width: 390px;
        }

        .button-poslednay {
            width: 390px;
        }

        .poslednay-fos-title {
            font-size: 37px;
        }

        .poslednay-fos1 {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    @media (max-width: 480px) {
        .poslednay-fos1 {
            max-width: 378px;
        }
    }

    @media (max-width: 460px) {
        .poslednay-fos-title {
            font-weight: 600;
            font-size: 27px;
            line-height: 100%;
        }

        .poslednay-fos-text {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
        }

        .poslednay-fos-input {
            width: 327px;
        }

        .button-poslednay {
            width: 327px;
        }
    }

    @media (max-width: 420px) {
        .poslednay-fos1 {
            margin-left: 5%;
        }
    }

    @media (max-width: 400px) {
        .poslednay-fos1 {
            max-width: 297px;
        }
    }

    @media (max-width: 355px) {
        .poslednay-fos-input {
            width: 290px;
        }

        .button-poslednay {
            width: 290px;
        }
    }
