.tarifs {
    max-width: 881px;
    padding: 0;
}

.container.tarifs {
    max-width: 881px !important;
}

.bonus {
    font-weight: 500;
    font-size: 14px;
    line-height: 105%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    margin-top: -35px;
}

.bonus a {

    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fed941;
}

.tarifs * {
    max-width: 881px;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.tarifs__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 105%;
    color: #fff;
    margin-bottom: 53px;
}

.tarifs-discount {

}

.tarifs-discount__top {
    flex-wrap: wrap;
    margin-bottom: 23px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.tarifs-discount__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    color: #fff;
}

.tarifs-discount__btn {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    padding: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 105%;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
}

.tarifs-discount__percents {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tarifs-discount__percent {
    border-radius: 5px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tarifs-discount__percent--active {
    background: rgba(12, 235, 53, 0.5);
}

.tarifs-discount__progress {
    background: rgba(255, 255, 255, 0.1);
    height: 6px;
    border-radius: 5px;
    width: 100%;
    flex: 1;
}

.tarifs-discount__progress .progress-bar {
    border-radius: 5px;
    background: #128022;
}

.oto {
    margin-top: 50px;
    background: #fed941;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.oto__info {

}

.oto__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.oto__btn {
    border-radius: 5px;
    padding: 13px 14px;
    background: #2f2d27;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #fff;
    transition: 0.5s ease;
}

.oto__btn:hover {
    background: #2f2d27;
    opacity: 0.6;
    transition: 0.5s ease;
}

.oto__title {
    font-weight: 800;
    font-size: 30px;
    line-height: 105%;
    text-align: right;
    color: #2f2d27;
}

.oto__desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 105%;
    color: #2f2d27;
}

.oto__timer {
    display: flex;
    align-items: center;
    gap: 6px;
}

.oto__timer-item {
    border-radius: 5px;
    padding: 8px;
    background: #fff;
    width: 42px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #2f2d27;
}

.oto__timer-separator {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #2f2d27;
}

.main-tarifs {
    margin-top: 50px;
    display: flex;
    gap: 40px;
}

.main-tarifs__item {
    width: 100%;
    flex: 1;
    border-radius: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-tarifs__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.main-tarifs__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 105%;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}

.main-tarifs__price {
    font-weight: 500;
    font-size: 44px;
    line-height: 105%;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.main-tarifs__generation {
    font-weight: 500;
    font-size: 14px;
    line-height: 105%;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;

}

.main-tarifs__generation b {
    font-weight: 500;
    font-size: 14px;
    line-height: 105%;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 10px;
}

.main-tarifs__btn {
    border-radius: 5px;
    padding: 8px 14px;
    background: #fedf36;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #322400;
    width: 100%;
}

.main-tarifs__btn:hover {
    background: #fedf36;
    opacity: 0.6;
    transition: 0.5s ease;

    color: #322400;
}

.main-tarifs__item--best {
    border: 1px solid #fedf36;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.15);
    margin: -20px;
}

.prof-tarifs {
    margin-top: 70px;
}

.prof-tarifs__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    color: #fff;
    margin-bottom: 40px;
}

.prof-tarifs__item + .prof-tarifs__item {
    margin-top: 10px;
}

.prof-tarifs__item {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.prof-tarifs__generation-price {
    border-radius: 5px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    color: #fff;
}

.prof-tarifs__generation {
    display: flex;
    align-items: center;
    gap: 10px;
}

.prof-tarifs__generation-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 105%;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.5);
}

.prof-tarifs__tokens {
    font-weight: 500;
    font-size: 10px;
    line-height: 105%;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.8);

    display: flex;
    gap: 5px;
    align-items: center;
}

.prof-tarifs__tokens-value {
    font-weight: 500;
    font-size: 12px;
    line-height: 105%;
    color: rgba(255, 255, 255, 0.8);
}

.prof-tarifs__price {
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    text-align: right;
    color: #fff;
}

.prof-tarifs__btn {
    border-radius: 5px;
    background: #fed941;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #322400;
    padding: 13px 56px;
}

.prof-tarifs__btn:hover {
    background: #fedf36;
    opacity: 0.6;
    color: #322400;
    transition: 0.5s ease;
}

.info {
    margin-top: 70px;
}

.info__main-title {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    color: #fff;
}

.info__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    color: #fff;
    margin-bottom: 20px;
}

.info__desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 105%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

.info__desc + .info__desc {
    margin-top: -26px;
}


@media screen and (max-width: 860px) {
    .tarifs-discount__percent {
        padding: 8px 10px;
    }

    .tarifs-discount__percents {
        gap: 8px;
    }

    .oto__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 760px) {
    .main-tarifs {
        flex-direction: column;
        gap: 10px;
    }

    .main-tarifs__item--best {
        margin: 0;
        padding-top: 20px;
    }

    .main-tarifs__item {
        align-items: start;
        position: relative;
    }

    .main-tarifs__price {
        position: absolute;
        right: 20px;
        top: 17px;
        font-size: 31px;
    }

    .main-tarifs__btn {
        position: absolute;
        right: 20px;
        top: 60px;
        max-width: 84px;
        font-size: 14px;
        padding: 6px 13px;
    }

    .main-tarifs__desc {
        margin-bottom: 6px;
    }

    .main-tarifs__generation {
        margin-bottom: 0;
    }

    .main-tarifs__title {
        font-size: 20px;
    }

    .prof-tarifs {
        margin-top: 54px;
    }

    .prof-tarifs__item {
        background: rgba(255, 255, 255, 0.05);
        flex-direction: column;
        align-items: start;
        position: relative;
        padding: 20px;
        border-radius: 10px;
    }

    .prof-tarifs__btn {
        position: absolute;
        right: 20px;
        top: 60px;
        max-width: 84px;
        font-size: 14px;
        padding: 6px 13px;
    }

    .prof-tarifs__price {
        position: absolute;
        right: 20px;
        top: 17px;
        font-size: 24px;
    }

    .prof-tarifs__generation-price {
        background: unset;
        font-weight: 500;
        font-size: 20px;
        line-height: 105%;
        margin-bottom: 6px;
        padding: 0;
    }

    .prof-tarifs__generation {
        flex-direction: column;
        margin-bottom: 16px;
        align-items: start;
        gap: 0;
    }

}

@media screen and (max-width: 460px) {
    .oto__title {
        margin-bottom: 70px;
    }

    .oto {
        position: relative;
    }

    .oto__timer {
        position: absolute;
        right: 20px;
        top: 65px;
    }

    .oto__btn {
        position: absolute;
        left: 20px;
        top: 65px;
    }
}
@media screen and (max-width: 330px) {
    .oto__title {
        margin-bottom: 118px;
    }

    .oto {
        position: relative;
    }

    .oto__timer {
        position: absolute;
        right: unset;
        left: 20px;
        top: 60px;
    }

    .oto__btn {
        position: absolute;
        left: 20px;
        top: 118px;
    }
}

@media screen and (max-width: 390px) {
    .oto__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .oto__title {
        font-size: 22px;
    }
}