/*! CSS Used from: Embedded */
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
[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;
}

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

footer, header {
    display: block;
}

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;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

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

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

h1, h2, h3 {
    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;
    }
}

.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;
}

.title span {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: .27px;
    color: #a1aab3;
}

@media (max-width: 1340px) {
    .title span {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .title span {
        margin-left: 15px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .title span {
        display: block;
        margin-top: 10px;
        margin-left: 0;
        font-size: 15px;
        line-height: 1;
    }
}

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

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

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

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

.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;
    }
}

.text p {
    margin-bottom: 20px;
}

@media (max-width: 980px) {
    .text p {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .text p {
        margin-bottom: 10px;
    }
}

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;
}

a {
    color: inherit;
}

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

.page-index .header {
    background-color: rgba(247, 249, 250, .5);
}

@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;
}

.page-index .header__content {
    border-radius: 0;
}

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

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

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

.header-logo {
    display: flex;
    flex-wrap: nowrap;
    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-slogan {
    max-width: 190px;
    margin-top: 11px;
    font-size: 13px;
    left: 14px;
    margin-left: 10px;
    letter-spacing: -.2px;
    color: #fff;
}

@media (max-width: 1024px) {
    .header-slogan {
        margin-left: 0;
    }
}

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

.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__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;
}

.page-index .pool-info__chart {
    padding: 20px 20px 0;
}

@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: 1100px) {
    .page-index .pool-info__comment {
        padding-left: 0;
    }
}

@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;
    }

    .page-index .pool-info__comment {
        padding-top: 0;
    }
}

.pool-info__comment .pool-comment__text {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.41px;
    color: #a1aab2;
    padding-bottom: 30px;
    width: 100%;
}

.pool-info__comment .pool-comment__text strong {
    font-weight: 600;
    color: #fff;
}

.pool-info__comment .pool-comment__val {
    width: calc(25% - 15px);
    min-height: 115px;
    margin-right: 15px;
    top: 0;
    align-items: center;
    line-height: .8;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .pool-info__comment .pool-comment__val {
        min-height: 91px;
        margin-right: 0;
    }
}

.pool-info__comment .pool-title {
    font-size: 16px;
    padding-bottom: 12px;
    color: #a1aab2;
}

.pool-info__comment .value {
    font-size: 70px;
    font-family: directors_gothic_220_semibold, 'Open Sans';
}

@media (max-width: 1340px) {
    .pool-info .pool-info__footer .pool-options__item .options-val {
        font-size: 36px;
    }

    .page-index .pool-info__comment .value {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .page-index .pool-info__comment .value {
        font-size: 40px;
    }
}

.pool-info__comment .pool-comment__val span {
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -.35px;
    word-wrap: break-word;
}

.pool-info__comment .pool-comment__val .stat {
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-size: 22px;
    line-height: 1;
}

.stat_down {
    color: #ff2e00;
}

.pool-info__comment .pool-comment__val span strong {
    display: block;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-weight: 400;
    font-size: 34px;
    line-height: .8;
    color: #a2abb4;
}

@media (max-width: 374px) {
    .pool-info__comment .pool-comment__val span strong {
        font-size: 20px;
        line-height: .9;
    }

    .pool-info__comment .pool-comment__val span {
        font-size: 11px;
    }
}

.pool-info__comment .pool-comment__val .value {
    display: flex;
    flex-direction: row;
    position: relative;
}

@media (max-width: 980px) {
    .pool-info__comment .pool-comment__val {
        width: 33.33%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .pool-info__comment .pool-comment__val {
        width: 50%;
    }
}

@media (max-width: 374px) {
    .pool-info__comment .pool-comment__val .value {
        font-size: 30px;
    }
}

.pool-info__comment .pool-comment__val .value .value-hashrate {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .page-index .pool-info__comment .pool-comment__val .value .value-hashrate {
        margin-right: 10px;
    }
}

.pool-info__comment .pool-comment__val .value-wrap {
    position: relative;
    height: 56px;
}

@media (max-width: 767px) {
    .pool-info__comment .pool-comment__val .value-wrap {
        height: 32px;
    }
}

.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;
}

.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 .pool-options__item {
    display: inline-block;
    padding: 20px 16px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.pool-info .pool-options__item .text-placeholder {
    width: calc(100% - 16px);
}

@media (max-width: 480px) {
    .pool-info .pool-options__item .text-placeholder {
        width: calc(100% - 20px);
    }
}

.pool-info .pool-options__item:not(:first-child) .text-placeholder {
    width: calc(100% - 32px);
}

.pool-info .full-width {
    width: 170px;
}

.pool-info .full-width.not-full-width {
    width: auto;
}

@media (max-width: 1050px) {
    .pool-info .pool-info__footer .pool-options__item {
        text-align: center;
        width: 50%;
    }

    .pool-info__footer .pool-options__item:first-child {
        padding-left: 10px;
    }

    .pool-info__footer .pool-options__item:nth-child(3) {
        border: 1px solid hsla(0, 0%, 100%, .2);
        border-width: 1px 0 0 0;
        min-height: 71px;
    }

    .pool-info__footer .pool-options__item:last-child {
        padding: 20px 10px;
        border: 1px solid hsla(0, 0%, 100%, .2);
        border-width: 1px 0 0 1px;
    }

    .page-index .pool-info__footer .pool-options__item:nth-child(3) {
        min-height: 77px;
    }
}

@media (max-width: 1024px) {
    .page-index .pool-info__footer .pool-options__item:nth-child(3) .text-placeholder {
        width: calc(100% - 20px);
    }

    .page-index .pool-info .pool-options__item:not(:first-child) .text-placeholder {
        width: calc(100% - 20px);
    }
}

@media (max-width: 480px) {
    .pool-info .pool-info__footer .pool-options__item {
        width: 100%;
    }

    .pool-info .pool-info__footer .pool-options__item:nth-child(3) {
        border-width: 0 0 1px 0;
    }

    .pool-info .pool-options__item:not(:first-child) .text-placeholder {
        width: calc(100% - 20px);
    }

    .pool-info .pool-info__footer .pool-options__item:first-child {
        width: 100%;
    }

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

    .page-index .pool-info__footer .pool-options__item:nth-child(3) {
        min-height: 93px;
    }
}

@media (max-width: 1024px) {
    .pool-info .pool-options__item {
        padding: 20px 10px;
    }
}

@media (max-width: 980px) {
    .pool-info .pool-options__item {
        width: 33.33333%;
    }

    .pool-info__footer .pool-options__item:nth-child(3) .text-placeholder {
        width: calc(100% - 32px);
    }

    .page-index .pool-info__footer .pool-options__item:last-child {
        min-height: 105px;
    }
}

@media (max-width: 767px) {
    .pool-info .pool-options__item {
        min-height: 118px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pool-info .pool-options__item {
        float: none;
        width: 100%;
        min-height: 105px;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .pool-info__footer .pool-options__item:nth-child(3) .text-placeholder {
        width: calc(100% - 20px);
    }

    .page-index .pool-info .pool-options__item:not(:first-child) .text-placeholder {
        width: calc(100% - 20px);
    }
}

.pool-info .pool-options__item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.pool-info .pool-options__item:last-child {
    padding-right: 0;
}

@media (max-width: 480px) {
    .pool-info .pool-options__item:last-child {
        padding-right: 10px;
    }
}

.pool-info .pool-options__item .options-val {
    display: inline-block;
    vertical-align: top;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-size: 44px;
    line-height: .85;
}

@media (max-width: 1340px) {
    .pool-info .pool-options__item .options-val {
        font-size: 40px;
    }
}

@media (max-width: 1050px) {
    .page-index .pool-info .pool-options__item:first-child {
        padding-left: 10px;
    }

    .page-index .pool-info .pool-options__item:last-child {
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .pool-info .pool-options__item .options-val {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .pool-info .pool-options__item .options-val {
        display: block;
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .pool-info .pool-options__item .options-val {
        display: inline-block;
        font-size: 40px;
    }
}

@media (max-width: 980px) {
    .pool-info__footer .pool-options__item .options-val {
        display: block;
    }
}

@media (max-width: 480px) {
    .pool-info__footer .pool-options__item .options-val {
        display: block;
    }
}

.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: 1050px) {
    .page-index .pool-info__footer {
        padding: 0;
    }
}

@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;
    }
}

.pool-info .pool-options__item .options-name {
    display: inline-block;
    vertical-align: top;
    max-width: 180px;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.06;
    letter-spacing: -.37px;
    color: rgba(255, 255, 255, .5);
}

@media (max-width: 1340px) {
    .pool-info .pool-options__item .options-name {
        max-width: 170px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .pool-info .pool-options__item .options-name {
        margin-top: 10px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .pool-info .pool-options__item .options-name {
        margin-top: 0;
        margin-left: 6px;
        font-size: 15px;
        text-align: left;
    }
}

.pool-info .pool-options__item .options-name strong {
    font-weight: 700;
    color: #fff;
}

.pool-info__footer .pool-options__item .options-name {
    max-width: 148px;
}

@media (max-width: 1340px) {
    .pool-info__footer .pool-options__item .options-name {
        max-width: 130px;
        font-size: 12px;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .pool-info__footer .pool-options__item .options-name {
        max-width: 128px;
    }
}

@media (max-width: 980px) {
    .pool-info__footer .pool-options__item .options-name {
        max-width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

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

@media (max-width: 480px) {
    .pool-info__footer .pool-options__item .options-name {
        margin-top: 10px;
        margin-left: 0;
    }
}

.twocol-block__container:after {
    content: "";
    display: table;
    clear: both;
}

.twocol-block__container {
    margin-bottom: 35px;
    padding: 35px 0 25px;
    border-bottom: 1px solid rgba(161, 170, 179, .2);
}

@media (max-width: 980px) {
    .twocol-block__container {
        margin-bottom: 30px;
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .twocol-block__container {
        margin-bottom: 40px;
        padding: 30px 0 20px;
    }
}

.twocol-block__content {
    float: left;
    width: calc(100% - 420px);
}

@media (max-width: 1024px) {
    .twocol-block__content {
        width: calc(100% - 400px);
    }
}

@media (max-width: 980px) {
    .twocol-block__content {
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .twocol-block__content {
        float: none;
        width: 100%;
        padding: 0 15px;
    }
}

.twocol-block__content .title {
    margin-bottom: 15px;
}

@media (max-width: 980px) {
    .twocol-block__content .title {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .twocol-block__content .title {
        margin-bottom: 15px;
    }
}

.twocol-block__aside {
    float: right;
    width: 360px;
}

@media (max-width: 980px) {
    .twocol-block__aside {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .twocol-block__aside {
        float: none;
        width: 100%;
        margin-top: 30px;
        padding: 0 15px;
    }
}

.news-block {
    max-width: 1340px;
    margin: 0 auto;
    padding: 20px 0 15px;
    background-color: rgba(247, 249, 250, .5);
}

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

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

@media (max-width: 767px) {
    .news-block {
        padding: 20px 15px;
    }
}

.news-block__title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.16;
}

@media (max-width: 480px) {
    .news-block__title {
        margin-bottom: 10px;
    }
}

.news-block .news-list:after {
    content: "";
    display: table;
    clear: both;
}

.news-block .news-list__item {
    float: left;
    width: 25%;
    padding: 6px 20px 0;
    border-left: 1px solid rgba(161, 170, 179, .2);
}

.news-block .news-list__item:first-child {
    padding-left: 0;
    border: none;
}

.news-block .news-list__item:last-child {
    padding-right: 0;
}

@media (max-width: 980px) {
    .news-block .news-list__item {
        padding: 6px 14px;
    }
}

@media (max-width: 767px) {
    .news-block .news-list__item {
        width: 50%;
        padding: 10px;
    }

    .news-block .news-list__item:nth-child(2n+1) {
        padding-left: 0;
        border: none;
    }

    .news-block .news-list__item:nth-child(2n+2) {
        padding-right: 0;
    }

    .news-block .news-list__item:nth-child(1), .news-block .news-list__item:nth-child(2) {
        border-bottom: 1px solid rgba(161, 170, 179, .2);
    }
}

@media (max-width: 480px) {
    .news-block .news-list__item:nth-child(n) {
        width: 100%;
        height: auto !important;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid rgba(161, 170, 179, .2);
    }

    .news-block .news-list__item:last-child {
        padding-bottom: 0;
        border: none;
    }
}

.news-block .news-list__item .news-text {
    letter-spacing: -.24px;
}

@media (max-width: 980px) {
    .news-block .news-list__item .news-text {
        font-size: 14px;
    }
}

.news-block .news-list__item .news-date {
    margin-bottom: 4px;
    font-weight: 600;
}

.news-block .news-list__item a {
    color: #f50;
}

.mining-block {
    margin-top: 30px;
}

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

.mining-block .title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: calc(100% - 130px);
}

.mining-block .title .title-pool {
    display: contents;
}

.mining-block .title .title-pool .pool-name {
    display: inline;
    white-space: normal;
    margin-left: 0;
}

.mining-block .title .title-pool .pool-name, .mining-block .title .title-pool i {
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    color: #000;
}

.mining-block .title .title-pool i {
    font-style: normal;
}

.mining-block .title .tabs-title {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-top: 20px;
}

.mining-block .title .tabs-title__item {
    cursor: pointer;
    display: inline;
    font-weight: 700;
    font-size: 64px;
    color: #a1aab3;
    border-bottom: 3px dashed currentColor;
}

.mining-block .title .tabs-title__item:first-child {
    position: relative;
    padding-left: 10px;
}

.mining-block .title .tabs-title__item:first-child::after {
    content: '/';
    right: -30px;
    position: absolute;
    font-weight: 400;
    color: #eceef0;
    top: 7px;
    line-height: 1;
}

.mining-block .title .tabs-title__item._active {
    color: #000;
    border: none;
    cursor: default;
}

.mining-block .title .tabs-title__item + .tabs-title__item {
    margin-left: 25px;
}

.mining-block .title .mining-switch {
    top: 18px;
    right: -130px;
    position: absolute;
    max-width: 110px;
}

@media (max-width: 767px) {
    .mining-block .title .mining-switch {
        top: 10px;
        right: -100px;
        max-width: 95px;
    }
}

.mining-block .title .mining-switch label {
    margin-right: 48px;
}

@media (max-width: 767px) {
    .mining-block .title .mining-switch label {
        margin-right: 44px;
    }
}

.mining-block .title .mining-switch__text {
    margin-top: 7px;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -.08px;
    color: #aaafb3;
}

@media (max-width: 767px) {
    .mining-block .title .mining-switch__text {
        font-size: 12px;
        line-height: 13px;
    }
}

.switch-control input[type=checkbox] {
    display: none;
}

.switch-control input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 43px;
    height: 26px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

.switch-control input[type=checkbox] + label:before {
    content: '';
    top: 1px;
    left: 1px;
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    -webkit-transition: left .1s ease-in-out;
    transition: left .1s ease-in-out;
}

.switch-control input[type=checkbox] + label:after {
    content: attr(data-title);
    left: 100%;
    position: absolute;
    margin-left: 9px;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-size: 30px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .switch-control input[type=checkbox] + label:after {
        font-size: 24px;
    }
}

.switch-control input[type=checkbox]:checked + label {
    background-color: #4cd964;
    border-color: #4cd964;
}

.switch-control input[type=checkbox]:checked + label:before {
    left: calc(100% - 24px);
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 1px rgba(0, 0, 0, .05);
}

.mining-block .mining-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mining-list__item {
    float: left;
    width: calc(33.33333% - 13.33333px);
    margin-bottom: 20px;
    margin-left: 20px;
}

.mining-list__item:nth-child(3n+1) {
    margin-left: 0;
}

@media (max-width: 1199px) {
    .mining-list__item {
        width: calc(50% - 10px);
    }

    .mining-list__item:nth-child(3n+1) {
        margin-left: 20px;
    }

    .mining-list__item:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (max-width: 700px) {
    .mining-list__item {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .mining-list__item:nth-child(3n+1) {
        margin-left: 0;
    }
}

.mining-list__item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mining-list__item.coin-alg-cn {
    min-height: 220px;
}

.mining-list__item.coin-alg-cn .pool-card__content {
    display: flex;
}

.pool-card.coin-alg-cn .pool-options {
    align-self: center;
    width: 100%;
}

.pool-card.coin-alg-cn .pool-type {
    font-size: 24px;
}

@media (max-width: 767px) {
    .pool-card.coin-alg-cn .pool-type {
        font-size: 22px;
    }
}

.pool-card {
    border: 1px solid rgba(161, 170, 179, .3);
    border-radius: 5px;
}

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

.pool-card__header {
    height: 50px;
    border-bottom: 1px solid rgba(161, 170, 179, .15);
}

@media (max-width: 379px) {
    .pool-card__header {
        height: 44px;
    }
}

.pool-card__content {
    position: relative;
    margin-left: 47px;
    border-left: 1px solid rgba(161, 170, 179, .15);
    flex: 1 1 auto;
}

.pool-card .pool-logo {
    float: left;
    width: 48px;
    padding: 9px 0;
    text-align: center;
    border-right: 1px solid rgba(161, 170, 179, .15);
}

@media (max-width: 379px) {
    .pool-card .pool-logo {
        padding: 8px 0;
    }
}

.pool-card .pool-logo img {
    display: inline-block;
    vertical-align: top;
    width: 32px;
}

@media (max-width: 379px) {
    .pool-card .pool-logo img {
        width: 28px;
    }
}

.pool-card .pool-logo svg {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
}

@media (max-width: 379px) {
    .pool-card .pool-logo svg {
        width: 28px;
        height: 28px;
    }
}

.pool-card__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pool-card .pool-name {
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    padding: 13px 10px 13px 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -.49px;
    white-space: nowrap;
    width: calc(100% - 182px);
}

.pool-card .pool-name:after:not([title="MimbleWimbleCoin"][title="MimbleWimbleCoin SOLO"]) {
    content: '';
    top: 0;
    right: 0;
    bottom: 1px;
    position: absolute;
    width: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(100%, #fff), to(#fff));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%, #fff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%, #fff 100%);
}

.pool-card .pool-name[title="GRIN SOLO"], .pool-card .pool-name[title=GRIN] {
    max-width: 120px;
}

@media (max-width: 768px) {
    .pool-card .pool-name[title="GRIN SOLO"] + .pool-hash, .pool-card .pool-name[title=GRIN] + .pool-hash {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .pool-card .pool-name {
        width: calc(100% - 164px);
        font-size: 14px;
    }
}

@media (max-width: 379px) {
    .pool-card .pool-name {
        padding: 0 10px;
        font-size: 11px;
        line-height: 44px;
    }
}

.pool-card .pool-hash {
    float: right;
    padding: 13px 20px 13px 10px;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-size: 24px;
    line-height: 1;
    letter-spacing: .22px;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .pool-card .pool-hash {
        padding: 0 10px;
        font-size: 20px;
        line-height: 44px;
    }
}

@media (max-width: 768px) {
    .pool-card .pool-hash {
        font-size: 18px;
    }
}

@media (max-width: 374px) {
    .pool-card .pool-hash {
        font-size: 16px;
    }
}

.pool-card .pool-type {
    bottom: 0;
    left: 0;
    position: absolute;
    margin-left: -47px;
    height: 100%;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-size: 27px;
    line-height: 47px;
    letter-spacing: 3.22px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(161, 170, 179, .2);
    writing-mode: vertical-lr;
    transform: scale(-1, -1);
}

@media (max-width: 767px) {
    .pool-card .pool-type {
        font-size: 26px;
    }
}

@media (max-width: 379px) {
    .pool-card .pool-type {
        font-size: 22px;
    }
}

.pool-card .pool-options {
    padding: 6px 0;
}

@media (max-width: 379px) {
    .pool-card .pool-options {
        padding: 5px 0;
    }
}

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

.pool-card .pool-options__item {
    padding: 11px 20px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -.24px;
    border-bottom: 1px solid rgba(161, 170, 179, 0.1);
    border-image-source: linear-gradient(to right, transparent 15px, rgba(161, 170, 179, 0.1) 15px, rgba(161, 170, 179, 0.1) calc(100% - 15px), transparent calc(100% - 15px));
    border-image-slice: 1;
}

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

.pool-card .khajiit_item {
    padding: 11px 20px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -.24px;
    background-color:rgba(247, 147, 26, 0.05);
    border-bottom: 1px solid rgba(247, 147, 26, 1);
    border-image-source: linear-gradient(to right, transparent 15px, rgba(247, 147, 26, 1) 15px, rgba(247, 147, 26, 1) calc(100% - 15px), transparent calc(100% - 15px));
    border-image-slice: 1;
}

.pool-card .pool-options__item.pool-options__item-large {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #f55959;
    padding: 80px 0 88px 0;
    line-height:1
}

@media (max-width: 767px) {
    .pool-card .pool-options__item {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 16px;
        border-bottom: 1px solid rgba(161, 170, 179, 0.1);
        border-image-source: linear-gradient(to right, transparent 10px, rgba(161, 170, 179, 0.1) 10px, rgba(161, 170, 179, 0.1) calc(100% - 10px), transparent calc(100% - 150px));
        border-image-slice: 1;
    }

    .pool-card .khajiit_item {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 16px;
        background-color:rgba(247, 147, 26, 0.05);
        border-bottom: 1px solid rgba(247, 147, 26, 1);
        border-image-source: linear-gradient(to right, transparent 10px, rgba(247, 147, 26, 1) 10px, rgba(247, 147, 26, 1) calc(100% - 10px), transparent calc(100% - 10px));
        border-image-slice: 1;
    }
}

@media (max-width: 379px) {
    .pool-card .pool-options__item {
        padding: 8px 10px;
        font-size: 13px;
    }
    .pool-card .khajiit_item {
        padding: 8px 10px;
        font-size: 13px;
    }
}

.pool-card .pool-options__item:last-child {
    border: none;
}

.pool-card .pool-options__name {
    overflow: hidden;
    float: left;
    width: calc(100% - 120px);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pool-card .pool-options__val {
    float: right;
    width: 120px;
    text-align: right;
}

.pool-card .pool-options__val strong {
    padding-left: 4px;
    font-weight: 400;
    letter-spacing: -.24px;
    color: #a1aab3;
}

.pool-chart-wrap {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    height: 10px;
}

.pool-chart-wrap:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff2e00;
}

@media (max-width: 767px) and (min-width: 480px) {
    .pool-chart-wrap {
        width: 70%;
    }
}

.page-index .pool-info .pool-options__item:nth-child(3) .options-val {
    min-width: 120px;
}

.page-index .pool-info .pool-options__item:nth-child(4) .options-val {
    min-width: 75px;
}

@media (max-width: 1340px) {
    .page-index .pool-info .pool-options__item:nth-child(3) .options-val {
        min-width: 100px;
    }

    .page-index .pool-info .pool-options__item:nth-child(4) .options-val {
        min-width: 61px;
    }
}

.khajiit {
    position: relative;
    width: 14px;
    height: 18px;
    margin-left: 6px;
    display: inline-block;
}

.khajiit_text {
    display: inline-flex;
    align-items: center;
}

.status {
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.status::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.status.status_active::before {
    background: #84D420;
}

.status.status_not-active::before {
    background: #FF2E00;
}

.status.status_semi-active::before {
    background: #ffd300;
}

.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%;
    }
}

.page-index footer.header .header-nav__content {
    bottom: 94%;
}

@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;
}

.mac .pool-info__comment .pool-comment__val span strong {
    line-height: 1;
}

@media (max-width: 375px) {
    .mac .pool-info__comment .pool-comment__val span strong {
        line-height: .9;
    }
}

.mac .pool-info__comment .pool-title {
    padding-bottom: 15px;
}

.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: /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-orange:hover {
    background-color: #ff6619;
}

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;
    }
}

.header-copyright__text br {
    display: none;
}

.header-lang__nav {
    display: none;
    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;
}

.page-index footer.header {
    background: 0 0;
}

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;
    }
}

.page-index .footer-content {
    padding-top: 37px;
}

.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 {
        font-size: 12px;
        margin-bottom: 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__comment:after {
    content: "";
    display: table;
    clear: both;
}

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

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

.join-block_footer {
    padding-top: 30px;
    position: relative;
    bottom: -30px;
    z-index: 10;
}

.page-index .btn_color-orange {
    margin: 0 30px;
    width: calc(100% - 60px);
}

@media (max-width: 767px) {
    .page-index .btn_color-orange {
        margin: 0 15px;
        width: calc(100% - 30px);
        font-size: 18px;
    }
}

.page-index .support-block {
    padding-bottom: 0;
}

.support-block {
    padding: 0 0 50px;
}

@media (max-width: 980px) {
    .support-block {
        padding-bottom: 30px;
    }
}

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

.support-block .title {
    line-height: inherit;
    color: #010100;
}

.support-list:after {
    content: "";
    display: table;
    clear: both;
}

.support-list__item:after {
    content: "";
    display: table;
    clear: both;
}

.support-list__item {
    float: left;
    width: calc(50% - 11.33333px);
    margin-left: 16px;
}

@media (max-width: 980px) {
    .support-list__item {
        float: none;
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .support-list__item {
        margin-bottom: 20px;
    }
}

.support-list__item:nth-child(3n+1) {
    margin-left: 0;
}

.support-list .support-social {
    display: block;
    padding: 20px;
    border: 1px solid #e4e6e9;
    border-radius: 5px;
}

@media (max-width: 980px) {
    .support-list .support-social {
        float: left;
        width: 48%;
    }
}

@media (max-width: 767px) {
    .support-list .support-social {
        float: left;
        width: 340px;
    }
}

@media (max-width: 640px) {
    .support-list .support-social {
        float: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .support-list .support-social {
        padding: 20px 10px;
    }
}

.support-list .support-social .social-logo {
    display: inline-block;
    vertical-align: middle;
    width: 73px;
    height: 60px;
    margin-right: 16px;
    padding-right: 12px;
    border-right: 1px solid rgba(161, 170, 179, .15);
}

@media (max-width: 1340px) {
    .support-list .support-social .social-logo {
        width: 57px;
        height: 46px;
        margin-right: 10px;
        padding-right: 10px;
    }
}

.support-list .support-social .social-logo img {
    width: 60px;
}

@media (max-width: 1340px) {
    .support-list .support-social .social-logo img {
        width: 46px;
    }
}

.support-list .support-social .social-name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 94px);
    font-weight: 700;
    font-size: 25px;
    line-height: 1.16;
    letter-spacing: -1px;
    color: #010100;
}

@media (max-width: 1340px) {
    .support-list .support-social .social-name {
        width: calc(100% - 72px);
        font-size: 21px;
    }
}

@media (max-width: 1024px) {
    .support-list .support-social .social-name {
        font-size: 19px;
    }
}

.support-list .support-social .social-name .social-link {
    display: block;
    font-weight: 400;
}

.support-list .support-dscr {
    margin: 15px 0;
}

@media (max-width: 1340px) {
    .support-list .support-dscr {
        margin: 10px 0;
        padding-top: 6px;
    }
}

@media (max-width: 980px) {
    .support-list .support-dscr {
        float: right;
        width: 48%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .support-list .support-dscr {
        width: calc(100% - 360px);
    }
}

@media (max-width: 640px) {
    .support-list .support-dscr {
        float: none;
        width: 100%;
    }
}

.support-list .support-dscr__text {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -.58px;
    color: #a1aab3;
}

@media (max-width: 1340px) {
    .support-list .support-dscr__text {
        font-size: 17px;
    }
}

@media (max-width: 1024px) {
    .support-list .support-dscr__text {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .support-list .support-dscr__text {
        line-height: 1.3;
    }
}

.twocol-block__img {
    max-width: 100%;
    margin-top: 14px;
}

.twocol-block__img_with-caption {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .twocol-block__img_with-caption {
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .twocol-block__img_with-caption {
        padding-bottom: 10px;
    }
}

.twocol-block__img_with-caption img {
    margin: 0 18px;
    max-width: calc(100% - 36px);
}

@media (max-width: 767px) {
    .twocol-block__img_with-caption img {
        margin: 0 auto;
    }
}

.twocol-block__img_with-caption hr {
    border-top: 1px solid rgba(161, 170, 179, .2);
}

.twocol-block__img_with-caption .img-caption {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -.33px;
    color: #a1aab3;
}

@media (max-width: 980px) {
    .twocol-block__img_with-caption .img-caption {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .twocol-block__img_with-caption .img-caption {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .twocol-block__img_with-caption .img-caption {
        margin-top: 10px;
        font-size: 13px;
    }
}

.twocol-block__img_with-caption .img-caption .link {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #e2e5e8;
}

.twocol-block__aside .title {
    font-size: 45px;
}

@media (max-width: 1340px) {
    .twocol-block__aside .title {
        font-size: 45px;
    }
}

@media (max-width: 980px) {
    .twocol-block__aside .title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .twocol-block__aside .title {
        font-size: 26px;
    }
}

.twocol-block__aside .twocol-block__img {
    width: 400px;
    margin: 14px auto 0;
}

.pings-block:after {
    content: "";
    display: table;
    clear: both;
}

.ping-block {
    float: left;
    width: calc(50% - 30px);
}

@media (max-width: 980px) {
    .ping-block {
        float: none;
        width: 100%;
    }
}

.ping-block:nth-child(2n+2) {
    margin-left: 60px;
}

@media (max-width: 980px) {
    .ping-block:nth-child(2n+2) {
        margin-top: 20px;
        margin-left: 0;
    }
}

.ping-block__title {
    padding-bottom: 25px;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: .28px;
    border-bottom: 1px solid rgba(161, 170, 179, .2);
}

@media (max-width: 1340px) {
    .ping-block__title {
        font-size: 23px;
    }
}

@media (max-width: 980px) {
    .ping-block__title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .ping-block__title {
        font-size: 20px;
    }
}

.ping-block__title span {
    position: relative;
}

.ping-block__title span:after {
    content: '';
    right: 0;
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 1px;
    background-color: #000;
}

.ping-block__row:after {
    content: "";
    display: table;
    clear: both;
}

.ping-block__row {
    padding: 20px 0;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 25px;
    letter-spacing: .28px;
    color: #001326;
    border-bottom: 1px solid rgba(161, 170, 179, .2);
}

@media (max-width: 1340px) {
    .ping-block__row {
        padding: 16px 0;
        font-size: 20px;
    }
}

@media (max-width: 980px) {
    .ping-block__row {
        padding: 12px 0;
    }
}

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

.ping-block__row:last-child {
    border: none;
}

@media (max-width: 767px) {
    .ping-block__row .ping-loc {
        float: left;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .ping-block__row .ping-loc {
        float: none;
        width: auto;
    }
}

.ping-block__row .ping-loc .flag-icon {
    vertical-align: middle;
    width: 26px;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .ping-block__row .ping-loc .flag-icon {
        width: 20px;
    }
}

.ping-block__row .ping-val {
    float: right;
    color: #a1aab3;
}

@media (max-width: 767px) {
    .ping-block__row .ping-val {
        float: left;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .ping-block__row .ping-val {
        float: right;
        width: auto;
    }
}

.ping-block__row .ping-val b {
    font-weight: 400;
    color: #001326;
}

@media (max-width: 1340px) {
    .mining-block .title .title-pool {
        padding-bottom: 10px;
        white-space: nowrap;
    }

    .mining-block .title .title-pool .pool-name, .mining-block .title .title-pool i {
        font-size: 68px;
    }

    .mining-block .title .title-pool i {
        right: 0;
    }
}

@media (max-width: 1024px) {
    .mining-block .title .title-pool {
        padding-bottom: 0;
    }
}

@media (max-width: 980px) {
    .mining-block .title .title-pool .pool-name, .mining-block .title .title-pool i {
        font-size: 50px;
    }

    .mining-block .title {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .mining-block .title {
        width: 100%;
        white-space: nowrap;
    }

    .mining-block .title * {
        font-size: 24px;
    }

    .mining-block .title .title-pool .pool-name, .mining-block .title .title-pool i {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .mining-block .title .title-pool .pool-name, .mining-block .title .title-pool i {
        font-size: 24px;
    }
}

@media (max-width: 980px) {
    .mining-block .title .tabs-title__item:first-child::after {
        right: -20px;
        top: 3px;
    }
}

@media (max-width: 1340px) {
    .mining-block .title .tabs-title__item {
        font-size: 54px;
    }
}

.mining-block .title .tabs-title__item:hover {
    color: #000;
}

@media (max-width: 1064px) {
    .mining-block .title .tabs-title {
        margin-top: 12px;
    }

    .mining-block .title .tabs-title:after {
        right: auto;
        left: 176px;
    }
    .mining-block .title .tabs-title__item:first-child {
        padding-left: unset;
    }
}

@media (max-width: 980px) {
    .mining-block .title .tabs-title {
        display: inline-block;
    }

    .mining-block .title .tabs-title:after {
        right: 105px;
        left: auto;
        top: 10px;
        font-size: 36px;
    }

    .mining-block .title .tabs-title__item {
        font-size: 36px;
    }

    .mining-block .title .tabs-title__item + .tabs-title__item {
        /*margin-left: 20px;*/
    }
}

@media (max-width: 767px) {
    .mining-block .title .tabs-title {
        margin-left: 0;
    }

    .mining-block .title .tabs-title:after {
        right: auto;
        left: 90px;
        top: 4px;
        font-size: 26px;
    }

    .mining-block .title .tabs-title__item {
        font-size: 24px;
    }

}

@media (max-width: 480px) {
    .mining-block .title .tabs-title:after {
        top: -1px;
    }
}

.mining-list:after {
    content: "";
    display: table;
    clear: both;
}

.mining-list {
    margin-top: 10px;
}

.pool-card .pool-options__val .status {
    margin-left: 8px;
}

.pool-card:hover {
    border-color: #f50;
}

.pool-card:hover .pool-card__header, .pool-card:hover .pool-logo, .pool-card:hover .pool-type {
    border-color: rgba(255, 85, 0, .15);
}

.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);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#mining-list-solo {
    display: none;
}

.self-ad-lineup {
    margin-top: 15px;
}

.win-pool-name {
    font-weight: 700 !important;
}

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;
}

.pool-info .pool-options__item:first-child:lang(ar) {
    border-left: 1px solid rgba(255, 255, 255, .2);
}
.pool-info .pool-options__item:last-child:lang(ar) {
    border: none;
}
.pool-info .pool-options__item .options-name:lang(ar) {
    margin-left: 0px;
    margin-right: 6px;
}
.mining-block:lang(ar) {
    direction: ltr;
}
.pool-card__title:lang(ar) {
    direction: rtl;
}
.pool-card__content:lang(ar) {
    direction: rtl;
}
.pool-card .pool-options__val .status:lang(ar) {
    margin-left: 0px;
    margin-right: 8px;
}
