

@media screen and (max-width: 768px) {

    .fav_item{
        display: none !important;
    }

}




.img_coin {
    width: 20px;
    margin-right: 10px;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
.page_layout_markets .page__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}}
.page_layout_markets .page__header {
    padding: 24px 0;
    display: -webkit-box;
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
}


.table-view__text_red {
    color: #e25050 !important;
}

.table-view__text {
    display: inline-block;
    color: #0a0f38;
    font-size: .88235rem;
    font-weight: 500;
    line-height: 1.17647rem;
    letter-spacing: .01em;
}

.section-selector__tab:not(:last-child) {
    margin-right: 12px;
}
.section-selector__tab_current {
    color: #0a0f38 !important;
    background-color: #edf0f5 !important;
}
.section-selector__tab {
    padding: 12px 16px;
    color: rgba(10,15,56,.7);
    font-size: .88235rem;
    font-weight: 500;
    line-height: 1.41176rem;
    letter-spacing: .01em;
    border: none;
    background-color: transparent;
    border-radius: 8px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}


@media screen and (max-width: 768px) {


    .markets-group {
        margin-bottom: 20px;
    }

.page_layout_markets .page__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
}

.page_layout_markets .page__header {
    padding: 24px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search__placeholder-text {
    margin-left: 8px;
    color: rgba(10,15,56,.6);
    font-size: .76471rem;
    font-weight: 500;
    line-height: 1.17647rem;
}

.search__placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
}


.page_layout_markets .page__header {
    padding: 24px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-selector__tab:not(:last-child) {
    margin-right: 12px;
}

.section-selector__tab_current {
    color: #0a0f38;
    background-color: #edf0f5;
}
.section-selector__tab {
    padding: 12px 16px;
    color: rgba(10,15,56,.7);
    font-size: .88235rem;
    font-weight: 500;
    line-height: 1.41176rem;
    letter-spacing: .01em;
    border: none;
    background-color: transparent;
    border-radius: 8px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}


@media screen and (max-width: 768px) {
.page_layout_markets .page__header .search {
    margin-bottom: 24px;
}}

.search {
    position: relative;
    display: inline-block;
    max-width: 380px;
    width: 100%;
    height: 48px;
}

.search__field {
    width: 100%;
    height: 100%;
    padding: 14px 16px 14px calc(14px + 20px + 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0a0f38;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background-color: #edf0f5;
    border-radius: 6px;
    outline: 0;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}




@media screen and (max-width: 768px) {
.page-header__grid {
    display: flex !important;
    flex-direction: column !important; 
}}



.page-header__container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}


@media screen and (max-width: 768px) {
.page-header__heading {
    font-size: 1.88235rem;
}}

@media screen and (max-width: 992px) {
.page-header__heading {
    font-size: 2.47059rem;
}}
.page-header__heading {
    color: #0a0f38;
    font-size: 3.76471rem;
    font-weight: 800;
    line-height: 4.23529rem;
}


@media screen and (max-width: 768px) {
.page-header__grid {
    margin-top: 42px !important; 
}}

@media screen and (max-width: 992px) {
.page-header__grid {
    grid-column-gap: 16px;   margin-top: 42px !important; 
}}
.page-header__grid {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 40px;
}


@media screen and (max-width: 768px) {
.markets-group__grid {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 16px;
}}

@media screen and (max-width: 992px) {
.markets-group__grid {
    grid-template-columns: repeat(2,1fr);
}}
.markets-group__grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 12px;
}




@media screen and (max-width: 768px) {
.page_layout_markets .page__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}}

.page_layout_markets .page__table {
    overflow-x: auto;
}

.page_layout_markets .page__table {
    overflow-x: auto;
}


body {
    margin: 0;
    padding: 0;
    color: #0a0f38;
    font-family: Manrope,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}

.page-header__content {
    padding: 56px 0 72px 0;
    background: -webkit-gradient(linear,left bottom,left top,from(#f2f3f7),color-stop(6.67%,#f3f3f7),color-stop(13.33%,#f3f4f8),color-stop(20%,#f3f4f8),color-stop(26.67%,#f4f5f8),color-stop(33.33%,#f5f6f9),color-stop(40%,#f7f7fa),color-stop(46.67%,#f8f9fb),color-stop(53.33%,#f9fafc),color-stop(60%,#fbfbfc),color-stop(66.67%,#fcfcfd),color-stop(73.33%,#fdfdfe),color-stop(80%,#fefefe),color-stop(86.67%,#fff),color-stop(93.33%,#fff),to(#fff));
    background: -o-linear-gradient(bottom,#f2f3f7 0,#f3f3f7 6.67%,#f3f4f8 13.33%,#f3f4f8 20%,#f4f5f8 26.67%,#f5f6f9 33.33%,#f7f7fa 40%,#f8f9fb 46.67%,#f9fafc 53.33%,#fbfbfc 60%,#fcfcfd 66.67%,#fdfdfe 73.33%,#fefefe 80%,#fff 86.67%,#fff 93.33%,#fff 100%);
    background: linear-gradient(0deg,#f2f3f7 0,#f3f3f7 6.67%,#f3f4f8 13.33%,#f3f4f8 20%,#f4f5f8 26.67%,#f5f6f9 33.33%,#f7f7fa 40%,#f8f9fb 46.67%,#f9fafc 53.33%,#fbfbfc 60%,#fcfcfd 66.67%,#fdfdfe 73.33%,#fefefe 80%,#fff 86.67%,#fff 93.33%,#fff 100%);
}

.page-header__container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.page-header__heading {
    color: #0a0f38;
    font-size: 3.76471rem;
    font-weight: 800;
    line-height: 4.23529rem;
}

.page-header__grid {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 40px;
}

.markets-group__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.64706rem;
}

.markets-group__title svg {
    margin-right: 12px;
}

.markets-group__grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 12px;
}

.markets-group__grid .market-card {
    max-width: none;
}

.market-card_good {
    background-color: #eff9f5;
    border-radius: 8px;
}

.market-card {
    max-width: 200px;
    height: 128px;
}

.market-card__content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.market-card__name {
    color: #0a0f38;
    font-size: .76471rem;
    font-weight: 700;
    line-height: 1.17647rem;
    letter-spacing: .01em;
}

.market-card__price {
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.market-card__value {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.64706rem;
    letter-spacing: .01em;
}


.market-card_good .market-card__percent {
    color: #01aa78;
}


.market-card__volume {
    color: rgba(10,15,56,.7);
    font-size: .64706rem;
    font-weight: 500;
    line-height: 1.17647rem;
    letter-spacing: .01em;
}

.markets-group__grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 12px;
}


.market-card_good {
    background-color: #eff9f5;
    border-radius: 8px;
}

.markets-group__grid .market-card {
    max-width: none;
}
.market-card_bad {
    background-color: #fdf5f5;
    border-radius: 8px;
}

.market-card_good .market-card__percent {
    color: #01aa78;
}

.market-card__percent {
    margin-left: 4px;
    font-size: .64706rem;
    font-weight: 500;
    line-height: 1.64706rem;
}

.market-card_bad .market-card__percent {
    color: #e25050;
}

@media screen and (max-width: 768px) {
.page-header__content {
    padding: 32px 0;
}
}
@media screen and (max-width: 992px) {
.page-header__content {
    padding: 56px 0 42px 0;
}
}

@media screen and (max-width: 768px) {
.page-header__grid {
    margin-top: 42px;   margin-top: 42px !important; 
}}

@media screen and (max-width: 992px) {
.page-header__grid {
    grid-column-gap: 16px;   margin-top: 42px !important; 
}}


@media screen and (max-width: 768px) {
.markets-group__grid {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 16px;
}}

@media screen and (max-width: 992px) {
.markets-group__grid {
    grid-template-columns: repeat(2,1fr);
}}
.markets-group__grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 12px;
}
















.page__container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.page_layout_markets .page__content {
    margin-bottom: 124px;
}

.page_layout_markets .page__header {
    padding: 24px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, x dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
   
}

.section-selector__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-selector__tab:not(:last-child) {
    margin-right: 12px;
}

.section-selector__tab {
    padding: 12px 16px;
    color: rgba(10,15,56,.7);
    font-size: .88235rem;
    font-weight: 500;
    line-height: 1.41176rem;
    letter-spacing: .01em;
    border: none;
    background-color: transparent;
    border-radius: 8px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}

.search {
    position: relative;
    display: inline-block;
    max-width: 380px;
    width: 100%;
    height: 48px;
}

.search__field {
    width: 100%;
    height: 100%;
    padding: 14px 16px 14px calc(14px + 20px + 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0a0f38;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background-color: #edf0f5;
    border-radius: 6px;
    outline: 0;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}

.search__placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
}
.search__placeholder-text {
    margin-left: 8px;
    color: rgba(10,15,56,.6);
    font-size: .76471rem;
    font-weight: 500;
    line-height: 1.17647rem;
}


.page_layout_markets .page__table {
    overflow-x: auto;
}

 .page__table {
    overflow-x: auto;
}


.page_layout_markets .table-view {
    min-width: 900px;
    border-top: 1px solid #e8eaf0;
}

.table-view {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-view__header {
    border-bottom: 1px solid #e8eaf0;
    border-top: 1px solid #e8eaf0;
}


.table-view__header .table-view__item {
    padding: 16px 20px;
    color: rgba(10,15,56,.6);
    font-size: .76471rem;
    font-weight: 500;
    line-height: 1.17647rem;
    vertical-align: middle;
  
}

.page_layout_markets .table-view .table-view__content .table-view__row:not(:last-child) {
    border-bottom: 1px solid #e8eaf0;
}

.table-view__content .table-view__item {
    vertical-align: middle;
    padding: 18px 20px;
}

.table-view__favorite {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    stroke: rgba(10,15,56,.2);
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}

.table-view__pair {
    color: rgba(10,15,56,.7);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.17647rem;
    letter-spacing: .01em;
}

.table-view__pair {
    color: rgba(10,15,56,.7);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.17647rem;
    letter-spacing: .01em;
}


.table-view__pair .table-view__label span {
    color: #0a0f38;
    font-weight: 500;
}

.table-view__text_green {
    color: #01aa78;
}

.table-view-change {
    display: inline-block;
    margin-right: 8px;
    padding: 4px;
    color: #0a0f38;
    font-size: .88235rem;
    font-weight: 500;
    line-height: 1.17647rem;
}
.table-view-change_variant_green {
    color: #01aa78;
    background-color: rgba(1,170,120,.1);
}



.table-view-change_variant_red {
    color: #e25050;
    background-color: rgba(226,80,80,.1);
}


.table-view__content .table-view__row {
    border-bottom: 1px solid #e8eaf0;
}