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

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

.icon-arrow-right {
    font-size: .683rem;
    width: 1em;
}

.icon-cancel {
    font-size: 1.564rem;
    width: 1em;
}

.icon-coin {
    font-size: 3.626rem;
    width: 1.24821em;
}

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

b, body, div, footer, form, h1, h2, h3, h4, header, html, i, iframe, img, li, ol, p, span, strong, table, tbody, td, th, thead, tr {
    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;
}

table {
    border-collapse: collapse;
    border-spacing: 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, h2, h3, h4 {
    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;
    }
}

.title--large {
    font-size: 62px;
}

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

    .title {
        font-size: 48px;
    }
}

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

    .title {
        font-size: 40px;
    }
}

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

    .title {
        font-size: 32px;
    }

    .title br {
        display: none;
    }
}

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

.text--mb {
    margin-bottom: 40px;
}

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

.mobile-visible {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile-visible {
        display: block !important;
    }
}

.tablet-visible {
    display: none !important;
}

@media (max-width: 1340px) {
    .tablet-visible {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .mobile-hidden {
        display: none !important;
    }
}

.mono {
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}

.link_underline {
    border-bottom: 1px dashed rgba(161, 170, 179, .4);
    -webkit-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out;
}

.highcharts-credits {
    display: none;
}

.highcharts-point {
    stroke: #000;
    stroke-width: 1px;
}

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

.btn_with-comment {
    position: relative;
    margin-bottom: 40px !important;
}

.btn_with-comment .btn__link {
    display: block;
    width: calc(100% + 20px);
    margin: -16px -10px;
    padding: 16px 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .btn_with-comment .btn__link {
        margin: -12px -10px;
    }
}

.btn_with-comment .btn__comment {
    right: 0;
    bottom: -30px;
    left: 0;
    position: absolute;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: hsla(0, 0%, 100%, .5);
}

@media (max-width: 767px) {
    .btn_with-comment {
        margin-bottom: 60px !important;
    }
}

a {
    color: inherit;
}

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

.page-pool .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-pool .header__content {
    border-radius: 0;
}

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

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

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

    .page-pool .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: 40px;
    padding-right: 40px;
}

@media (max-width: 768px) {
    .pool-info__chart {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tooltip.pool-chart__tooltip {
        max-width: 50px;
        min-width: initial;
        padding: 2px;
        font-size: 10px;
    }

    .tooltip.pool-chart__tooltip * {
        white-space: initial;
    }
}

.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);
    border-right: none;
    position: relative;
}

.pool-info .pool-options__item:lang(ar) {
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-left: none;
}

.page-pool .pool-info .pool-options__item {
    min-width: 25%;
    min-height: 107px;
}

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

    .page-pool .pool-info .pool-options__item {
        min-width: 25%;
        min-height: 77px;
    }
}

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

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

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

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

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

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

@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 .pool-options__item {
    padding-right: 0;
    flex-basis: 20%;
}

.pool-info .pool-options__item:lang(ar) {
    padding-left: 0;
    padding-right: 16px;
    flex-basis: 20%;
}

.pool-info .pool-options__item:first-child {
    margin-left: 0;
    border-left: none;
    flex-basis: 40%;
}

.pool-info .pool-options__item:last-child {
    padding-right: 0;
    flex-basis: 20%;
}

.pool-info .pool-options__item:last-child:lang(ar) {
    padding-right: 16px;
    padding-left: 0;
}

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

    .pool-info .pool-options__row .pool-options__item {
        padding-right: 0;
        flex-basis: 100%;
    }

    .pool-info .pool-options__item:lang(ar) {
        border-left: none;
        border-right: none;
    }
}

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

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

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

.advantages-block {
    padding: 30px 0;
    border: 1px solid rgba(161, 170, 179, .3);
    border-radius: 5px;
}

.advantages-block__item {
    margin-bottom: 20px;
    padding: 0 20px 18px 30px;
    border-bottom: 1px solid rgba(161, 170, 179, .15);
}

.advantages-block .advantages-title {
    margin-bottom: 10px;
    font-family: directors_gothic_220_semibold, 'Open Sans';
    font-size: 40px;
    line-height: .8;
}

.advantages-block .advantages-text {
    font-size: 17px;
    line-height: 1.17;
    letter-spacing: -.41px;
}

.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__headline {
    padding: 0 40px 0 36px;
}

@media (max-width: 1340px) {
    .pool-info__headline {
        top: 30px;
    }
}

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

@media (max-width: 480px) {
    .pool-info__headline {
        padding-top: 10px;
    }
}

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

.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: 65px;
    line-height: .96;
    letter-spacing: .71px;
    text-shadow: 0 0 25px #000;
}

.pool-info__title[title="MimbleWimbleCoin"] {
    font-size: 61px;
}
.pool-info__title[title="MimbleWimbleCoin SOLO"] {
    font-size: 61px;
}


@media (max-width: 1340px) {
    .pool-info__title {
        font-size: 66px;
        padding-right: 20px;
    }
    .pool-info__title[title="MimbleWimbleCoin"] {
        font-size: 52px;
    }
    .pool-info__title[title="MimbleWimbleCoin SOLO"] {
        font-size: 52px;
    }
}

@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;
    }
    .pool-info__title[title="MimbleWimbleCoin"] {
        font-size: 42px;
    }
    .pool-info__title[title="MimbleWimbleCoin SOLO"] {
        font-size: 42px;
    }
}

@media (max-width: 480px) {
    .pool-info__title {
        font-size: 36px;
    }
    .pool-info__title[title="MimbleWimbleCoin"] {
        font-size: 22px;
    }
    .pool-info__title[title="MimbleWimbleCoin SOLO"] {
        font-size: 22px;
    }
}

.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__dscr {
    padding: 20px 40px;
}

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

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

@media (max-width: 480px) {
    .pool-info__dscr {
        padding-bottom: 0;
    }
}

.pool-info__dscr .pool-dscr-list {
    float: left;
    width: 335px;
}

@media (max-width: 1340px) {
    .pool-info__dscr .pool-dscr-list {
        width: 290px;
    }
}

@media (max-width: 980px) {
    .pool-info__dscr .pool-dscr-list {
        float: none;
        width: 100%;
    }
}

.pool-info__dscr .pool-dscr-list__item:after {
    content: "";
    display: table;
    clear: both;
}

.pool-info__dscr .pool-dscr-list__item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.pool-info__dscr .pool-dscr-list__item:last-child {
    border-bottom: none;
}

.pool-info__dscr .pool-dscr-list__item span {
    display: block;
    float: left;
    width: 50%;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -.42px;
}

@media (max-width: 1340px) {
    .pool-info__dscr .pool-dscr-list__item span {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .pool-info__dscr .pool-dscr-list__item span {
        font-size: 14px;
    }
}

.pool-info__dscr .pool-dscr-list__item span + span {
    font-weight: 400;
    text-align: right;
}

@media (max-width: 980px) {
    .pool-info__dscr .pool-dscr-list__item span + span {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .pool-info__dscr .pool-dscr-list__item span + span {
        text-align: right;
    }
}

.pool-info__dscr .pool-dscr-list__item span.comment {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -.2px;
    text-align: left;
    color: rgba(255, 255, 255, .5);
}

.pool-info__dscr .pool-dscr-list__item span.comment:lang(ar) {
    width: 50%;
    text-align: right;
}

@media (max-width: 1340px) {
    .pool-info__dscr .pool-dscr-list__item span.comment {
        margin-top: 5px;
        font-size: 12px;
    }
}

.pool-info__dscr .pool-dscr-list + .pool-options {
    float: left;
    width: calc(100% - 375px);
    margin-left: 40px;
}

@media (max-width: 1340px) {
    .pool-info__dscr .pool-dscr-list + .pool-options {
        width: calc(100% - 330px);
    }
}

@media (max-width: 1024px) {
    .pool-info__dscr .pool-dscr-list + .pool-options {
        width: calc(100% - 320px);
        margin-left: 30px;
    }
}

@media (max-width: 980px) {
    .pool-info__dscr .pool-dscr-list + .pool-options {
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}

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

.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__footer .btn + .btn {
    width: 330px;
    margin-left: 15px;
}

@media (max-width: 980px) {
    .pool-info__footer .btn + .btn {
        width: 260px;
    }
}

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

.pool-info__chart .pool-chart {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.pool-chart__tooltip {
    min-width: 71px;
    height: 44px;
}

.pool-chart__tooltip * {
    white-space: nowrap;
}

.pool-info__chart .pool-chart,
.pool-info__chart .pool-chart svg {
    overflow: visible;
}

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

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

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

@media (max-width: 980px) {
    .pool-parameters {
        padding: 50px 0 30px;
    }
}

.pool-parameters .container {
    overflow: hidden;
}

.pool-parameters__container {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

@media (max-width: 1340px) {
    .pool-parameters__col {
        float: none;
        width: 100%;
        margin: 0 0 30px;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-wr .text-green {
    color: #74b71f;
}

.table-wr .text-gray, .text-gray {
    color: #a1aab2;
}

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

@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: flex;
    justify-content: center;
    align-items: center;
}

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

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

.link_underline:hover {
    border-color: currentColor;
}

.link_base {
    color: #f50;
}

.link_base:hover {
    text-decoration: underline;
}

.img-wr {
    overflow: hidden;
    position: relative;
}

.img-wr img {
    top: 0;
    left: 50%;
    position: absolute;
    min-height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

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

.list > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.list > li:last-child {
    margin-bottom: 0;
}

.list > li:before {
    content: '\2014';
    left: 0;
    position: absolute;
}

ol.list {
    counter-reset: list;
}

ol.list > li {
    counter-increment: list;
    list-style: none;
}

ol.list > li:before {
    content: counter(list) '.';
    left: 0;
    position: absolute;
}

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

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

.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: 13px;*/
        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;
    }
}

@media (min-width: 481px) {
    .pool-info__dscr .pool-dscr-list + .pool-options .pool-options__row {
        flex-wrap: nowrap;
    }
}

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

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

@media (max-width: 1340px) {
    .pool-parameters__col:nth-child(2n+2) {
        margin-left: 0;
    }

    .pool-parameters__col:last-of-type {
        margin-bottom: 0;
    }
}

.pool-parameters__col .table-wr {
    margin-bottom: 30px;
}

.pool-parameters__col .table-wr .text-green {
    color: #74b71f;
}

.pool-parameters .title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 58px;
    line-height: .9;
}

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

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

@media (min-width: 769px) {
    .pool-parameters .title {
        white-space: nowrap;
    }
}

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

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

.pool-parameters .title span {
    margin-left: 12px;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.06;
    letter-spacing: -.36px;
    white-space: normal;
}

@media (max-width: 980px) {
    .pool-parameters .title span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .pool-parameters .title span {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
}

.pool-parameters .mono {
    font-style: normal;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}

.reviews-block {
    max-width: 1340px;
    margin: 0 auto;
    padding: 33px 0 40px;
    background-color: rgba(247, 249, 250, .5);
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(161, 170, 179, .08);
    box-shadow: inset 0 1px 0 rgba(161, 170, 179, .08);
}

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

.reviews-block .title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 80px;
    line-height: .9;
}

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

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

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

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

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

.reviews-list {
    padding-bottom: 17px;
}

.reviews-list__item {
    position: relative;
    float: left;
    width: calc(33.33333% - 20px);
    margin-left: 30px;
    margin-bottom: 20px;
    padding: 20px 30px 30px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 0;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 115, 230, .02), 0 1px 1px -1px rgba(161, 170, 179, .6), 0 1px 1px rgba(161, 170, 179, .05);
    box-shadow: 0 10px 50px -10px rgba(0, 115, 230, .02), 0 1px 1px -1px rgba(161, 170, 179, .6), 0 1px 1px rgba(161, 170, 179, .05);
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

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

@media (max-width: 980px) {
    .reviews-list__item {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .reviews-list__item {
        width: calc(50% - 10px);
        margin-left: 20px;
    }

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

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

@media (max-width: 480px) {
    .reviews-list__item {
        width: 100%;
        margin-left: 0;
    }

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

    .reviews-list__item:nth-child(2n+1) {
        clear: none;
    }
}

.reviews-list__item .review-text {
    margin-bottom: 14px;
    padding-bottom: 10px;
    letter-spacing: -.36px;
    color: #180800;
    border-bottom: 1px solid rgba(161, 170, 179, .15);
}

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

.reviews-list__item .review-author__photo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.reviews-list__item .review-author__photo .img-wr {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.reviews-list__item .review-author__photo + .review-author__name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 51px);
}

.reviews-list__item .review-author__name {
    letter-spacing: -.32px;
}

.reviews-list__item .review-author__name b {
    font-weight: 600;
}

.reviews-list__item .review-author__name .nickname {
    display: block;
    color: #a1aab3;
}

.join-block_wrap {
    padding: 30px 0 40px;
}

@media (max-width: 767px) {
    .join-block_wrap {
        padding: 30px 15px;
    }
}

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

.page-pool .twocol-block__container:first-of-type {
    padding-bottom: 35px;
    margin-bottom: 0;
}

.page-pool .twocol-block__container:last-of-type {
    border-bottom: 0;
}

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

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

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

@media (max-width: 767px) {
    .advantages-block__item {
        padding-left: 20px;
    }
}

.advantages-block__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

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

@media (max-width: 980px) {
    .advantages-block .advantages-title .icon-coin {
        font-size: 30px;
    }
}

.advantages-block .advantages-title .icon-coin:not(:first-child) {
    margin-left: -13px;
}

@media (max-width: 980px) {
    .advantages-block .advantages-title .icon-coin:not(:first-child) {
        margin-left: -20px;
    }
}

.advantages-block .advantages-text {
    font-size: 17px;
    line-height: 1.17;
    letter-spacing: -.41px;
}

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

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

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

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

.post-block {
    max-width: 1340px;
    margin: 0 auto 55px;
    background: #fafafa;
    border-top: 1px solid #dfe2e4;
}

.post-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

@media (max-width: 767px) {
    .post-block__title {
        padding: 40px 15px 0;
    }
}

.post-block__title .title {
    line-height: 1.2;
    padding-bottom: 0;
}

.post-blog {
    display: flex;
    margin: 20px -15px;
}

@media (max-width: 767px) {
    .post-blog {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
}

.post-blog__item {
    width: 50%;
    display: flex;
    box-shadow: 0 1px 1px #e9ecef;
    border-radius: 4px;
    margin: 0 15px 20px;
    background: #fff;
    overflow: hidden;
}

@media (max-width: 767px) {
    .post-blog__item {
        width: 100%;
    }
}

@media (max-width: 424px) {
    .post-blog__item {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.post-blog__item:hover {
    cursor: pointer;
    box-shadow: 0 5px 15px #e9ecef;
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.post-blog__item:hover .post-descr__title {
    color: #f50;
}

.post-img {
    position: relative;
    width: 170px;
    min-height: 121px;
    flex: 0 0 auto;
}

@media (max-width: 424px) {
    .post-img {
        width: 100%;
        padding-bottom: 56.25%;
    }
}

.post-img img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-descr__title {
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .post-descr__title {
        font-size: 18px;
    }
}

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

.post-descr {
    margin: 0 45px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1200px) {
    .post-descr {
        padding: 15px 0;
        margin: 0 20px;
    }
}

.post-subscribe {
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    line-height: normal;
    font-size: 15px;
    color: #a1aab2;
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
}

@media (max-width: 980px) {
    .post-subscribe {
        font-size: 13px;
    }
}

.post-subscribe__author {
    position: relative;
}

.post-subscribe__date:after {
    content: '.';
    top: -6px;
    right: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    font-weight: 600;
    font-size: 16px;
    color: #a1aab3;
}

.pool-info .pool-options__item .options-name a, .pool-info .pool-options__item .options-name a > strong {
    transition: .2s;
    color: #f50;
}

.pool-info .pool-options__item .options-name:hover a {
    color: #a1aab3;
    transition: .2s;
}
.pool-info .pool-options__item .options-name:hover a > strong {
    color: #ffffff;
    transition: .2s;
}

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

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


div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

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

.link_underline {
    border-bottom: 1px dashed rgba(161, 170, 179, .4);
    -webkit-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out;
}

a {
    color: inherit;
}

@media (max-width: 480px) {
    .table tbody tr td .label {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        position: relative;
        display: inline-block;
        margin-top: 5px;
        margin-left: 5px;
        -webkit-transform: none;
        transform: none;
    }
    .mev-bg {
        font-size: 10px !important;
    }
}


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

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

.link_underline:hover {
    border-color: currentColor;
}

.label {
    cursor: pointer;
    margin-left: 10px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 4px;
}

.label:before {
    display: none;
    content: '';
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    position: absolute;
}

.label__tooltip {
    opacity: 0;
    visibility: hidden;
    bottom: calc(100% + 10px);
    left: 50%;
    position: absolute;
    padding: 6px 20px;
    font-size: 13px;
    white-space: nowrap;
    color: #000;
    background: #fff;
    border: 1px solid #a1aab3;
    border-radius: 6px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.label__tooltip:after {
    content: '';
    top: calc(100% - 1px);
    left: calc(50% - 10px);
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.label__tooltip:before {
    content: '';
    top: 100%;
    left: calc(50% - 10px);
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #a1aab3;
}

@media (max-width: 1064px) {
    .label__tooltip {
        left: auto;
        right: -10px;
        -webkit-transform: none;
        transform: none;
    }

    .label__tooltip:lang(ar) {
        right: auto;
        left: -10px;
    }

    .label__tooltip:before, .label__tooltip:after {
        left: auto;
        right: 20px;
    }

    .label__tooltip:lang(ar):before,
    .label__tooltip:lang(ar):after {
        right: auto;
        left: 20px;
    }
}

.label:hover:before {
    display: block;
}

.label:hover .label__tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}


.uncle-bg {
    color: #000;
    background-color: transparent;
    border: 1px solid #a1aab2;
}
.mev-label {
    color: #00e686;
}
.mev-bg {
    color: #74b71f;
    background-color: transparent;
    border: 1px solid #74b71f;
}

.pool-parameters__col .uncle-bg {
    position: relative;
    color: #000;
    background-color: transparent;
    border: 1px solid #a1aab2;
}

.pre-title {
    margin-bottom: 30px;
}

.twocol-block__content .title {
    margin-top: 5px;
}

.pool-options__item.pool-options__item-large {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #f55959;
    padding: 50px 0 54px 0;
    line-height:1
}

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

.orange {
    color: #f50 !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 .options-name:lang(ar) {
    margin-left: 0px;
    margin-right: 6px;
}
.pool-parameters .title span:lang(ar) {
    margin-left: 0px;
    margin-right: 12px;
}
.table tbody tr td .label:lang(ar) {
    left: auto;
}
.label:lang(ar) {
    margin-left: 0px;
    margin-right: 10px;
}
.pool-parameters__col:nth-child(2n+2):lang(ar) {
    margin-left: 0px;
    margin-right: 60px;
}
.khajiit {
    position: relative;
    width: 14px;
    height: 18px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
}