:root {
    --l-color-accent: #fec70d;
    --l-color-white: #fff;
    --l-color-dark: #111;
    --l-color-dark-1: #333;
    --l-color-bluelight: #ebf2fc;
    --l-color-bluewhite: #edf2f8;
    --l-color-purple: #5c1db0;
    --l-color-orange: #f89f30;
    --l-color-green: #28c73b;
    --l-color-purpledark: #3c0569;
    --l-color-bluedegrees: #006aff;

    --l-font-size-default: 16px;
    --l-font-family-default: 'Futura PT', sans-serif;
    --l-font-title-size-1: 34px;
    --l-font-title-size-2: 31px;
    --l-font-title-size-3: 30px;
    --l-font-title-size-4: 21px;
    --l-font-title-size-5: 18px;
    --l-font-title-size-6: 16px;

    --l-gap: 15px;

    --l-shadow-card: 0 14px 27px rgba(154,155,176,.17);
}

/* fonts
=====================*/

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
         url('../fonts/FuturaPT-Medium.woff') format('woff'),
         url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
         url('../fonts/FuturaPT-Demi.woff') format('woff'),
         url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaPT-Bold.woff2') format('woff2'),
         url('../fonts/FuturaPT-Bold.woff') format('woff'),
         url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-ExtraBold.eot');
    src: url('../fonts/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaPT-ExtraBold.woff2') format('woff2'),
         url('../fonts/FuturaPT-ExtraBold.woff') format('woff'),
         url('../fonts/FuturaPT-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* l-components
=====================*/

body {
    overflow-x: hidden;
}

#l-wrapper,
#l-wrapper h1,
#l-wrapper h2,
#l-wrapper h3,
#l-wrapper h4,
#l-wrapper h5,
#l-wrapper h6,
#l-wrapper input,
#l-wrapper select,
#l-wrapper textarea {
    line-height: 1.2;
}

#l-wrapper {
    font-weight: 500;
    font-family: var(--l-font-family-default);
    font-size: var(--l-font-size-default);
    color: var(--l-color-dark);
    position: relative;
    overflow: clip;
}

.l-btn {
    background: var(--l-color-accent);
    min-height: 45px;
    padding: 13px 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.25;
    color: var(--l-color-dark);
    text-align: center;
    text-transform: initial;
    border: none;
    border-radius: 5px;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.l-btn:hover {
    text-decoration: none;
}

.l-btn--theme-accent {
    background: var(--l-color-accent);
    color: var(--l-color-dark);
}

.l-btn--theme-accent:hover {
    background: var(--l-color-orange);
}

.l-btn--theme-blue {
    background: #1e6eaf;
    color: var(--l-color-white);
}

.l-btn--theme-blue:hover {
    background: #07528f;
}

.l-btn--theme-orange {
    background: var(--l-color-orange);
    color: var(--l-color-white);
}

.l-btn--theme-orange:hover {
    background: var(--l-color-accent);
}

.l-btn--theme-purple {
    background: var(--l-color-purpledark);
    color: var(--l-color-white);
}

.l-btn--theme-purple:hover {
    background: #2c054c;
}

.l-btn--theme-bluedegrees {
    background: var(--l-color-bluedegrees);
    color: var(--l-color-white);
}

.l-btn--theme-bluedegrees:hover {
    background: #0751b9;
}

.l-text-overflow {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.l-content {
    font-size: 15px;
    line-height: 1.2;
}

.l-content > :first-child {
    margin-top: 0;
}

.l-content > :last-child {
    margin-bottom: 0;
}

.l-content p {
    margin: 0 0 2em;
}

.l-content h1 {
    margin: 1em 0 1em;
}

.l-content h2 {
    margin: 1em 0 1.2em;
}

.l-content h3 {
    margin: 1em 0 1.4em;
}

.l-content h4 {
    margin: 1em 0 1.4em;
}

.l-content h5 {
    margin: 1em 0 1.5em;
}

.l-content h6 {
    margin: 1em 0 1.6em;
}

.l-content .aligncenter,
.l-content .alignleft,
.l-content .alignright {
    margin-top: 1em;
    margin-bottom: 1em;
}

.l-content .aligncenter {
    margin-right: auto;
    margin-left: auto;
}

.l-content .alignleft {
    margin-right: auto;
}

.l-content .alignright {
    margin-left: auto;
}

.l-content table {
    border: 1px solid #000;
    border-collapse: collapse;
}

.l-content table td,
.l-content table th {
    border: 1px solid #000;
}

.l-main-content li:not(:last-child) {
    margin-bottom: .5em;
}

.l-currency-card {
    color: var(--l-color-white);
    text-align: center;
    border: none;
    border-collapse: collapse;
}

.l-currency-card--bitcoin {
}

.l-currency-card--ethereum {
}

.l-currency-card--litecoin {
}

.l-currency-card--doge {
}

.l-currency-card--stablecoin {
}

.l-currency-card--1 {
}

.l-currency-card--2 {
}

.l-currency-card--3 {
}

.l-currency-card--4 {
}

.l-currency-card td {
    width: 100%;
    display: block;
}

.l-currency-card__header {
    background: #1a1d38;
    padding-bottom: 62%;
    display: block;
    border-radius: 6px;
    position: relative;
}

.l-currency-card--bitcoin .l-currency-card__header {
    background: -o-linear-gradient(315deg,#dc505f 0%,#ffae41 100%);
    background: linear-gradient(135deg,#dc505f 0%,#ffae41 100%);
}

.l-currency-card--ethereum .l-currency-card__header {
    background: -o-linear-gradient(315deg,#1c43a6 0%,#21a6ba 100%);
    background: linear-gradient(135deg,#1c43a6 0%,#21a6ba 100%);
}

.l-currency-card--litecoin .l-currency-card__header {
    background: -o-linear-gradient(315deg,#8f32ee 0%,#bb7df7 100%);
    background: linear-gradient(135deg,#8f32ee 0%,#bb7df7 100%);
}

.l-currency-card--doge .l-currency-card__header {
    background: -o-linear-gradient(315deg,#f08815 0%,#ffae41 100%);
    background: linear-gradient(135deg,#f08815 0%,#ffae41 100%);
}

.l-currency-card--stablecoin .l-currency-card__header {
    background: -o-linear-gradient(315deg,#5552e2 0%,#57b3dc 100%);
    background: linear-gradient(135deg,#5552e2 0%,#57b3dc 100%);
}

.l-currency-card--1 .l-currency-card__header {
  background: -webkit-linear-gradient( -45deg, rgb(39,89,150) 1%, rgb(20,121,182) 58%, rgb(0,153,214) 100%, rgb(252,180,109) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%);
}

.l-currency-card--2 .l-currency-card__header {
    background: -webkit-linear-gradient( -45deg, rgb(166,227,40) 0%, rgb(147,208,21) 64%, rgb(128,189,1) 100%, rgb(33,166,186) 100%);
}

.l-currency-card--3 .l-currency-card__header {
    background: -webkit-linear-gradient( -45deg, rgb(251,140,0) 1%, rgb(245,124,0) 58%, rgb(239,108,0) 100%, rgb(188,127,247) 100%, rgb(252,180,109) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%);
}

.l-currency-card--4 .l-currency-card__header {
    background-image: -webkit-linear-gradient( -45deg, rgb(143,50,238) 1%, rgb(166,89,243) 58%, rgb(188,127,247) 100%, rgb(252,180,109) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%);
}

.l-currency-card__picture {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    display: block;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.l-currency-card__picture:after,
.l-currency-card__icon {
    display: inline-block;
    vertical-align: middle;
}

.l-currency-card__picture:after {
    width: 0;
    height: 100%;
    content: '';
}

.l-currency-card__icon {
    max-width: 100%;
    max-height: 100%;
}

.l-currency-card__name {
    width: 100%;
    padding: 0 10px;
    font-weight: bold;
    font-size: var(--l-font-title-size-5);
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.l-currency-card__footer {
    padding: 20px;
    display: block;
    text-align: center;
}

.l-currency-card__profit {
    display: block;
    font-weight: bold;
    font-size: var(--l-font-title-size-6);
}

.l-currency-card__profit span {
    font-weight: 800;
    color: var(--l-color-accent);
}

.l-list-currency {
    display: block;
}

.l-list-currency tr,
.l-list-currency td,
.l-list-currency th {
    display: block;
}

.l-list-currency__row {
    margin: 0 -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.l-list-currency__col {
    width: 168px;
    margin: 0 25px;
    display: block;
}

.l-decor {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.l-author-card {
}

.l-author-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.l-author-card__media {
    max-width: 165px;
    margin-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
}

.l-author-card__picture {
    padding-bottom: 121.212121212%;
    display: block;
    border-radius: 5px;
    -webkit-box-shadow: var(--l-shadow-card);
            box-shadow: var(--l-shadow-card);
    position: relative;
    overflow: hidden;
}

.l-author-card__avatar {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.l-author-card__content {
    padding-bottom: 8px;
}

.l-author-card__name {
    margin: 0 0 10px;
    font-size: var(--l-font-title-size-4);
}

.l-author-card__name b,
.l-author-card__name strong {
    font-weight: bold;
}

.l-author-card__description {
    margin: 0;
    font-size: var(--l-font-title-size-5);
}

.l-faq-card {
    background: var(--l-color-white);
    border-radius: 9px;
    -webkit-box-shadow: var(--l-shadow-card);
            box-shadow: var(--l-shadow-card);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
}

.l-faq-card:not(.is-show):hover {
    -webkit-box-shadow: 0 5px 12px rgba(154,155,176,.4);
            box-shadow: 0 5px 12px rgba(154,155,176,.4);
}

.l-faq-card__header {
    background: var(--l-color-bluelight);
    padding: 22px 34px 22px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.l-faq-card__header:hover {
    background: var(--l-color-bluewhite);
}

.l-faq-card__title {
    padding-right: 20px;
    font-weight: bold;
    font-size: var(--l-font-title-size-5);
}

.l-faq-card__btn {
    background: transparent;
    width: 9px;
    height: 9px;
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9px;
            flex: 0 0 9px;
    font-size: 0;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}

.l-faq-card__btn:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.l-faq-card__btn:after {
    background: url(../images/icon/arrow-down.svg) 50% no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.l-faq-card.is-show .l-faq-card__btn:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.l-faq-card__content {
    padding: 32px;
}

.l-faq-card:not(.is-show) .l-faq-card__content {
    display: none;
}

.l-promo-code {
    background: transparent;
    width: 200px;
    height: 45px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    border: 1px dashed transparent;
    border-radius: 5px;
    outline: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.l-promo-code:hover {
    opacity: .5;
}

.l-promo-code--theme-green {
    border-color: var(--l-color-green);
}

.l-promo-code--theme-white {
    color: var(--l-color-white);
    border-color: var(--l-color-white);
}

.l-promo-code--theme-orange {
    color: var(--l-color-orange);
    border-color: var(--l-color-orange);
}

.l-promo-code.is-copied {
    background: var(--l-color-green);
    color: var(--l-color-white);
    border: var(--l-color-green);
    pointer-events: none;
}

.l-gambling-card {
    background: var(--l-color-white);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 9px;
    -webkit-box-shadow: var(--l-shadow-card);
            box-shadow: var(--l-shadow-card);
}

.l-gambling-card__header {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.l-gambling-card__media {
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
}

.l-gambling-card__picture {
    padding-bottom: 56.25%;
    display: block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.l-gambling-card__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
}

.l-gambling-card__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.l-gambling-card__title {
    margin: 0 0 4px;
    font-weight: bold;
    font-size: var(--l-font-title-size-4);
}

.l-gambling-card__rated {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

.l-gambling-card__footer {
    margin-top: auto;
}

.l-gambling-card__btn-group {
    margin: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-gambling-card__btn {
    margin: 3px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.l-gambling-card__code {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.l-gambling-card__code-title {
    margin: -4px 0 10px;
    text-transform: uppercase;
}

.l-gambling-card__code-text {
    margin: 0 0 10px;
}

.l-gambling-card__code-promo {
    margin: 0 0 10px;
    width: 100%;
}

/* l-intro
=====================*/

.l-intro {
    background: #0c0440;
    color: var(--l-color-white);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.l-intro--interest {
    background-image: -webkit-linear-gradient(20deg,rgb(130,78,166) 0%,rgb(79,55,111) 38%,rgb(28,32,55) 100%);
}

.l-intro--promo {
    background: transparent;
}

.l-intro--versus {
    background: #0c0440;
    color: #1c2037;
}

.l-intro--blockfi {
    background: #00015e;
}

.l-intro--interest:after,
.l-intro--promo:after,
.l-intro--blockfi .l-intro__header:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.l-intro--interest:after {
    background: url(../images/l-intro-bg-1.svg) 0 0 no-repeat;
    background-size: auto 100%;
    top: 0;
    left: 0;
}

.l-intro--promo:after {
    background: -o-linear-gradient(54deg, #470191 0%,#1b2dae 15%,#490273 48%,#182eaf 100%);
    background: linear-gradient(36deg, #470191 0%,#1b2dae 15%,#490273 48%,#182eaf 100%);
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1.5) translate(-50%, -50%);
        -ms-transform: scale(1.5) translate(-50%, -50%);
            transform: scale(1.5) translate(-50%, -50%);
}

.l-intro--blockfi .l-intro__header:after {
    background: -o-radial-gradient(center,  ellipse,  #00015e 0%,#000018 100%);
    background: radial-gradient(ellipse at center,  #00015e 0%,#000018 100%);
    top: 0;
    left: 0;
    z-index: -2;
}

.l-intro__header {
    padding: 112px 0 50px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.l-intro--blockfi .l-intro__header:before {
    content: '';
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: -1;
}

.l-intro--blockfi .l-intro__header:before {
    background: #6c87f0;
    width: 986px;
    height: 986px;
    margin-left: 440px;
    border-radius: 50%;
    top: -646px;
    left: 50%;
    opacity: .16;
}

.l-intro--versus .l-intro__header {
    background: url(../images/intro-versus-bg.jpg) center top no-repeat;
    background-size: cover;
}

.l-intro__title-wrap {
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.l-intro__title-wrap--icon-binance:before {
    background: url(../images/l-binance-logo.svg) 50% no-repeat;
    background-size: contain !important;
    width: 58px;
    height: 58px;
    margin: -6px 16px 0 0;
    content: '';
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
            flex: 0 0 58px;
    vertical-align: middle;
}

.l-intro__title {
    margin: 0;
    font-weight: 800;
    font-size: var( --l-font-title-size-1);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.l-intro__title-picture {
    margin-right: 20px;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.l-intro__title-picture {
    width: auto;
    max-width: 152px;
    height: auto;
    max-height: 48px;
    display: block;
}

.l-intro__title span {
    color: var(--l-color-accent);
}

.l-intro--blockfi .l-intro__title span {
    color: #004bef;
}

.l-intro__list-currency {
    margin-bottom: 30px;
}

.l-intro__last-verifed {
    margin: 0 0 26px;
    font-weight: bold;
    font-size: var(--l-font-title-size-2);
    text-align: center;
}

.l-intro__btn-wrap {
    text-align: center;
}

.l-intro__btn {
    min-width: 190px;
}

.l-intro__code {
    width: 100%;
    max-width: 500px;
    margin: -30px auto 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.l-intro__code-promo {
    max-width: 220px;
    margin: 0 auto 20px;
}

.l-intro__code-title {
    margin: 0 0 12px;
    text-transform: uppercase;
}

.l-intro__code-text {
    margin: 0 0 24px;
    font-size: 15px;
}

.l-intro__course {
    background: #1c2037;
    height: 120px;
}

.l-intro__footer {
    padding: 48px 0;
    text-align: center;
    position: relative;
}

.l-intro--versus .l-intro__footer:before,
.l-intro--blockfi .l-intro__footer:before {
    width: 100vw;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.l-intro--versus .l-intro__footer:before {
    background: #bbd3ff;
}

.l-intro--blockfi .l-intro__footer:before {
    background: #004aea;
}

.l-intro__footer .container {
    z-index: 0;
    position: relative;
}

.l-intro__footer-text {
    max-width: 970px;
    margin: 0 auto;
    font-weight: 600;
}

.l-intro__versus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.l-intro__versus-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.l-intro__versus-btn {
    min-width: 200px;
    margin: 0 0 46px;
}

.l-intro__versus-logo {
    max-width: 160px;
    height: 40px;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
}

.l-intro__versus-logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* l-main
=====================*/

.l-main {
    padding: 50px 0 150px;
    position: relative;
    overflow: clip;
    z-index: 0;
}

.l-main--interest {
    background: #fbfafa;
}

.l-main--promo {
    background: #fbfafa;
}

.l-main--versus {
    background: #fbfafa;
}

.l-main__breadcrumbs {
    margin: 0 0 32px;
    font-weight: 500;
    font-size: 14px;
}

.l-main__breadcrumbs .breadcrumb_last {
    font-weight: 600;
    color: var(--l-color-purple);
}

.l-main__block {
    padding-bottom: 34px;
    position: relative;
}

.l-main__decor--1 {
    background: #f1f6fa;
    width: 590px;
    height: 100%;
    top: 0;
    left: -30px;
    -webkit-transform: skewX(50deg);
        -ms-transform: skewX(50deg);
            transform: skewX(50deg);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    z-index: -1;
}

.l-main__decor--2 {
    background-image: url(../images/icon/circle-triple.svg);
    width: 546px;
    height: 546px;
    margin-left: 200px;
    top: 60px;
    left: 100%;
    opacity: .75;
}

.l-main__decor--3 {
    background-image: url(../images/icon/circle-triple.svg);
    width: 740px;
    height: 740px;
    margin-right: 140px;
    top: 320px;
    right: 100%;
    opacity: .6;
}

.l-main__decor--4 {
    background: #f2f6fa;
    width: 100%;
    height: 540px;
    top: 200px;
    left: -630px;
    -webkit-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
            transform: rotate(-44deg);
    z-index: -1;
}

.l-main__decor--5 {
    background-image: url(../images/icon/circle-triple.svg);
    width: 240px;
    height: 240px;
    margin-left: -122px;
    top: -116px;
    left: 100%;
    opacity: .3;
    z-index: -1;
}

.l-main__decor--6 {
    background: #eff1f9;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    position: absolute;
    bottom: -70px;
    right: -400px;
    z-index: -1;
}

.l-main__decor--7 {
    background-image: url(../images/icon/circle-triple.svg);
    width: 240px;
    height: 240px;
    left: 50px;
    bottom: 50px;
    opacity: .3;
    z-index: -1;
}

.l-main__block-row {
    margin: 0 calc(-1 * var(--l-gap));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.l-main__block-col {
    max-width: 100%;
    padding: 0 var(--l-gap);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.l-main__block-col--aside {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    position: sticky;
    top: 0;
}

.l-main__block-col--content {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
}

.l-main-aside {
}

.l-main-aside__title {
    margin: 0 0 21px;
    font-weight: bold;
    font-size: var(--l-font-title-size-4);
    position: relative;
}

.l-main-aside__list {
}

.l-main-aside__list-card {
}

.l-main-aside__list-card:not(:last-child) {
    margin-bottom: 10px;
}

.l-main-content {
    padding-top: 46px;
    position: relative;
}

.l-main-content__header {
    margin: 0 0 56px;
}

.l-main--promo .l-main-content__header,
.l-main--versus .l-main-content__header {
    background: var(--l-color-white);
    padding: 24px;
    border-radius: 9px;
    position: relative;
}

.l-main-content__title {
    min-height: 30px;
    margin: 0 0 16px;
    padding: 0 0 0 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: var(--l-font-title-size-1);
    position: relative;
}

.l-main--versus .l-main-content__title {
    padding-left: 0 !important;
}

.l-main-content__title:before {
    background: url(../images/icon/circle-triple.svg) 50% no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
}

.l-main--versus .l-main-content__title:before {
    display: none !important;
}

.l-main-content__description {
    max-width: 700px;
    margin: 0;
    font-size: 18px;
    letter-spacing: .033em;
}

.l-main--promo .l-main-content__description {
    margin-bottom: 0;
}

.l-main-content__author {
    margin: 0 0 73px;
}

.l-main-content__faq-list {
    padding-top: 30px;
    counter-reset: faq-card-counter;
}

.l-main-content__faq-list-card {
    counter-increment: faq-card-counter;
}

.l-main-content__faq-list-card .l-faq-card__title:before {
    margin-right: .6em;
    content: counter(faq-card-counter) '.';
    font-size: var(--l-font-title-size-4);
}

.l-main-content__faq-list-card:not(:last-child) {
    margin-bottom: 30px;
}

.l-currency-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.l-currency-item__media {
    background: #1a1d38;
    width: 60px;
    max-width: 60px;
    height: 54px;
    margin-right: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    border-radius: 6px;
    position: relative;
}

.l-currency-item--bitcoin .l-currency-item__media {
    background: -o-linear-gradient(315deg,#dc505f 0%,#ffae41 100%);
    background: linear-gradient(135deg,#dc505f 0%,#ffae41 100%);
}

.l-currency-item--ethereum .l-currency-item__media {
    background: -o-linear-gradient(315deg,#1c43a6 0%,#21a6ba 100%);
    background: linear-gradient(135deg,#1c43a6 0%,#21a6ba 100%);
}

.l-currency-item--litecoin .l-currency-item__media {
    background: -o-linear-gradient(315deg,#8f32ee 0%,#bb7df7 100%);
    background: linear-gradient(135deg,#8f32ee 0%,#bb7df7 100%);
}

.l-currency-item--doge .l-currency-item__media {
    background: -o-linear-gradient(315deg,#f08815 0%,#ffae41 100%);
    background: linear-gradient(135deg,#f08815 0%,#ffae41 100%);
}

.l-currency-item--stablecoin .l-currency-item__media {
    background: -o-linear-gradient(315deg,#5552e2 0%,#57b3dc 100%);
    background: linear-gradient(135deg,#5552e2 0%,#57b3dc 100%);
}

.l-currency-item--1 .l-currency-item__media {
  background: -webkit-linear-gradient( -45deg, rgb(39,89,150) 1%, rgb(20,121,182) 58%, rgb(0,153,214) 100%, rgb(252,180,109) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%);
}

.l-currency-item--2 .l-currency-item__media {
    background: -webkit-linear-gradient( -45deg, rgb(166,227,40) 0%, rgb(147,208,21) 64%, rgb(128,189,1) 100%, rgb(33,166,186) 100%);
}

.l-currency-item--3 .l-currency-item__media {
    background: -webkit-linear-gradient( -45deg, rgb(251,140,0) 1%, rgb(245,124,0) 58%, rgb(239,108,0) 100%, rgb(188,127,247) 100%, rgb(252,180,109) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%);
}

.l-currency-item--4 .l-currency-item__media {
    background-image: -webkit-linear-gradient( -45deg, rgb(143,50,238) 1%, rgb(166,89,243) 58%, rgb(188,127,247) 100%, rgb(252,180,109) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%, rgb(255,174,65) 100%);
}

.l-currency-item__picture {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    display: block;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.l-currency-item__picture:after,
.l-currency-item__icon {
    display: inline-block;
    vertical-align: middle;
}

.l-currency-item__picture:after {
    width: 0;
    height: 100%;
    content: '';
}

.l-currency-item__icon {
    max-width: 100%;
    max-height: 100%;
}

.l-currency-item__name {
    width: 100%;
    padding: 0 2px;
    font-weight: bold;
    font-size: 6.5px;
    color: var(--l-color-white);
    letter-spacing: .05em;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 0;
}

.l-currency-item__content {
    max-width: 82px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.l-currency-item__title,
.l-currency-item__description {
    font-weight: bold;
    font-size: 11px;
}

.l-currency-item__title {
    margin: 0 0 3px;
    color: var(--l-color-orange);
    white-space: nowrap;
}

.l-currency-item__description {
    margin: 0;
}

.l-main__foot {
    background: var(--l-color-white);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 900;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
}

.l-main--versus .l-main__foot {
    background: #bbd3ff;
}

.l-main__foot:not(.is-show),
.l-main__foot.is-hidden {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.l-main__foot-container {
    position: relative;
}

.l-main__foot-close {
    background: url(../images/icon/close.svg) 50% no-repeat;
    background-size: 50% auto;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 10px;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 100%;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    transition: all .34s;
    transition-property: opacity;
}

.l-main__foot-inner {
    height: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.l-main__foot-currency {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.l-main__foot-currency-picture {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
}

.l-main__foot-currency-picture img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
}

.l-main__foot-currency-name {
    font-weight: bold;
    font-size: var(--l-font-title-size-4);
    text-transform: uppercase;
}

.l-main__foot-list-currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.l-main__foot-content {
    padding: 0 25px;
    font-weight: bold;
    font-size: 18px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.l-main__foot-content-title {
    margin: 0 0 6px;
    text-transform: uppercase;
}

.l-main__foot-content-text {
    margin: 0;
    font-size: 80%;
}

.l-main__foot-btn-group {
    margin: -7px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.l-main__foot-btn {
    margin: 7px;
    white-space: nowrap;
}

.l-main__foot-appeal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.l-main__foot-appeal-card-logo {
    max-width: 160px;
    height: 40px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
}

.l-main__foot-appeal-card-logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.l-main__foot-appeal-card-btn {
    min-width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}