.denezhnyie-perevodyi-page {
    background-image: url("/wp-content/themes/newexchanger/images/dp_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.dp__inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}
.dp__title {
    font-size: 24px;
    font-family: 'Gotham', sans-serif;
    color: #ff7a00;
    font-weight: 700;
    margin-bottom: 20px;
}
.dp__image-1__inner img {
    position: absolute;
    top: -7px;
}
.denezhnyie-perevodyi-page .exchange-rate-text-1 {
    min-height: 315px;
}
.dp__text-row{
    display: flex;
    flex-direction: row;
    width: 100%;
    grid-gap: 40px;
    margin-bottom: 70px;
}
.dp__text-row:last-child{
    margin-bottom: 0;
}
.dp__text-col{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.dp__text-title {
    font-size: 24px;
    font-family: 'Gotham', sans-serif;
    color: #ff7a00;
    font-weight: 700;
    margin-bottom: 20px;
}
.dp__text-text p{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.dp__text-text ul{
    list-style: circle;
    margin-bottom: 20px;
    padding-left: 20px;
}
.dp__text-text ul li{

}
.dp__text-list--custom {
    list-style: none !important;
    padding-left: 0 !important;

}
.dp__text-list--custom li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.dp__text-list--custom li:before{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20px;
    height: 20px;
    color: #fff;
    left: 0;
    background-color: #ff7a00;
    border-radius: 50% 50%;
}
.dp__text-orange {
    color: #ff7a00;
}
.dp__text-info {
    padding-left: 30px;
}
.dp__text-list--custom li:nth-child(1):before{
    content: '1'
}
.dp__text-list--custom li:nth-child(2):before{
    content: '2'
}
.dp__text-list--custom li:nth-child(3):before{
    content: '3'
}
.dp__text-list--custom li:nth-child(4):before{
    content: '4'
}
.dp__text-list--custom li:nth-child(5):before{
    content: '5'
}
.dp__text-list--custom li:nth-child(6):before{
    content: '6'
}
.dp__text-list--custom li:nth-child(7):before{
    content: '7'
}
.dp__text-list--custom li:nth-child(8):before{
    content: '8'
}
.dp__text-list--custom li:nth-child(9):before{
    content: '9'
}
.dp__text-list--custom li:nth-child(10):before{
    content: '10'
}
.dp__text-list--custom li:nth-child(11):before{
    content: '11'
}


.dp__bottom {
    background-image: url("/wp-content/themes/newexchanger/images/dp_bottom_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.dp__bottom-inner{
    max-width: 1150px;
    margin: 0 auto;
    padding: 70px 0;
}
.dp__bottom-text {
    text-align: center;
}
@media(max-width: 767px){
    .dp__title {
        text-align: center;
        z-index: 2;
        position: relative;
    }
    .dp__inner {
        max-width: 100%;
        padding: 70px 20px;
    }
    .denezhnyie-perevodyi-page .exchange-rate-text-1 {
        margin: 0 !important;
        padding: 0 !important;
    }
    .dp__image-1__inner img {
        position: relative;
        top: unset;
    }
    .dp__image-1__inner {
        margin: 20px 0 40px;
    }
    .exchange-rate-text-1:before {
        content: '';
        background-color: #171717;
        width: calc(100% + 40px);
        height: calc(100% + 100px);
        position: absolute;
        top: -120px;
        left: -20px;
        z-index: 1;
    }
    .exchange-rate-text-1:after {
        display: none !important;
    }
    .exchange-rate-text-1 * {
        z-index: 2;
    }
    .dp__text-row {
        flex-direction: column;
        grid-gap: 0;
    }
    .dp__text-col {
        width: 100%;
    }
    .dp__bottom-inner {
        max-width: 100%;
        padding: 70px 20px;
    }
    .dp__bottom-text br {
        display: none;
    }


}
.denezhnyie-perevodyi-page .exchange-rate-text-1 * {
    z-index: 2;
}

.dp-toggle__inner {
    margin: 45px 0 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.dp-toggle {
   border: 1px solid #fff;
    background-color: #000;
    border-radius: 10px;
    transition: all 0.3s linear;
    box-sizing: border-box;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 540px;
    max-width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.dp-toggle .dp-toggle__name {
    font-size: 16px;
    font-weight: bold;
}
.dp-toggle .dp-toggle__arrow{
    fill: #fff;
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform .5s ease;
}
.dp-toggle .dp-toggle__arrow.rotated{
    transform: rotate(180deg);
}

.dp-form__container {
    margin-bottom: 45px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}
.dp-form__container.opened{
    display: flex;
}
.dp-form__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 540px;
    margin: 0 auto;
}
.dp-form__title {
    font-size: 24px;
    font-weight: 600;
    color: #F46227;
    margin-bottom: 45px;
}
.dp-form {
    background-color: #171717;
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px;
    max-width: 1150px;
    margin: 0 auto;
}
.dp-form .dp-form__dropdown {
    position: relative;
    margin-bottom: 20px;
}
.dp-form .dp-form__dropdown:last-child {
    margin-bottom: 0;
}
.dp-form .dropdown__inner {
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}
.dp-form .dropdown__item-main.dropdown__current {
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
    border: 1px solid #fff;
    background-color: #171717;
    border-radius: 10px;
    transition: all 0.3s linear;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    width: 540px;
    max-width: 100%;
    padding: 0 20px;
    user-select: none;
    cursor: pointer;
}
.dp-form .dropdown__item-main.dropdown__current::placeholder {
    color: #7E7E7E;
}
.dp-form .dropdown__item-main.dropdown__current:focus {
    border-color: #fff;
}
.dp-form .dropdown__arrow{
    fill: #fff;
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform .5s ease;
    position: absolute;
    right: 20px;
}
.dp-form .dropdown__arrow.rotated{
    transform: rotate(180deg);
}
.dp-form .dropdown__content {
    display: none;
    position: absolute;
    left: 2px;
    top: calc(100% - 5px);
    background: #fff;
    width: calc(100% - 24px);
    padding: 10px 10px 10px;
    border-radius: 0 0 10px 10px;
    z-index: 3;
}
.dp-form .dropdown__content .dropdown__item {
    color: #000;
    margin-bottom: 5px;
    cursor: pointer;
}
.dp-form .dropdown__content .dropdown__item:last-child {
    margin-bottom: 0;
}
.dp-form .dropdown__content .dropdown__item:hover {
    color: #F46227;
}
.dp-form .dp-form__checkbox_wrap {
    display: flex;
    flex-direction: column
}
.dp-form .dp-form__checkbox {
    margin-bottom: 20px;
}
.dp-form .dp-form__checkbox .checkbox__inner {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}
.dp-form .dp-form__checkbox .checkbox__inner label{
    opacity: 1;
}
.dp-form .dp-form__checkbox .checkbox__inner input{
    opacity: 0;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.dp-form .dp-form__checkbox .checkbox__item {
    background: transparent;
    width: 20px;
    height: 20px;
    border: 1px solid #F46227;
    margin-right: 20px;
    border-radius: 4px;
    cursor: pointer;
}
.dp-form .dp-form__checkbox .checkbox__inner input:checked ~ .checkbox__item{
    background: #F46227;
}
.dp-form .dp-form__btn button{
    background: #F46227;
    border-color: #F46227;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 114px;
    height: 50px;
    width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}


.dp-form .dp-form__input {
    position: relative;
    margin-bottom: 20px;
}
.dp-form .dp-form__input:last-child {
    margin-bottom: 0;
}
.dp-form .input__inner{
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}
.dp-form .input__content .input__item {
    color: #000;
    margin-bottom: 5px;
    cursor: pointer;
}
.dp-form .input__content .input__item:last-child {
    margin-bottom: 0;
}
.dp-form .input__content .input__item:hover {
    color: #F46227;
}
.dp-form .input__item.input__current {
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
    border: 1px solid #fff;
    background-color: #171717;
    border-radius: 10px;
    transition: all 0.3s linear;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    width: 540px;
    max-width: 100%;
    padding: 0 20px;
    user-select: none;
    cursor: pointer;
}
.dp-form .input__item.input__current::placeholder {
    color: #7E7E7E;
}
.dp-form .input__item.input__current:focus {
    border-color: #fff;
}

.dp-form__success {
    margin-bottom: 45px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}
.dp-form__success .success__inner{
    background-color: #171717;
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px;
    max-width: 1150px;
    margin: 0 auto;
}
.dp-form__success .success__title {
    font-size: 24px;
    color: #F46227;
    font-weight: 700;
    margin-bottom: 45px;
}
.dp-form__success .success__subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 45px;
}
.dp-form__success .success__soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}

.dp-form__error {
    background: #F46227;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    width: 540px;
    max-width: 100%;
    padding: 10px 20px;
    user-select: none;
}
@media(max-width: 767px) {
    .denezhnyie-perevodyi-page .exchange-rate-text-1:before {
        top: -70px !important;
        height: calc(100% + 70px) !important;
    }
    .dp-toggle__inner{
        padding: 0 2rem;
    }
    .dp-form__container {
        padding: 0 2rem;
    }
    .dp-form{
        padding: 2rem;
        max-width: 100%;
        margin: unset;
        border-radius: 0;
    }
    .dp-form__inner {
        width: 100%;
    }
    .dp-form .dp-form__dropdown {
        width: 100%;
    }
    .dp-form .dp-form__input {
        width: 100%;
    }
    .dp-form .input__item.input__current {
        width: 100%;
    }
    .dp-form .dropdown__item-main.dropdown__current {
        width: 100%;
    }
    .dp-form__success .success__inner {
        max-width: 100%;
        padding: 2rem;
        margin: unset;
        width: auto;
        border-radius: 0;
    }
    .dp-form__success .success__soc {
        flex-wrap: wrap;
        width: 75%;
    }
    .dp-form__success .success__title {
        font-size: 18px;
        text-align: center;
    }
    .dp-form__success .success__subtitle {
        text-align: center;
    }

}