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

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

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

body, div, footer, form, h1, header, html, i, iframe, img, p, span {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-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(/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;
}

.page {
    min-height: calc(100vh - 236px);
}

@media (max-width: 767px) {
    .page {
        min-height: calc(100vh - 299px);
        padding: 20px 15px;
    }
}

.page__content_subpage {
    padding-top: 60px;
}

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

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

.article__content h1 {
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 80px;
    line-height: .9;
}

@media (max-width: 1340px) {
    .article__content h1 {
        font-size: 66px;
    }
}

@media (max-width: 1024px) {
    .article__content h1 {
        font-size: 56px;
    }
}

@media (max-width: 980px) {
    .article__content h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .article__content h1 {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .article__content h1 {
        font-size: 30px;
    }
}

.article__content p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: .34px;
}

@media (max-width: 1024px) {
    .article__content p {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .article__content p {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .article__content p {
        margin-bottom: 15px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .article__content p {
        font-size: 14px;
    }
}

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

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

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

.header-copyright__text br {
    display: none;
}

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

.header-nav__content {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page__content {
    position: relative;
}

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