    /*Форма*/
            .nat-size{
        font-size: 1em;
}
    .h2-cont-right{
        width: 100%;
        font-family: 'BeauSansPro-light';
        text-align: center;
    }
    .big-form{
        width: 100%;
        background: #fff;
        border: 0.25px solid #ddd;
        border-radius: 6px;
        position: relative;
        padding-left: 27px;
        padding-right: 27px;
        padding-top: 33px;
    }
    .big-form input:not(:first-child){
        margin-top: 18px;
    }
    .rd-outer-container{
        width: 100%;
        margin-top: 18px;
        font-family: 'BeauSansPro-Light';
        font-size: 16px;
        color: #505050;
    }
    input::placeholder {
        color: #505050; /* Черный цвет */
        opacity: 1; /* Убираем прозрачность */
    }
    .rd{
       background-color: red;
    }
    .rd-container{
        text-align: left;
    }
    .txt{
        background: transparent;
        outline: none;
        border: 0;
        border-bottom: 0.25px solid rgba(77,77,77,0.17);
        width: 100%;
        font-family: 'BeauSansPro-light';
        font-size: 16px;
        padding-left: 5px;
    }
    .bf-button-container{
        text-align: center;
        font-size: 16px;
        font-family: 'BeauSansPro-Bbook';
        color: white;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
        
    }
    .bf-submit{
        width: 150px;
        background: #C1272D;
        outline: 0.25px solid rgba(77,77,77,0.17);
        border: 0;
        border-radius: 0;
        color: white;
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
        cursor: pointer;
    }