.buy_0 .select_package {
    width: 633px;
    max-width: 100%;
    margin: 0 auto;
    padding: 65px 60px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.buy_0 .select_package ::-webkit-input-placeholder {
    color: #d3d0dc;
}

.buy_0 .select_package :-moz-placeholder {
    color: #d3d0dc;
}

.buy_0 .select_package :-ms-input-placeholder {
    color: #d3d0dc;
}

.buy_0 .select_package select {
    display: none;
}

.buy_0 .select_package .nice-select {
    position: relative;
    display: block;
    margin-bottom: -2px;
}

.select_package .nice-select .current {
    color: #000;
    font-family: var(--font_family3);
    font-size: 18px;
    font-weight: 500;
    line-height: 88px;
    position: relative;
    display: flex;
    overflow: hidden;
    height: 92px;
    padding: 0 51px 0 71px;
    cursor: pointer;
    transition: 0.2s linear;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 2px solid #e9e7f0;
    border-radius: 8px 8px 0 0;
    background: url(../images/ic_select_package.png) 29px 50% no-repeat;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.buy_0 .select_package .nice-select .current .price {
    color: #232368;
}

.buy_0 .select_package .nice-select .current:after {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 14px;
    height: 10px;
    margin-top: -5px;
    content: "";
    border-top: 10px solid #c6c5d1;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.buy_0 .select_package .nice-select .list {
    position: absolute;
    z-index: 9;
    top: calc(100% + 30px);
    left: 0;
    visibility: hidden;
    overflow: hidden;
    min-width: 100%;
    transition: 0.2s linear;
    opacity: 0;
    border: 2px solid #e9e7f0;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.buy_0 .select_package .nice-select.open .list {
    top: calc(100% - 2px);
    visibility: visible;
    opacity: 1;
}

.buy_0 .select_package .nice-select .list .list_item {
    color: #000;
    font-family: var(--font_family3);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    padding: 19px 25px 19px 30px;
    cursor: pointer;
    transition: 0.2s linear;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.buy_0 .select_package .nice-select .list .list_item + .list_item {
    border-top: 2px solid #f5f5fb;
}

.buy_0 .select_package .nice-select .list .price {
    color: #232368;
}

.buy_0 .select_package .nice-select .list .list_item:empty {
    display: none;
}

.buy_0 .select_package .nice-select .list .list_item:hover,
.buy_0 .select_package .nice-select .list .list_item.selected {
    background: #f5f5fb;
}

.buy_0 .select_package .input {
    color: #000;
    font-family: var(--font_family3);
    font-size: 18px;
    display: block;
    width: 100%;
    height: 92px;
    padding: 0 20px 0 71px;
    border: 2px solid #e9e7f0;
    border-radius: 0 0 8px 8px;
    background: url(../images/ic_user_name.png) 29px 50% no-repeat;
}

.buy_0 .select_package .next {
    color: #fff;
    font-family: var(--font_family3);
    font-size: 28px;
    font-weight: 500;
    line-height: 60px;
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 63px;
    padding: 0 15px;
    cursor: pointer;
    transition: 0.2s linear;
    border: none;
    border-radius: 8px;
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
}

.buy_0 .select_package .next:hover {
    background: #3a53d7;
}

.buy_0 .select_package .next.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

.buy_0 .change_package {
    display: none;
    width: 633px;
    max-width: 100%;
    margin: 0 auto;
    padding: 61px 48px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.buy_0 .change_package .flex {
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.buy_0 .change_package .icon {
    display: flex;
    width: 76px;
    height: 76px;
    margin-right: 28px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.buy_0 .change_package .icon img {
    display: block;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.buy_0 .change_package .user_name {
    font-family: var(--font_family3);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}

.buy_0 .change_package .price {
    font-family: var(--font_family3);
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 3px;
    white-space: nowrap;
}

.buy_0 .change_package .back {
    color: #fff;
    font-family: var(--font_family3);
    font-size: 28px;
    font-weight: 500;
    line-height: 52px;
    display: block;
    height: 53px;
    margin-left: auto;
    padding: 0 15px;
    cursor: pointer;
    transition: 0.2s linear;
    border: none;
    border-radius: 8px;
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
}

.buy_0 .change_package .back:hover {
    background: #3a53d7;
}

.buy_0 .payment {
    width: 633px;
    max-width: 100%;
    margin: 35px auto 0;
    padding: 45px 35px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.buy_0 .payment .block_title {
    font-family: var(--font_family3);
    font-size: 40px;
    margin-bottom: 25px;
    transition: 0.2s linear;
    text-align: center;
}

.buy_0 .payment .total_price {
    font-family: var(--font_family3);
    margin-bottom: 20px;
    text-align: center;
}

.buy_0 .payment .total_price .price {
    color: #232368;
    font-size: 40px;
    white-space: nowrap;
}

.buy_0 .payment .form {
    padding: 35px;
    border-radius: 8px;
    background: #f9f9f9;
}

.buy_0 .payment .form .block {
    margin-bottom: 0 !important;
}

.buy_0 .payment .form .block + .block {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #b5b5b5;
}

.buy_0 .payment .form .title {
    font-family: var(--font_family3);
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}

.buy_0 .payment .secure .item {
    font-family: var(--font_family3);
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.buy_0 .payment .secure .item + .item {
    margin-top: 20px;
}

.buy_0 .payment .secure .item .icon {
    width: 65px;
    padding: 0 10px;
}

.buy_0 .payment .secure .item .icon img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.buy_0 .payment .secure .item .name {
    width: calc(100% - 65px);
}

.buy_0 .payment .cards {
    margin-top: 26px;
}

.buy_0 .payment .cards img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.buy_0 .payment .submit {
    padding-top: 0;
}

.buy_0 .payment.inactive .block_title {
    color: #d1ceda;
}

.buy_0 .payment.inactive .total_price,
.buy_0 .payment.inactive .form,
.buy_0 .payment.inactive .cards {
    display: none;
}

.buy_0 .payment_status {
    width: 633px;
    max-width: 100%;
    margin: 100px auto 0;
    padding: 65px 60px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.buy_0 .payment_status .title {
    font-family: var(--font_family3);
    font-size: 30px;
    font-weight: 700;
    padding-top: 95px;
    text-align: center;
}

.buy_0 .payment_status.success .title {
    color: #1bcc49;
    background: url(../images/ic_payment_success.png) 50% 0 no-repeat;
}

.buy_0 .payment_status.failed .title {
    color: #ea3434;
    background: url(../images/ic_payment_failed.png) 50% 0 no-repeat;
}

.buy_0 .payment_status .desc {
    color: #a39fb8;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.buy_0 .payment_status .info {
    color: #c1bece;
    font-size: 18px;
    margin-top: 40px;
    padding: 40px 40px 0;
    border-top: 2px solid #e9e7f0;
}

.buy_0 .payment_status .info .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.buy_0 .payment_status .info .item + .item {
    margin-top: 10px;
}

.buy_0 .instagram_logo {
    margin-top: 74px;
}

.buy_0 .instagram_logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.buy_0 .payment.inactive .orline,
.buy_0 .payment.inactive .cursor-pointer {
    display: none;
}

@media (max-width: 479px) {
    .buy_0 .select_package {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
        padding: 25px 20px;
        border-radius: 0;
    }

    .buy_0 .select_package .input {
        font-size: 16px;
    }

    .buy_0 .select_package .next {
        font-size: 20px;
        line-height: 60px;
        height: 60px;
        margin-top: 25px;
    }

    .buy_0 .change_package .flex > * {
        margin: 5px auto;
    }
}

@media (max-width: 374px) {
    .buy_0 .payment {
        padding: 44px 15px 20px;
    }

    .buy_0 .payment .form {
        padding: 35px 15px;
    }

    .buy_0 .payment .form .title {
        font-size: 15px;
    }

    .select_package .nice-select .current,
    .buy-instagram-like-free .select_package .nice-select .current {
        font-size: 16px;
    }
}

.buy_3 .select_package .nice-select .current {
    background-image: url(https://instamama.net/wp-content/uploads/2021/11/YouTube-Ssubscibers-Icon.png);
}

.buy_3 .select_package .nice-select.delivery .current {
    border-radius: 0;
    background: url(https://instamama.net/wp-content/uploads/2021/10/Delivery-Speed-Icon.png) 26px 50% no-repeat;
    font-size: 17px;
}

.buy_4 .select_package .nice-select .current {
    background-image: url(https://instamama.net/wp-content/uploads/2021/11/Buy-TikTok-Followers-Icon.png);
}

.buy_4 .select_package .nice-select.delivery .current {
    border-radius: 0;
    background: url(https://instamama.net/wp-content/uploads/2021/10/Delivery-Speed-Icon.png) 26px 50% no-repeat;
    font-size: 17px;
}

.buy_999 .select_package .nice-select .current {
    background-image: url(https://instamama.net/wp-content/uploads/2021/11/buy-twitter-followers.png);
}

.buy_999 .select_package .nice-select.delivery .current {
    border-radius: 0;
    background: url(https://instamama.net/wp-content/uploads/2021/10/Delivery-Speed-Icon.png) 26px 50% no-repeat;
    font-size: 17px;
}

@media (max-width: 479px) {
    .buy_0 .change_package .user_name,
    .buy_3 .change_package .user_name {
        font-size: 15px;
        line-height: 19px;
    }

    .buy_3 .payment {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
        padding: 25px 20px;
        border-radius: 0;
    }

    .buy_3 .payment .block_title {
        font-size: 25px;
    }

    .buy_3 .payment .total_price .price {
        font-size: 32px;
    }

    .buy_3 .payment .form {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding: 20px;
        border-radius: 0;
    }

    .buy_3 .payment .form .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}