[v-cloak] {
    display: none !important;
}

.icon {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.icon_social {
    color: #fff;
    border-radius: 50%;
    background-color: #f50;
}

body, div, footer, form, h1, header, html, i, iframe, img, li, p, span, strong, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

footer, header {
    display: block;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

input {
    vertical-align: middle;
}

input {
    margin: 0;
}

input:focus {
    outline: 0;
}

button::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

html {
    height: 100%;
    font-size: 10px;
}

body {
    position: relative;
    min-width: 320px;
    height: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    letter-spacing: -.08px;
    word-wrap: break-word;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.container:before {
    content: "";
    display: table;
    clear: both;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .container {
        padding: 0;
    }
}

.text {
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 25px;
    line-height: 1.32;
    letter-spacing: .3px;
    color: #180800;
}

@media (max-width: 1340px) {
    .text {
        font-size: 22px;
    }
}

@media (max-width: 980px) {
    .text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .text {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .text {
        font-size: 16px;
    }
}

.highcharts-credits {
    display: none;
}

.highcharts-label {
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    letter-spacing: .13px;
}

.highcharts-yaxis-grid .highcharts-grid-line:first-child, .highcharts-yaxis-grid .highcharts-grid-line:last-child {
    opacity: 0;
}

button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    border: 0 none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 16px 10px;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: .25px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

@media (max-width: 1340px) {
    .btn {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .btn {
        padding: 12px 10px;
        font-size: 20px;
        line-height: 26px;
    }
}

.btn_color-orange {
    background-color: #f50;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .15)));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15) 0, rgba(0, 0, 0, .15) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15) 0, rgba(0, 0, 0, .15) 100%);
    -webkit-box-shadow: 0 10px 70px -30px #f50;
    box-shadow: 0 10px 70px -30px #f50;
}

.btn_color-grey {
    height: auto;
    background-color: #a1aab3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(0, 0, 0, .1)));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .1) 0, rgba(0, 0, 0, .1) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .1) 0, rgba(0, 0, 0, .1) 100%);
    -webkit-box-shadow: 0 10px 70px -25px #a1aab3;
    box-shadow: 0 10px 70px -25px #a1aab3;
}

a {
    color: inherit;
}

.header {
    max-width: 1340px;
    margin: 0 auto;
}

@media (max-width: 1340px) {
    .header {
        background: 0 0;
    }
}

.header__content:after {
    content: "";
    display: table;
    clear: both;
}

.header__content {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    background-color: #000;
    border-radius: 0 0 3px 3px;
}

@media (max-width: 1100px) {
    .header__content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header__content {
        border-radius: 0;
    }
}

.header-logo {
    cursor: pointer;
    position: relative;
    width: 170px;
    height: 65px;
    margin-right: 20px;
    margin-left: 17px;
}

@media (max-width: 1234px) {
    .header-logo {
        width: auto;
        margin-left: 20px;
        min-width: 31px;
    }
}

@media (max-width: 767px) {
    .header-logo {
        margin-right: 10px;
        margin-left: 15px;
    }
}

.header-logo__image {
    float: left;
    width: 31px;
    height: 25px;
    margin-top: 20px;
    margin-right: 10px;
}

@media (max-width: 1234px) and (min-width: 1050px) {
    .header-logo__image {
        margin-right: 0;
    }
}

.header-logo__text {
    display: inline-block;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-size: 27px;
    line-height: 65px;
    letter-spacing: .29px;
    color: #fff;
}

@media (max-width: 1234px) {
    .header-logo__text {
        display: none;
    }
}

.header-social {
    display: flex;
    align-items: center;
    padding-right: 32px;
}

@media (max-width: 1100px) {
    .header-social {
        padding-right: 0;
    }
}

.header-social__item {
    margin-right: 15px;
    font-size: 30px;
    display: flex;
}

@media (max-width: 767px) {
    .header-social__item {
        font-size: 30px;
        margin-right: 8px;
    }
}

.header-social__item:last-child {
    margin-right: 0;
}

.header-lang {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100px;
    height: 65px;
}

.header-lang:after {
    content: '';
    top: 14px;
    bottom: 14px;
    left: 0;
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, .2);
}

@media (max-width: 980px) {
    .header-lang {
        width: 70px;
        padding: 21px 20px 0;
    }
}

@media (max-width: 480px) {
    .header-lang {
        padding-right: 15px;
        width: 60px;
    }
}

.header-lang__toggle {
    cursor: pointer;
    text-align: center;
}

.header-lang__toggle .lang {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    line-height: 65px;
    color: #fff;
}

@media (max-width: 980px) {
    .header-lang__toggle .lang {
        display: none;
    }
}

.header-lang__toggle .flag-icon {
    vertical-align: middle;
    width: 26px;
    height: 20px;
    margin-top: -4px;
    margin-left: 8px;
}

@media (max-width: 980px) {
    .header-lang__toggle .flag-icon {
        margin: 0;
    }
}

.header-nav {
    color: #fff;
}

@media (min-width: 901px) {
    header .header-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
    }
}

@media (min-width: 901px) {
    header .header-nav__content {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .header-nav {
        margin-left: auto;
    }
}

.header-nav__toggle {
    display: none;
    width: 23px;
    height: 19px;
    margin: 23px 20px 0;
    cursor: pointer;
    position: relative;
}

@media (max-width: 900px) {
    .header-nav__toggle {
        display: block;
    }
}

.header-nav__toggle span {
    top: 0;
    right: 0;
    position: absolute;
    width: 23px;
    height: 3px;
    background-color: #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.header-nav__toggle:after, .header-nav__toggle:before {
    content: '';
    right: 0;
    position: absolute;
    width: 23px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.header-nav__toggle:before {
    opacity: 1;
    top: 8px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.header-nav__toggle:after {
    top: 16px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.header-search {
    vertical-align: middle;
    margin: 0 35px 0 15px;
    border: 2px solid #333;
    border-radius: 100px;
    position: relative;
}

@media (min-width: 901px) {
    .header-search {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
    }
}

@media (max-width: 900px) {
    .header-search {
        display: block;
        margin: 10px 0;
    }
}

.header-search__field {
    width: calc(100% - 50px);
    margin-left: 15px;
    font-size: 16px;
    line-height: 30px;
    text-overflow: ellipsis;
    color: #fff;
    background: 0 0;
    border: none;
}

.header-search__field::-webkit-input-placeholder {
    color: #888;
}

.header-search__field::-moz-placeholder {
    color: #888;
}

.header-search__field:-ms-input-placeholder {
    color: #888;
}

.header-search__btn {
    position: relative;
    width: 22px;
    height: 22px;
    top: 5px;
    right: 15px;
    display: block;
    float: right;
}

.header-search__btn:before {
    content: '';
    top: 3px;
    right: 0;
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(https://static-l.2miners.com/i/search.svg) no-repeat;
    background-size: cover;
}

.header-menu__item {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 17px;
}

@media (max-width: 980px) {
    .header-menu__item {
        margin-right: 15px;
    }
}

@media (max-width: 900px) {
    .header-menu__item {
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
}

.header-menu__link {
    font-weight: 600;
    font-size: 17px;
    line-height: 65px;
    transition: .3s;
}

.header-menu__link_btn {
    display: flex;
    align-items: center;
}

.header-menu__item span i {
    position: relative;
    z-index: 1;
    font-style: normal;
}

.pool-info {
    background-color: rgba(247, 249, 250, .5);
}

@media (max-width: 1340px) {
    .pool-info {
        background: 0 0;
    }
}

.pool-info {
    max-width: 1340px;
    margin: -1px auto 0;
    background-color: rgba(247, 249, 250, .5);
}

.pool-info__content {
    position: relative;
    color: #fff;
    background: #000;
}

.pool-info__chart {
    position: relative;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .pool-info__chart {
        padding: 0;
    }
}

.pool-info__chart_double {
    padding-right: 20px;
}

@media (max-width: 980px) {
    .pool-info__chart_double {
        padding-right: 0;
        padding-left: 0;
    }
}

.pool-info__comment {
    text-shadow: 0 2px 15px #0d0d0d;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1250px) {
    .pool-info__comment {
        flex-wrap: wrap;
    }
}

@media (max-width: 980px) {
    .pool-info__comment {
        padding: 0 0 0 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .pool-info__comment {
        padding-top: 20px;
        padding-left: 14px;
    }
}

.text-placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    color: transparent;
    width: 70%;
    height: 25px;
}

.text-placeholder:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #f6f7f8;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeHolderShimmer;
    -moz-animation-name: placeHolderShimmer;
    -o-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #323234), color-stop(40%, #49494a), color-stop(33%, #323234));
    background: -webkit-linear-gradient(left, #323234 8%, #49494a 40%, #323234 33%);
    background: -moz-linear-gradient(left, #323234 8%, #49494a 40%, #323234 33%);
    background: -o-linear-gradient(left, #323234 8%, #49494a 40%, #323234 33%);
    background: linear-gradient(to right, #323234 8%, #49494a 40%, #323234 33%);
    -o-background-size: 800px 104px;
    background-size: 800px 104px;
}

.text-placeholder.placeholder-network {
    width: 20%;
    height: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pool-info .pool-options__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.pool-info .pool-options__row:after {
    content: "";
    display: table;
    clear: both;
}

.pool-info .pool-options__row:last-child {
    border: none;
}

.pool-info__footer {
    padding: 40px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.pool-info__footer:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1340px) {
    .pool-info__footer {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .pool-info__footer {
        padding: 20px 15px 0;
    }
}

.pool-info__footer_hor-pad {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 980px) {
    .pool-info__footer_hor-pad {
        padding: 0;
    }
}

@media (max-width: 1340px) {
    .pool-info__footer .pool-options {
        text-align: center;
    }
}

.header-graph {
    padding: 0 15px;
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .header-graph {
        padding: 0;
    }
}

.header-graph__title {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    padding-top: 14px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -.42px;
    text-shadow: 0 0 3px #000;
    white-space: pre-wrap;
}

@media (max-width: 980px) {
    .header-graph__title {
        display: none;
    }
}

.header-graph__info {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    padding-top: 10px;
}

@media (max-width: 900px) {
    .header-graph__info {
        padding-top: 17px;
    }
}

.header-graph__info-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-size: 13px;
    letter-spacing: -.2px;
    color: rgba(255, 255, 255, .5);
}

@media (max-width: 1064px) and (min-width: 901px) {
    .header-graph__info-item:last-child {
        display: none;
    }
}

@media (max-width: 450px) and (min-width: 375px) {
    .header-graph__info-item {
        max-width: 83px;
        vertical-align: top;
        white-space: pre-line;
        margin-right: 10px;
    }
}

@media (max-width: 374px) {
    .header-graph__info-item:last-child {
        display: none;
    }
}

.header-graph__info-item .val {
    display: block;
    margin-bottom: -4px;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-size: 24px;
    letter-spacing: .22px;
    color: #fff;
}

.header-graph__info-item .val._plus {
    color: #00e686;
}

.header-graph__info-item .val._minus {
    color: #db5949;
}

.pool-info__title {
    float: left;
    width: 60%;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700;
    font-size: 80px;
    line-height: .96;
    letter-spacing: .71px;
    text-shadow: 0 0 25px #000;
}
.pool-info__title[title="MimbleWimbleCoin"] {
    font-size: 72px;
}
.pool-info__title[title="MimbleWimbleCoin SOLO"] {
    font-size: 72px;
}


@media (max-width: 1340px) {
    .pool-info__title {
        font-size: 66px;
        padding-right: 20px;
    }
}

@media (max-width: 980px) {
    .pool-info__title {
        margin-left: -2px;
        width: 100%;
        font-size: 60px;
        padding-right: 40px;
    }
    .pool-info__title[title="MimbleWimbleCoin"] {
        font-size: 52px;
    }
    .pool-info__title[title="MimbleWimbleCoin SOLO"] {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .pool-info__title {
        font-size: 46px;
    }
}

@media (max-width: 480px) {
    .pool-info__title {
        font-size: 36px;
    }
}

.pool-info__hash {
    float: right;
    width: 40%;
    text-align: right;
    text-shadow: 0 0 25px #000;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-size: 110px;
    white-space: nowrap;
    padding-right: 40px;
}

@media (max-width: 1340px) {
    .pool-info__hash {
        font-size: 96px;
    }
}

@media (max-width: 980px) {
    .pool-info__hash {
        display: none;
    }
}

.pool-info__hash span {
    display: inline-block;
    vertical-align: baseline;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -.35px;
    color: #f50;
    text-align: left;
    max-width: 120px;
    white-space: normal;
}

.pool-info__hash span strong {
    display: block;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-weight: 400;
    font-size: 60px;
    line-height: .8;
    padding-bottom: 2px;
}

.pool-info__hash span br {
    display: none;
}

@media (max-width: 1340px) {
    .pool-info__hash span strong {
        font-size: 50px;
        line-height: 44px;
    }
}

.pool-info__footer .btn {
    float: left;
    width: calc(100% - 345px);
}

@media (max-width: 980px) {
    .pool-info__footer .btn {
        width: calc(100% - 275px);
    }
}

@media (max-width: 767px) {
    .pool-info__footer .btn {
        width: 100%;
        margin: 0 0 20px;
    }
}

.pool-info__chart .pool-chart {
    position: relative;
    min-width: 310px;
    height: 340px !important;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .pool-info__chart .pool-chart {
        height: 300px !important;
    }

    .page-nethr .pool-info__chart_double .pool-chart, .pool-info__chart_double .pool-chart {
        height: 220px !important;
    }
}

@media (max-width: 480px) {
    .pool-info__chart .pool-chart {
        height: 200px !important;
    }
}

.page-nethr .pool-info .pool-options__row {
    justify-content: center;
}

@media (max-width: 767px) {
    .page-nethr .header__content {
        border-radius: 0;
    }
}

.page-nethr .pool-info__content {
    border-radius: 0;
}

.page-nethr .pool-info__comment {
    align-items: flex-start;
}

.page-nethr .pool-info__hash {
    line-height: 1;
    padding-right: 0;
}

.page-nethr .pool-options__row {
    margin-left: -7px;
    margin-right: -7px;
}

.page-nethr .pool-info .pool-options__row:after, .page-nethr .pool-info .pool-options__row:before {
    display: none;
}

@media (max-width: 860px) {
    .page-nethr .pool-info .pool-options__row {
        flex-direction: column;
        justify-content: center;
    }
}

.page-nethr .pool-info__footer .btn br {
    display: none;
}

.page-nethr .text {
    margin-bottom: 40px;
    color: #fff;
    text-align: left;
    display: block;
}

.page-nethr .pool-info__footer .btn {
    width: calc(50% - 16px);
    margin: 0 7px;
    flex: 1;
}

@media (min-width: 450px) {
    .page-nethr .pool-info__footer .btn {
        white-space: nowrap;
    }
}

@media (max-width: 860px) {
    .page-nethr .pool-info__footer .btn {
        width: calc(100% - 14px);
        margin: 0 7px 10px;
    }
}

.page-nethr .pool-info__footer_hor-pad {
    padding: 40px;
    border-top: 0;
}

@media (max-width: 450px) {
    .page-nethr .pool-options__row .coin-full-name {
        display: none;
    }
}

.page-nethr .pool-options__row .coin-short-name {
    text-transform: uppercase;
}

@media (min-width: 451px) {
    .page-nethr .pool-options__row .coin-short-name {
        display: none;
    }
}

@media (max-width: 980px) {
    .page-nethr .pool-info__footer_hor-pad {
        padding: 40px 15px;
    }

    .page-nethr .pool-info__hash {
        font-size: 80px;
    }

    .page-nethr .pool-info__hash span {
        max-width: 100%;
    }

    .page-nethr .pool-info__hash {
        display: block;
        margin: 15px 0 10px;
        text-align: left;
    }
}

@media (max-width: 425px) {
    .page-nethr .pool-info__hash {
        font-size: 60px;
    }

    .page-nethr .pool-info__hash span strong {
        font-size: 30px;
        line-height: 1;
    }
}

.page-nethr .footer-content {
    border-radius: 0 0 3px 3px;
}

.content {
    padding-top: 10px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .content {
        padding-top: 10px;
        padding-bottom: 30px;
        padding: 20px 15px;
    }
}

.content a {
    color: #f50;
}

.question {
    line-height: 24px;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
}

.answer {
    line-height: 24px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.footer-nav-wr {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 10px;
}

@media (max-width: 1200px) {
    .footer-nav-wr {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .footer-nav-wr {
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

.footer-social {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1200px) {
    .footer-social {
        margin: 0 10px 10px 0;
    }
}

@media (max-width: 767px) {
    .footer-social {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .icon-nicehash {
        margin-top: 10px;
    }
}

@media (max-width: 1100px) {
    .header-social {
        float: none;
    }
}

.footer-social img {
    display: inline-block;
    vertical-align: middle;
    max-height: 20px;
    margin: 3px;
}

.footer-nav {
    text-align: right;
}

@media (max-width: 1550px) and (min-width: 1201px) {
    .footer-nav {
        margin-right: 150px;
    }
}

@media (max-width: 1200px) {
    .footer-nav {
        text-align: left;
    }
}

.footer-nav__item {
    display: inline-block;
}

.footer-nav__item .link {
    font-size: 12px;
    color: #a1aab3;
    border-bottom: 1px solid rgba(161, 170, 179, .1);
    line-height: 2.2;
}

.header-copyright {
    margin-top: 10px;
    color: #a1aab3;
}

.header-copyright__text {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -.31px;
}

@media (max-width: 767px) {
    .header-copyright__text {
        font-size: 11px;
    }
}

footer.header .header-nav__content {
    top: auto;
    bottom: 98%;
}

@media (max-width: 767px) {
    footer.header .header-nav__content {
        bottom: 99%;
    }
}

@media (min-width: 1050px) {
    footer.header .header-nav__content {
        display: block;
    }

    footer.header .header-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
    }

    footer.header .header-nav__content {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

footer.header .header-nav__content .header-menu {
    margin-left: auto;
}

.message-error-api {
    text-align: center;
    font-size: 20px;
    padding: 15px;
    color: #fff;
    background-color: #f50;
}

@media (max-width: 767px) {
    .message-error-api {
        font-size: 16px;
        padding: 10px;
    }
}

.sticky {
    position: sticky;
    z-index: 9999;
    top: 0;
}

/*! CSS Used from: https://2miners.com/styles/style.css?id=9e3084d5174cbb4ddb8c */
body {
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}

button:focus {
    outline: 0;
}

.btn_color-grey:hover {
    background-color: #acb6bf;
}

input {
    -weblit-appearance: none;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

a {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

a:hover {
    -webkit-transition: none;
    transition: none;
}

.lang-nav {
    background: #000;
}

.lang-nav__item {
    cursor: pointer;
    float: left;
    width: 50%;
    height: 65px;
    text-align: center;
    transition: .3s;
}

@media (max-width: 980px) {
    .lang-nav__item {
        padding-top: 21px;
    }
}

.lang-nav__item:hover {
    background: rgba(255, 255, 255, .2);
}

.lang-nav__item span:not(.flag-icon) {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 17px;
    line-height: 65px;
    min-width: 25px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .lang-nav__item span:not(.flag-icon) {
        display: none;
    }
}

.lang-nav__item .flag-icon {
    vertical-align: middle;
    margin-left: 8px;
    width: 26px;
    height: 20px;
    margin-top: 1px;
}

@media (max-width: 980px) {
    .lang-nav__item .flag-icon {
        margin: 0;
    }
}

.page-nethr .pool-info .pool-options__row {
    justify-content: center;
}

.page-nethr .pool-info {
    background-color: transparent;
}

.page-nethr .pool-info__content {
    border-radius: 0;
}

.page-nethr .pool-info__comment {
    align-items: initial;
    margin-bottom: 20px;
}

@media (max-width: 425px) {
    .page-nethr .pool-info__comment {
        padding: 20px 20px 0;
    }
}

.page-nethr .pool-info__hash {
    line-height: 1;
    padding-right: 0;
}

.page-nethr .pool-options__row {
    margin-left: -7px;
    margin-right: -7px;
}

.page-nethr .pool-info .pool-options__row:after, .page-nethr .pool-info .pool-options__row:before {
    display: none;
}

@media (max-width: 860px) {
    .page-nethr .pool-info .pool-options__row {
        flex-direction: column;
        justify-content: center;
    }
}

.page-nethr .pool-info__footer .btn br {
    display: none;
}

.page-nethr .text {
    margin-bottom: 40px;
    color: #fff;
    text-align: left;
    display: block;
}

.page-nethr .pool-info__footer .btn {
    width: calc(50% - 16px);
    margin: 0 7px;
    flex: 1;
}

@media (min-width: 450px) {
    .page-nethr .pool-info__footer .btn {
        white-space: nowrap;
    }
}

@media (max-width: 860px) {
    .page-nethr .pool-info__footer .btn {
        width: calc(100% - 14px);
        margin: 0 7px 10px;
    }
}

.page-nethr .pool-info__footer_hor-pad {
    padding: 40px;
}

@media (max-width: 450px) {
    .page-nethr .pool-options__row .coin-full-name {
        display: none;
    }
}

.page-nethr .pool-options__row .coin-short-name {
    text-transform: uppercase;
}

@media (min-width: 451px) {
    .page-nethr .pool-options__row .coin-short-name {
        display: none;
    }
}

.page-nethr .pool-info__hash {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 980px) {
    .page-nethr .pool-info__footer_hor-pad {
        padding: 40px 15px;
    }

    .page-nethr .pool-info__hash {
        font-size: 80px;
        width: auto;
    }

    .page-nethr .pool-info__hash span {
        max-width: 100%;
    }

    .page-nethr .pool-info__hash {
        display: block;
        margin: 15px 0 10px;
        text-align: left;
    }
}

@media (max-width: 425px) {
    .page-nethr .pool-info__hash {
        font-size: 60px;
        width: 100%;
    }

    .page-nethr .pool-info__hash span strong {
        font-size: 30px;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .page-nethr .pool-info__chart_double .pool-chart {
        height: 300px !important;
        padding: 0 10px;
    }
}

.hash-value {
    margin-bottom: 20px;
}

.nav-tabs {
    display: flex;
    margin: 0 13px 7px 0;
    cursor: pointer;
}

@media (max-width: 980px) {
    .nav-tabs {
        margin: 0;
    }
}

.nav-tabs .btn_transparent {
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.5;
}

.btn_transparent {
    background: 0 0;
    border: 2px solid #333;
    border-right: 0;
    font-weight: 400;
}

@media (max-width: 980px) {
    .btn_transparent {
        border-width: 1px;
    }
}

.nav-tabs .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.nav-tabs .btn_transparent:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 2px solid #333;
}

@media (max-width: 980px) {
    .nav-tabs .btn_transparent:last-child {
        border-width: 1px;
    }
}

.nav-tabs .btn .link {
    display: block;
    padding: 10px 20px;
    text-shadow: none;
    color: #fff;
    letter-spacing: inherit;
    cursor: pointer;
    font-size: inherit;
    text-align: center;
}

.nav-tabs .btn .link:last-child {
    white-space: unset;
}

@media (max-width: 375px) {
    .nav-tabs .btn .link {
        padding: 8px !important;
    }

    .nav-tabs .btn_transparent {
        font-size: 14px;
    }
}

@media (max-width: 980px) {
    .nav-tabs .btn .link {
        padding: 10px;
    }
}

.nav-tabs .btn.btn_transparent.active {
    background-color: #333;
    border-color: transparent;
}

.nav-tabs .btn.btn_transparent.active .link {
    pointer-events: none;
    cursor: default;
}

.header-copyright__text br {
    display: none;
}

.header-lang__nav {
    display: block;
    top: 100%;
    right: 0;
    position: absolute;
    z-index: 20;
    width: 200px;
}

@media (min-width: 768px) {
    .header-lang__nav {
        border-radius: 0 0 3px 3px;
    }
}

@media (max-width: 980px) {
    .header-lang__nav {
        width: 140px;
    }
}

.header-lang__nav:before {
    content: '';
    top: -4px;
    right: 0;
    left: 0;
    height: 5px;
    position: absolute;
    background: #000;
    border-bottom: 2px solid #f50;
}

.loader {
    border: 2px solid #fff;
    border-top: 2px solid #000;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 8px;
    right: 18px;
}

.header-nav__content {
    display: block;
}

@media (max-width: 900px) {
    .header-nav__content {
        top: 97%;
        right: 0;
        left: 0;
        position: absolute;
        z-index: 100;
        padding: 10px 20px;
        background: #000;
    }
}

@media (min-width: 768px) {
    .header-nav__content {
        border-radius: 0 0 3px 3px;
    }
}

@media (min-width: 901px) {
    header .header-menu {
        float: right;
        white-space: nowrap;
    }
}

.header-menu__item a span {
    position: relative;
}

.header-menu__link:focus {
    color: currentColor;
}

@media (max-width: 980px) {
    .header-menu__link {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .header-menu__link {
        line-height: 45px;
    }
}

.header-menu__link:hover {
    color: #f50;
    text-decoration: none;
    cursor: pointer;
}

footer .header-logo {
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.mac .footer-content .header-logo__text {
    position: relative;
    top: 2px;
}

.footer-content {
    border-radius: 3px;
    position: relative;
    background-color: #000;
}

@media (max-width: 767px) {
    .footer-content {
        border-radius: 0;
    }
}

.footer-content .header-logo__text {
    line-height: 1;
    letter-spacing: .7px;
}

@media (max-width: 1049px) {
    .footer-content .header-logo__text {
        display: flex;
    }
}

@media (max-width: 767px) {
    .footer-content .header-logo {
        margin-left: 0;
        height: auto;
    }

    .footer-content .header-logo__text {
        font-size: 22px;
        line-height: 1;
        letter-spacing: .29px;
    }
}

.footer-row {
    display: flex;
    padding: 0 15px;
}

.footer-content .header-logo__image {
    margin-top: 0;
}

@media (max-width: 767px) {
    .footer-row {
        padding: 15px;
    }

    .footer-content .header-logo__image {
        width: 25px;
    }
}

.footer-pools-list {
    border-top: 1px solid rgba(64, 64, 64, .6);
}

.footer-pools {
    display: flex;
    justify-content: space-between;
}

.footer-pools_wrap {
    padding: 37px 20px 20px 78px;
}

@media (max-width: 1234px) {
    .footer-pools_wrap {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .footer-pools_wrap {
        padding: 30px 15px 0;
    }
}

.footer-pools__col {
    display: flex;
    width: 33.33%;
}

@media (max-width: 1050px) and (min-width: 768px) {
    .footer-pools__col {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .footer-pools {
        flex-wrap: wrap;
    }

    .footer-pools__col {
        width: 100%;
        margin-bottom: 28px;
    }
}

.footer-pools__item {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .footer-pools__item {
        width: 50%;
        margin-right: 0;
    }
}

.footer-pools__link {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    line-height: 1.3;
    margin-bottom: 15px;
    transition: .3s;
}

@media (max-width: 767px) {
    .footer-pools__link {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.footer-pools__link:hover {
    opacity: 1;
    color: #f50;
}

.copyright {
    font-size: 12px;
    color: #a1aab3;
    line-height: 2.2;
    position: relative;
    padding-right: 42px;
    white-space: nowrap;
}

.copyright:before {
    position: absolute;
    content: '';
    top: 0;
    right: 21px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #e3e6e8;
}

@media (max-width: 767px) {
    .copyright {
        font-size: 11px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .copyright:before {
        display: none;
    }
}

.compatible-link {
    font-size: 12px;
}

@media (max-width: 767px) {
    .compatible-link {
        font-size: 11px;
    }
}

@media (max-width: 1049px) {
    footer.header .header-nav {
        margin-left: auto;
    }

    footer.header .header-nav__toggle {
        display: block;
    }

    footer.header .header-nav__content {
        right: 0;
        left: 0;
        position: absolute;
        z-index: 100;
        padding: 10px 20px;
        background: #000;
    }

    footer.header .header-menu__item {
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
}

@media (min-width: 768px) {
    footer.header .header-nav__content {
        border-radius: 3px 3px 0 0;
    }
}

@media (max-width: 767px) {
    footer.header .header-nav__toggle {
        margin-top: 2px;
        margin-right: 0;
    }
}

.footer-nav__item:before {
    content: '.';
    top: -4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    font-weight: 600;
    font-size: 16px;
    color: #a1aab3;
}

@media (max-width: 450px) {
    .footer-nav__item:before {
        display: none;
    }
}

.footer-nav__item:first-child {
    margin-right: 5px;
}

.footer-nav__item:first-child:before {
    display: none;
}

.footer-nav__item .link:hover {
    border-color: #a1aab3;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-nav__item .link {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .pool-info__content {
        border-radius: 0 0 3px 3px;
    }
}

.pool-info__chart_double .pool-chart:after {
    display: none;
}

.pool-info__comment:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 480px) {
    .pool-info .pool-options__row {
        border-bottom: none;
    }
}

@media (max-width: 900px) {
    .mac .header-graph__info {
        padding-top: 10px;
    }
}

.btn-support {
    z-index: 999998;
    position: fixed;
    margin: 17px 20px;
    right: 0;
    bottom: 0;
    padding: 13px 22px 13px 45px;
    background-color: #30aabc;
    color: #163438;
    fill: #163438;
    border-radius: 999rem;
    bottom: 0;
    letter-spacing: .6;
    font-size: 15px;
    font-family: inherit;
    font-weight: 700;
}

.btn-support:focus {
    box-shadow: inset 0 0 0 3px rgba(22, 52, 56, .3);
    -moz-box-shadow: inset 0 0 0 3px rgba(22, 52, 56, .3);
    -webkit-box-shadow: inset 0 0 0 3px rgba(22, 52, 56, .3);
}

.icon-questions {
    position: absolute;
    left: 20px;
    display: inline-flex;
    vertical-align: middle;
    width: 1.333em;
    height: 1.333em;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .btn-support {
        padding: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 48px;
        height: 48px;
    }

    .icon-questions {
        margin-right: 0;
        top: 14px;
        left: 14px;
    }

    .btn-support__name {
        display: none;
    }
}

.btn-support .loader {
    display: none;
    width: 20px;
    height: 20px;
    top: 13px;
    right: auto;
    left: 20px;
    border-color: #163438;
    border-top-color: #30aabc;
}

@media (max-width: 767px) {
    .btn-support .loader {
        top: 14px;
        left: 14px;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@-moz-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@-o-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.table thead tr th {
    height: 40px;
    padding-left: 24px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.17;
    letter-spacing: -.36px;
    text-align: left;
    width: 200px;
}

.table thead tr th:first-child {
    padding-left: 0;
}

@media (max-width: 1340px) {
    .table thead tr th {
        height: auto;
        padding-bottom: 15px;
    }
}

@media (max-width: 1200px) {
    .table thead tr th {
        padding-left: 12px;
    }
}

@media (max-width: 480px) {
    .table thead tr th {
        padding-left: 20px;
    }
}

.table thead tr th strong {
    font-weight: 400;
    color: #a1aab3;
}

.table tbody tr td {
    height: 50px;
    vertical-align: top;
    padding: 12px 0 12px 24px;
    font-size: 15px;
    letter-spacing: -.36px;
    white-space: nowrap;
    color: #010100;
}

@media (max-width: 1200px) {
    .table tbody tr td {
        padding-left: 12px;
    }
}

@media (max-width: 767px) {
    .table tbody tr td {
        height: auto;
    }
}

@media (max-width: 480px) {
    .table tbody tr td {
        padding-left: 20px;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .table tbody tr td, .table thead tr th {
        font-size: 14px;
    }
}

.table tbody tr td:first-child {
    padding-left: 0;
}

.table tbody tr td .link + .link {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .table tbody tr td .link + .link {
        margin-left: 0;
    }
}

.table tbody tr td strong {
    font-weight: 400;
    color: #aaafb3;
}

.table tbody tr td .icon {
    position: relative;
    top: 2px;
    font-size: 15px;
}

.table tbody tr td .label-wr {
    position: relative;
    display: inline-block;
}





.title {
    padding-bottom: 8px;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700;
    font-size: 55px;
    line-height: .9;
    letter-spacing: .17px;
}

.another-pools-block {
    padding: 35px 0 45px;
}

@media (max-width: 767px) {
    .another-pools-block {
        padding: 30px 15px 0;
    }
}

.another-pools-block .container {
    overflow: hidden;
}

.another-pools-block .title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 80px;
    line-height: .9;
}

@media (max-width: 1340px) {
    .another-pools-block .title {
        font-size: 70px;
    }
}

@media (max-width: 980px) {
    .another-pools-block .title {
        margin-bottom: 20px;
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .another-pools-block .title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .another-pools-block .title {
        font-size: 26px;
    }
}


.another-pools-block__tables:after {
    content: "";
    display: table;
    clear: both;
}

.another-pools-block__tables .table-wr {
    float: left;
    width: calc(50% - 30px);
}

@media (max-width: 1340px) {
    .another-pools-block__tables .table-wr {
        float: none;
        width: 100%;
        margin: 0 0 30px;
    }
}

.another-pools-block__tables .table-wr:nth-child(2n+2) {
    margin-left: 60px;
}

@media (max-width: 1340px) {
    .another-pools-block__tables .table-wr:nth-child(2n+2) {
        margin-left: 0;
    }
}

.another-pools-block__tables .table-wr .table tbody tr td:last-child {
    text-align: left;
}

@media (max-width: 1340px) {
    .another-pools-block__tables .table-wr .table thead tr th {
        width: 30%;
    }

    .another-pools-block__tables .table-wr .table thead tr th:nth-child(3) {
        width: 15%;
    }

    .another-pools-block__tables .table-wr .table thead tr th:last-child {
        width: 25%;
    }

    .another-pools-block__tables .table-wr .table tbody tr td {
        width: 30%;
    }

    .another-pools-block__tables .table-wr .table tbody tr td:nth-child(3) {
        width: 15%;
    }

    .another-pools-block__tables .table-wr .table tbody tr td:last-child {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .another-pools-block__tables .table-wr .table thead tr th {
        width: 44%;
    }

    .another-pools-block__tables .table-wr .table thead tr th:nth-child(3) {
        width: 22%;
    }

    .another-pools-block__tables .table-wr .table thead tr th:last-child {
        width: 34%;
    }

    .another-pools-block__tables .table-wr .table tbody tr td {
        width: 44%;
    }

    .another-pools-block__tables .table-wr .table tbody tr td:nth-child(3) {
        width: 22%;
    }

    .another-pools-block__tables .table-wr .table tbody tr td:last-child {
        width: 34%;
    }
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body:lang(ar) {
    direction: rtl;
}
header:lang(ar) {
    direction: ltr;
}
.header-search:lang(ar) {
    direction: rtl;
}
.header-search__field:lang(ar) {
    margin-left: 0px;
    margin-right: 15px;
}
.footer:lang(ar) {
    direction: ltr;
}
.footer-row:lang(ar) {
    direction: ltr;
}
.footer-nav-wr:lang(ar) {
    direction: ltr;
}