body {
    touch-action: manipulation;
    padding-left: 20px;
    padding-right: 20px;
    background-color: black;
}
h1{
    font-size: 25px;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
}
#exampleFormControlInput2 {
    max-width: 240px;
    margin-top: 15px;
    --bs-border-width: 0px;
    background-color: rgb(8, 8, 8);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    --bs-secondary-color: rgba(173, 181, 189, 1);
}
#exampleFormControlInput3 {
    max-width: 240px;
    margin-top: 15px;
    --bs-border-width: 0px;
    background-color: rgb(8, 8, 8);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    --bs-secondary-color: rgba(173, 181, 189, 1);
}
#exampleFormControlInput4 {
    max-width: 240px;
    margin-top: 15px;
    --bs-border-width: 0px;
    background-color: rgb(8, 8, 8);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    --bs-secondary-color: rgba(173, 181, 189, 1);
}
#exampleFormControlInput5 {
    max-width: 240px;
    margin-top: 15px;
    --bs-border-width: 0px;
    background-color: rgb(8, 8, 8);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    --bs-secondary-color: rgba(173, 181, 189, 1);
}
#exampleFormControlInput6{
    max-width: 300px;
    row-span: 3;
    margin-top: 15px;
    --bs-border-width: 0px;
    background-color: rgb(8, 8, 8);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    --bs-secondary-color: rgba(173, 181, 189, 1);
}
header{
    padding-top: 25px;
    width: 100%;
}
main{
    margin-top: 20px;
}
h2{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff ;
}
h3{
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff ;
}
.checkout-block{
    display: flex;
}
.checkout-text{
    font-size: 10px;
    font-weight: 500;
    color: rgba(173, 181, 189, 1);
}
.form-check-input{
    outline: none;
    border: none;
    margin-top: 0;
}
.form-check-input:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}
.form-check-input:focus {
    box-shadow: none;
    outline: none;
}
.is-invalid {
    border: 1px solid rgba(255, 255, 255, 0) !important;
}

input[type="radio"].is-invalid {
    border: 1px solid rgba(255, 255, 255, 0) !important;
}

input[type="radio"] {
    border: none;
}

input[type="radio"].is-invalid {
    box-shadow: 0 0 4px red;  /* Добавление красной обводки */
}

.form-check-input {
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.25);
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(8, 8, 8, 1);
    display: inline-block;
    position: relative;
}
.form-check-input:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.button-footer{
    position: fixed;
    display: flex;
    background-color: rgba(252, 33, 163, 1);
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    color: white;
    text-decoration: none;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: none;
}
main{
    margin-bottom: 80px;
}
.checkout-block input[type="radio"]:disabled:checked {
    background-color: white; /* Белый фон */
    border-color: #ccc;      /* Цвет рамки (можно настроить) */
    color: #000;             /* Цвет текста (если нужно) */
    cursor: not-allowed;     /* Курсор "не доступно" */
}
#exampleFormControlInput5{
    margin-bottom: 20px;
}
.checkout-block1{
    margin-bottom: 10px;
    display: flex;
    margin-top: 10px;
}
#exampleFormControlInput4{
    margin-top: -5px;
}
.is-invalid {
    border: 2px solid red !important;
}

input[type="radio"].is-invalid + label,
input[type="radio"].is-invalid {
    outline: 2px solid red;
    outline-offset: 2px;
}