/*.phone-input-flag{
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
}
.phone-input-flag_form{
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 9;
}
.form-control{
    position: relative;
    background-color: #fff;
    border: 0px solid #d5dadc;
    box-shadow: none;
    border-radius: 0px;
    height: auto;
    padding: 0px;
}
.form-control .form_phone{
    padding-left: 40px;
}
.form-control input{
    min-width: 226px

}*/


#password-recovery{
    z-index: 100;
}

/* ÎÑÍÎÂÍÀß ÑÅÊÖÈß */
.ny-section {
    position: relative;
    margin: 40px 0;
    padding: 32px 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: visible;
}

.ny-section__inner {
    display: flex;
    gap: 24px;
    align-items: stretch;
}

/* ËÅÂÛÉ ÁËÎÊ */
.ny-section__main {
    flex: 2;
    padding: 24px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.ny-main__title {
    margin-top: 0;
    margin-bottom: 14px;
    color: #7b3000;
    font-size: 22px;
    line-height: 1.3;
}

.ny-section__main p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #3f352e;
}

.ny-main__accent { font-weight: 500; }

/* ËÎÃÎ */
.ny-logo-block {
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 12px;
}

.ny-logo-block img {
    pointer-events: none;
    user-select: none;
}

/* ÏÐÀÂÛÉ ÁËÎÊ */
.ny-section__side {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ÊÀÐÒÎ×ÊÈ */
.ny-offer,
.ny-quiz {
    background: #ffffff;
    padding: 18px 20px 20px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.ny-quiz { flex: 1; }

/* ÇÀÃÎËÎÂÎÊ */
.ny-main__title { color: #8c1b5b; }

/* ÎÔÅÐ */
.ny-offer__text{
    margin: 6px 0 10px;
    font-size: 14px;
    color: #4a3f35;
    line-height: 1.5;
}

.ny-offer__list{
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    color: #7a6b5d;
    font-size: 13px;
    line-height: 1.6;
}

.ny-offer__actions{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
}

.ny-offer__btn{
    display: inline-block;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #3f352e;
    background: #ffffff;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ny-offer__btn:hover{
    background: #154339;
    color: #ffffff;
    border-color: #154339;
}

.ny-offer__hint{
    margin: 10px 0 0;
    font-size: 12px;
    color: #7a6b5d;
}

/* ÒÅÑÒ */
.ny-quiz__intro {
    font-size: 14px;
    margin: 0 0 10px;
    color: #4a3f35;
}

.ny-quiz__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    flex: 1;
}

.ny-quiz__label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    color: #4a3f35;
    position: relative;
}

/* Ñêðûâàåì íàòèâíûé select */
.ny-quiz__label select {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

/* ÊÀÑÒÎÌÍÛÉ SELECT */
.ny-select { position: relative; width: 100%; margin-top: 4px; font-size: 13px; }

.ny-select__current {
    width: 100%;
    padding: 6px 36px 6px 10px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    text-align: left;
    cursor: pointer;
    line-height: 1.4;
    color: #3f352e;
    position: relative;
}

.ny-select__current::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #7b3000;
    border-bottom: 2px solid #7b3000;
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.2s ease;
}

.ny-select--open .ny-select__current { border-radius: 10px 10px 0 0; border-color: #7b3000; }
.ny-select--open .ny-select__current::after { transform: translateY(-30%) rotate(-135deg); }

.ny-select__list {
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    border: 1px solid #d0d0d0;
    border-top: none;
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
    max-height: 210px;
    overflow-y: auto;
    padding: 4px 0;
    display: none;
    z-index: 20;
}

.ny-select--open .ny-select__list { display: block; }

.ny-select__option {
    width: 100%;
    padding: 6px 10px;
    background: #ffffff;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
}

.ny-select__option--placeholder { font-size: 12px; color: #777777; }
.ny-select__option:hover { background: #e6f4cf; }
.ny-select__option--selected { background: #c3e0a0; }

/* ÊÍÎÏÊÈ */
.ny-btn {
    padding: 12px 32px;
    border-radius: 999px;
    background: #b7d58f;
    color: #000000;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.25s ease, color 0.25s ease, transform 0.1s ease;
}

.ny-quiz__form .ny-btn {
    margin-top: auto;
    margin-bottom: auto;
    align-self: center;
}

.ny-btn:hover { background: #154339; color: #ffffff; }

/* ÐÅÇÓËÜÒÀÒ */
.ny-quiz__result {
    border-top: 1px dashed #dcdcdc;
    padding-top: 8px;
    font-size: 13px;
    color: #3f352e;
}

.ny-btn--result {
    background: transparent;
    color: #b7d58f;
    border: 2px solid #b7d58f;
    align-self: center;
    margin-top: 12px;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ny-btn--result:hover { background: #b7d58f; color: #ffffff; border-color: #b7d58f; }

/* ÌÎÁÈËÜÍÀß ÂÅÐÑÒÊÀ */
@media (max-width: 900px) {
    .ny-section__inner { flex-direction: column; }
    .ny-section__side { order: 1; }
    .ny-section__main { order: 2; }
}

@media (max-width: 600px) {
    .ny-section { padding: 20px 12px; }
    .ny-section__main { padding: 18px 16px; }
    .ny-main__title { font-size: 18px; line-height: 1.35; margin-bottom: 12px; }
    .ny-section__main p { font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
}

.install-ios {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2147483001 !important;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
    bottom: -500px;
    transition: bottom 1s;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.install-ios__step-icon {
    flex: 0 0 auto;
    height: 30px;
    margin-right: 16px;
    width: 25px;
}

.install-ios__step {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 16px;
}

.install-ios__title {
    font-weight: 600;
    font-size: 18px;
}

.install-ios__desc {
    margin: 16px 0;
}

.install-ios__close {
    position: absolute;
    top: 12px;
    right: 16px;
}

.install-ios__close .btn__icon--close {
    color: #999;
    width: 14px;
    height: 14px;
    z-index: 1;
}

.install-ios--view {
    bottom: 60px;

}