.exchange-rate-page .page_title__inner {
    margin-bottom: 40px;
}

.exchange-rate-page {
    background-image: url("/wp-content/themes/newexchanger/images/about-top_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.exchange-rate-page__inner {
    max-width: 1150px;
    margin: 0 auto;
}

.exchange-rate__container {
    max-width: 1150px;
    margin: 0 auto;
}

.exchange-rate__container.exchange-rate-text-1 {
    margin: 100px auto;
}

.exchange-rate-page__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    grid-gap: 20px;
}

.exchange-rate-page__col {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.exchange-rate-page__col.select__col {
    justify-content: end;
}
.exchange-rate-page__col.input__col {
    justify-content: end;
}
.exchange-rate-page__exchange .exchange-rate-page__col:nth-child(1) {
    width: 70%;
}

.exchange-rate-page__exchange .exchange-rate-page__col:nth-child(2) {
    width: 30%;
}

.exchange-rate-page__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-bottom: 40px;
}

.exchange-rate-page__btns-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #171717;
    color: #fff;
    border-radius: 10px;
    width: 160px;
    height: 40px;
    cursor: pointer;
}

.chart-data {
    display: none;
}

.exchange-rate-page__btns-item.active {
    background-color: #ff7a00
}

.exchange-rate-page__btns-item:hover {
    background-color: #ff7a00
}

.exchange-rate-page__table {
    display: flex;
    flex-direction: column;
}

.exchange-rate-page__table-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    padding: 0 10px 10px;
    opacity: .8;
}

.exchange-rate-page__table-body {
    display: flex;
    flex-direction: column;

}

.exchange-rate-page__table-body__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 10px 10px 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.exchange-rate-page__table-body__row:nth-child(odd) {
    background-color: rgba(255, 255, 255, .1);
}

.exchange-rate-page__table-body__col:first-child {
    color: #ff7a00;
    font-weight: 700;
}

.exchange-rate-page--seperator {
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
}

.exchange-rate-page__exchange {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 30px;
}

.exchange-rate-page__exchange .exchange-rate-page__row {
    margin-bottom: 30px;
}

.exchange-rate-page__exchange select {

}

.exchange-rate-page__info {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchange-rate-page__info span {
    color: #ff7a00;
    display: contents;
}

.exchange-rate-page__info-text {
    text-align: center;
    margin: 30px 0 0;
    display: none;
}

.exchange-rate-page__info-text span {
    color: #ff7a00;
    display: contents;
}

.exchange-rate-page__diagramm {
    background-color: #fff;
    padding: 70px 0;
    position: relative;
}
.exchange-rate-page__diagramm-title {
    font-size: 24px;
    font-weight: 700;
    color: #ff7a00;
    max-width: 1150px;
    margin: 0 auto 40px;
}
#diagramm-kurs {
    margin: 0 auto;
    max-width: 1150px;
}

.exchange-rate-page__diagramm-inner {
    display: flex;
    flex-direction: row;
    margin: 70px auto 0;
    max-width: 1150px;
    justify-content: space-between;
}

.exchange-rate-page__diagramm-col {
    width: 50%;
}

.diagramm-sort {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.diagramm-sort__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 5px;
    background-color: #edf0ff;
    height: 50px;
    cursor: pointer;
    width: 120px;
}

.diagramm-sort__item.active {
    background-color: #ff7a00;
    color: #fff;
}

.diagramm-sort__item:hover {
    background-color: #ff7a00;
    color: #fff;
}

.diagramm-sort__input input {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    border-radius: 5px !important;
    background-color: #edf0ff !important;
    height: 50px !important;
    cursor: text !important;
    width: 125px !important;
}

.exchange-rate-page__diagramm-right {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #000;
}

.select_js_title {
    z-index: 29;
}

.select_txt {
    z-index: 30;
    position: relative;
    color: #000;
}

pre {
    display: none;
}

.exchange-rate-text-1.full-bg:after {
    z-index: -1;
}

.exchange-rate-text__inner * {
    position: relative;
    z-index: 2;
}

.text_block.exchange-rate-text-6.full-bg {
    padding: 40px 0;
    margin-top: 70px;
}
.text_block.exchange-rate-text-6.full-bg p:last-child {
    display:none;
}
.text_block.exchange-rate-text-5.full-bg {
    padding: 70px 0;
}

.text_block.exchange-rate-text-4.full-bg {
    padding: 70px 0;
}

.exhange-rate-page__wrap {
    background-image: url("/wp-content/themes/newexchanger/images/exhange-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.exchange-rate_bg-blacked {
    background-image: url("/wp-content/themes/newexchanger/images/exchange-bottom_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 0;
}

.exchange-rate__info-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
    color: #ff7a00;
    font-weight: 700;
    font-size: 24px;
    text-align:  center;
    font-style: italic;
}

.exchange-rate-text__inner {
    background-image: url("/wp-content/themes/newexchanger/images/exhange-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.exchange-rate-page .page_title {
    color: #fff;
}

@media (max-width: 767px) {
    .exchange-rate-page__row {
        flex-direction: column-reverse;
    }

    .exchange-rate-page__col {
        width: 100%;
    }

    .exchange-rate-page__exchange {
        padding: 20px;
    }

    .exchange-rate-page__exchange .exchange-rate-page__row {
        margin-bottom: 20px;
        flex-direction: row;
    }
    .exchange-rate-page__btns {
        justify-content: center;
    }
    .diagramm-sort {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .diagramm-sort__item {
        width: 85px;
        height: 40px;
    }
    .exchange-rate-page__diagramm-inner {
        max-width: 100%;
        margin: 30px auto 0;
        padding: 0 20px;
    }
    .diagramm-sort__input input {
        width: 85px !important;
        height: 40px !important;
    }
    .exchange-rate-page__diagramm-right {
        flex-direction: column;
    }
    .exchange-rate-page__diagramm-right span{
        display: none;
    }
    .exhange-rate-page__wrap .home_reviews_wrap {
        margin: 30px 0;
    }
    .exhange-rate-page__wrap .home_reviews_wrap .home_reviews_ins {
        max-width: 100%;
        padding: 0 20px;
    }
    .exchange-rate__container.exchange-rate-text-1 {
        margin: 0;
        padding: 20px;
        height: 600px;
    }
    .kurs-valyut-page .exchange-rate-text-1:before {
        top: -30px !important;
        height: calc(100% + 30px) !important;
    }
    .exchange-rate-text-1__image-inner img {
        border-radius: 25px;
    }
    .exchange-rate-text-2 {
        padding: 0;
        margin: 30px 20px;

    }
    .exchange-rate-text-3 {
        padding: 0;
        margin: 30px 20px;

    }
    .exchange-rate-text-3 img {
        border-radius: 25px;
    }
    .exchange-rate_bg-blacked {
        padding: 30px 20px 0;
    }
    .exchange-rate_bg-blacked .text_block .page_title {
        text-align: center;
        font-size: 24px;
    }
    .exchange-rate-text-4 .exchange-rate-text-4__image-inner img {
        display: none;
    }
    .exchange-rate-text-6 .row .col-12:first-child {
        margin-bottom: 0 !important;
    }
    .text_block.exchange-rate-text-6.full-bg .col-12.col-md-6:nth-child(2){
        display: none;
    }
    .text_block.exchange-rate-text-6.full-bg {
        padding: 30px 0 0;
        margin-top: 0;
    }
    .exchange-rate-page__diagramm-title {
        max-width: 100%;
    }

}

.exhange-rate-page__wrap .home_reviews_wrap {
    margin: 70px 0 30px;
}
.exchange-rate-text__inner .exchange-rate-text-2 {
    padding-bottom: 30px !important;
}
.exchange-rate-text__inner .exchange-rate-text-4.exchange-rate__container{
    margin-bottom: 70px;
}
.image-top--arrow {
    background-image: url("/wp-content/themes/newexchanger/images/arrow-right_kurs.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 15px;
    display: block;
    background-size: auto;
}
.exchange-rate-page__table-item.data-icon {
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
}