.caption a{
cursor: pointer;
}

[data-bs-backs=auto] #openModal{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    z-index: 1050;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
  }

[data-bs-backs=light] #openModal{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1050;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
  }
  
[data-bs-backs=dark] #openModal{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    z-index: 1050;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
  }

.butsShowPopap{
    cursor: pointer;
  }

.popup__content .container {
    max-width: 1024px;
}
.popup__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    position: relative;
    min-height: 32px;
}

.popup__buts_close {
    width: 32px;
    height: 32px;
    background: url(../images/icons/icon-cancel.svg) 50% no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -16px;
    border: none;
    cursor: pointer;
}

.auth_popup_auth__Z8ECt {
    text-align: center;
    width: 280px;
    margin: auto;
}

.popup__title {
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 1.28;
    margin: 0 0 12px;
    font-weight: 600;
    color: #ff0095;
}
.popup__text {
    font-size: 15px;
    line-height: 1.6;
    color: #3e4c45;
    margin: 0 0 22px;
}

.popup__form {
    margin-bottom: 23px;
}
.form__input {
    background: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 16px 10px 15px 20px;
    font-size: 15px;
    width: 100%;
    color: #ff0095;
    outline: none;
}
.popup__buttons .butsM-primary {
    min-width: 220px;
    opacity: 0.5;
}
[data-bs-backs=auto] .popup__link{
    color: rgb(255, 255, 255) !important;
}
[data-bs-backs=light] .popup__link{
color: black !important;
}
[data-bs-backs=dark] .popup__link{
    color: rgb(255, 255, 255) !important;
}

[data-bs-backs=auto] .butsM-primary {
    text-decoration: none;
    background: #ff0095;
    border: solid 1px #ff0095;
    text-align: center;
    color: #fff;
    padding: 15px 32px;
    font-weight: 400;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1.1;
    border-radius: 30px;
}

[data-bs-backs=light] .butsM-primary {
    text-decoration: none;
    background: #ff0095;
    border: solid 1px #ff0095;
    text-align: center;
    color: #fff;
    padding: 15px 32px;
    font-weight: 400;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1.1;
    border-radius: 30px;
}

[data-bs-backs=dark] .butsM-primary {
    text-decoration: none;
    background: #ff0095;
    border: solid 1px #ff0095;
    text-align: center;
    color: #fff;
    padding: 15px 32px;
    font-weight: 400;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1.1;
    border-radius: 30px;
}

.code_input_popup_code-row__QAzgy {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.code_input_popup_code-row__QAzgy .form__input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    padding: 0;
}

.phone-error, .code-error {
    color: red;
    font-size: 14px;
    margin: 8px 0;
    text-align: center;
}

.popup__form {
    position: relative;
}

.auth_popup_code{
    text-align: center;
    width: 300px;
    margin: auto;
}

.popup__title {
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 1.28;
    margin: 0 0 12px;
    font-weight: 600;
    color: #ff0095;
}

.popup__text {
    font-size: 15px;
    line-height: 1.6;
    color: #3e4c45;
    margin: 0 0 22px;
}

[data-bs-backs=auto] .popup__text {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 22px;
}
[data-bs-backs=dark] .popup__text {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 22px;
}

.popup__form {
    margin-bottom: 23px;
}

.code-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.code-inputs .form__input {
    width: 55px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin: 0 9px;
    color: #000;
    font-weight: 500;
}
.form__input {
    background: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 14px 10px 13px 20px;
    font-size: 15px;
    width: 100%;
    color: #333;
    outline: none;
}

a .popup__link{
    cursor: pointer;
}