

/* Start:/local/components/intravision/reserve.form/templates/.default/style.css?176587923313186*/
.error-field {
    border: 2px solid #ff0000 !important;
}

.feedback__message {
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.error-message-sub {
    background-color: rgba(255, 0, 0, 0.1);
    color: #ff0000;
    border: 1px solid #ff0000;
}

.success-message {
    background-color: rgba(0, 255, 0, 0.1);
    color: #008000;
    border: 1px solid #008000;
}

.checkbox.error-field .checkbox__label {
    color: #ff0000;
}

.checkbox.error-field .checkbox__input + .checkbox__label:before {
    border-color: #ff0000;
}
.buttom_form_credit {
    display: inline-block;
    margin-left: 20px;
}
a.a_form_credit:hover {
    text-decoration: none;
    color: black;
}
.feedback__message_s {
    margin-top: 40px;
    width: 100%;
    background-color: white;
    padding: 7rem 7.8rem;
    border-radius: 6px;
    display: flex;
    
}
.form_credit_mass_desk{
    width: 50%;
}
.form_credit_mass_tel{
    width: 50%;
}
.form_credit_mass_title {
    color: #333333;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}
.form_credit_mass_text {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    padding-top: 20px;
}
.form_credit_tel {
    color: #003869;
    font-size: 42px;
    font-weight: 700;
    line-height: 32px;
    width: 50%;
    text-align: end;
}
.reserve_form_intra {
    background-color: #0A3D62;
}
.feedback__title_intra{
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 56px;
    font-family: "Onest", sans-serif;
}
.reserve_form_intra_content {
    color: #fff;
    font-family: "Onest", sans-serif;
}
.reserve_form_intra_content{
    padding: 80px 74px;
}
.feedback-form-reserve_intra {
    margin-top: 24px;
    font-family: "Onest", sans-serif;
}
.feedback__controls {
    margin-bottom: 30px!important;
}
.feedback__checkbox {
    margin-bottom: 56px!important;
}
.btn_form_credit_intra {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 12px!important;
    white-space: nowrap;
    width: 364px;
    height: 55px;
    color: white;
    background-color: #EB2314;
}
.btn_form_credit_intra:hover {
    color: white;
    font-weight: 600;
}
.btn_form_intra{
    text-align: center;
}
.col_form_intra{
    width: 50%;
    height: 80px;
}
.feedback__title {
    font-weight: 600!important;
    text-align: center;
}
input.input_white {
    height: 71px!important;
    border-radius: 12px!important;
}
input.input.input_white_intra::placeholder {
    color: #9FBACA;
}
.input.input_white_intra{
    color: #0A3D62!important;
}
input.input.input_white_intra {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    padding-right: 2.8rem;
    padding-left: 2.8rem;
    font-size: 2rem;
    font-weight: 300;
}

@media (max-width: 990px) {
    .feedback__message_s {
        flex-direction: column;
    }
    .form_credit_mass_desk{
        width: 100%;
    }
    .form_credit_tel{
        width: 100%;
    }
    .form_credit_tel {
        text-align: justify;
        margin-top: 40px;
    }

}

@media (max-width: 769px) {
    .feedback__title_intra {

        font-size: 30px;
        line-height: 32px;
    }
    .feedback__title{
        font-size: 18px!important;
        line-height: 22px!important;
    }
}
.input.input_white {
    border-radius: 12px!important;
}


@media (max-width: 560px) {
    .form_credit_tel {
        font-size: 20px;
    }
    .buttom_form_credit {
        display: block!important; 
        margin-left: 00px; 
        margin-top: 10px;
    }
    .col_form_intra{
        width: 100%;
    }
    .reserve_form_intra_content {
        padding: 40px 0px;
    }
    .btn_form_credit_intra{
        width: 100%;
    }
    .feedback__title_intra {
        font-size: 24px;
        margin-bottom: 48px;
    }
    .col_form_intra {
        height: 70px;
    }
    .feedback__controls {
        margin-bottom: 10px !important;
    }
    .feedback__checkbox {
        margin-bottom: 48px !important;
    }
}
.section_wrapper_dis_intra {
    padding-top: 0px!important;
}

/* Кастомный dropdown для выбора города */
.custom-dropdown {
    display: inline-block;
    position: relative;
    color: #d7eef7;
}

.dropdown-selected {
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.dropdown-selected:hover {
    opacity: 0.8;
}

.dropdown-arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    position: relative;
    transition: transform 0.2s ease;
    opacity: 0.8;
}

.dropdown-arrow::before,
.dropdown-arrow::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: currentColor;
    top: 2px;
}

.dropdown-arrow::before {
    left: 6px;
    transform: rotate(-45deg);
    transform-origin: right center;
}

.dropdown-arrow::after {
    right: 0px;
    transform: rotate(45deg);
    transform-origin: left center;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 200px;
    max-height: 300px;
    overflow-y: auto;
}

/* Фикс для выпадающего списка валют на мобильных */
#currency-options {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 120px;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-option {
    padding: 12px 16px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.dropdown-option:last-child {
    border-bottom: none;
}

.dropdown-option:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

.dropdown-option:first-child {
    border-radius: 8px 8px 0 0;
}

.dropdown-option:last-child {
    border-radius: 0 0 8px 8px;
}

/* Кастомный dropdown для выбора офиса */
.custom-dropdown-office {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.dropdown-selected-office {
    background: white;
    border: none;
    border-radius: 12px;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: 300;
    color: #0A3D62;
    transition: border-color 0.2s ease;
    font-family: inherit;
    width: 100%;
    line-height: 24px;
}

.dropdown-selected-office:hover,
.dropdown-selected-office:focus {
    outline: none;
}

.office-placeholder {
    color: #9FBACA;
}

.dropdown-selected-office.has-value .office-placeholder {
    color: #0A3D62;
}

.dropdown-arrow-office {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    transition: transform 0.2s ease;
    opacity: 0.8;
}

.dropdown-arrow-office::before,
.dropdown-arrow-office::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: currentColor;
    top: 2px;
}

.dropdown-arrow-office::before {
    left: 6px;
    transform: rotate(-45deg);
    transform-origin: right center;
}

.dropdown-arrow-office::after {
    right: 0px;
    transform: rotate(45deg);
    transform-origin: left center;
}

.dropdown-options-office {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 4px;
}

.dropdown-option-office {
    padding: 12px 16px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.dropdown-option-office:last-child {
    border-bottom: none;
}

.dropdown-option-office:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

.dropdown-option-office:first-child {
    border-radius: 8px 8px 0 0;
}

.dropdown-option-office:last-child {
    border-radius: 0 0 8px 8px;
}
.sum_currency_conteyner{
    display: flex;
    height: 100%;
    border-radius: 12px;
    background: white;
    position: relative;
    overflow: visible;
}
.currency-dropdown-selected{
    color: #0A3D62;
}
span#selected-currency {
    font-size: 2.2rem;
}
div#currency-selected
{
    padding: 22px 30px 20px 0px;
}
/* radio buttons */
.buy-sell-radio-group {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 12px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-around;
}
.buy-sell-radio-label {
    display: inline-block;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 12px;
    background: #fff;
    color: #0A3D62;
    transition: background .2s, border .2s, color .2s;
    user-select: none;
    width: 50%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.buy-sell-radio-label.active {
    background: #d7eef7;
    color: #0A3D62;
}
/* Удаляем маргин у последнего label */
.buy-sell-radio-label:last-child {
    margin-right: 0;
}
.reserve_form_intra_content_bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}
span#selected-office {
    width: 95%;
}

.sms-verification-container {
    padding: 40px;
}
.sms-verification-content {
    padding: 40px;
    background-color: #d7eef7;
    border-radius: 12px;
    max-width: 700px;
    margin: auto;
}
.sms-verification-title {
    color: #0a3d62;
    text-align: center;
    font-weight: bolder;
}
.sms-verification-description-text
{
    color: #27709b;
    line-height: 20px;
    margin-bottom: 20px;
}
.sms-verification-description {
    color: #0a3d62;
    line-height: 20px;
    margin-bottom: 20px;
}
.sms-verification-input-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.sms-timer
{
    color: #27709b;
}
a.sms-verification-change-phone {
    color: #0a3d62;
    font-weight: 700;
}
input.sms-code-input {
    height: 40px;
    min-width: 300px;
    border: none;
    border-radius: 9px;
    padding-left: 20px;
}
button.resend-sms-btn {
    height: 40px;
    min-width: 250px;
    border: none;
    background-color: red;
    color: #fff;
    border-radius: 9px;
}

.tooltip-wrapper {
    position: relative;
}

.field-error-tooltip {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-8px);
    background: #f03226;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    pointer-events: none;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.field-error-tooltip::after {
    content: '';
    position: absolute;
    left: 16px;
    bottom: -6px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #f03226 transparent transparent transparent;
}

.field-error-tooltip--below {
    transform: translateY(8px);
}

.field-error-tooltip--below::after {
    top: -6px;
    bottom: auto;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #f03226 transparent;
}
@media screen and (max-width: 980px) {
    .buy-sell-radio-label {
        padding: 25px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    
    /* Фикс для планшетов */
    #currency-options {
        right: 0;
        left: auto;
        min-width: 120px;
    }
}
@media (max-width: 560px) {
    .buy-sell-radio-label {
        padding: 20px 10px;
        font-size: 24px;
        line-height: 20px;
    }
    div#currency-selected {
        padding: 20px 30px 20px 0px;
    }
    
    /* Фикс выпадающего списка валют на мобильных */
    #currency-options {
        right: 0;
        left: auto;
        min-width: 100px;
        width: auto;
        max-width: calc(100vw - 40px);
    }
    
    .dropdown-option {
        padding: 10px 12px;
        font-size: 16px;
    }
    
    /* Позиционирование SMS модуля */
    .sms-verification-container {
        padding: 20px 0;
    }
    
    .sms-verification-content {
        padding: 20px;
    }
    
    .sms-verification-input-container {
        flex-direction: column;
        gap: 10px;
    }
    
    input.sms-code-input {
        min-width: 100%;
        width: 100%;
    }
    
    button.resend-sms-btn {
        min-width: 100%;
        width: 100%;
    }
    .field-error-tooltip--below {
        top:68px!important;
    }
}
.page{
    top: 0!important;
}
.section_t-offset {
    display: none;
}
/* End */
/* /local/components/intravision/reserve.form/templates/.default/style.css?176587923313186 */
