*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
}

input:focus {
    outline: unset;
}

html,
body {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /* overflow-x: hidden; */
    min-height: 100vh;
    width: 100vw;
}

.bg {
    background: url(background.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
}

#sb-form {
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
}

#sb-form .form-block {
    max-width: 893px;
    width: 100%;
    position: relative;
}

#sb-form .form-block #customForm .grid {
    display: grid;
    grid-template-columns: 262px 1fr;
    gap: 1px;
}

#sb-form .form-block #customForm .grid.col-1 {
    grid-template-columns: 630px;
}

#sb-form .form-block #customForm .grid .column-1 {
    display: grid;
    grid-template-columns: 100%;
    gap: 1px
}

#sb-form .form-block #customForm .grid .column-1 input[type="radio"],
#sb-form .form-block #customForm .mobyle input[type="radio"] {
    display: none;
}

#sb-form .form-block #customForm .grid .column-1 input[type="radio"],
#sb-form .form-block #customForm .mobyle input[type="radio"] input[type="radio"] {
    display: none;
}

#sb-form .form-block #customForm .grid .column-1 input[type="radio"] + .bonus,
#sb-form .form-block #customForm .mobyle input[type="radio"] + .bonus {
    border-radius: 3px;
    background: #FFF;
    padding: 20px 35px 20px 20px;
    display: grid;
    grid-template-columns: 47px 1fr;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#sb-form .form-block #customForm .mobyle input[type="radio"] + .bonus {
    grid-template-columns: 47px 20px 1fr 40px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

#sb-form .form-block #customForm .mobyle input[type="radio"] + .bonus .line,
#sb-form .form-block #customForm .mobyle input[type="radio"] + .bonus .radio {
    position: relative;
    height: 100%;
}

#sb-form .form-block #customForm .mobyle input[type="radio"] + .bonus .radio {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#sb-form .form-block #customForm .mobyle input[type="radio"] + .bonus .line::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: block;
}

#sb-form .form-block #customForm .mobyle input[type="radio"] + .bonus .radio::after {
    content: "";
    background: #D9D9D9;
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    width: 23px;
    height: 23px;
}

#sb-form .form-block #customForm .grid .column-1 input[type="radio"] + .bonus .icon,
#sb-form .form-block #customForm .mobyle input[type="radio"] + .bonus .icon {
    filter: brightness(0);
}

#sb-form .form-block #customForm .grid .column-1 input[type="radio"] + .bonus .description span,
#sb-form .form-block #customForm .mobyle input[type="radio"] + .bonus .description span {
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}

#sb-form .form-block #customForm .grid .column-1 input[type="radio"]:checked + .bonus,
#sb-form .form-block #customForm .mobyle input[type="radio"]:checked + .bonus {
    background: #112BA2;
    color: white !important;
}

#sb-form .form-block #customForm .grid .column-1 input[type="radio"]:checked + .bonus .icon,
#sb-form .form-block #customForm .mobyle input[type="radio"]:checked + .bonus .icon {
    filter: brightness(0) invert(1);
    /* Белый цвет */
}

#sb-form .form-block #customForm .mobyle input[type="radio"]:checked + .bonus .line::after {
    background: #fff;
}

#sb-form .form-block #customForm .mobyle input[type="radio"]:checked + .bonus .radio::after {
    content: "";
    background: #112BA2;
    border: 5px solid #fff;
    outline: 1px solid #000;

}

#sb-form .form-block #customForm .grid .column-2 .block {
    border-radius: 3px;
    background: #FFF;
    padding: 36px 22px;
    height: 100%;
}


#sb-form .form-block #customForm .grid .column-2 .block .caption {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-bottom: 12px;

}

#sb-form .form-block #customForm .grid .column-2 .block .sub-button {
    display: flex;
    justify-content: center;
    padding-bottom: 21px;
}

#sb-form .form-block #customForm .grid .column-2 .block .sub-button .a-us-btn {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
    background: #112BA2;
    cursor: pointer;
}

#sb-form .form-block #customForm .grid .column-2 .block .grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 9px));
    gap: 18px;
}

#sb-form .form-block #customForm .grid .column-2 .block .grid .col-2 {
    grid-column: 1/3;
}

#sb-form .custom-input {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #3D3D3D;
    cursor: pointer;
    height: 35px;
}

#sb-form .custom-input input:focus {
    outline: 2px solid #EBA937 !important;
}

#sb-form .custom-input input::placeholder {
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

#sb-form .custom-input input {
    border-radius: 3px;
    padding: 0 16px;
    border: none;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#sb-form .custom-select {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #3D3D3D;
    cursor: pointer;
    height: 35px;

}

#sb-form .custom-select:focus {
    outline: 2px solid #EBA937 !important;
}

#sb-form .custom-select span {
    position: absolute;
    background: #fff;
    padding: 3px 5px;
    z-index: 5;
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: -13px;
    left: 16px;
}

#sb-form .custom-select .icon {
    position: absolute;
    background: #fff;
    height: 100%;
    right: 16px;
    width: 16px;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;

}

#sb-form .custom-select .select {
    width: 100%;
    overflow-x: hidden;
}

#sb-form .custom-select .select select {
    width: calc(100% + 50px);
    border: none;
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 16px;
    height: 32px;
    border-radius: 3px;
    z-index: 3;
    position: relative;
    background: none;
}

#sb-form .custom-select .select.with-icon select {
    padding: 0;
    padding-left: 40px;
}

#sb-form .custom-select .select select {
    outline: 2px solid #EBA937 !important;
}

#sb-form .custom-checkbox input[type="checkbox"] {
    display: none;
}

#sb-form .custom-checkbox {
    display: inline-flex;
    cursor: pointer;
}

#sb-form .custom-checkbox input[type="checkbox"] + .checkbox {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #8282A0;
    background: #F1F1F4;
    display: flex;
    align-items: center;
    justify-content: center;

}

#sb-form .custom-checkbox input[type="checkbox"]:checked + .checkbox::after {
    content: "";
    width: 9px;
    height: 9px;
    background: #112BA2;
    border-radius: 2px;
    display: block;
}

#sb-form .flex-center {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#sb-form .flex-center a {
    color: #112BA2;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#sb-form button[type="submit"] {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #EBA937;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
}

#sb-form img {
    max-width: 100%;
    max-height: 100%;
}

#sb-form .hidden {
    display: none !important;
}

#sb-form .success {
    width: 630px;
    max-width: 100%;
}

#sb-form .desktop .reg-data {
    display: flex;
    align-items: center;
    gap: 1px;
}

#sb-form .desktop .reg-data .field {
    flex: 1;
    display: flex;
    width: 263px;
    height: 35px;
    padding: 3px 16px;
    align-items: center;
    gap: 8px;
    background: #E8E8ED;
    color: #414144;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#sb-form .desktop .reg-data .field span {
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#sb-form .desktop .reg-data .blue-btn {
    margin-left: 9px;
    color: #fff;
}

#sb-form .blue-btn {
    border: none;
    display: flex;
    height: 35px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 3px;
    background: #112BA2;
    cursor: pointer;
    color: #fff;
}

#sb-form .text-center {
    text-align: center;
    padding: 20px 0;
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#sb-form .btn-center {
    padding-top: 36px;
}

#sb-form .btn-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#sb-form .btn-center .orange-btn {
    width: 210px;
}

#sb-form .orange-btn {
    display: flex;
    height: 28px;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 3px;
    background: #EBA937;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

#sb-form .mobyle {
    width: 100%;
    grid-template-columns: 100%;
}

#sb-form .mobyle .header {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    background: #112BA2;
    width: 100%;
}

#sb-form .mobyle .header .logo {
    width: 30px;
}

#sb-form .mobyle .header button {
    width: 41px;
    color: #FFF;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#sb-form .mobyle .header button span {
    display: block;
}

#sb-form .ghost {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

#sb-form .mobyle .header .caption {
    flex: 1;
    text-align: center;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#sb-form .mobyle .content {
    padding: 10px 5px 20px 5px;
}

#sb-form .mobyle .content .block .gray-wrapp {
    display: grid;
    grid-template-columns: 15px 1fr;
    padding: 10px;
    gap: 10px;
    border-radius: 3px;
    background: #F2F1F5;
}

#sb-form .mobyle .content .w-input {
    display: flex;
    padding: 15px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
    background: #FFF;
}

#sb-form .mobyle .content .white-wrapp {
    display: grid;
    grid-template-columns: 15px 1fr;
    padding: 10px;
    gap: 10px;
    border-radius: 3px;
}

#sb-form .mobyle .content .block {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    display: grid;
    grid-template-columns: 100%;
    gap: 8px;
}

#sb-form .mobyle .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sb-form .mobyle .content ul li {
    padding-left: 20px;
    position: relative;
}

#sb-form .mobyle .content ul li:not(:last-child) {
    margin-bottom: 10px;
}

#sb-form .mobyle .content ul li::before {
    content: "";
    width: 5px;
    margin: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#sb-form .mobyle .content .grid {
    display: grid;
    grid-template-columns: 100% !important;
    padding: 0px 5px 15px 5px !important;
    gap: 10px !important;
}

.submit-div {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

/* #sb-form .mobyle .content .grid .field {
    display: flex;
    padding: 15px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
    background: #FFF;
} */
#country-select-icon,
#lang-select-icon {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    z-index: 5;
}

.lang {
    position: fixed !important;
    z-index: 10;
    top: 20px;
    right: 20px;
    width: 230px !important;
    background: #fff;
    border-radius: 20px !important;
    overflow: hidden;

}

.lang select {
    border-radius: 20px !important;
    outline: unset !important;
}

@media screen and (min-width: 577px) {
    #sb-form .desktop {
        display: grid;
    }

    #sb-form .mobyle {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .lang {
        position: relative !important;
        width: 100% !important;
        top: 0;
        left: 0;
        border-radius: 0 !important;
    }

    .lang .select {
        padding-bottom: 0 !important;
    }

    .lang select {
        align-items: center !important;
        font-size: 18px !important;
    }

    .lang #lang-select-icon {
        width: 25px;
        height: 25px;
        bottom: 0;
        top: 0;
    }

    #country-select-icon,
    #lang-select-icon {
        left: 20px;
        top: unset;
        bottom: 8px;
        margin: auto;
        width: 13px;
        height: 13px;
        z-index: 5;
    }

    #sb-form {
        display: block;
        background: #E8E8ED;
        height: unset;
        position: relative;
    }

    #sb-form .form-block #customForm .grid.desktop {
        display: none;
    }

    #sb-form .form-block #customForm .mobyle {
        display: grid;
    }

    #sb-form .bg {
        background: none;
    }

    #sb-form .custom-select {
        background: #fff;
        border: 1px solid #D9D9D9;
        display: block;
        padding: 12px 16px 0px 16px;
        overflow: hidden;
        height: 50px;
    }

    #sb-form .custom-select .select {
        position: absolute;
        left: -3px;
        height: 100%;
        bottom: 0;
        z-index: 1;
        padding-bottom: 5px;
        z-index: 3;

    }

    #sb-form .custom-select .icon {
        z-index: 2;
    }

    #sb-form .custom-select .select select {
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        color: #000;
        leading-trim: both;
        text-edge: cap;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        position: relative;
        z-index: 3;
        background: unset;
        outline: unset !important;
    }

    #sb-form .custom-select span {
        position: relative;
        z-index: 5;
        top: unset;
        left: unset;
        padding: 0;
        color: #3D3D3D;
        leading-trim: both;
        text-edge: cap;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #sb-form .custom-input input {
        padding: 12px 16px;
        font-size: 16px;
    }

    #sb-form .custom-input {
        background: #fff;
        border: 1px solid #D9D9D9;
        display: block;
        /* overflow: hidden; */
        height: 50px;
    }


    #sb-form .flex-center {
        align-items: center;
    }

    #sb-form .content.success {
        padding-left: 10px;
        padding-right: 10px;
    }

    #sb-form .mobyle .content.success .caption {
        color: #000;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 14px */
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    #sb-form .mobyle .content.success .reg-data {
        display: grid;
        grid-template-columns: 100%;
        gap: 10px;
    }

    #sb-form .mobyle .content.success .reg-data .field {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 3px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding: 12px 16px;
    }

    #sb-form .mobyle .content.success .reg-data .field .data {
        flex: 1;
        color: #3D3D3D;
        leading-trim: both;
        text-edge: cap;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #sb-form .mobyle .content.success .reg-data .field .data span {
        display: block;
        color: #000;
        leading-trim: both;
        text-edge: cap;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.hidden {
    display: none !important;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}