.exchange__title {
    font-size: 24px;
    font-family: 'Gotham', sans-serif;
    color: #F46227;
    font-weight: 700;
    margin-bottom: 30px;
}

.xchange__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    grid-gap: 20px;
    position: relative;
}

.xchange-col {
    width: 50%;
}



.xchange-col__title {
    font-size: 24px;
    font-family: 'Gotham', sans-serif;
    color: #F46227;
    font-weight: 700;
    margin-bottom: 40px;
}

.xchange-row {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    grid-gap: 20px;
}

.xchange-col__left {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 30px;
}

.xchange-separator {
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
}

.xchange-input {
    width: 40%;
}

.xchange-select {
    width: 60%;
}

.xchange-col__fields .xchange_curs_line .js_choice_link .js_choice_ul {
    margin-left: 30px;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 10px 10px;
    display: none;
}

.xchange-col__fields .xchange_curs_line .js_choice_link .js_choice_ul .js_choice_line {
    margin-bottom: 10px;
}

.xchange-col__fields input[type=text], input[type=email], input[type=password] {
    width: 100%;
}

.xchange-select .select_js_title_ins {
    margin-left: unset;
}

.xchange_pers .xchange_pers_div {
    padding: 0;
}

.xchange-select .select_js_title {
    background-color: white;
    color: #000;
    height: 50px;
    line-height: 50px;
}

.xchange-select .select_js_title .select_js_title_ins {
    line-height: 50px;
    padding: 0 20px 0 50px;
}

.xchange-select .select_js_title .select_js_title_ins .select_ico {
    top: 10px;
}

.xchange-select .select_js {
    height: 50px !important;
}

.xchange-reverse .change-operation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 20px;
}

.xchange-info__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 20px;
}

.xchange-info__col {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.xchange-info__list {
    flex-direction: column;
    flex-wrap: nowrap !important;
}

.xchange-info__list li {
    width: 100% !important;
}

.xchange-info__title {
    font-size: 24px;
    font-family: 'Gotham', sans-serif;
    color: #F46227;
    font-weight: 700;
    margin-bottom: 40px;
}

.xchange-info__col.right .xchange-info__list {
    list-style: decimal;
}

.xchange-page__top {
    background-image: url("/wp-content/themes/newexchanger/images/exchange-top_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.xchange-page__top-inner {
    margin: 0 auto;
    max-width: 1150px;
    padding: 70px 0;
}

.xchange-page__top .notice_message {
    margin: 40px 0 70px;
}

.xchange-page__bottom {
    background-image: url("/wp-content/themes/newexchanger/images/exchange-bottom_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.xchange-page__bottom-inner {
    margin: 0 auto;
    max-width: 1150px;
    padding: 20px 0;
}

.xchange-page__other {
    margin: 0 auto;
    max-width: 1150px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.xchange-page__bottom-inner .warning_message {
    margin: 0;
}

.col-reverse-mob
{
    display: none;
}

@media (max-width: 767px) {
    .xchange-page__top-inner {
        max-width: 100%;
        padding: 50px 20px;
    }

    .xchange__inner {
        flex-direction: column;
    }

    .xchange-col {
        width: 100%;
        margin-bottom: 50px;
    }

    .col-reverse-mob
    {
        display: block;
        margin-bottom: 70px;
        margin-top: -15px;
    }

    .xchange-col:last-child {
        margin-bottom: 0;
    }

    .xchange-reverse .change-operation-button {
        /*margin: 20px 0 20px;*/
       display: none;
    }

    .xchange-reverse-mob
    {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .xchange-page__bottom-inner {
        max-width: 100%;
        padding: 20px 20px;
    }

    .xchange-info__inner {
        flex-direction: column;
    }

    .xchange-info__col {
        width: 100%;
    }

    .xchange-page__other {
        max-width: 100%;
        padding: 20px;
        flex-direction: column;
    }

    .xchange-page__other .copyright {
        margin-bottom: 20px;
        text-align: center;
    }
}

.xchange-page__top .notice_message_text_ins {
    position: relative;
}

.exchange-kurs {
    font-size: 18px;
    font-family: 'Gotham', sans-serif;
    color: #F46227;
    font-weight: 700;
    position: absolute;
    right: 330px;
    bottom: -20px;
}

.xchange-select__name {
    display: block;
    margin-bottom: 5px;
    opacity: .8;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .xchange-select {
        width: 100%;
    }

    .xchange-input {
        width: 100%;
    }
}

.xchange__inner .xchange-col__right .hidden-parents {
    display: none;
}

.xchange__inner .xchange_info_line {
    padding: 0;
}
.xchange__inner .xchange_info_line p{
    font-size: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-right: -10px;
}
.xchange__inner .xchange_info_line p span{
    display: inline-block;
}
@media(max-width: 767px){
    .xchange-row {
        flex-direction: column;
        align-items: baseline;
        justify-content: unset;
    }
    .xchange__inner .xchange_info_line {
        margin-top: 5px;
    }
}

.exchange_banner-inner {
    display: none !important;
}