/*global start*/
* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input {
    font-family: inherit;
}

body {
    background-color: #000;
    color: #FFF;
    margin: 0 0 0 0;
    font-family: 'Roboto', sans-serif;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

*::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #424554;
}

.trade__container-ghTgp {
    max-width: 2650px;
    margin: 0 auto;
    padding: 10px;
}

.trade__box-ghTgp {
    display: grid;
    grid-template-columns: 338px 1fr 338px;
    /*grid-template-rows: 50px ;*/
    grid-gap: 10px;
    grid-template-areas:
           "right-top-ghTgp top-ghTgp top-ghTgp"
           "right-top-ghTgp center-top-ghTgp left-ghTgp"
           "right-center-ghTgp center-top-ghTgp left-ghTgp"
           "right-center-ghTgp center-top-ghTgp left-ghTgp"
           "right-center-ghTgp center-bottom-ghTgp left-ghTgp"
           "orders-list orders-list orders-list"
}

.top-ghTgp,
.left-ghTgp,
.center-center-ghTgp,
.center-top-ghTgp,
.center-bottom-ghTgp,
.right-top-ghTgp,
.right-center-ghTgp,
.right-bottom-ghTgp {
    background-color: #17181e;
    height: 50px;
    border-radius: 3px;
}

.orders-list{
    grid-area: orders-list;
}

.top-ghTgp {
    width: 100%;
    height: 64px;
    grid-area: top-ghTgp;
}

.left-ghTgp {
    height: 100%;
    grid-area: left-ghTgp;
}

.center-top-ghTgp {
    height: 531px;
    grid-area: center-top-ghTgp;
}

.center-center-ghTgp {
    height: 427px;
    grid-area: center-center-ghTgp;
}

/*.order__box-fbGht{*/
/*    background-color: #131722;*/
/*}*/

.center-bottom-ghTgp {
    height: fit-content;
    grid-area: center-bottom-ghTgp;
    height: 100%;
}

.right-top-ghTgp {
    height: 100%;
    grid-area: right-top-ghTgp;
}

.right-center-ghTgp {
    height: 100%;
    grid-area: right-center-ghTgp;
}

.right-bottom-ghTgp {
    height: 314px;
    grid-area: right-bottom-ghTgp;
}

@media (max-width: 1300px) {
    .trade__box-ghTgp {
        grid-template-areas:
                    "top-ghTgp top-ghTgp top-ghTgp"
                    "right-top-ghTgp center-top-ghTgp center-top-ghTgp"
                    "right-top-ghTgp center-bottom-ghTgp center-bottom-ghTgp"
                    "left-ghTgp right-center-ghTgp right-center-ghTgp"
                    "left-ghTgp right-center-ghTgp right-center-ghTgp"
                    "orders-list orders-list orders-list"

    }

    .right-bottom-ghTgp {
        height: 400px;
    }
    .center-top-ghTgp {
        height: 300px;
        grid-area: center-top-ghTgp;
    }
}

@media (max-width: 940px) {
    .right-center-ghTgp {
        height: 302px;
    }

    .right-bottom-ghTgp, .right-center-ghTgp {
        height: 314px;
    }

    .trade__box-ghTgp {
        grid-template-areas:
                "top-ghTgp top-ghTgp top-ghTgp"
                "center-top-ghTgp center-top-ghTgp center-top-ghTgp"
                "center-bottom-ghTgp center-bottom-ghTgp center-bottom-ghTgp"
                "right-top-ghTgp left-ghTgp left-ghTgp"
                "right-center-ghTgp right-center-ghTgp right-center-ghTgp"
                "orders-list orders-list orders-list"

    }
}

@media (max-width: 830px) {
    .top-ghTgp {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

@media (max-width: 720px) {
    .trade__box-ghTgp {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
                   "top-ghTgp top-ghTgp"
                   "center-top-ghTgp center-top-ghTgp"
                   "center-bottom-ghTgp center-bottom-ghTgp"
                   "right-top-ghTgp right-top-ghTgp "
                   "left-ghTgp left-ghTgp"
                   "right-center-ghTgp right-center-ghTgp"
                   "right-bottom-ghTgp right-bottom-ghTgp"
                   "orders-list orders-list"

    }
}

@media (max-width: 600px) {
    .center-bottom-ghTgp {
        height: auto;
    }
}

/*global end*/

.order__tab-fbGht,
.orders-hgtFg{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius: 3px;
}

.button__container {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 41px;
    border-bottom: 1px solid rgba(140,144,165,0.2);
    background-color: #1f2027;
}
.rushButton {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-right: 24px;
    padding-bottom: 4px;
    cursor: pointer;
    color: #8c90a5;
}

.orders-hgtFg {
    background-color: #17181e;
}

.content__container {
    display: flex;
    position: relative;
    /*height: 397px;*/
    height: auto;
    /*overflow: hidden;*/
}
.orders_content__container{
    display: flex;
    position: relative;
    height: 290px;
    overflow: hidden;
}
.content__container-item {
    height: 100%;
    opacity: 0;
    /*position: absolute;*/
    top: 0;
    transition: .3s all;
    /*display: flex;*/
    display: none;
    /*column-gap: 10px;*/
    width: 100%;
}
.rushItem-active,
.itemActiveNew{
    display: flex;
    opacity: 1;
    z-index: 1;
    background-color: #17181e;
    column-gap: 24px;
}

.buttonActiveNew{
    color: #fff;
    border-top: 2px solid #6e48ee;
    background-color: #17181e;
}

.rushButton{
    display: flex;
    align-items: center;
    padding: 16px 13px;
    margin-right: 0;
}



.order__title-fbGht{
    font-weight: 500;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 18px;
}

.order__title-fbGht span{
    color: #B7BDC6;
    margin-right: 4px;
}

.order__estimated{
    font-weight: 500;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 18px;
}

.order__estimated span{
    color: #B7BDC6;
    margin-right: 4px;
}

.order__limit-pricing-box{
    display: flex;
    width: 100%;
    column-gap: 8px;
}

.order__limit-select{
    font-size: 14px;
    height: 40px;
    outline: none;
    width: 85px;
    color: #fff;
    background-color: #1f2027;
    border-radius: 6px;
    border: 1px solid #272830;
    display: flex;
    align-items: center;
    padding: 0 15px 0 12px;
    cursor: pointer;
    min-width: 100px;
    justify-content: space-between;
    user-select: none;
    position: relative;
}

.order__limit-list{
    position: absolute;
    top: 45px;
    left: 0;
    width: 100px;
    background-color: #1f2027;
    border: 1px solid #272830;
    border-radius: 6px;
    z-index: 11;
    padding: 5px 0;
    transition: .3s ease-in-out;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.order__limit-list.--active-select{
    height: 80px;
    opacity: 1;
    visibility: visible;
}

.order__limit-item{
    height: 34px;
    width: 100%;
    display: flex;
    padding: 8px;
    transition: background-color .3s ease-in-out;
}

.order__limit-item:hover{
    background-color: #30323b;
}

.order__limit-select svg{
    transition: transform .3s ease-in-out;
    transform: rotate(0deg);
    margin-left: 8px;
    width: 12px;
    pointer-events: none;
}

.order__limit-select.--active-select svg{
    transform: rotate(180deg);
}

.order__limit-select span {
    pointer-events: none;
}

.order__market-price{
    width: 100%;
    padding: 9px 12px;
    text-align: center;
    border: 1px dashed rgb(54 55 62);
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #B7BDC6;
}

.center-bottom-ghTgp .order__buy,
.center-bottom-ghTgp .order__sell{
    width: 50%;
    background-color: #17181e;
    min-height: 295px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center-bottom-ghTgp .order__buy{
    padding: 12px 0 18px 16px;
}

.center-bottom-ghTgp .order__sell{
    padding: 12px 16px 18px 0;
}

/*.order__buy{*/
/*    border-right: 1px solid rgba(140,144,165,0.2);*/
/*}*/

/*.center-bottom-ghTgp .order__sell{*/
/*    border-left: 1px solid rgba(140,144,165,0.2);*/
/*}*/

.order__pair-ico-fbGht{
    display: inline-block;
}

.order_amount{
    font-size: 14px;
    height: 40px;
    padding-left: 12px;
    outline: none;
    width: 100%;
    color: #fff;
    padding-right: 54px;
    background-color: #1f2027;
    border-radius: 6px;
    border: 1px solid #272830;
    text-align: right;
}

.order_amount::-webkit-outer-spin-button,
.order_amount::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.order_amount[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.order_amount-title{
    color: #8c90a5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
    font-size: 14px;
}

.order_input-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
}

.input__box-kfjdJh{
    width: 100%;
    position: relative;
    display: flex;
}

.check__ico-kfjdJh{
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.check__ico-kfjdJh:nth-child(1){
    transform: rotate(180deg);
}

.order_suffix{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 13px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

.orders_noHis{
    margin: auto;
    font-size: 15px;
    color: #8c90a5;
}

.orders-hgtFg{
    /*height: 200px;*/
    height: 100%;
    margin-top: 10px;
}

.order_amount-total{
    border-bottom: 1px solid #8c90a5;
    padding: 4px 0 4px 12px;
    min-height: 28px;
}

.order__box-fbGht{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.order-fbGht{
    height: 100%;
}

.order__check-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px;
}



/*Switch*/
.order__switch-label{
    width: calc(50% - 4px);
    height: 32px;
    padding: 5px 8px 5px;
    background-color: rgba(140,144,165,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.order__switch-label:focus {
    background-color: red;
}
.order__switch-label:nth-child(even){
    margin-left: 7px;
    margin-bottom: 7px;
}

.order__switch-title{
    color: #8c90a5;
    line-height: 15px;
    display: flex;
    align-items: center;
}

.order__switch-faq{
    width: 12px;
    height: 12px;
    margin-left: 4px;
    position: relative;
}

.order__faq-text{
    position: absolute;
    bottom: 23px;
    left: -50px;
    width: 250px;
    background-color: #313140;
    padding: 10px;
    border-radius: 3px;
    font-size: 15px;
    z-index: 1;
    display: none;
}

.order__switch-faq:hover .order__faq-text{
    display: block;
}

.order__pair-fbGht{
    margin-bottom: 11px;
}

.order__switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

.order__switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(140,144,165,0.2);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 50%;
    transform: translateY(50%);
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translate(12px, 50%);
    -ms-transform: translate(12px, 50%);
    transform: translate(12px, 50%);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.order_btn-fbGht{
    width: 100%;
    background-color: rgba(100,104,125,0.2);
    border-radius: 3px;
    padding: 3px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    height: 40px;
    color: #8c90a5;
    font-size: 14px;
    line-height: 17px;
}

.order_btn-fbGht {
    cursor: pointer;
}

.order_btn-fbGht-buy {
    background-color: #03a66d;
    
}

.order_btn-fbGht-buy:hover {
    background-color: #098358;
}

.order_btn-fbGht-sell {
    background-color: #f6465d;
   
}

.order_btn-fbGht-sell:hover {
    background-color: #cd3a4d;
}

.order_btn-fbGht div{
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    margin: 0 5px;
    font-size: 14px;
    line-height: 17px;
}

.order_amount-total{
    padding-left: 12px;
}

.order_amount-total span{
    color: #8c90a5;
}

.order_prefix-box .order_prefix{
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 13px;
    color: #8c90a5;
    height: 100%;
    display: flex;
    align-items: center;
}


.order_prefix-box .order_amount{
    padding-left: 22px;
}

.order__slider {
    margin: 10px 0;
    position: relative;
}

.order__slider:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.order__slider:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.order__slider-wrapper {
    position: relative;
}

.order__slider-wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.order__slider-wrapper:after {
    content: "";
    position: absolute;
    left: 25%;
    transform: translateX(-25%);
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.order__slider-container {
    position: relative;
}

.order__slider-container:after {
    content: "";
    position: absolute;
    left: 75%;
    transform: translateX(-75%);
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.order__slider input {
    width: 100%;
    height: 4px;
    margin-top: 13px;
    -webkit-appearance: none;
    border:0;
}

.order__slider input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    cursor: pointer;
}

.order__slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #000000;
    height: 16px;
    width: 16px;
    margin-top: -6px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.order__slider input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    background: #000000;
    height: 10px;
    width: 10px;
    margin-top: -6px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}

.order__slider-input {
    -webkit-appearance: none;
    transition: background 450ms ease-in;
    background: linear-gradient(to right, #4c94ee 0%, #7044EE 0%, #414243 0%, #414243 100%);
}

.order__slider-value {
    position: absolute;
    top: -25px;
    z-index: 10;
    transform: translateX(-50%);
    width: 40px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #414243;
    border-radius: 3px;
    font-size: 11px;
    margin-left: 12px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.order__slider-value.active {
    opacity: 1;
}

.orders__names {
    display: flex;
    padding: 13px;
    border-bottom: 1px solid #f4f9ff1a;
    height: fit-content;
    width: 100%;
}

.orders__names-item {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #b7bdc6;
    height: fit-content;
}

.orders__table {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
}

.orders__names-date,
.orders__item-date {
    width: 15.9%;
}

.orders__names-pair,
.orders__item-pair {
    width: 15.9%;
}

.orders__names-side,
.orders__item-side {
    width: 15.9%;
}

.orders__item-side.buy {
    color: #03a66d;
}

.orders__item-side.sell {
    color: #f6465d;
}

.orders__names-type,
.orders__item-type {
    width: 15.9%;
}

.orders__names-amount,
.orders__item-amount {
    width: 15.9%;
}

.orders__names-status,
.orders__item-status {
    width: 10%;
}

.orders__names-cancel,
.orders__item-cancel {
    width: auto;
}

.orders__item-cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
   
    color: #ffffff;
    border-radius: 3px;
    border: 1px dashed #33343e;
    font-size: 12px;
}

.orders__item-cancel:hover {
  background: #1d1e26;
}


.orders__items {
    overflow: auto;
    height: auto;
}

.orders__names,
.orders__items {
    min-width: 1300px;
}

.orders__item {
    display: flex;
    align-items: center;
    padding: 10px 13px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #b7bdc6;
    min-height: 50px;
}

@media (max-width: 1366px) {
    .order__switch-title {
        font-size: 15px;
    }
}
@media (max-width: 600px) {
    .content__container-item{
        flex-direction: column;
        row-gap: 10px;
    }
    .center-bottom-ghTgp .order__buy, .center-bottom-ghTgp .order__sell{
        width: 100%;
    }
    .center-bottom-ghTgp .order__buy {
        padding: 12px 16px 18px 16px;
    }
    .center-bottom-ghTgp .order__sell{
        padding: 12px 16px 18px 16px;
    }
}

.trades {
    overflow-y: hidden;
    max-height: 100%;
    font-family: 'Roboto', sans-serif;
}

.trades__title {
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #f4f7ff;
    border-bottom: 1px solid #f4f9ff1a;
}

.trades__names {
    display: flex;
    align-items: center;
    padding: 8px 21px 8px 16px;
}

.trades__names-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #b7bdc6;
}

.trades__names-price,
.trades__item-price {
    width: 40%;
}

.trades__names-size,
.trades__item-size {
    width: 40%;
}

.trades__names-time,
.trades__item-time {
    width: 25%;
    text-align: right;
}

.trades__items {
    overflow: auto;
    max-height: 390px;
}

.trades__item {
    display: flex;
    align-content: center;
    padding: 0 16px;
    font-size: 13px;
    color: #b7bdc6;
    margin-bottom: 6px;
}

.trades__item.buy .trades__item-price {
    color: #03a66d;
}

.trades__item.sell .trades__item-price {
    color: #f6465d;
}

@media (max-width: 1300px) {
    .trades {
        max-height: 100%;
    }
    .trades__items {
        overflow: auto;
        max-height: 800px;
    }
}

@media (max-width: 940px) {
    .trades__items {
        max-height: 236px;
    }
}

.book__title {
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #f4f7ff;
    border-bottom: 1px solid #f4f9ff1a;
}

.book__names {
    display: flex;
    align-items: center;
    padding: 8px 21px 8px 16px;
}

.book__names-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #b7bdc6;
}

.book__names-price,
.book__item-price {
    width: 40%;
}

.book__names-size,
.book__item-size {
    width: 40%;
}

.book__names-sum,
.book__item-sum {
    width: 20%;
    text-align: right;
}

.book__items.sell .book__item-price {
    color: #f6465d;
}

.book__items.sell .book__item-fill {
    background-color: #f6465d1f;
}

.book__items.buy .book__item-price {
    color: #03a66d;
}

.book__items.buy .book__item-fill {
    background-color: #03a66d1f;
}

.book__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.book__item {
    display: flex;
    align-content: center;
    padding: 1px 16px;
    font-size: 13px;
    color: #b7bdc6;
    margin-bottom: 3px;
    position: relative;
}

.book__item-price,
.book__item-size,
.book__item-sum {
    position: relative;
    z-index: 5;
}

.book__item-fill {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}

.book__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 16px;
    margin: 5px 0;
    background-color: #e1e8f50a;
    border-top: 1px solid #f4f9ff1a;
    border-bottom: 1px solid #f4f9ff1a;
}

.book__price span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-left: 8px;
    color: #b7bdc6;
}

.book__price.up {
    color: #03a66d;
}

.book__price.down {
    color: #f6465d;
}

.info {
    padding: 0 16px;
    display: flex;
    align-items: center;

    font-family: 'Roboto', sans-serif;
}

.info__container {
    display: flex;
    align-items: center;
    min-width: 915px;
}

.info__icon {
    width: 28px;
    height: 28px;
}

.info__block {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-right: 32px;
}

.info__pare {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #f4f7ff;
}

.info__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #848e9c;
}

.info__prices {
    margin-right: 40px;
}

.info__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 2px;
}

.info__price.plus {
    color: #03a66d;
}

.info__price.minus {
    color: #f6465d;
}

.info__usd {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #848e9c;
}

.info__stats {
    margin-right: 40px;
}

.info__stats-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
    color: #848e9c;
}

.info__stats-value {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #f4f7ff;
}

.info__stats-value.plus {
    color: #03a66d;
}

.info__stats-value.minus {
    color: #f6465d;
}

.coins {
    padding: 16px 0 0 0;
    font-family: 'Roboto', sans-serif;
}

.coins__search {
    display: flex;
    align-items: center;
    column-gap: 5px;
    background-color: #e1e8f50a;
    padding: 5px 8px;
    border-radius: 3px;
    margin:  0 16px 10px 16px;
}

.coins__search-icon {
    display: flex;
}

.coins__search-icon svg {
    width: 15px;
    height: 15px;
}

.coins__search input {
    outline: none;
    background-color: transparent;
    border: none;
    color: #ffffff;
    width: 100%;
    font-size: 14px;
}

.coins__names {
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.coins__names-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #b7bdc6;
}

.coins__names-currency,
.coins__item-currency {
    width: 30%;
}

.coins__names-last,
.coins__item-last {
    width: 40%;
    text-align: right;
}

.coins__names-change,
.coins__item-change {
    width: 30%;
    text-align: right;
}

.coins__items {
    overflow: auto;
    max-height: 398px;
}

.coins__item {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #b7bdc6;
    padding: 8px 16px;
   
}

.coins__item:hover {
    background-color: #e1e8f50a;
}

.coins__item-currency {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.coins__item-currency span {
    color: #ffffff;
}

.coins__item-change.up {
    color: #03a66d;
}

.coins__item-change.down {
    color: #f6465d;
}

.coins__item-icon {
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

@media (max-width: 1300px) {
    .coins__items {
        overflow: auto;
        max-height: 563px;
    }
}

@media (max-width: 940px) {
    .coins__items {
        overflow: auto;
        max-height: 796px;
    }
}

@media (max-width: 720px) {
    .coins__items {
        overflow: auto;
        max-height: 206px;
    }
}

.header__wrapper {
max-width: 100%!important;   

}