.plans-container.portfolio {
    background: transparent;
}

.plans-container.portfolio .plans-widget {
    width: 100%;
    padding: 20px 0 0;
}

.plans-widget {
    padding-top: 30px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .plans-widget {
        padding-top: 15px;
        padding-bottom: 30px;
    }
}

.plans-widget__mobile-list-block {
    position: relative;
    height: 42px;
    margin-bottom: 25px;
    overflow-y: hidden;
}

@media (min-width: 992px) {
    .plans-widget__mobile-list-block {
        display: none;
    }
}

.plans-widget__mobile-list-inner {
    position: relative;
    overflow-x: scroll;
    height: calc(100% + 20px);
}

.plans-widget__mobile-list {
    display: flex;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0 15px;
    opacity: 0;
}

.plans-widget__mobile-list.loading::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.plans-widget__mobile-list.ready {
    opacity: 1;
}

.plans-widget__mobile-list.align-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.plans-widget__mobile-list li {
    white-space: pre;
    padding: 10px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.plans-widget__mobile-list li span {
    display: inline-block;
    position: relative;
    color: rgba(26,28,41, .4);
}

.plans-widget__mobile-list li.active {
    border-bottom-color: #F7931A;
}

.plans-widget__mobile-list li.active span {
    color: rgba(26,28,41, 1);
}

.plans-widget__mobile-list li.hot span::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    bottom: 100%;
    height: 12px;
    width: 12px;
    margin-left: -5px;
    margin-bottom: -2px;
    background-image: url(../i/icon_fire.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.plans-slider {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: 0 -3px;
    z-index: 0;
    justify-content: center;
}

.plans-slider__slide {
    display: inline-flex !important;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    max-width: 25%;
    padding: 0 3px 6px;
}

@media (max-width: 1199px) {
    .plans-slider__slide {
        max-width: 33.333%;
    }
}

@media (min-width: 992px) {
    .plans-slider__slide {
        opacity: 1 !important;
    }
}

@media (max-width: 991px) {
    .plans-slider {
        flex-wrap: nowrap;
    }
    .plans-slider__slide {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 3px;
    }
}

.plans-slide-item {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
}

.plans-slider__slide.hot .plans-slide-head-text::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    bottom: 100%;
    height: 17px;
    width: 14px;
    margin-bottom: -10px;
    background-image: url(../i/icon_fire.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

@media (max-width: 991px) {
    .plans-slide-item {
        margin: 0 auto;
        max-width: 300px;
    }
}

.plans-slider__slide.hot {
    z-index: 3;
}

.plans-slider__slide.hot .plans-slide-item {
    color: #fff;
    background: linear-gradient(180deg, #4D5067 0%, #1A1C29 100%);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

@media (min-width: 992px) {
    .plans-slider__slide.hot .plans-slide-item {
        margin-left: -6px;
        margin-right: -6px;
        width: calc(100% + 12px);
    }

    .plans-slider__slide.hot .plans-slide-item {
        margin-top: -20px;
    }
}

.plans-slider__slide.hot .plans-slide-head-badge span {
    color: #fff;
    background-color: #FF6536;
    border-color: #FF6536;
}

.plans-slider__slide.hot .plans-slide-item__head-row {
    background-color: rgba(255, 255, 255, 0.05);
}

.plans-slider__slide.sold-out .plans-slide-item__head-row::before,
.plans-slider__slide.sold-out .plans-slide-item__body-row::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    opacity: .6;
}

.plans-slide-item p {
    margin: 0;
}

.plans-slide-item__head-row {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 18px;
    background-color: #E3E4EE;
    z-index: 2;
}

.plans-slide-item__head-row-plan {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.plans-slide-item__body-row {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    /* justify-content: center; */
    flex-grow: 1;
    padding: 30px 18px 20px;
}

.plans-slide-item__action-row {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    padding: 0 18px 20px;
}

.plans-slide-item__action-row form {
    display: inline-flex;
    position: relative;
    flex-direction: column;
}

.plans-slide-head-text {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.plans-slide-head-text::before {
    content: '';
    display: inline-flex;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 32px;
    min-width: 32px;
    max-width: 32px;
    flex-basis: 32px;
    background-image: url(../i/prices-slide-mining-icon.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.plans-slider__slide:nth-child(1n) .plans-slide-head-text::before {
    background-color: #3C37F5;
}

.plans-slider__slide:nth-child(2n) .plans-slide-head-text::before {
    background-color: #3783F5;
}

.plans-slider__slide:nth-child(3n) .plans-slide-head-text::before {
    background-color: #8B37F5;
}

.plans-slider__slide:nth-child(4n) .plans-slide-head-text::before {
    background-color: #E637F5;
}

.plans-slide-head-badge {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: #F7931A;
    text-align: center;
    left: 50%;
    top: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.plans-slide-head-badge span {
    display: inline-flex;
    position: relative;
    padding: 4px 10px 5px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #F7931A;
    background-color: #fff;
}

.plans-slide-old-price-text {
    display: inline-flex;
    position: relative;
    text-align: center;
    margin: 0 auto !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, .3);
}

.plans-slider__slide.hot .plans-slide-old-price-text {
    color: rgba(255, 255, 255, .3);
}

.plans-slider__slide.hot .plans-slide-new-price-text {
    color: #fff;
}

.plans-slide-old-price-text::before,
.plans-slide-new-price-text::before {
    content: '';
    display: inline-flex;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.plans-slide-old-price-text::before {
    flex-basis: 10px;
    min-width: 10px;
    max-width: 10px;
    margin-top: -1px;
    margin-right: 1px;
}

.plans-slide-old-price-text.btc::before,
.plans-slide-new-price-text.btc::before {
    background-image: url(../i/plans-bitcoin-icon--dark.svg);
}

.plans-slide-old-price-text.usd::before,
.plans-slide-new-price-text.usd::before {
    background-image: url(../i/plans-dollar-icon--dark.svg);
}

.plans-slide-old-price-text.eur::before,
.plans-slide-new-price-text.eur::before {
    background-image: url(../i/plans-euro-icon--dark.svg);
}

.plans-slider__slide.hot .plans-slide-old-price-text.btc::before,
.plans-slider__slide.hot .plans-slide-new-price-text.btc::before {
    background-image: url(../i/plans-bitcoin-icon.svg);
}

.plans-slider__slide.hot .plans-slide-old-price-text.usd::before,
.plans-slider__slide.hot .plans-slide-new-price-text.usd::before {
    background-image: url(../i/plans-dollar-icon.svg);
}

.plans-slider__slide.hot .plans-slide-old-price-text.eur::before,
.plans-slider__slide.hot .plans-slide-new-price-text.eur::before {
    background-image: url(../i/plans-euro-icon.svg);
}

.plans-slide-old-price-text::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #FF6536;
}

.plans-slide-new-price-text {
    display: inline-flex;
    position: relative;
    margin: 0 auto 10px !important;
    text-align: center;
    color: #1A1C29;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}

.plans-slide-new-price-text::before {
    flex-basis: 17px;
    min-width: 17px;
    max-width: 17px;
    margin-right: 3px;
}

.plans-slide-select-currency-block {
    display: inline-flex;
    position: relative;
    justify-content: center;
    padding-bottom: 15px;
}

.plans-slide-select-currency-btn {
    display: inline-flex;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    padding: 5px 10px;
    margin: 0 3px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.plans-slide-select-currency-btn.active {
    background-color: rgba(247, 147, 26, .1);
    border-color: #F7931A;
}

.plans-slide-select-currency-btn input {
    position: absolute;
    left: -100%;
    top: 0;
    width: 200%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.plans-slide-field-block {
    display: inline-flex;
    position: relative;
    border: 1px solid #B6C2D9;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.plans-slide-field-block__area-col {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 0;
    z-index: 0;
}

.plans-slide-field-block__action-col {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    border-left: 1px solid #B6C2D9;
}

.plans-slide-action-btn {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
    color: transparent;
    width: 45px;
    flex-grow: 1;
}

.plans-slide-action-btn.plus::before,
.plans-slide-action-btn.minus::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.plans-slide-action-btn.plus::before {
    border-bottom: 7px solid #B6C2D9;
}

.plans-slide-action-btn.minus::before {
    border-top: 7px solid #B6C2D9;
}

.plans-slide-action-btn.plus:hover::before {
    border-bottom: 7px solid #000;
}

.plans-slide-action-btn.minus:hover::before {
    border-top: 7px solid #000;
}

.plans-slide-field-block__area-placeholder {
    display: flex;
    position: absolute;
    justify-content: center;
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 5px;
}

.plans-slide-field-block__area-placeholder span {
    opacity: 0;
}

.plans-slide-field-block .form-control {
    border: none;
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    height: 50px;
    padding: 0 5px;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1;
    text-indent: -57px;
}

.plans-slide-field-block .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.plans-slider__slide.hot .plans-slide-field-block {
    border: 1px solid rgba(255, 255, 255, .25);
}

.plans-slider__slide.hot .plans-slide-field-block__action-col {
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.plans-slider__slide.hot .plans-slide-action-btn.plus::before {
    border-bottom: 7px solid rgba(255, 255, 255, .25);
}

.plans-slider__slide.hot .plans-slide-action-btn.minus::before {
    border-top: 7px solid rgba(255, 255, 255, .25);
}

.plans-slider__slide.hot .plans-slide-action-btn.plus:hover::before {
    border-bottom: 7px solid #fff;
}

.plans-slider__slide.hot .plans-slide-action-btn.minus:hover::before {
    border-top: 7px solid #fff;
}

.plans-slider__slide.hot .plans-slide-field-block .form-control {
    color: #fff;
}

.plans-slide-field-block .form-control::-webkit-outer-spin-button,
.plans-slide-field-block .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.plans-slide-field-block .form-control[type=number] {
    -moz-appearance: textfield;
}

.plans-slide-interval-block {
    display: inline-flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -2px;
    margin-right: -2px;
    padding-top: 3px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBECF5;
}

.plans-slider__slide.hot .plans-slide-interval-block {
    border-bottom-color: rgba(255, 255, 255, .1);
}

.plans-slide-interval-btn {
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    padding: 2px 4px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #B6C2D9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 4px 1px 0;
}

.plans-slide-interval-btn:hover,
.plans-slide-interval-btn.active {
    border-color: #1A1C29;
}

.plans-slider__slide.hot .plans-slide-interval-btn {
    border-color: rgba(255,255,255, .25);
}

.plans-slider__slide.hot .plans-slide-interval-btn.active {
    border-color: #fff;
}

.plans-slider__slide.hot .plans-slide-interval-btn:hover {
    border-color: #fff;
}

.plans-slide-discount-block {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EBECF5;
}

.plans-slide-discount-block__row {
    display: inline-flex;
    position: relative;
    align-items: flex-end;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.plans-slide-discount-block__row p {
    display: inline-flex;
    position: relative;
    flex-grow: 1;
    padding-right: 15px;
}

.plans-slide-discount-block__row span {
    display: inline-flex;
    position: relative;
    flex-shrink: 1;
    text-transform: uppercase;
}

.plans-slider__slide.hot .plans-slide-discount-block__row p {
    color: rgba(255, 255, 255, .6);
}

.plans-slide-discount-block__row span.text-success {
    color: #58CE6A;
}

.plans-slider__slide.hot .plans-slide-discount-block {
    border-bottom-color: rgba(255, 255, 255, .1);
}

.plans-slide-roi-block {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
}

.plans-slide-roi-block__title {
    display: inline-flex;
    position: relative;
    align-items: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.plans-slide-roi-block__title svg {
    display: inline-flex;
    position: relative;
    margin-bottom: 2px;
    margin-right: 5px;
    opacity: .25;
}

.plans-slide-roi-block__title svg * {
    fill: #333333;
}

.plans-slider__slide.hot .plans-slide-roi-block__title svg * {
    fill: #fff;
}

.plans-slider__slide.hot .plans-slide-roi-block__row p,
.plans-slider__slide.hot .plans-slide-roi-block__title {
    color: rgba(255, 255, 255, .6);
}

.plans-slide-roi-block__row {
    display: inline-flex;
    position: relative;
    padding-bottom: 10px;
}

.plans-slide-roi-block__row:last-child {
    padding-bottom: 0;
}

.plans-slide-roi-block__row p {
    display: inline-flex;
    position: relative;
    flex-grow: 1;
    padding-right: 15px;
    font-weight: 600;
}

.plans-slide-roi-block__col {
    display: inline-flex;
    position: relative;
    flex-shrink: 1;
    overflow: hidden;
}

.plans-slide-roi-block__col input {
    position: absolute;
    left: 0;
    top: 0;
    width: 200vw;
    height: 200%;
    margin-left: -100vw;
    background-color: #aadd22;
}

.plans-slide-roi-block__row label {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-bottom: 0;
    font-weight: 600;
    padding-left: 1px;
}

.plans-slide-roi-block__row label:last-child {
    margin-right: 0;
}

.plans-slide-roi-block__row label:hover {
    cursor: pointer;
}

.plans-slide-roi-block__col span {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.plans-slide-roi-block__col span::before {
    content: '';
    display: inline-flex;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px #B6C2D9;
    -moz-box-shadow: 0 0 0 1px #B6C2D9;
    box-shadow: 0 0 0 1px #B6C2D9;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-bottom: 2px;
}

.plans-slide-roi-block__col input:checked ~ span::before {
    background-color: #F7931A;
    -webkit-box-shadow: 0 0 0 1px #F7931A;
    -moz-box-shadow: 0 0 0 1px #F7931A;
    box-shadow: 0 0 0 1px #F7931A;
}

.plans-slider__slide.hot .plans-slide-roi-block__col span::before {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.plans-slider__slide.hot .plans-slide-roi-block__col input:checked ~ span::before {
    border: 1px solid #1A1C29;
}

.plans-slide-roi-block__row input {
    /* margin: 0 3px 3px 0; */
    width: 0px;
}

.plans-slide-roi-block__roi-text {
    font-weight: bold;
}

.plans-slide-roi-block__roi-text--roi {
    font-size: 14px !important;
}

.plans-slide-item__action-btn {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #58CE6A;
    border: 1px solid #58CE6A;
    background-color: rgba(88, 206, 106, 0.1);
    padding: 15px;
    text-transform: capitalize;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 6px;
    width: 100%;
}
.plans-slide-item__action-btn,
.plans-slide-item__action-btn:active,
.plans-slide-item__action-btn:focus {
    outline: none;
}

.plans-slide-item__action-btn--submit[disabled="disabled"] {
    cursor: not-allowed !important;
}

.plans-slide-item__action-btn.warning {
    color: #F7931A;
    border-color: #F7931A;
    background-color: rgba(247, 147, 26, 0.1);
}

.plans-slide-item__action-btn.warning:hover {
    color: #fff;
    background-color: #F7931A;
}

.plans-slide-item__action-btn:hover {
    color: #fff;
    background-color: #58CE6A;
}

.plans-slider__slide.hot .plans-slide-item__action-btn {
    color: #fff;
    background-color: #58CE6A;
}

.plans-slider__slide.hot .plans-slide-item__action-btn:hover {
    color: #58CE6A;
    background-color: rgba(88, 206, 106, 0.1);
}

.plans-slider__slide.sold-out .plans-slide-item__action-btn {
    border-color: #F7931A;
    color: #F7931A;
    background-color: rgba(247, 147, 26, 0.1);
}

.plans-slider__slide.sold-out .plans-slide-item__action-btn[disabled="disabled"] {
    opacity: 0.35;
}

.plans-slider__slide.sold-out .plans-slide-item__action-btn:hover {
    color: #fff;
    background-color: #F7931A;
}

.plans-slider__slide.sold-out .plans-slide-item__action-btn[disabled="disabled"]:hover {
    color: #F7931A;
    background-color: rgba(247, 147, 26, 0.1);
}

.faq-main-title {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    text-align: center;
}

.faq-block-title {
    background-color: #fff;
}

.page-block-wrapper {
    padding-top: 0;
}
