.earn-calc {
    margin: 15px 0;
    clear: both;
}

.page__text .earn-calc {
    margin: 15px -10px;
}

.earn-calc__header {
    padding: 15px;
    background-color: #3F3C4D;
    border-radius: 10px 10px 0 0;
}

.earn-calc__info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.earn-calc__aside {
    width: 100%;
}

.earn-calc__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.earn-calc__logo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.earn-calc__headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.earn-calc__name {
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    word-break: break-word;
    color: #ffffff;
}

.earn-calc__price {
    display: flex;
    align-self: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
}

.earn-calc__price[data-symbol]:before {
    content: attr(data-symbol);
    display: block;
    margin-right: 3px;
}

.earn-calc__description {
    margin-top: 1px;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #B1B1B1;
}

.earn-calc__description span {
    display: none;
}

.earn-calc__switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 2px;
    background-color: rgba(246, 245, 246, 0.2);
    border-radius: 5px;
}

.earn-calc__switcher-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    height: 26px;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.earn-calc__switcher-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.earn-calc__switcher-btn--active {
    background-color: rgba(255, 255, 255, 0.5);
}

.earn-calc__form {
    margin: 0 -5px;
}

.earn-calc__fields {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.earn-calc__field {
    position: relative;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.earn-calc__field-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #B1B1B1;
}

.earn-calc__field-input {
    width: 100%;
    height: 34px !important;
    padding: 0 10px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: bold;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none !important;
    border: 0 !important;
    border-radius: 5px !important;
}

.earn-calc__field--percent .earn-calc__field-input {
    color: #41FFC6;
}

#__lpform_buy_count {
    display: none !important;
}

.earn-calc__results {
    display: flex;
    justify-content: space-between;
}

.earn-calc__roi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    width: calc(50% - 5px);
    padding: 8px;
    background-color: #ffffff;
    border-radius: 5px;
}

.earn-calc__roi-label {
    max-width: 70px;
    width: 100%;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #00B67F;
    border-bottom: 1px solid #E2E1E2;
}

.earn-calc__roi--negative .earn-calc__roi-label {
    color: #E32C13;
}

.earn-calc__roi-value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #00B67F;
}

.earn-calc__roi--negative .earn-calc__roi-value {
    color: #E32C13;
}

.earn-calc__profit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    width: calc(50% - 5px);
    padding: 8px;
    background-color: #0072DB;
    border-radius: 5px;
}

.earn-calc__profit-label {
    max-width: 70px;
    width: 100%;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.earn-calc__profit-value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
}

.earn-calc__exchanges {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
}

.page__text .earn-calc .earn-calc__exchanges {
    border-bottom: 1px solid #F6F5F6;
    border-left: 1px solid #F6F5F6;
    border-right: 1px solid #F6F5F6;
}

.earn-calc__exchanges-inside {
    padding: 0 !important;
    border: 0;
}

.earn-calc__exchanges-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-bottom: 10px;
    padding: 0 7px;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #FFC700;
}

.earn-calc__exchange {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.earn-calc__exchange:not(:last-child) {
    margin-bottom: 10px;
}

.earn-calc__exchange-info {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.earn-calc__exchange-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.earn-calc__exchange-logo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.earn-calc__exchange-aside {
    display: flex;
    flex-direction: column;
}

.earn-calc__exchange-name {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    word-break: break-word;
    color: #000000;
}

.earn-calc__exchange-meta {
    display: flex;
    align-items: center;
}

.earn-calc__exchange-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #0072DB;
}

.earn-calc__exchange-rating:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9399 4.82993L9.11245 7.58618L9.77995 11.4768C9.79307 11.5518 9.76307 11.6249 9.7012 11.6699C9.63932 11.7149 9.56057 11.7206 9.49307 11.6849L6.0787 9.89056L2.49932 11.7018C2.43182 11.7356 2.35495 11.7299 2.29307 11.6849C2.2312 11.6399 2.20307 11.5668 2.2162 11.4918L2.88557 7.58618L0.059947 4.82993C0.00557196 4.77556 -0.013178 4.70056 0.00932196 4.62743C0.033697 4.55431 0.091822 4.50368 0.168697 4.49243L4.07432 3.92431L5.82182 0.384307C5.85557 0.314932 5.9212 0.273682 5.99807 0.273682C6.07495 0.273682 6.14057 0.314932 6.17432 0.384307L7.92182 3.92431L11.8274 4.49243C11.9043 4.50368 11.9624 4.55431 11.9868 4.62743C12.0131 4.70056 11.9943 4.77743 11.9399 4.82993Z' fill='%230072DB'/%3E%3C/svg%3E%0A");
}

.earn-calc__exchange-reviews {
    display: none;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
}

.earn-calc__exchange-reviews:hover {
    text-decoration: underline;
}

.earn-calc__exchange-price {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.earn-calc__exchange-price[data-symbol]:before {
    content: attr(data-symbol);
    display: block;
    margin-right: 3px;
    font-weight: normal;
    color: #808080;
}

.earn-calc__exchange-verify {
    display: none;
}

.earn-calc__exchange-payments {
    display: none;
}

.earn-calc__exchange-buttons {
    flex-shrink: 0;
    width: 66px;
    margin-left: 10px;
}

.earn-calc__exchange-button {
    height: 32px;
    font-size: 14px;
    line-height: 16px;
}

/*** Responsive ***/

@media (min-width: 360px) {

    .page__text .earn-calc {
        margin: 15px -15px;
    }

    .earn-calc__exchange-reviews {
        display: flex;
    }
}

@media (min-width: 576px) {

    .page__text .earn-calc {
        margin: 15px 0;
    }

    .earn-calc__exchanges-inside {
        padding-bottom: 24px;
    }

    .earn-calc__exchanges-label {
        margin-bottom: 15px;
    }

    .earn-calc__exchange:not(:last-child) {
        margin-bottom: 24px;
    }

    .earn-calc__exchange-info {
        width: 130px;
    }

    .earn-calc__exchange-logo {
        width: 36px;
        height: 36px;
        margin-right: 20px;
    }

    .earn-calc__exchange-price {
        justify-content: center;
        width: 100px;
        margin: 0 auto;
    }

    .earn-calc__exchange-payments {
        display: flex;
        align-items: center;
        width: 140px;
        margin: 0 auto;
    }

    .earn-calc__exchange-payment {
        display: block;
        width: 30px;
        height: 24px;
        margin: 0 3px;
        padding: 4px;
        background-color: #F6F5F6;
        border-radius: 4px;
    }

    .earn-calc__exchange-show-more {
        margin: 0 3px;
        padding: 0;
        font-size: 14px;
        line-height: 16px;
        color: #808080;
        background-color: transparent;
        border: 0;
        border-bottom: 1px dashed #808080;
    }

    .earn-calc__exchange-show-more.loading:after {
        width: 20px;
        height: 20px;
        border-top: 0.3em solid rgb(0 159 255);
        border-right: 0.3em solid rgb(0 159 255);
        border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
        border-left: 0.3em solid #ffffff;
        margin-left: -10px;
        margin-top: -10px;
    }

    .earn-calc__exchange-show-more:hover {
        border-bottom: 0;
    }
}

@media (min-width: 768px) {

    .earn-calc__header {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .earn-calc__info {
        width: calc(100% - 240px - 10px);
        margin: 0 0 5px;
    }

    .earn-calc__aside {
        display: flex;
        align-items: center;
    }

    .earn-calc__headline {
        width: calc(100% - 136px - 20px);
    }

    .earn-calc__exchange-name {
        font-size: 16px;
        line-height: 18px;
    }

    .earn-calc__description {
        width: 136px;
        margin: 0 0 0 20px;
        font-size: 13px;
        text-align: left;
    }

    .earn-calc__switcher {
        align-self: center;
        width: 240px;
        height: 30px;
        margin: 0 0 5px 10px;
    }

    .earn-calc__form {
        width: calc(100% - 240px - 10px);
        margin: 0;
    }

    .earn-calc__fields {
        flex-wrap: nowrap;
        width: initial;
        margin: 0 -5px;
    }

    .earn-calc__field {
        width: 25%;
        margin-bottom: 0;
    }

    .earn-calc__field-label {
        display: flex;
        flex-direction: column;
        font-size: 13px;
    }

    .earn-calc__results {
        width: 240px;
        margin-left: 10px;
    }

    .earn-calc__exchange-buttons {
        width: 240px;
    }
}

@media (min-width: 1024px) {

    .earn-calc__info {
        width: calc(100% - 300px - 20px);
        margin: 0 0 10px;
    }

    .earn-calc__price {
        font-size: 20px;
        line-height: 24px;
    }

    .earn-calc__description {
        width: auto;
        font-size: 15px;
        line-height: 24px;
        white-space: nowrap;
    }

    .earn-calc__description span {
        display: inline;
    }

    .earn-calc__switcher {
        width: 300px;
        height: 38px;
        margin: 0 0 10px 20px;
    }

    .earn-calc__switcher-btn {
        height: 34px;
        font-size: 14px;
        line-height: 20px;
    }

    .earn-calc__form {
        width: calc(100% - 300px - 20px);
        margin: 0;
    }

    .earn-calc__field-label {
        display: block;
        text-align: center;
        white-space: nowrap;
    }

    .earn-calc__field--percent .earn-calc__field-label {
        margin: 0 -10px 5px;
    }

    .earn-calc__results {
        width: 300px;
        margin-left: 20px;
    }

    .earn-calc__roi,
    .earn-calc__profit {
        padding: 5px;
    }

    .earn-calc__exchange-info {
        width: 150px;
    }

    .earn-calc__exchange-verify {
        display: flex;
        justify-content: center;
        width: 110px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .earn-calc__exchange-buttons {
        width: 145px;
    }
}

@media (min-width: 1280px) {

    .earn-calc {
        margin: 30px 0 !important;
    }

    .earn-calc__info {
        width: calc(100% - 240px - 20px);
    }

    .earn-calc__description span {
        display: none;
    }

    .earn-calc__switcher {
        width: 240px;
    }

    .earn-calc__form {
        width: calc(100% - 240px - 20px);
    }

    .earn-calc__results {
        width: 240px;
    }
}