*,
:after,
:before {
    box-sizing: border-box;
}

:active,
:hover,
body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

body,
html {
    height: 100%;
}

.form .field,
.text_block ol li,
.text_block ul li,
.wrap {
    position: relative;
}

.page_content .cont > .data,
header {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.block_head .title,
.first_section .info .title {
    font-family: var(--font_family2);
    font-weight: 700;
}

.block_head.center,
.img_bot,
.modal .text,
.more_likes_wrap,
.packages .package,
.pagination a,
.steps .item,
.supports_error,
.text-center,
.why .item {
    text-align: center;
}

.dd-menu,
.text_block ol li,
.text_block ul li,
header .menu > * {
    list-style-type: none;
}

@font-face {
    font-family: MyriadPro;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Avenir Next LT Pro";
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Muller-Bold.woff") format("woff"), url("../fonts/Muller-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Muller;
    src: local("Muller Regular"), local("MullerRegular"), url("../fonts/MullerRegular.woff") format("woff"), url("../fonts/MullerRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraRoundPro;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/CeraRoundPro-Regular.woff") format("woff"), url("../fonts/CeraRoundPro-Regular.ttf") format("truetype");
}

@font-face {
    font-family: CeraRoundPro;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/CeraRoundPro-Light.woff") format("woff"), url("../fonts/CeraRoundPro-Light.ttf") format("truetype");
}

@font-face {
    font-family: CeraRoundPro;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/CeraRoundPro-Medium.woff") format("woff"), url("../fonts/CeraRoundPro-Medium.ttf") format("truetype");
}

@font-face {
    font-family: CeraRoundPro;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/CeraRoundPro-Bold.woff") format("woff"), url("../fonts/CeraRoundPro-Bold.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Avenir Next LT Pro" !important;
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    letter-spacing: 0.025em;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

img {
    border: none;
}

textarea {
    overflow: auto;
}

input,
input:active,
textarea,
textarea:active {
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: transparent !important;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-outline: none !important;
}

button[type="reset"],
button[type="submit"],
input[type="reset"],
input[type="submit"] {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

:focus {
    outline: 0;
}

::-ms-clear {
    display: none;
}

.flex,
.wrap {
    display: flex;
}

:root {
    --bg: #fff;
    --bg2: #f9f9f9;
    --scroll_width: 17px;
    --text_color: #000;
    --font_size: 16px;
    --font_size_title: 35px;
    --font_family: "MyriadPro", "Arial", sans-serif;
    --font_family2: "Muller", "Arial", sans-serif;
    --font_family3: "CeraRoundPro", "Arial", sans-serif;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.lock {
    overflow: hidden;
}

.wrap {
    overflow: hidden;
    flex-direction: column;
    min-height: 100%;
    background: var(--bg);
}

.inner .wrap {
    background: var(--bg2);
}

#card-element,
.form .input {
    height: 48px;
    background: var(--form_bg_color);
}

.main {
    flex: 1 0 auto;
}

.flex,
.form .submit {
    justify-content: flex-start;
}

.cont {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.lozad {
    transition: 0.5s linear;
    opacity: 0;
}

.lozad.loaded {
    opacity: 1;
}

.flex {
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.page_content {
    padding: 37px 0 110px;
}

.page_content .cont > .data {
    width: 1066px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 8px;
    background: #fff;
}

.page_content .block_head .title {
    color: #2539a4;
}

.block {
    margin-bottom: 55px;
}

.block.bg {
    padding: 58px 0;
}

.review .h5,
.review h5 {
    margin: 0 0 0 -100px;
    font-size: 18px;
    color: #ef703f;
    font-weight: 700;
}

.block_head {
    color: #fff;
    margin-bottom: 40px;
}

.reviews.block .block_head {
    color: #232368;
    padding: 25px 0 0;
}

.reviews .desc img {
    display: none !important;
}

.block_head .title {
    margin: 20px 0;
    font-size: var(--font_size_title);
    line-height: var(--font_size_title);
}

.form .line,
.text_block h2,
.text_block h3,
.text_block ol,
.text_block p,
.text_block ul {
    margin-bottom: 20px;
}

.block_head .desc,
.form .label {
    font-family: var(--font_family3);
}

.block_head .desc {
    font-weight: 300;
    margin-top: 15px;
}

section.reviews .desc {
    border-bottom: 1px solid #232368;
    padding: 0 0 30px;
}

.block_head .desc img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}

.form {
    --form_border_color: #b5b5b5;
    --form_focus_color: #000;
    --form_error_color: red;
    --form_success_color: green;
    --form_border_radius: 6px;
    --form_bg_color: #fff;
    --form_placeholder_color: #b4b4b8;
}

.form ::-webkit-input-placeholder {
    color: var(--form_placeholder_color);
}

.form :-moz-placeholder {
    color: var(--form_placeholder_color);
}

.form :-ms-input-placeholder {
    color: var(--form_placeholder_color);
}

.form .label {
    margin-bottom: 10px;
    padding: 0 15px;
}

.form .input {
    color: var(--text_color);
    font: var(--font_size) var(--font_family);
    display: block;
    width: 100%;
    padding: 0 14px;
    transition: 0.2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
}

.form .submit_btn,
.pagination,
.text_block h2,
.text_block h3,
.text_block h4 {
    font-family: var(--font_family3);
    font-weight: 500;
}

header .menu li ul li a,
header .menu > * > a,
header .menu > .buy_linktrial > a {
    line-height: 44px;
    /*text-transform: capitalize;*/
    transition: 0.2s linear;
    text-decoration: none;
}

.form .submit,
.pagination {
    display: flex;
    align-content: center;
}

.form .input:focus {
    border-color: var(--form_focus_color);
}

.form .success {
    border-color: var(--form_success_color);
}

.form .error {
    border-color: var(--form_error_color);
}

.buy .select_package .next.disabled,
.buy-instagram-like-free .select_package .next.disabled,
.buy_1 .select_package .next.disabled,
.form .input:disabled,
.form .submit_btn:disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-loader {
    width: 25px;
    height: 25px;
}

.form .error_text {
    color: var(--form_error_color);
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.form .submit {
    padding-top: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.form .submit_btn {
    color: #fff;
    font-size: 23px;
    line-height: 60px;
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    cursor: pointer;
    transition: 0.2s linear;
    vertical-align: top;
    border: none;
    border-radius: 8px;
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
}

.buy .change_package .back:hover,
.buy .select_package .next:hover,
.buy-instagram-like-free .change_package .back:hover,
.buy-instagram-like-free .select_package .next:hover,
.buy_1 .change_package .back:hover,
.buy_1 .select_package .next:hover,
.form .submit_btn:hover,
.packages .package .link:hover {
    background: #3a53d7;
}

.post,
.text_block {
    line-height: 24px;
}

.buy .payment .form .block,
.buy-instagram-like-free .payment .form .block,
.buy_1 .payment .form .block,
.text_block > :last-child {
    margin-bottom: 0 !important;
}

.text_block h1 + *,
.text_block h1 + h2,
.text_block h1 + h3,
.text_block h1 + h4,
.text_block h2 + *,
.text_block h2 + h3,
.text_block h2 + h4,
.text_block h3 + *,
.text_block h3 + h4,
.text_block h4 + *,
.text_block > :first-child {
    margin-top: 0 !important;
}

.pagination,
.text_block * + h2,
.text_block * + h3,
.text_block * + h4 {
    margin-top: 40px;
}

.text_block h2 {
    color: #2539a4;
    font-size: 26px;
    text-transform: uppercase;
}

.text_block h3 {
    color: #2539a4;
    font-size: 22px;
}

.text_block h4 {
    color: #2539a4;
    font-size: 19px;
    margin-bottom: 15px;
}

.text_block .clear + h2,
.text_block .clear + h3,
.text_block .clear + h4 {
    margin-top: 30px;
}

.text_block img {
    display: block;
    max-width: 100%;
    margin: 0;
}

.text_block img.left {
    max-width: calc(50% - 40px);
    margin-top: 4px;
    margin-right: 40px;
}

.text_block img.right {
    max-width: calc(50% - 40px);
    margin-top: 4px;
    margin-left: 40px;
}

.text_block img.loaded {
    height: auto !important;
}

.text_block ul li {
    display: block;
    padding-left: 15px;
}

.text_block ol li + li,
.text_block ul li + li {
    margin-top: 5px;
}

.text_block ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: var(--text_color);
}

.text_block ol {
    counter-reset: li;
}

.text_block ol li {
    display: block;
    padding-left: 20px;
}

.text_block ol li:before {
    color: var(--text_color);
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    content: counters(li, ".") ".";
    counter-increment: li;
}

.text_block a {
    color: #4b67f7;
}

.copy a,
.text_block a:hover {
    text-decoration: none;
}

.pagination {
    color: #232368;
    font-size: 30px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.center_box,
.first_section .img,
.pagination.center {
    justify-content: center;
}

.pagination.alignright {
    justify-content: flex-end;
}

.pagination a {
    color: #232368;
    display: inline-block;
    margin: 0 10px;
    transition: 0.2s linear;
    vertical-align: top;
    text-decoration: none;
}

.pagination .next,
.pagination .prev {
    position: relative;
    width: 30px;
    height: 30px;
    transition: 0.2s linear;
}

.first_section .bg,
.supports_error {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pagination .next:after,
.pagination .prev:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 11px;
    height: 14px;
    margin: auto;
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.pagination .prev:after {
    border-right: 11px solid #232368;
}

.pagination .next:after {
    border-left: 11px solid #232368;
}

.supports_error {
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    position: fixed;
    z-index: 1000;
    display: none;
    padding: 20px;
    background: #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.flex2,
.is-flex,
.login_form,
.ls-widget .item,
.supports_error.show {
    display: flex;
}

header {
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    padding: 9px 0 8px;
    background: #fff;
}

.buy .change_package .flex,
.buy-instagram-like-free .change_package .flex,
.buy_1 .change_package .flex,
header .cont.flex {
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.buy .instagram_logo img,
.buy .payment .cards img,
.buy .payment .secure .item .icon img,
.buy-instagram-like-free .instagram_logo img,
.buy-instagram-like-free .payment .cards img,
.buy-instagram-like-free .payment .secure .item .icon img,
.buy_1 .instagram_logo img,
.buy_1 .payment .cards img,
.buy_1 .payment .secure .item .icon img,
footer .logo img,
header .logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

header .menu {
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-left: auto;
    margin-right: 30px;
}

header .menu > * {
    position: relative;
    display: block;
}

.buy .payment.inactive .cards,
.buy .payment.inactive .cursor-pointer,
.buy .payment.inactive .form,
.buy .payment.inactive .orline,
.buy .payment.inactive .total_price,
.buy .select_package .nice-select .list .list_item:empty,
.buy .select_package select,
.buy-instagram-like-free .payment.inactive .cards,
.buy-instagram-like-free .payment.inactive .form,
.buy-instagram-like-free .payment.inactive .total_price,
.buy-instagram-like-free .select_package .nice-select .list .list_item:empty,
.buy-instagram-like-free .select_package select,
.buy_1 .payment.inactive .cards,
.buy_1 .payment.inactive .cursor-pointer,
.buy_1 .payment.inactive .form,
.buy_1 .payment.inactive .orline,
.buy_1 .payment.inactive .total_price,
.buy_1 .select_package .nice-select .list .list_item:empty,
.buy_1 .select_package select,
.dd-input,
.dd-input + .dd-menu,
.hidden,
.owl-carousel .slide,
.submit_btn.ipaytotal,
.text_block ul li:before,
header .menu > .hide,
li#menu-item-439 {
    display: none;
}

header .menu > * + * {
    margin-left: 30px;
}

header .menu > .buy_linktrial > a {
    -webkit-text-stroke-width: bold;
    color: #f14908;
    position: relative;
    display: block;
}

header .menu li ul li a,
header .menu > * > a {
    -webkit-text-stroke-width: thin;
    color: #232368;
    position: relative;
    display: block;
    white-space: nowrap;
}

header .menu > .buy_link > a,
li#menu-item-439 a {
    color: #fff;
    padding: 0 23px;
    transition: 0.2s linear;
    border-radius: 3px;
    background: #3829a3;
}

header .menu li ul li a:hover,
header .menu > * > a.active,
header .menu > :hover > a {
    color: #587bff;
}

header .menu > * > a.buy_link.active,
header .menu > .buy_link:hover > a {
    color: #fff;
    text-decoration: none;
}

header .mob_menu_link {
    display: none;
    width: 47px;
    height: 43px;
    margin-right: -10px;
    padding: 10px;
    cursor: pointer;
    border: none;
    background: 0 0;
}

header .mob_menu_link span {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    transition: 0.2s linear;
    border-radius: 2px;
    background: #3a53d7;
}

header .mob_menu_link span + span {
    margin-top: 7px;
}

header .mob_menu_link.active span:first-child {
    top: 10px;
    transform: rotate(45deg);
}

header .mob_menu_link.active span:nth-child(2) {
    opacity: 0;
}

header .mob_menu_link.active span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
}

.lang-icon-header.active .lang-content,
.owl-carousel,
.owl-carousel .slide:first-child {
    display: block;
}

.owl-carousel .owl-stage {
    white-space: nowrap;
}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: top;
    white-space: normal;
}

.owl-carousel .slide .lozad {
    transition: 0.2s linear;
}

.new-pricing__prices-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 5px;
}

.new-pricing__prices-switching {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.new-pricing__prices-switching .hint {
    position: absolute;
    left: 213px;
    top: 6px;
}

.new-pricing__prices-switching .hint.premium-hint {
    left: unset;
    right: 195px;
}

.new-pricing__prices-switching-monthly {
    color: #212121;
    left: 57px;
    transition: color .3s ease;
    font-size: 15px;
}

.new-pricing__prices-switching-premium {
    font-size: 15px;
    line-height: 44px;
}

.new-pricing__prices-switching span {
    position: absolute;
    cursor: pointer;
    font-family: var(--font_family3);
}

input[type=checkbox].ios {
    display: none;
}

.new-pricing__prices-switching label {
    margin: 0 15px;
    height: 46px;
    width: 545px;
}

.new-pricing__prices-switching-hq {
    right: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #e3863a 0, #e5546c 100%);
    border-radius: 30px;
    padding: 2px 17px;
    top: 11px;
    line-height: 20px;
}
.premium-badge-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.premium-badge {
    border-radius: 32px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 10%);
    height: 46px;
    font-family: var(--font_family3);
    font-size: 15px;
    width: auto;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    background: #f6f8fd;
}
.premium-badge span.rec {
    background: linear-gradient(90deg, #e3863a 0, #e5546c 100%);
    border-radius: 30px;
    padding: 2px 17px;
    line-height: 20px;
    margin-left: 10px;
    color: #fff;
    font-family: var(--font_family3);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.premium-badge-row .hint {
    margin-left: 15px;
}
.tippy-tooltip {
    padding: 22px 19px;
    background: #fff;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0 2.42763px 4.85526px rgb(174 189 217 / 7%), 0 3.23684px 18.6118px rgb(130 145 152 / 19%), 0 5.66447px 19.4211px rgb(65 71 79 / 8%);
    box-shadow: 0 2.42763px 4.85526px rgb(174 189 217 / 7%), 0 3.23684px 18.6118px rgb(130 145 152 / 19%), 0 5.66447px 19.4211px rgb(65 71 79 / 8%);
    border-radius: 1rem;
    color: #62676c;
    font-family: var(--font_family3);
}

.tippy-arrow {
    border-color: transparent !important;
}

input[type=checkbox].ios + label {
    cursor: pointer;
    padding-left: 36px;
    position: relative;
    line-height: 40px;
    display: flex;
    justify-content: center;
}

input[type=checkbox].ios + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 3px 3px hsl(0deg 0% 55% / 10%);
    z-index: -1;
}

input[type=checkbox].ios + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    padding: 0;
    height: 22px;
    width: 46px;
    margin: 0;
    border-radius: 12px;
    background: #644eee;
    z-index: -1;
}

input[type=checkbox].ios + label:before {
    height: 46px;
    width: 546px;
    border-radius: 32px;
    background: #f6f8fd;
}

input[type=checkbox].ios + label:after {
    width: 236px;
    height: 42px;
    border-radius: 32px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 10%);
}

input[type=checkbox].ios:checked + label:after {
    left: 234px;
    width: 311px;
}

#high-quality, #premium {
    display: none;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
}

#high-quality.active, #premium.active {
    display: block;
    transform: translateX(0);
}

#user_code {
    display: none;
}

#user_code.active {
    display: block;
}

.first_section {
    position: relative;
    overflow: hidden;
    background-color: #0e0d33;
}

.first_section .bg {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.first_section .cont {
    position: relative;
    z-index: 5;
    min-height: 598px;
    padding-top: 70px;
    padding-bottom: 40px;
    justify-content: space-between;
}

.first_section .info {
    color: #fff;
    width: 715px;
    max-width: 100%;
    padding-top: 20px;
}

.first_section .info .title {
    font-size: 60px;
    line-height: 60px;
}

.first_section .info .desc {
    font-family: var(--font_family3);
    font-weight: 300;
    line-height: 22px;
    margin-top: 25px;
    padding-right: 30px;
    font-size: 19px;
}

.first_section .info .link {
    color: #fff;
    font-family: var(--font_family2);
    font-size: 24px;
    line-height: 56px;
    display: inline-block;
    height: 55px;
    margin-top: 25px;
    padding: 0 15px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    border-radius: 8px;
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.first_section .img {
    position: relative;
    width: 470px;
    max-width: 100%;
    display: flex;
    align-self: flex-end;
}

.first_section .img .item {
    color: #0d103f;
    font-family: var(--font_family3);
    position: absolute;
    top: 50%;
    display: flex;
    width: 274px;
    max-width: 100%;
    border-radius: 8px;
    background: #e6f5ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.first_section .img .item1 {
    right: 12px;
    margin-top: -135px;
}

.first_section .img .item2 {
    left: 12px;
    margin-top: -34px;
}

.first_section .img .item3 {
    right: 12px;
    margin-top: 75px;
}

.first_section .img .item .icon {
    display: flex;
    width: 65px;
    height: 68px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.first_section .img .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.first_section .img .item .name {
    width: calc(100% - 65px);
    padding: 10px 10px 10px 0;
}

.why .data {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-right: -30px;
    margin-left: -30px;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
}

.why .flex,
.why .item .icon {
    justify-content: center;
    margin: auto;
}

.buy .select_package .nice-select .current .price,
.buy .select_package .nice-select .list .price,
.buy-instagram-like-free .select_package .nice-select .current .price,
.buy-instagram-like-free .select_package .nice-select .list .price,
.buy_1 .select_package .nice-select .current .price,
.buy_1 .select_package .nice-select .list .price,
.faq .block_head .title,
.why .data .block_head {
    color: #232368;
}

.buy .select_package .nice-select .current .old-price,
.buy .select_package .nice-select .list .old-price {
    color: #718096FF;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 9px;
}

.buy .select_package .nice-select .current .discount-desc,
.buy .select_package .nice-select .list .discount-desc {
    color: #718096FF;
    font-size: 14px;
}

.why .flex {
    padding-top: 15px;
    background: url(https://instamama.net/wp-content/uploads/2020/04/WhatsApp-Image-2020-04-14-at-05.52.39.jpeg) bottom/cover;
    width: 100%;
}

.why .flex > * {
    width: calc(25% - 40px);
    margin-bottom: 40px;
    margin-left: 40px;
    margin-top: 40px;
}

.why .item {
    font-family: var(--font_family3);
    font-weight: 300;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
}

.packages .flex,
.reviews .flex,
.steps .flex {
    align-content: stretch;
}

.why .item .icon {
    display: flex;
    width: 150px;
    height: 150px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.steps .item .icon img,
.why .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.news-checkbox-block,
.steps .item > * + *,
.why .item .info > * + * {
    margin-top: 15px;
}

.steps .item .number,
.why .item .name {
    font-family: var(--font_family2);
    font-size: 18px;
    font-weight: 700;
}

.steps .flex {
    margin-bottom: -45px;
    margin-left: -45px;
    padding-bottom: 20px;
    justify-content: center;
    align-items: stretch;
}

.packages .flex > *,
.steps .flex > * {
    width: calc(33.333% - 45px);
    margin-bottom: 45px;
    margin-left: 45px;
}

.steps .item {
    color: #232368;
    font-family: var(--font_family3);
    font-weight: 300;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.steps .item .icon {
    display: flex;
    height: 140px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.packages .flex {
    margin-bottom: -45px;
    margin-left: -45px;
    justify-content: center;
    align-items: stretch;
}

.packages .package {
    color: #232368;
    position: relative;
    padding: 58px 39px 37px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.packages .package .sticker {
    color: #fff;
    font-family: var(--font_family3);
    font-size: 18px;
    line-height: 46px;
    position: absolute;
    top: -23px;
    left: 50%;
    height: 46px;
    padding: 0 35px;
    transform: translateX(-50%);
    white-space: nowrap;
    border-radius: 25px;
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
}

.packages .package .quantity {
    color: #232368;
    font-family: var(--font_family2);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    display: inline-block;
    height: 28px;
    padding: 0 20px;
    vertical-align: top;
    text-transform: uppercase;
    border-radius: 4px;
    background: #e5edf9;
}

.packages .package .price,
.reviews .review {
    color: #232368;
    font-weight: 300;
    font-family: var(--font_family3);
}

.packages .package .price {
    font-size: 51px;
    margin-top: 30px;
}

.packages .package .features {
    color: #232368;
    font-family: var(--font_family3);
    margin-top: 30px;
    text-align: left;
}

.buy .payment .secure .item + .item,
.buy-instagram-like-free .payment .secure .item + .item,
.buy_1 .payment .secure .item + .item,
.packages .package .features > * + *,
.post + .post {
    margin-top: 20px;
}

.packages .package .features .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.packages .package .features .icon {
    display: flex;
    width: 58px;
    height: 26px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.packages .package .features .icon img {
    display: block;
    max-width: 100%;
}

.packages .package .features .name {
    width: calc(100% - 58px);
}

.packages .package .link {
    color: #fff;
    font-family: var(--font_family3);
    font-size: 18px;
    line-height: 46px;
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.2s linear;
    border: none;
    border-radius: 8px;
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
    text-decoration: none;
}

.reviews .flex {
    margin-bottom: -53px;
    margin-left: -45px;
    padding-top: 15px;
    justify-content: center;
    align-items: stretch;
}

.reviews .flex > * {
    width: calc(33.333% - 45px);
    margin-bottom: 53px;
    margin-left: 45px;
}

.reviews .review {
    display: flex;
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.reviews .review .foto {
    overflow: hidden;
    width: 68px;
    height: 70px;
    border-radius: 25%;
    background: #232368;
    margin: 40px 0 0;
}

.reviews .review .foto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews .review .text {
    width: calc(100% - 100px);
}

.faq .cols {
    display: flex;
    margin-right: -30px;
    margin-left: -30px;
    padding-top: 59px;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.faq .cols .col {
    width: calc(50% - 29px);
}

.faq .item {
    border: 1px solid #232368;
    border-radius: 26px;
    background: #232368;
}

.faq .item + .item {
    margin-top: 29px;
}

.faq .item .title {
    color: #fff;
    font-family: var(--font_family2);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    padding: 15px 58px 13px 20px;
    cursor: pointer;
    background: #232368;
    border-radius: 40px;
}

.faq .item .title:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    content: "";
    padding: 0;
    background: url(https://instamama.net/wp-content/uploads/2020/04/ic_faq_lus_minus.png) no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
}

.faq .item.active .title:after {
    background-position: 0 100%;
}

.faq .item .data {
    font-size: 18px;
    font-weight: 300;
    display: none;
    padding: 0 20px 20px;
    color: #fff;
}

.buy .select_package #hq-price-select, .buy .select_package #premium-price-select {
    display: none;
}

.buy .select_package #hq-price-select.active, .buy .select_package #premium-price-select.active {
    display: block;
}

.hint {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.buy .select_package .checkbox-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.buy .select_package .checkbox-row .checkbox-item {
    margin: 0 10px;
    font-family: var(--font_family3);
    display: flex;
    align-items: center;
}

.buy .select_package .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 5px;
}

.buy .select_package .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.buy .select_package .slider.round {
    border-radius: 34px;
}

.buy .select_package .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.buy .select_package input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.buy .select_package .slider.round:before {
    border-radius: 50%;
}

.buy .select_package .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.buy .select_package input:checked + .slider {
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
}

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

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

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

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

.buy .select_package .nice-select,
.buy-instagram-like-free .select_package .nice-select,
.buy_1 .select_package .nice-select {
    position: relative;
    display: block;
    margin-bottom: -2px;
}

.buy .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/follow.png) 29px 50% no-repeat;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.buy .select_package .nice-select .current:after,
.buy-instagram-like-free .select_package .nice-select .current:after,
.buy_1 .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 .select_package .nice-select .list,
.buy-instagram-like-free .select_package .nice-select .list,
.buy_1 .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 .select_package .nice-select.open .list,
.buy-instagram-like-free .select_package .nice-select.open .list,
.buy_1 .select_package .nice-select.open .list {
    top: calc(100% - 2px);
    visibility: visible;
    opacity: 1;
}

.buy .select_package .nice-select .list .list_item {
    color: #000;
    font-family: var(--font_family3);
    font-size: 17px;
    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 .select_package .nice-select .list .list_item + .list_item,
.buy-instagram-like-free .select_package .nice-select .list .list_item + .list_item,
.buy_1 .select_package .nice-select .list .list_item + .list_item {
    border-top: 2px solid #f5f5fb;
}

.buy .select_package .nice-select .list .list_item.selected,
.buy .select_package .nice-select .list .list_item:hover,
.buy-instagram-like-free .select_package .nice-select .list .list_item.selected,
.buy-instagram-like-free .select_package .nice-select .list .list_item:hover,
.buy_1 .select_package .nice-select .list .list_item.selected,
.buy_1 .select_package .nice-select .list .list_item:hover {
    background: #f5f5fb;
}

.buy .select_package .input,
.buy-instagram-like-free .select_package .input,
.buy_1 .select_package .input,
.select-posts-container .post_link {
    color: #000;
    font-family: var(--font_family2);
    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 .select_package .email_input,
.buy-instagram-like-free .select_package .email_input {
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url(../images/email-142-32.png) 25px 50% no-repeat;
}

.buy-instagram-like-free .select_package .post_link,
.buy-instagram-like-free .select_package .email_input {
    border-radius: 8px;
}

.buy-instagram-like-free .select_package .buy-ig-free-likes-captcha {
    margin: 25px 0;
}

.buy .change_package .back,
.buy .select_package .next,
.buy-instagram-like-free .select_package .next,
.buy_1 .select_package .next {
    color: #fff;
    padding: 0 15px;
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
    font-family: var(--font_family3);
    transition: 0.2s linear;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.continue-button-text {
    transition: all 0.2s;
}

.continue-button-loading {
    position: relative;
}

.continue-button-loading .continue-button-text {
    visibility: hidden;
    opacity: 0;
}

.continue-button-loading::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

.buy_1 .select-posts-container,
.buy-instagram-like-free .select-posts-container {
    width: 633px;
    max-width: 100%;
    margin: 35px auto 0;
    padding: 45px 35px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.buy_1 .select-posts-container .select-posts-text,
.buy_1 .select-posts-container .select-posts-warning,
.buy_1 .select-posts-container .select-posts-message,
.buy-instagram-like-free .select-posts-text,
.buy-instagram-like-free .select-posts-warning,
.buy-instagram-like-free .select-posts-message {
    text-align: center;
    margin-bottom: 25px;
    font-family: var(--font_family3);
    font-size: 18px;
    font-weight: 300;
}

.buy-instagram-like-free .select-posts-message {
    margin-top: 25px;
}

.buy_1 .select-posts-container .select-posts-message,
.buy-instagram-like-free .select-posts-container .select-posts-message {
    font-size: 16px;
}

.buy_1 .select-posts-container .select-posts-text,
.buy-instagram-like-free .select-posts-container .select-posts-text {
    background: #f0f0f0;
    padding: 19px 0;
    border-radius: 6px;
}

.buy_1 .select-posts-container .select-posts-warning,
.buy-instagram-like-free .select-posts-container .select-posts-warning {
    color: red;
}

.buy_1 .select-posts-container .load-more-posts-button,
.buy-instagram-like-free .select-posts-container .load-more-posts-button {
    font-family: var(--font_family3);
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
    text-decoration: underline;
}

.buy_1 .select-posts-container .load-more-posts-button.disabled,
.buy-instagram-like-free .select-posts-container .load-more-posts-button.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

#load-more-posts {
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: var(--font_family3);
    color: var(--text_color);
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px;
}

/* load more posts loader-> */
.lds-load-more-posts {
    display: none;
    margin: 0 auto;
    position: relative;
    width: 80px;
    height: 66px;
}

.lds-load-more-posts div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #f0f0f0;
    animation: lds-load-more-posts 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-load-more-posts div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-load-more-posts div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-load-more-posts div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-load-more-posts {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

/* <-load more posts loader */
.select_posts {
    display: flex;
    flex-wrap: wrap;
}

.select_posts .ig-image-container {
    margin: 5px;
    position: relative;
}

.select_posts .ig-image-container.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.select_posts .ig-image-container img {
    width: 128px;
    height: 128px;
    border-radius: 8px;
}

.select_posts .ig-image-container .choosed-ig-post {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 128px;
    height: 128px;
    border-radius: 8px;
}

.buy-instagram-like-free .select-posts-container .continue-btn,
.buy_1 .select-posts-container .continue-btn {
    font-family: var(--font_family3);
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 60px;
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    cursor: pointer;
    transition: 0.2s linear;
    vertical-align: top;
    border: none;
    border-radius: 8px;
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
    margin-top: 25px;
    margin-bottom: 25px;
}

.buy-instagram-like-free .select-posts-container .continue-btn:disabled,
.buy_1 .select-posts-container .continue-btn:disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

.buy_1 .buy-instagram-like-free .continue-btn:hover,
.buy_1 .select-posts-container .continue-btn:hover {
    background: #3a53d7;
}

.buy .select_package .next,
.buy-instagram-like-free .select_package .next,
.buy_1 .select_package .next {
    font-size: 28px;
    font-weight: 500;
    line-height: 60px;
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 50px;
    border: none;
    border-radius: 8px;
}

.buy .change_package,
.buy-instagram-like-free .change_package,
.buy_1 .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 .change_package .icon,
.buy-instagram-like-free .change_package .icon,
.buy_1 .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 .change_package .icon img,
.buy-instagram-like-free .change_package .icon img,
.buy_1 .change_package .icon img {
    display: block;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.buy .change_package .user_name,
.buy-instagram-like-free .change_package .user_name,
.buy_1 .change_package .user_name {
    font-family: var(--font_family3);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}

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

.buy .change_package .old-price,
.buy .change_package .discount-desc {
    display: none;
}

.buy .change_package .back {
    font-size: 28px;
    font-weight: 500;
    line-height: 52px;
    display: block;
    height: 53px;
    margin-left: auto;
    border: none;
    border-radius: 8px;
}

.buy .payment,
.buy-instagram-like-free .payment,
.buy_1 .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 .track-order-title-block {
    width: 633px;
    max-width: 100%;
    margin: 35px auto 0;
    padding: 22px 35px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.buy .payment .block_title,
.buy-instagram-like-free .payment .block_title,
.buy_1 .payment .block_title,
.buy .track-order-title-block {
    margin-bottom: 25px;
    transition: 0.2s linear;
    text-align: center;
}
.buy-instagram-like-free .payment .block_title {
    font-family: var(--font_family3);
    font-size: 40px;
}
.buy .track-order-title-block .title {
    font-family: var(--font_family2);
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    color: #232368;
    text-align: center;
}

.font-bold, .gain .title, .login_form legend, .manual li {
    font-weight: 700;
}

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

.buy .payment .total_price,
.buy-instagram-like-free .payment .total_price,
.buy_1 .payment .total_price {
    font-family: var(--font_family3);
    margin-bottom: 20px;
    text-align: center;
}

.buy .payment .total_price .price,
.buy-instagram-like-free .payment .total_price .price,
.buy_1 .payment .total_price .price {
    color: #232368;
    font-size: 40px;
    white-space: nowrap;
}

.buy .payment .form,
.buy-instagram-like-free .payment .form,
.buy_1 .payment .form {
    padding: 35px;
    border-radius: 8px;
    background: #f9f9f9;
}

.buy .payment .form .block + .block,
.buy-instagram-like-free .payment .form .block + .block,
.buy_1 .payment .form .block + .block {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #b5b5b5;
}

.buy .payment .form .title,
.buy-instagram-like-free .payment .form .title,
.buy_1 .payment .form .title {
    font-family: var(--font_family3);
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 24px;
}

.buy .payment .secure .item,
.buy-instagram-like-free .payment .secure .item,
.buy_1 .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 .payment .secure .item .icon,
.buy-instagram-like-free .payment .secure .item .icon,
.buy_1 .payment .secure .item .icon {
    width: 65px;
    padding: 0 10px;
}

.buy .payment .secure .item .name,
.buy-instagram-like-free .payment .secure .item .name,
.buy_1 .payment .secure .item .name {
    width: calc(100% - 65px);
}

.buy .payment .cards,
.buy-instagram-like-free .payment .cards,
.buy_1 .payment .cards {
    margin-top: 26px;
}

.buy .payment .submit,
.buy-instagram-like-free .payment .submit,
.buy_1 .payment .submit,
.cols.faq_cust {
    padding-top: 0;
}

.buy .payment.inactive .block_title,
.buy-instagram-like-free .payment.inactive .block_title,
.buy_1 .payment.inactive .block_title,
.buy .track-order-title-block {
    color: #000000;
}

.payment .verification-code-block {
    margin-top: 10px;
    display: none;
}

.buy .track-order-table {
    font-size: 18px;
    color: black;
    text-align: left;

}
.track-order-table-inner {
    max-height: 50px;
    overflow: hidden;
    position: relative;
}
.track-order-table-inner.open {
    max-height: 100%;
    margin: 15px 0;
}

#moreBtn {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#moreBtn: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;
}
.other-orders-wrapper.open #moreBtn:after, .track-order-table-inner.open #moreBtn:after {
    display: none;
}
.track-order-table-inner #moreBtn {
    top: 25px;
}
.buy .track-order-table table {
    width: 100%;
}

.buy .track-order-table table tr td.success-status, .other-orders-wrapper table tr td.success-status {
    background-color: #68ae27a3;
}

.buy .track-order-table table td {
    padding: 8px;
}

.buy .track-order-table table tr:nth-child(odd) {
    background-color: #d1ceda3b;
}

.buy .track-order-table table tr:nth-child(even) {
    background-color: white;
}

.buy .track-order-table table tbody tr:nth-child(2) td:nth-child(2),
.buy .track-order-table table tbody tr:nth-child(5) td:nth-child(2) {
    white-space: pre-line;
}

.track-order-section .track-order-warning {
    display: block;
    margin: 15px auto 0;
    text-align: center;
    color: red;
}

.track-order-load-more-btn {
    font-family: var(--font_family3);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
}

.track-order-load-more-btn span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.other-orders-wrapper {
    max-height: 40px;
    overflow: hidden;
    position: relative;
}

.other-orders-wrapper.open {
    max-height: 100%;
    margin: 15px 0;
}

.other-orders-wrapper.disabled {
    display: none;
}

.buy .payment_status,
.buy-instagram-like-free .payment_status,
.buy_1 .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 .payment_status .title,
.buy-instagram-like-free .payment_status .title,
.buy_1 .payment_status .title {
    font-family: var(--font_family3);
    font-size: 30px;
    font-weight: 700;
    padding-top: 95px;
    text-align: center;
}

.ebook_ok_page .payment_status.success .title {
    color: rgba(0, 0, 0, 0.87) !important;
    background: none !important;
}

.ebook_ok_page .payment_status .title {
    padding-top: 0 !important;
}

.buy .payment_status.success .title,
.buy-instagram-like-free .payment_status.success .title,
.buy_1 .payment_status.success .title {
    color: #1bcc49;
    background: url(../images/ic_payment_success.png) 50% 0 no-repeat;
}

.buy .payment_status.failed .title,
.buy-instagram-like-free .payment_status.failed .title,
.buy_1 .payment_status.failed .title {
    color: #ea3434;
    background: url(../images/ic_payment_failed.png) 50% 0 no-repeat;
}

.buy .payment_status .desc,
.buy-instagram-like-free .payment_status .desc,
.buy_1 .payment_status .desc {
    color: #a39fb8;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.buy .payment_status .info,
.buy-instagram-like-free .payment_status .info,
.buy_1 .payment_status .info {
    color: #c1bece;
    font-size: 18px;
    margin-top: 40px;
    padding: 40px 40px 0;
    border-top: 2px solid #e9e7f0;
}

.buy .payment_status .info .item,
.buy-instagram-like-free .payment_status .info .item,
.buy_1 .payment_status .info .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.buy .payment_status .info .item + .item,
.buy-instagram-like-free .payment_status .info .item + .item,
.buy_1 .payment_status .info .item + .item,
.login_form input[type="password"],
.login_form input[type="text"],
.post .desc {
    margin-top: 10px;
}

.buy .instagram_logo,
.buy-instagram-like-free .instagram_logo,
.buy_1 .instagram_logo {
    margin-top: 74px;
}

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

.post .thumb,
.post_info .thumb {
    display: block;
    padding-bottom: 48%;
    background: #e1e8f6;
    position: relative;
    overflow: hidden;
}

.buy-instagram-like-free .select_package ::-webkit-input-placeholder,
.buy_1 .select_package ::-webkit-input-placeholder {
    color: #d3d0dc;
}

.buy-instagram-like-free .select_package :-moz-placeholder,
.buy_1 .select_package :-moz-placeholder {
    color: #d3d0dc;
}

.buy-instagram-like-free .select_package :-ms-input-placeholder,
.buy_1 .select_package :-ms-input-placeholder {
    color: #d3d0dc;
}

.buy-instagram-like-free .select_package .nice-select .current,
.buy_1 .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-instagram-like-free .select_package .nice-select .list .list_item,
.buy_1 .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;
}

.free-likes-warning-block {
    margin-top: 20px;
    font-family: var(--font_family3);
    padding: 35px;
    border-radius: 8px;
    background: #f9f9f9;
}

textarea.input.required {
    height: 120px !important;
    resize: none;
    padding: 10px 20px !important;
}

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

.blog .block_head,
.post_info .block_head {
    margin-bottom: 30px;
}

.blog .block_head .title {
    font-family: var(--font_family);
    font-weight: 400;
}

.post .thumb {
    border-radius: 8px;
}

.post .thumb img,
.post_info .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post .name a,
footer .menu a {
    display: inline-block;
    vertical-align: top;
}

.post .name {
    color: #2539a4;
    font-size: 27px;
    line-height: 31px;
    margin-top: 15px;
}

.post .name a {
    color: #2539a4;
    text-decoration: none;
}

.post .name a:hover,
footer .menu a:hover {
    text-decoration: underline;
}

.post_info .block_head .desc {
    color: #000;
    font-weight: 400;
}

.contacts_info .form .input,
footer .menu a,
footer .text {
    font-family: var(--font_family3);
    font-size: 18px;
    font-weight: 300;
}

.post_info .thumb {
    margin-bottom: 40px;
    border-radius: 8px;
}

.contacts_info {
    width: 585px;
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 0;
}

.contacts_info .block_head,
.contacts_info .block_head .title {
    color: #000;
}

.contacts_info .form {
    padding: 31px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.contacts_info .form .input {
    height: 60px;
    padding: 0 23px;
}

footer {
    color: #fff;
    flex: 0 0 auto;
}

footer .info {
    padding: 27px 0;
    background: #3829a3;
}

footer .bottom {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 0;
    text-align: center;
    background: #0e0c56;
}

footer .text {
    margin-top: 20px;
    text-align: center;
}

footer .menu {
    position: relative;
    left: 20px;
    width: 600px;
    max-width: 100%;
    margin: 25px auto 0;
}

footer .menu .flex {
    margin-bottom: -10px;
    margin-left: -45px;
    list-style: none;
}

footer .menu .flex > * {
    width: calc(33.333% - 45px);
    margin-bottom: 10px;
    margin-left: 45px;
}

footer .menu a {
    color: #fff;
    text-decoration: none;
}

.modal {
    display: none;
    visibility: visible !important;
    width: 480px;
    max-width: 100%;
    padding: 40px 50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.modal_title {
    font-size: var(--font_size_title);
    line-height: normal;
    text-align: center;
}

.modal_desc {
    margin-top: 25px;
    text-align: center;
}

.notCorrect {
    border: 1px solid red !important;
}

.bak_g_feature {
    background: #3829a3;
}

section#features {
    padding: 65px 0 0;
}

.pay_follow select {
    display: block !important;
    padding: 5px 15px;
}

.dd-button,
.dd-button span,
.dropdown_follow,
.orline span {
    display: inline-block;
}

.pay_follow {
    max-width: 550px;
    justify-content: center;
    box-shadow: 0 0 12px #a5a5a5;
    margin: 48px auto;
    padding: 40px;
}

.pay_follow h2 {
    font-size: 40px;
    font-weight: 400;
    color: #d1ceda;
    font-family: auto;
    text-align: center;
}

.orline span,
.selected_type {
    font-family: var(--font_family3);
}

.dropdown_follow {
    position: relative;
    width: 100%;
}

.dd-button span {
    text-align: right;
    float: right;
    clear: both;
}

.dd-button {
    border: 1px solid gray;
    border-radius: 4px;
    padding: 15px 43px 14px 38px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    background: url(https://instamama.net/wp-content/uploads/2020/04/follow.png) 1% no-repeat;
}

.dd-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

.dd-button:hover {
    background-color: #eee;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.manual,
.manual li,
.more_likes svg,
.orline,
.orline span,
.spinner {
    position: relative;
}

.dd-input:checked + .dd-menu {
    display: block;
    width: 100%;
}

.pay_follow .btn_sub {
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
    font-size: 25px;
    padding: 7px 35px;
    border-radius: 5px;
    border: 0;
    margin: 20px auto;
    display: block;
    color: #fff;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.check_out {
    background: #efefef;
    padding: 30px;
    margin: 20px 0;
}

.check_out h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 25px;
}

.font-bold,
.gain .title,
.login_form legend,
.manual li {
    font-weight: 700;
}

.check_out > p {
    padding: 6px 22px;
}

.sub_email p {
    border-top: 1px solid #9c9c9c;
    padding: 12px 0;
}

.sub_email .eamil {
    width: 100%;
    border: 1px solid #a5a5a5;
    padding: 14px 12px;
    border-radius: 6px;
}

.center_box #affwp-generate-ref-url,
.check_out .btn_sub,
.lang-icon-header .lang-icon {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .first_section .img {
        justify-content: center;
    }

    .block.bg {
        padding: 5px 0;
    }

    .why .flex {
        display: flex;
    }

    .why .item {
        width: 50% !important;
    }

    .info {
        width: 100% !important;
        text-align: center;
    }

    .why .item .icon {
        width: 100%;
    }

    section#features {
        padding: 30px 0 0;
    }

    .review .h5,
    .review h5 {
        margin: 0 0 0 -77px;
    }

    .why .data {
        padding: 20px !important;
    }

    .first_section .desc,
    .first_section h1.title {
        text-align: left;
    }
}

@media only screen and (max-width: 320px) {
    .packages .package .features .item {
        width: 50% !important;
    }

    .packages .package {
        padding: 0 !important;
    }

    footer .menu .flex > * {
        width: calc(33.33% - 20px) !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .first_section .info {
        padding-top: 10px;
        width: 50% !important;
    }

    .first_section .img {
        align-self: center;
        width: 50% !important;
        max-width: 330px !important;
    }

    .first_section .img img {
        width: 100%;
    }

    .first_section .cont {
        justify-content: space-evenly;
    }

    .block {
        margin-bottom: 20px !important;
    }

    section#features {
        padding: 35px 0 0;
    }

    section.steps.block h2 {
        margin: 30px 0 0;
    }

    .why .data {
        padding: 20px !important;
    }

    section.reviews.block h2 {
        margin: 25px 0 0;
    }

    .review .h5,
    .review h5 {
        margin: 0 0 0 -85px;
    }

    .steps .flex {
        padding-bottom: 20px;
    }

    .packages .package {
        padding: 45px 10px 20px !important;
    }

    .buy .select_package .next {
        line-height: 60px !important;
        height: 60px !important;
    }
}

.mb-4,
.my-4 {
    margin-bottom: 1rem;
}

header .menu li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 0.5s;
    left: 0;
    display: none;
    list-style: none;
}

header .menu li ul:hover,
header .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    width: auto;
    min-width: 255px;
    margin-top: -3px;
    padding: 10px 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(31, 38, 103, 0.2);
    box-shadow: 0 2px 20px 0 rgba(31, 38, 103, 0.2);
    border-radius: 8px;
    border: none;
    z-index: 200;
    background: #fff;
}

header .menu li ul li {
    clear: both;
    width: 100%;
}

.menu-item-has-children > a:after {
    display: block;
    content: "";
    border: 3px solid transparent;
    border-top: 3px solid #232368;
    position: absolute;
    right: -8px;
    top: 22px;
}

.bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
    border: none;
    cursor: pointer;
}

.rounded-full {
    border-radius: 9999px !important;
}

.cursor-pointer {
    /*cursor: pointer;*/
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.how .flex,
.justify-between {
    justify-content: space-between;
}

.h-4 {
    height: 1rem;
}

.text-xs {
    font-size: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

@media (min-width: 1100px) {
    .md\:h-6 {
        height: 1.5rem;
    }

    .md\:text-base {
        font-size: 1rem;
    }
}

.orline:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    height: 1px;
    background: #dfdfdf;
    z-index: 100;
}

.orline {
    height: 19px;
    line-height: 19px;
    text-align: center;
    margin: 32px 0;
}

.orline span {
    z-index: 1000;
    color: #676767;
    background: #fff;
    padding: 0 9px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.selected_type input {
    -webkit-appearance: auto;
    appearance: auto;
}

.manual li,
.more_likes {
    font-family: var(--font_family);
    color: #232368;
}

.selected_type label + input {
    margin-left: 10px;
}

.flex-line,
.secure .title {
    display: flex;
    justify-content: space-between;
}

.manual li span,
.more_likes {
    display: inline-block;
    font-weight: 400;
}

.flex-line .line {
    width: calc(50% - 10px);
}

.spinner:after,
.spinner:before {
    width: 10.4px;
    background: #5469d4;
}

.addition select.input {
    -webkit-appearance: none;
    background: url(../images/asd.png) no-repeat;
    background-position: calc(100% - 20px) 20px;
}

#submit,
.manual li::before {
    background: linear-gradient(121deg, #fe882e, #ff5f7d);
}

.post_info .avatar img {
    margin: 0 15px 0 0;
    border-radius: 50%;
}

.post_info .block_head .desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.secure svg.lock {
    width: 14px;
    height: 16px;
    margin-left: 15px;
}

.billing_new svg.american,
.billing_new svg.mastercard,
.billing_new svg.visa {
    height: 21px;
    width: 32px;
}

.secure .title .block_1,
.secure .title .block_2 {
    display: flex;
    align-items: center;
}

.block_1 .secure-checkout-title {
    padding-left: 7px;
}

.checkmark-icon {
    display: flex;
    align-items: center;
    padding-right: 8px;
}

.stripe-logo img {
    width: 120px;
    height: auto;
}

.secure .title .block_2 > * {
    margin-left: 12px;
}

.more_likes {
    font-size: 24px;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    vertical-align: top;
    border-radius: 15px;
    background: #e5edf9;
}

#card-error,
.gain .flex .item,
.input2 {
    font-family: var(--font_family3);
}

.more_likes svg {
    width: 19px;
    top: 2px;
    margin-left: 25px;
}

.manual {
    color: #232368;
    padding: 50px 70px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 15px rgb(0 0 0 / 30%);
    width: 560px;
}

.how .flex .img {
    width: calc(100% - 760px);
}

.manual li {
    font-size: 21px;
    list-style: none;
    padding-left: 40px;
}

.text_block_home h2,
.text_block_home h3 {
    font-family: var(--font_family2);
    font-style: normal;
}

.manual li + li {
    margin-top: 50px;
}

.manual li span {
    margin-top: 10px;
    font-size: 18px;
}

.manual li::before {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
}

.how {
    padding: 30px 0;
}

.gain {
    margin-top: -55px;
    padding: 77px 0;
    background: #eff5fd;
}

.gain .title {
    font-family: Muller;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    color: #232368;
    text-align: center;
    margin-bottom: 55px;
}

.gain .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}

.gain .flex .item {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 143.5%;
    text-align: center;
    color: #232368;
    margin: 0 10px;
}

.gain .flex .item .img_wrap {
    border: 2px solid #d3dcec;
    text-align: center;
    width: 145px;
    height: 145px;
    display: flex;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.gain .flex .item .img_wrap div {
    width: 125px;
    height: 125px;
    background: #fff;
    border-radius: 50%;
    transform: translate(8px, 8px);
    display: flex;
}

.gain .flex .item img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.login_form form {
    width: 50%;
    padding: 35px;
    border: 2px solid #3952d6;
    border-radius: 10px;
}

.login_form fieldset {
    margin-top: 1.5em;
}

.login_form p {
    margin: 0 0 1.5em;
}

.login_form input {
    font-size: 14px;
    border-bottom: 2px solid #e0e0e0 !important;
    background-color: rgba(0, 0, 0, 0.035);
    border: 0;
    padding: 10px;
}

.login_form input[type="checkbox"] {
    background-color: #dedede !important;
    border: 1px solid rgba(51, 51, 51, 0.1) !important;
    padding: 0;
    width: 13px;
    height: 13px;
    margin: 3px 3px 0 4px;
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-outline: textfield !important;
}

.login_form input.button {
    padding: 16px 23px !important;
    border-radius: 50px;
    background: #3952d6 !important;
    color: #fff;
    cursor: pointer;
}

.login_form .affwp-lost-password a {
    text-decoration: none;
    font-size: 16px;
    color: #3952d6;
    font-weight: 700;
}

.coupon {
    border-top: 0 !important;
}

.coupon_name {
    border-radius: 0 !important;
}

.order-id-input {
    border-radius: 8px 8px 0 0 !important;
    border-bottom: none !important;
}

.input2 {
    color: #000;
    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(https://instamama.net/wp-content/uploads/2020/02/coupon-icon-1.png) 29px 50% no-repeat;
}

form#payment-form {
    width: 100%;
    display: none;
}

#payment-form input {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: #fff;
}

.result-message {
    line-height: 22px;
    font-size: 16px;
}

.result-message a {
    color: #596fd6;
    font-weight: 600;
    text-decoration: none;
}

#card-error {
    color: #697386;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

#card-element {
    color: var(--text_color);
    font: var(--font_size) var(--font_family);
    display: block;
    width: 100%;
    padding: 14px;
    transition: 0.2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    line-height: 48px;
}

#payment-request-button {
    margin-bottom: 32px;
}

#payment-formbutton {
    background: #5469d4;
    color: #fff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: 0.2s;
    box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.07);
    width: 100%;
}

#payment-formbutton:hover {
    filter: contrast(115%);
}

#payment-form button:disabled {
    opacity: 0.5;
    cursor: default;
}

.spinner,
.spinner:after,
.spinner:before {
    border-radius: 50%;
}

.spinner {
    color: #fff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

#submit,
.copy {
    margin-top: 20px;
    font-family: var(--font_family3);
}

.spinner:after,
.spinner:before {
    position: absolute;
    content: "";
}

.spinner:before {
    height: 20.4px;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: 2s 1.5s infinite loading;
    animation: 2s 1.5s infinite loading;
}

.spinner:after {
    height: 10.2px;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: 2s infinite loading;
    animation: 2s infinite loading;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .login_form form {
        width: 100%;
    }

    form {
        /*width: 80vw;*/
    }
}

#submit {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 60px;
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    cursor: pointer;
    transition: 0.2s linear;
    vertical-align: top;
    border: none;
    border-radius: 8px;
}

.copy {
    line-height: 24px;
    text-align: center;
}

.ls-widget {
    position: fixed;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 0 15px;
    bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99;
    margin-right: 15px;
    opacity: 0;
    font-family: var(--font_family3);
}

@media (max-width: 1000px) {
    .buy-instagram-like-free .change_package .icon,
    .buy_1 .change_package .icon {
        margin: 10px auto;
    }

    .buy-instagram-like-free .payment .block_title,
    .buy_1 .payment .block_title {
        font-size: 36px;
    }

    .buy-instagram-like-free .payment .total_price .price,
    .buy_1 .payment .total_price .price {
        font-size: 34px;
    }

    .ls-widget {
        max-width: 70%;
    }
}

.ls-widget:hover {
    box-shadow: rgb(0 0 0 / 30%) 0 0 15px;
}

.ls-widget .item .icon {
    margin: 5px;
    font-size: 40px;
    color: #fff;
    display: flex;
    align-items: center;
}

.ls-widget .item .text {
    padding: 10px 15px;
}

.ls-widget .item .text .package {
    margin: 3px 0;
    font-weight: 900;
}

.ls-widget .item .text .package a {
    font-family: var(--font_family3);
    font-size: 14px;
    font-weight: 700;
}

.ls-widget .item .text .time {
    font-size: 13px;
    color: #9e9e9e;
}

.ls-widget .item .close {
    padding: 8px;
    align-self: flex-end;
}

.ls-widget .item .close button {
    background: 0 0;
    border: 0;
    color: #607d8b;
    cursor: pointer;
}

.text_block_home h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    color: #232368;
    text-transform: none;
}

.text_block_home h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 152.5%;
    color: #232368;
}

.text_block_home ol,
.text_block_home ol li:before,
.text_block_home p,
.text_block_home ul {
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: 400;
    line-height: 152.5%;
    color: #232368;
}

.text_block_home h3 em {
    font-family: var(--font_family2);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 152.5%;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #e3863a 0, #e5546c 100%);
    border-radius: 90px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 10px;
}

.text_block_home ol li:before,
.text_block_home p {
    font-size: 16px;
}

.text_block_home ol,
.text_block_home ul {
    font-size: 16px;
    margin-left: 10px;
}

.text_block_home ul li:before {
    content: " ";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
}

.select_package .nice-select.delivery {
    margin-top: -2px;
}

.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;
}

.delivery_text, .package_info, .delivery_likes {
    font-family: var(--font_family3);
    color: #3829a3;
}

.package_info {
    margin-top: 5px;
}

#news + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-family: var(--font_family3);
}

#news + label::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.lang-icon-header,
.lang-icon-header .lang-dropdown {
    border-radius: 30px;
    align-items: center;
    display: flex;
}

#news:checked + label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.lang-icon-header {
    font-size: 16px;
    background: #f3f3f3;
    padding: 5px 15px;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lang-icon-header .lang-dropdown {
    background: #fff;
    padding: 0 10px;
    justify-content: center;
    margin-left: 10px;
    margin-right: -10px;
    height: 30px;
}

.lang-icon-header .lang-dropdown i {
    border: 10px solid transparent;
    border-top: 10px solid #a7a7a7;
    top: 6px;
    position: relative;
}

.lang-icon-header .lang-content {
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
    padding: 5px 10px;
    border-radius: 3px;
    overflow: auto;
    max-height: 200px;
    display: none;
    cursor: default;
    z-index: 5;
}

.lang-icon-header .lang-content .item {
    text-align: center;
    margin: 5px 0;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #9e9e9e;
    white-space: nowrap;
}

.lang-icon-header .lang-content .item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #3829a3;
}

.lang-icon-header .lang-content .item img {
    margin-right: 10px;
}

.lang-icon-header:hover {
    background: #efefef;
}

.lang-icon-header .lang-content .item:hover {
    background: #f3f3f3;
    border-radius: 10px;
    color: #000;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.pay-crypto-btn:disabled {
    opacity: 0.5;
    cursor: default;
}

.private-acc-warning,
.verification-code-warning {
    text-align: center;
    display: none;
    color: red;
    font-family: var(--font_family3);
    margin-top: 30px;
    font-size: 18px;
}

.select-posts-container .private-acc-warning {
    margin-top: 30px;
}



/*-----------------
    Breadcrumbs
-----------------*/

.breadcrumbs {
     color: rgba(255, 255, 255, .7);
    font-family: var(--font_family3);
    line-height: 28px;
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    width: auto;
}

.breadcrumbs a
{
   color: #fff;
    font-weight: bold;
    display: inline;  /* Add this line */
    transition: color .2s linear;
    text-decoration: none;
}

.breadcrumbs .sep
{
    display: inline-block;

    margin: 0 6px;

    vertical-align: top;
}

.breadcrumbs a:hover
{
    color: #e46e00 !important;
}


.light .breadcrumbs
{
    color: currentColor;
}

.light .breadcrumbs a
{
    color: #242f48;
}

/*-----------------
    Breadcrumbs Tools
-----------------*/

.breadcrumbstools {
    color: rgba(0, 0, 0, .7);
    font-family: var(--font_family3);
    line-height: 28px;
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    width: auto;
}

.breadcrumbstools a
{
   color: #000;
    font-weight: bold;
    display: inline;  /* Add this line */
    transition: color .2s linear;
    text-decoration: none;
}

.breadcrumbstools .sep
{
    display: inline-block;

    margin: 0 6px;

    vertical-align: top;
}

.breadcrumbstools a:hover
{
    color: #e46e00 !important;
}


.light .breadcrumbstools
{
    color: currentColor;
}

.light .breadcrumbstools a
{
    color: #242f48;
}


.discount-banner {
    display: flex;
    flex-direction: row;
    z-index: 1;
    flex: 1 0 52px;
    height: 45px;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
	white-space: nowrap;
   background-color: #ffffff;
}

/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) { /* 768px is a common breakpoint for mobile devices */
    .desktop-only {
        display: none; /* Hide the 'Limited Offer' text on mobile */
    }
}


.banner-svg-container, .banner-svg-container-right {
    position: absolute;
    width: 80px;
    height: 52px;
    opacity: 0.2;
    display: none;
    top: 0px;
}

.banner-svg-container {
    left: 45px;
}

.banner-svg-container-right {
    transform: scaleX(-1);
    right: 45px;
    left: auto;
}

.banner-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: rgb(244, 60, 123);
    text-transform: uppercase;
    text-align: center;
	font-family: euclidcircularb,sans-serif;
}

.banner-radius {
    background: rgb(244, 60, 123);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
	color: rgb(250, 250, 250);
    margin: 4px 4px;
}

.banner-offer {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: rgb(244, 60, 123);
    text-align: center;
}

.offer-text {
    font-size: 16px;
    line-height: 20px;
    color: rgb(3, 3, 3);
}

.offer-percentage {
    font-size: 17px;
    line-height: 20px;
        color: rgb(244, 60, 123);
}

/* Include media queries and any other styles provided */






