.exchange-table:first-child {
    margin-top: 0!important
}

.exchange-table__row {
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
    padding: 0 10px!important
}

.exchange-table__row:nth-child(odd) {
    background-color: #f3f3f3!important
}

.exchange-table__row.exchange-table__row-header {
    padding-bottom: 7px!important;
    margin-bottom: 7px!important;
    border-bottom: 1px solid #ebebeb!important;
    background-color: #fff!important
}

.exchange-table__cell-content {
    font-size: 14px!important;
    line-height: 28px!important
}

.exchange-table__row-header .exchange-table__cell-content {
    font-size: 12px!important;
    line-height: 20px!important;
    color: #8d9299!important
}

.exchange-table__cell {
    -webkit-flex: 1 0 85px!important;
    flex: 1 0 85px!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important;
    -webkit-justify-content: flex-end!important;
    justify-content: flex-end!important
}

.exchange-table__cell:first-child {
    -webkit-flex: 1 0 76px!important;
    flex: 1 0 76px!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important
}

.exchange-table__footer {
    margin-top: 10px!important;
    padding-top: 10px!important;
    border-top: 1px solid #ebebeb!important
}

.exchange-table__footer-p {
    font-size: 12px!important;
    line-height: 16px!important;
    color: #8d9299!important;
    margin: 0 0 5px!important
}

.exchange-table__footer-links {
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: column!important;
    flex-direction: column!important;
    margin-bottom: 5px!important
}

.exchange-table__footer-links:last-child {
    margin-bottom: 0!important
}

.exchange-table__footer-link {
    font-size: 14px!important;
    line-height: 16px!important;
    color: #000!important;
    text-decoration: none!important;
    cursor: pointer!important;
    margin-bottom: 5px!important;
    transition: color .15s!important
}

.exchange-table__footer-link:active,
.no-touch .exchange-table__footer-link:hover {
    color: #27c
}

.exchange-table__footer-link:last-child {
    margin-bottom: 0!important
}

.exchange-table__cell-icon {
    width: 50px!important;
    height: 25px!important;
    margin-right: 8px!important
}

.exchange-table__converter {
    border-top: 1px solid #ebebeb!important;
    padding: 16px 0 0!important;
    margin-top: 10px!important
}

.exchange-table__converter-text {
    font-size: 13px!important;
    line-height: 23px!important
}

@media(max-width:1023px) {
    .exchange-table__row {
        padding: 0 10px!important
    }
    .exchange-table__row.exchange-table__row-header {
        padding-top: 7px!important
    }
    .exchange-table__footer {
        padding-left: 10px!important;
        padding-right: 10px!important
    }
    .exchange-table__converter {
        padding: 16px 10px 0!important
    }
}

.favorite-btn {
    padding: 10px!important;
    cursor: pointer!important
}
.converter {
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
    margin-bottom: 6px!important
}

.converter:last-child {
    margin-bottom: 0!important
}

.converter__item {
    height: 40px!important;
    -webkit-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
    padding-left: 12px!important;
    border: 1px solid #d6d6d7!important;
    border-radius: 2px!important
}

.converter__input-wrap {
    -webkit-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    display: -webkit-flex!important;
    display: flex!important;
    border-right: 1px solid #d6d6d7!important
}

.converter__input {
    width: 100%!important;
    border: 0!important;
    background-color: #fff!important;
    outline: 0!important;
    font-size: 13px!important;
    line-height: 18px!important;
    padding: 0 2px 0 0!important
}

.converter__btn-wrap {
    position: relative!important;
    -webkit-flex: 0 0 auto!important;
    flex: 0 0 auto!important;
    -webkit-align-self: stretch!important;
    align-self: stretch!important
}

.converter__btn-drop,
.converter__m-select {
    position: absolute;
    opacity: 0!important;
    z-index: 1!important;
    right: 0!important
}

.converter__item-btn {
    height: 100%!important;
    display: -webkit-flex;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
    font-size: 13px!important;
    line-height: 18px!important;
    color: #000!important;
    padding: 0 8px!important;
    cursor: pointer!important
}

.converter__m-select {
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
    cursor: pointer!important
}

.converter__item-btn-icon {
    height: 6px!important;
    width: 10px!important;
    margin-left: 4px!important;
    transition: -webkit-transform .15s!important;
    transition: transform .15s!important;
    transition: transform .15s, -webkit-transform .15s!important
}

.converter__replace-btn-icon,
.cookies__icon-svg {
    height: 20px!important;
    width: 20px!important
}

.converter__btn-drop {
    bottom: -3px!important;
    left: 0!important;
    transition: opacity .15s, -webkit-transform .15s!important;
    transition: transform .15s, opacity .15s!important;
    transition: transform .15s, opacity .15s, -webkit-transform .15s!important;
    -webkit-transform-origin: top!important;
    transform-origin: top!important;
    -webkit-transform: translateY(100%) scaleY(0)!important;
    transform: translateY(100%) scaleY(0)!important;
    background-color: #fff!important;
    box-shadow: 0 2px 6px rgba(26, 36, 51, .14)!important;
    border-radius: 2px!important
}

.converter__btn-drop-option {
    padding: 6px 12px!important;
    font-size: 13px!important;
    line-height: 20px!important;
    transition: color .15s, background-color .15s!important;
    white-space: nowrap!important;
    cursor: pointer!important
}

.no-touch .converter__btn-drop-option:hover {
    color: #27c!important;
    background-color: #f3f3f3!important
}

.no-touch.body--fc .converter__btn-drop-option:hover {
    color: #3abd61!important
}

.converter__btn-wrap.open .converter__btn-drop {
    -webkit-transform: translateY(100%) scaleY(1)!important;
    transform: translateY(100%) scaleY(1)!important;
    opacity: 1!important
}

.converter__btn-wrap.open .converter__item-btn-icon {
    -webkit-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important
}

.converter__replace-btn-wrap {
    -webkit-flex: 0 0 auto!important;
    flex: 0 0 auto!important;
    margin: 0 2px!important
}

.converter__replace-btn {
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important;
    -webkit-justify-content: center!important;
    justify-content: center!important;
    cursor: pointer!important;
    color: #27c!important;
    transition: color .15s!important
}

.body--fc .converter__replace-btn {
    color: #3abd61!important
}

.no-touch .converter__replace-btn:hover {
    color: #04a!important
}

.no-touch.body--fc .converter__replace-btn:hover {
    color: #349d54!important
}

.cookies {
    position: fixed!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    transition: -webkit-transform .15s!important;
    transition: transform .15s!important;
    transition: transform .15s, -webkit-transform .15s!important;
    -webkit-transform: translateY(100%)!important;
    transform: translateY(100%)!important;
    z-index: 9999!important
}
.page-header-top__exchange-dropdown-body {
    width: 460px!important;
    left: 0!important
}

.page-header-top__item-text-separator {
    display: inline-block!important;
    position: relative!important;
    width: 10px!important;
    height: 10px!important
}

.page-header-top__item-text-separator::before {
    width: 3px!important;
    height: 3px!important;
    border-radius: 50%!important;
    background-color: #8d9299!important;
    position: absolute!important;
    content: ""!important;
    bottom: 3px!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important
}



.currency{
    padding-top: 5%!important;
    padding-bottom: 5%!important;
    display: flex!important;
    flex-direction: row-reverse!important;
    align-items: center!important;
}

.currency select {
    height: 100%!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
    font-size: 13px!important;
    line-height: 18px!important;
    color: #000!important;
    padding: 10px 20px!important;
    cursor: pointer!important;
    border: none!important;
    margin: 0!important;
}

.currency input {
    height: 40px!important;
    -webkit-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
    padding-left: 12px!important;
    border: 1px solid #d6d6d7!important;
    border-radius: 2px!important;
    margin: 0!important;
}

.result {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.rate2,
.rate{
    color: #5f2419;
    width: 500px;
    height: 35px;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

select:focus, input:focus, button:focus {
    outline: 0;
}