.subscribe-form-section {
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.subscribe-form-bx {
    background-color: #f6f7fa49;
    /* box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px; */
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    padding: 30px 30px 0px 30px;
    width: 800px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.subscribe-form-bx h2 {
    width: 100%;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}

.subscribe-form-bx h5 {
    width: 100%;
    max-width: 540px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0px auto 15px auto;
}

.subscribe-form-bx-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

/* LEFT SIDE */
.subscribe-form-bx-l {
    width: 100%;
}

.subscribe-form-bx-l img {
    width: 100%;
    border-radius: 20px;
    max-width: 400px;
}

/* RIGHT SIDE */
.subscribe-form-bx-r {
    padding-left: 20px;
    max-width: 400px;
    width: 100%;
}

form {
    padding: 0;
}

.subscribe-form-bx-r-form {}

.subscribe-form-input-bx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px auto 0px auto;
    max-width: 250px;
}

.form-input-label {
    display: block;
    font-size: 1em;
    line-height: 1.56;
    padding: 0 0 0.325em;
    color: rgb(70, 70, 70) !important;
    font-weight: 300;
    width: 100%;
}

.form-input-label input {
    margin: 3px 0px 0px 0px;
    display: block;
    width: 100%;
    max-width: 270px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    padding: 10px;
    border-radius: 8px;
}

.inp_data {
    margin-left: 0;
}

.frm-na {
    font-size: 1.1rem;
    color: rgb(119, 119, 119);
    font-weight: bold;
}

/* REGION SELECTOR */
.subscribe-form-bx-r-form h4 {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.form-region-select {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px auto 0px auto;
    max-width: 275px;
    flex-wrap: wrap;
}

.form-region-select-check {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.form-region-input {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    border-radius: 10px;
}

.form-region-label {
    width: 100%;
}

.form-region-label p {
    width: 115px;
    font-size: 12px;
    line-height: 1.3;
    color: rgb(70, 70, 70) !important;
    font-weight: 500;
    text-align: center;
}

.form-region-label p span{
    font-size: 10px;
    line-height: 1;
    font-weight: 300;
}

input[type=checkbox] {
    margin: 0;
}

.margin-left-form {
    margin-left: 15px;
}

.subscribe-form-bx-r-form button {
    color: #fff;
    background-color: #da0000;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: #da0000 2px solid;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 10px;
    border-radius: 8px;
    margin: 0px auto 0px auto;
    width: 240px;
}

.subscribe-form-bx-r-form button:hover {
    color: #fff;
    background-color: #af0101;
    border: #da0000 2px solid;
    font-weight: 600;
    box-shadow: rgba(187, 187, 187, 0.15) 1.95px 1.95px 2.6px;
}

/* DISCLAIMER */
.subscribe-form-bx-r-disclaimer p {
    width: 100%;
    max-width: 450px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    margin: 0px auto 10px auto;
}

.subscribe-form-bx-r-disclaimer p span{
    font-size: 12px;
    font-weight: 600;
}