.crypto-exchange-form{

}
.top-form-faq{
    width: 30px;
    height: 30px;
}

.top-form-faq svg{
    width: 30px;
    height: 30px;
}

.calculate-right{

    align-items: center;
    background-color: var(--card-bg);
    border-radius: 16px;
    color: var(--gray);
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    padding: .4rem;
}
.calculate-right img{
    height: 2.8rem;
    margin-right: .8rem;
    width: 2.8rem;
}
.calculate-right p{    
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}
.calculate-right svg {
    height: 24px;
    width: 24px;
}

.calculate_field {
    position: relative;
}
.calculate-right{
    position: absolute;
    right: 20px;
    bottom: 9px;
    background-color: #fff;
    border-radius: 8px;
}

.calculate-input input{
    height: 60px;
}
.calculate-right img{
    width: 30px;
    height: 30px;
}
.switch-btn{
    margin-top: 5px;
}
.info_schet-title{
    margin-right: 5px;
}

/*======== Модальное окно ===========*/
._overlay_gn96g_8{
    z-index: 9;
}


._ModalWrapper_bd5ub_8 {
    display: flex;
    justify-content: center;
    left: 50%;
    max-width:600px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 22;
}
._DirectionsModal_15gxc_8 {
    display: flex;
    justify-content: center;
    width: 100%;
}
._CurrencyPicker_12a7x_8 {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    height: 70vh;
    padding: 24px;
    position: relative;
    width: 100%;
}

._icon_12a7x_26 {
    color: #91959c;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}
._VInput_19it6_8, ._wrapper_19it6_15 {
    display: flex;
    position: relative;
    transition: all .3s ease-in-out;
}
._default_19it6_25 ._wrapper_19it6_15 {
    width: 100%;
}
._list_12a7x_35 {
    border-radius: 16px;
    background-color: #F5F5F5;
    height: 38rem;
    position: relative;
    overflow: hidden;
}
._inner_12a7x_47 {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}

._DirectionItem_9gay7_8 {
    align-items: center;
    background-color: #F5F5F5;
    cursor: pointer;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    padding: 10px;
    transition: color .3s ease-in-out;
}
._icon_9gay7_22 {
    height: 30px;
    width: 30px;
}
._currency_9gay7_50 {
    margin-right: auto;
}
._row_9gay7_43{
    margin-right: 10%;
}


._DirectionsFilter_14w3a_8{
    display: flex;
    align-items: center;
    gap: 15px;
}
._item_14w3a_15{
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #424242;
    padding: 2px 20px;
    transition: all 0.3s;
    border-radius: 8px;
    cursor: pointer;
}
.__active_14w3a_35{
    background: #EC1B00;
    color: #DBD2A5;
}
._input_19it6_49{
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    background-color: #F5F5F5;
    border-radius: 8px !important;
    border: none !important;
    border: none;
    overflow: hidden;
    font-family: "Rubik", sans-serif;
}
._inner_12a7x_47{}

._inner_12a7x_47::-webkit-scrollbar {
  width: 5px; /* Ширина всего элемента навигации */
}

._inner_12a7x_47::-webkit-scrollbar-track {
  background: #97979767;
}

._inner_12a7x_47::-webkit-scrollbar-thumb {
  background-color: #EC1B00; /* Цвет бегунка */
  border-radius: 20px; /* Округление бегунка */
  border: 1px solid #EC1B00; /* Оформление границ бегунка */
}

._CurrencyPicker_12a7x_8 h3{
        color: #424242;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.select{
    margin-bottom: 16px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover, #go-to-checkout:hover, .remove_order:hover{
    background: #EC1B00 !important;
}

a {
    background-color: transparent;
    color: #EC1B00;
    text-decoration: none;
}
._VCheckbox_g4xgr_8{
    font-size: 16px;
}
._body_g4xgr_20 {
    height: 22px !important;
    width: 22px !important;
    margin-right: 10px;
}
._arrow_g4xgr_37 {
    height: 16px !important;
}

._steps_30mk8_13{
    align-items: center;
}
._line_30mk8_28, ._line_30mk8_28{
    width: 50px;
    height: 4px;
    border-radius: 3px;
    background-color: #EC1B00;
}
.order-number{
    color: #EC1B00 !important;
}