@font-face {
    font-family: "Bakh";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
        url('../fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
    font-display: swap;

}

@font-face {
    font-family: "Bakh";
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
        url('../fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
    font-display: swap;

}

@font-face {
    font-family: "Bakh";
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),
        url('../fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
    font-display: swap;

}



@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/sf_Medium.woff');
    src: url('../fonts/woff/sf_Medium.woff?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff/sf_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/sf_Medium.woff') format('truetype');
    font-display: swap;

}


@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff/sf_Medium.woff');
    src: url('../fonts/woff/sf_Medium.woff?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff/sf_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/woff/sf_Medium.woff') format('truetype');
    font-display: swap;

}


@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/sf_Bold.woff');
    src: url('../fonts/woff/sf_Bold.woff?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff/sf_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/woff/sf_Bold.woff') format('truetype');
    font-display: swap;

}

@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/woff/sf_Bold.woff');
    src: url('../fonts/woff/sf_Bold.woff?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff/sf_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/woff/sf_Bold.woff') format('truetype');
    font-display: swap;

}

@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff/sf_Bold.woff');
    src: url('../fonts/woff/sf_Bold.woff?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff/sf_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/woff/sf_Bold.woff') format('truetype');
    font-display: swap;

}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #8E8E93 !important;
    text-align: right !important;
    font-family: "Bakh", "SF" !important;
    font-weight: normal !important;
    font-size: 16px !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8E8E93 !important;
    text-align: right !important;
    font-family: "Bakh", "SF" !important;
    font-weight: normal !important;
    font-size: 16px !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8E8E93 !important;
    text-align: right !important;
    font-family: "Bakh", "SF" !important;
    font-weight: normal !important;
    font-size: 16px !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #8E8E93 !important;
    text-align: right !important;
    font-family: "Bakh", "SF" !important;
    font-weight: normal !important;
    font-size: 16px !important;
    opacity: 1 !important;
}


html,
body {
    font-family: "Bakh", "SF";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    background: #5157F1;
    color: #000;
    margin: 0;
    padding: 0;
}

html:after {
    content: "";
    height: 200px;
    background-color: #fff;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: -1;
}

*:focus {
    outline: none !important;
}

:focus {
    outline: none !important;
}

html,
* {
    -webkit-font-smoothing: antialiased;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}


* {
    text-shadow: none !important;
}

img,
svg {
    max-width: 100%;
    height: auto;
    width: auto\9;
}


input[type="text"], input[type="file"], input[type="date"], input[type="url"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], textarea, textarea.form-control {
    background: #F3F6FF;
    border: medium none;
    border-radius: 30px !important;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    margin: 6px 0 !important;
    padding: 18px 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    color: #000000;
    min-height: 53px;
    text-align: right;
}


input[type="text"]:focus,
input[type="file"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
    background: #F3F6FF;
    box-shadow: none;
    color: #000000;
    border: 0;
}

textarea,
textarea.form-control {
    min-height: 150px;
    resize: none;
    width: 100%;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 18px 20px;
}

.space-group {
    margin: 5px auto;
}

.btn {
    outline: none !important;
    border: 2px solid !important;
    box-shadow: none !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background: #8e52ff !important;
    color: #fff !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: normal;
    height: auto;
    margin: 6px 0 !important;
    padding: 15px 20px;
    border: 2px solid #8e52ff !important;
    box-shadow: 0 15px 30px rgba(142, 82, 255, .6) !important;
}


.btn-primary:not(.btn-loader) svg path {
    fill: #fff;
}



.btn-primary:active {
    box-shadow: 0 5px 30px rgba(142, 82, 255, .3) !important;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    background: #ffffff !important;
    color: #5157F1 !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: normal;
    height: auto;
    margin: 6px 0 !important;
    padding: 15px 20px;
    border: 2px solid #5157F1 !important;
}

.btn-gray, .btn-gray:hover, .btn-gray:focus {
    background: #8F8F8F !important;
    color: #fff !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: normal;
    height: auto;
    margin: 6px 0 !important;
    padding: 15px 20px;
    border: 2px solid #8F8F8F !important;

}


.btn-blue, .btn-blue:hover, .btn-blue:focus {
    background: #D6D7FF !important;
    color: #000000 !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: normal;
    height: auto;
    margin: 6px 0 !important;
    padding: 15px 20px;
    border: 2px solid #D6D7FF !important;
}




.btn-yellow, .btn-yellow:hover, .btn-yellow:focus {
    background: #FFB800 !important;
    color: #000000 !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: normal;
    height: auto;
    margin: 6px 0 !important;
    padding: 15px 20px;
    border: 2px solid #FFB800 !important;
    box-shadow: 0 5px 30px rgba(255, 184, 0, .05) !important;

}


.btn-yellow img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}


.btn:active {
    transform: scale(.95) !important;
}

.input-center {
    text-align: center !important;
}

/*main*/
body {
    font-size: 16px;
    line-height: 1.6em;
}

.fullbody {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: center;
    padding: 0 !important;
    height: -webkit-fill-available;
}



@media screen and (min-width : 1200px) {
    .fullbody {
        height: 100vh;
    }
}

.iconmask {
    clip-path: polygon(100% 50%, 100% 56.6%, 100% 59.3%, 100% 61.4%, 99.9% 63.2%, 99.9% 64.8%, 99.9% 66.2%, 99.8% 67.5%, 99.8% 68.7%, 99.7% 69.8%, 99.6% 70.8%, 99.5% 71.8%, 99.5% 72.8%, 99.4% 73.7%, 99.3% 74.6%, 99.1% 75.4%, 99% 76.3%, 98.9% 77%, 98.8% 77.8%, 98.6% 78.5%, 98.5% 79.2%, 98.3% 79.9%, 98.1% 80.6%, 98% 81.3%, 97.8% 81.9%, 97.6% 82.5%, 97.4% 83.1%, 97.2% 83.7%, 97% 84.3%, 96.8% 84.8%, 96.5% 85.4%, 96.3% 85.9%, 96% 86.4%, 95.8% 86.9%, 95.5% 87.4%, 95.3% 87.9%, 95% 88.3%, 94.7% 88.8%, 94.4% 89.2%, 94.1% 89.7%, 93.8% 90.1%, 93.4% 90.5%, 93.1% 90.9%, 92.8% 91.3%, 92.4% 91.7%, 92% 92%, 91.7% 92.4%, 91.3% 92.8%, 90.9% 93.1%, 90.5% 93.4%, 90.1% 93.8%, 89.7% 94.1%, 89.2% 94.4%, 88.8% 94.7%, 88.3% 95%, 87.9% 95.3%, 87.4% 95.5%, 86.9% 95.8%, 86.4% 96%, 85.9% 96.3%, 85.4% 96.5%, 84.8% 96.8%, 84.3% 97%, 83.7% 97.2%, 83.1% 97.4%, 82.5% 97.6%, 81.9% 97.8%, 81.3% 98%, 80.6% 98.1%, 79.9% 98.3%, 79.2% 98.5%, 78.5% 98.6%, 77.8% 98.8%, 77% 98.9%, 76.3% 99%, 75.4% 99.1%, 74.6% 99.3%, 73.7% 99.4%, 72.8% 99.5%, 71.8% 99.5%, 70.8% 99.6%, 69.8% 99.7%, 68.7% 99.8%, 67.5% 99.8%, 66.2% 99.9%, 64.8% 99.9%, 63.2% 99.9%, 61.4% 100%, 59.3% 100%, 56.6% 100%, 50% 100%, 43.4% 100%, 40.7% 100%, 38.6% 100%, 36.8% 99.9%, 35.2% 99.9%, 33.8% 99.9%, 32.5% 99.8%, 31.3% 99.8%, 30.2% 99.7%, 29.2% 99.6%, 28.2% 99.5%, 27.2% 99.5%, 26.3% 99.4%, 25.4% 99.3%, 24.6% 99.1%, 23.7% 99%, 23% 98.9%, 22.2% 98.8%, 21.5% 98.6%, 20.8% 98.5%, 20.1% 98.3%, 19.4% 98.1%, 18.7% 98%, 18.1% 97.8%, 17.5% 97.6%, 16.9% 97.4%, 16.3% 97.2%, 15.7% 97%, 15.2% 96.8%, 14.6% 96.5%, 14.1% 96.3%, 13.6% 96%, 13.1% 95.8%, 12.6% 95.5%, 12.1% 95.3%, 11.7% 95%, 11.2% 94.7%, 10.8% 94.4%, 10.3% 94.1%, 9.9% 93.8%, 9.5% 93.4%, 9.1% 93.1%, 8.7% 92.8%, 8.3% 92.4%, 8% 92%, 7.6% 91.7%, 7.2% 91.3%, 6.9% 90.9%, 6.6% 90.5%, 6.2% 90.1%, 5.9% 89.7%, 5.6% 89.2%, 5.3% 88.8%, 5% 88.3%, 4.7% 87.9%, 4.5% 87.4%, 4.2% 86.9%, 4% 86.4%, 3.7% 85.9%, 3.5% 85.4%, 3.2% 84.8%, 3% 84.3%, 2.8% 83.7%, 2.6% 83.1%, 2.4% 82.5%, 2.2% 81.9%, 2% 81.3%, 1.9% 80.6%, 1.7% 79.9%, 1.5% 79.2%, 1.4% 78.5%, 1.2% 77.8%, 1.1% 77%, 1% 76.3%, 0.9% 75.4%, 0.7% 74.6%, 0.6% 73.7%, 0.5% 72.8%, 0.5% 71.8%, 0.4% 70.8%, 0.3% 69.8%, 0.2% 68.7%, 0.2% 67.5%, 0.1% 66.2%, 0.1% 64.8%, 0.1% 63.2%, 0% 61.4%, 0% 59.3%, 0% 56.6%, 0% 50%, 0% 43.4%, 0% 40.7%, 0% 38.6%, 0.1% 36.8%, 0.1% 35.2%, 0.1% 33.8%, 0.2% 32.5%, 0.2% 31.3%, 0.3% 30.2%, 0.4% 29.2%, 0.5% 28.2%, 0.5% 27.2%, 0.6% 26.3%, 0.7% 25.4%, 0.9% 24.6%, 1% 23.7%, 1.1% 23%, 1.2% 22.2%, 1.4% 21.5%, 1.5% 20.8%, 1.7% 20.1%, 1.9% 19.4%, 2% 18.7%, 2.2% 18.1%, 2.4% 17.5%, 2.6% 16.9%, 2.8% 16.3%, 3% 15.7%, 3.2% 15.2%, 3.5% 14.6%, 3.7% 14.1%, 4% 13.6%, 4.2% 13.1%, 4.5% 12.6%, 4.7% 12.1%, 5% 11.7%, 5.3% 11.2%, 5.6% 10.8%, 5.9% 10.3%, 6.2% 9.9%, 6.6% 9.5%, 6.9% 9.1%, 7.2% 8.7%, 7.6% 8.3%, 8% 8%, 8.3% 7.6%, 8.7% 7.2%, 9.1% 6.9%, 9.5% 6.6%, 9.9% 6.2%, 10.3% 5.9%, 10.8% 5.6%, 11.2% 5.3%, 11.7% 5%, 12.1% 4.7%, 12.6% 4.5%, 13.1% 4.2%, 13.6% 4%, 14.1% 3.7%, 14.6% 3.5%, 15.2% 3.2%, 15.7% 3%, 16.3% 2.8%, 16.9% 2.6%, 17.5% 2.4%, 18.1% 2.2%, 18.7% 2%, 19.4% 1.9%, 20.1% 1.7%, 20.8% 1.5%, 21.5% 1.4%, 22.2% 1.2%, 23% 1.1%, 23.7% 1%, 24.6% 0.9%, 25.4% 0.7%, 26.3% 0.6%, 27.2% 0.5%, 28.2% 0.5%, 29.2% 0.4%, 30.2% 0.3%, 31.3% 0.2%, 32.5% 0.2%, 33.8% 0.1%, 35.2% 0.1%, 36.8% 0.1%, 38.6% 0%, 40.7% 0%, 43.4% 0%, 50% 0%, 56.6% 0%, 59.3% 0%, 61.4% 0%, 63.2% 0.1%, 64.8% 0.1%, 66.2% 0.1%, 67.5% 0.2%, 68.7% 0.2%, 69.8% 0.3%, 70.8% 0.4%, 71.8% 0.5%, 72.8% 0.5%, 73.7% 0.6%, 74.6% 0.7%, 75.4% 0.9%, 76.3% 1%, 77% 1.1%, 77.8% 1.2%, 78.5% 1.4%, 79.2% 1.5%, 79.9% 1.7%, 80.6% 1.9%, 81.3% 2%, 81.9% 2.2%, 82.5% 2.4%, 83.1% 2.6%, 83.7% 2.8%, 84.3% 3%, 84.8% 3.2%, 85.4% 3.5%, 85.9% 3.7%, 86.4% 4%, 86.9% 4.2%, 87.4% 4.5%, 87.9% 4.7%, 88.3% 5%, 88.8% 5.3%, 89.2% 5.6%, 89.7% 5.9%, 90.1% 6.2%, 90.5% 6.6%, 90.9% 6.9%, 91.3% 7.2%, 91.7% 7.6%, 92% 8%, 92.4% 8.3%, 92.8% 8.7%, 93.1% 9.1%, 93.4% 9.5%, 93.8% 9.9%, 94.1% 10.3%, 94.4% 10.8%, 94.7% 11.2%, 95% 11.7%, 95.3% 12.1%, 95.5% 12.6%, 95.8% 13.1%, 96% 13.6%, 96.3% 14.1%, 96.5% 14.6%, 96.8% 15.2%, 97% 15.7%, 97.2% 16.3%, 97.4% 16.9%, 97.6% 17.5%, 97.8% 18.1%, 98% 18.7%, 98.1% 19.4%, 98.3% 20.1%, 98.5% 20.8%, 98.6% 21.5%, 98.8% 22.2%, 98.9% 23%, 99% 23.7%, 99.1% 24.6%, 99.3% 25.4%, 99.4% 26.3%, 99.5% 27.2%, 99.5% 28.2%, 99.6% 29.2%, 99.7% 30.2%, 99.8% 31.3%, 99.8% 32.5%, 99.9% 33.8%, 99.9% 35.2%, 99.9% 36.8%, 100% 38.6%, 100% 40.7%, 100% 43.4%);
    min-width: 75px;
    width: 75px;
    height: 75px;
    align-items: center
}


header {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    z-index: 0;
}

.intro>header {
    padding-bottom: 10px;
}

.plans_intro header {
    padding-bottom: 0;
}

header .logo {
    width: 140px;
    margin: 0 auto;
}



/*intro*/
.intro {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    padding: 0 !important;
    height: 100%;
    max-width: 1427px;
}


.intro__inner {
    padding: 50px 25px 100px;
    border-radius: 25px 25px 0 0;
    background: #fff;
    color: #000;
    overflow: auto;
    height: 100%;
}


/*intro*/
.login_intro .intro__inner {
    padding: 50px 25px;
}

.plans_intro .intro__inner {
    padding: 20px 15px;
}

.gift_intro .intro__inner {
    padding: 50px 25px;
}

.progress_intro .intro__inner {
    padding: 20px 25px;
}

.done_intro .intro__inner {
    padding: 20px 25px;
}

.done_intro .intro__inner .space-group {
    margin-top: 40px;
}

.device_intro .intro__inner {
    padding: 50px 25px 100px;
}

.done_intro .header_animation_title {
    margin: 35px auto;
}


/*wizard*/

.stepwizard {
    display: none;
}

.form_title {
    position: relative;
    margin-bottom: 35px;
}


.form_title>h3 {
    text-align: right;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
}

.form_title>span {
    display: block;
    text-align: right;
    color: #404040;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    text-align: justify;
}

.form_title>span>i {
    font-style: normal;
    color: #81A4FF;
    font-weight: normal;
    display: block;
}

.prevBtn {
    margin: 3px 0 0;
    float: left;
    padding: 0;
    color: #000;
}

.prevBtn i {
    font-weight: normal;
    font-style: normal;
}

.prevBtn img {
    float: left;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}

.wizard-form .form-group {
    margin: 10px auto;
}

.form-group.form-iconic {
    position: relative;
}

.group-flex>h3 {
    font-size: 20px;
    margin: 15px 0;
    padding: 0;
}

.form-group-text {
    margin: 40px auto;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 18px;
}

.form-group.form-iconic>img {
    position: absolute;
    right: 5px;
    top: 0;
    margin: 17px 15px;
    width: 24px;
    height: 24px;
}

.form-group.form-iconic input {
    padding-right: 55px;
}


.form-group>label {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}


.form-group.m0 {
    margin: 0;
    padding: 10px;
}


.form-group.flex-group {
    flex-wrap: nowrap;
    display: flex;
}


.form-group.flex-group>.form-group {
    width: 100%;
    margin: 0;
    padding: 5px;
}

.form-group.flex-group .btn {
    margin: 6px 0;
    margin-left: 15px;
}


.form-group.flex-group .btn:last-child {
    margin-left: 0;
}

.btn-alert.btn-danger, .btn-alert.btn-danger:focus, .btn-alert.btn-danger:hover {
    text-align: center;
    padding: 11px;
    border: 0;
    color: var(--color-red);
    background: var(--color-light);
    margin: 15px auto;
    overflow: hidden;
    width: 100%;
    box-shadow: none;
}

.btn-loader svg {
    -webkit-animation: rotate 900ms linear infinite;
    animation: rotate 900ms linear infinite;
    width: 30px;
    height: 30px;
    display: none;
    margin: 0 auto;
}


.btn-loader.loading svg {
    display: block;
}

.btn-loader.loading {
    font-size: 0 !important;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.disable_btn {
    pointer-events: none;
}

.disable_btn.active {
    pointer-events: unset;
}

.error-message {
    text-align: center;
    font-size: 16px;
    color: #ED1B34;
    margin: 20px 0 10px;
}

.otp-input {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    flex-direction: row-reverse;
}

.otp-input input {
    width: 60px;
    height: 60px;
    margin: 0 5px !important;
    text-align: center;
    font-size: 30px;
    padding: 0;
}


.opt-danger.otp-input input {
    color: #000000;
    border: 2px solid #ED1B34;
}


.opt-success.otp-input input {
    color: #5157F1;
    border: 2px solid #5157F1;
}


#phone_type label {
    position: absolute;
    left: 15px;
    top: 17px;
    background: #fff;
    padding: 0 8px;
    border-radius: 16px;
    font-size: 12px;
    background: #5157F1;
    /*background: linear-gradient(180deg, rgba(255, 172, 95, 0.75) 0%, #FF6D6D 100%);*/
    color: #fff;
}

#step1_last {
    padding-left: 50px;
}


/*opt timer*/

.opt_timer {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 15px auto 0;
    color: #404040;
}

.opt_timer li {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.opt_timer li a {
    display: inline-block;
    color: #404040;
    margin: 0 5px;
    font-weight: bold;
}

.opt_timer_line {
    color: #404040;
    margin: 0 auto;
    text-align: center;
}

.opt_timer_line b {
    margin: 0 0 0 6px;
    font-weight: normal;
}

.send_again {
    margin: 0 auto;
    background: none;
    border: 0;
    box-shadow: none;
    outline: none;
}



/*add device*/

.fixbt-group {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px;
}

.flex-btns {
    display: flex;
}

.flex-btns .btn-primary {
    min-width: 60%;
}

.flex-btns .btn {
    margin: 0 5px !important;
}

.accordion.learn-accord {
    margin-top: 30px;
}

.accordion-item {
    background: #FAFAFA;
    border: 1px solid #EDEDF0;
    margin: 0 auto 10px;
    border-radius: 10px;
    padding: 5px;
}

.accordion-button {
    color: #0047FF;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: transparent;
    border: 0 !important;
    line-height: 1.5em;
    position: relative;
    padding-left: 40px;
}

.accordion-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin: 12px;
}

.accordion-button.collapsed .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-icon {
    display: block;
    width: 24px;
    float: right;
    margin-left: 3px;
}

.accordion-body {
    padding: 10px 15px;
}


.accordion-header {
    margin: 0;
}

input.udid {
    padding-left: 60px;
}

.device-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.device-info li {
    position: relative;
    padding-right: 20px;
    font-size: 16px;
    margin: 5px 0;
}

.device-info li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #D9D9D9;
    border-radius: 50%;
    display: block;
    float: right;
    position: absolute;
    top: 11px;
    right: 5px;
}

.device-info li span, .device-info li input, .device-info li b {
    font-family: "SF", "Bakh";
    margin: 0;
    direction: ltr;
    display: block;
    font-size: 19px;
    padding: 0;
}

.device-info li input {
    background: transparent !important;
    padding: 0 0 0 55px !important;
    height: auto !important;
    min-height: 10px;
    text-align: right;
    direction: ltr;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.device-info li b {
    font-family: "SF", "Bakh";
    margin: 0;
    direction: ltr;
    display: inline-block;
    padding: 0;
}

.copy_btn {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    font-weight: normal;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 2px 5px;
    border-radius: 7px;
    cursor: pointer;
}

.device_img {
    max-width: 160px;
    margin: 20px auto;
    display: block;
}

.device_item .copy_btn {
    background: #5057F1;
    padding: 2px 9px;
}

.device_item {
    margin-bottom: 25px;
}

/*progress*/
.header_animation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.header_icon {
    position: relative;
    margin: 10px auto;
}


.header_animation_title b {
    display: block;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    margin: 0 auto 5px;
}

.header_animation_title span {
    display: block;
    text-align: center;
    font-weight: normal;
    color: #B9BCFF;
    font-size: 18px;
}

.item_icon {
    text-align: center;
    width: 220px;
    margin: 0 auto;
}

.item_icon img, .item_icon svg {
    width: 100%;
}


#spinner {
    border-radius: 50%;
    direction: ltr;
    user-select: none;
    touch-action: none;
    transition: transform 0.1s ease-out;
}


.gear_icon.item_icon svg {
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}


.timer_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
}

.timer_icon .clock {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 172, 95, 0.75) 0%, #FF6D6D 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
}


.hand {
    position: absolute;
    width: 16px;
    height: 55px;
    border-radius: 20px;
    margin: 0 auto;
    top: 6px;
    right: 0;
    left: 0;
    transform-origin: 8px 55px;
}

.hand.hour:after {
    content: "";
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 25px;
    bottom: -8px;
    position: absolute;
}

.hand.minute:after {
    content: "";
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    bottom: -8px;
    position: absolute;
}

.hand.second:after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    top: 5px;
    position: absolute;
    opacity: 0.3;
}


.hand.mili {
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.hand.mili:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    top: 30px;
    position: absolute;
    opacity: 0.2;
}


/*timer*/
.intro__timer__inner {
    display: flex;
    justify-content: center;
    max-width: 250px;
    margin: 15px auto 0;
    flex-direction: row-reverse;
}

.intro__timer h4 {
    color: #fff;
}

.intro__timer__inner span {
    text-align: center;
    margin: 0 5px;
    padding: 5px;
    min-width: 70px;
    background: rgba(255, 255, 255, 0.2);
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 10px;
}

#intro__timer__inner span b {
    font-size: 28px;
    font-weight: normal;
    display: block;
    width: 100%;
    color: #fff;
    margin: 8px auto 0;
}

#intro__timer__inner span small {
    font-size: 12px;
    display: block;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    width: 100%;
}


.question_label {
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}


.question_label img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.support_label img {
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-right: 0;
}

.support_label span {
    position: relative;
}

.support_label span:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #12D06E;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 10px;
}

.popup {
    position: fixed;
    background-color: #FFFFFF;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    overflow: auto;
    flex-wrap: wrap;
    align-content: center;
}


.popup_inner {
    margin: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 25px 30px;
    width: 100%;
}

.popup_inner>b {
    display: block;
    font-weight: bold;
    color: #000;
    margin: 5px auto;
    font-size: 18px;
}

.popup_inner>span {
    color: #666666;
    display: block;
    line-height: 1.7em;
    font-size: 15px;
}

.close_popup {
    margin: 15px auto;
    display: block;
    background: transparent;
    box-shadow: none;
    border: 0;
    min-width: 60px;
}


/*download*/
.download {
    position: absolute;
    bottom: 20px;
    left: 0;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background: linear-gradient(180deg, rgba(255, 172, 95, 0.75) 0%, #FF6D6D 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
    right: 0;
    margin: 0 auto;
    transform: translateX(-55px);
}

.download_inner {
    position: relative;
    height: 52px;
    width: 45px;
    -webkit-animation: dl_icon 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: dl_icon 2s cubic-bezier(1, 0, 0, 1) infinite;
}


.download_inner.noanime {
    height: 45px;
}

.download_inner>img {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-animation: dl_icon 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: dl_icon 2s cubic-bezier(1, 0, 0, 1) infinite;
}

.noanime, .noanime * {
    animation: none !important;
    -webkit-animation: none !important;
}

@keyframes dl_icon {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.download_inner span {
    width: 10px;
    height: 45px;
    background: #fff;
    display: block;
    border-radius: 20px;
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-animation: dl_icon_line 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: dl_icon_line 2s cubic-bezier(1, 0, 0, 1) infinite;

}

@keyframes dl_icon_line {
    0% {
        height: 10px;
        transform: translateY(-30px);
    }

    50% {
        height: 20px;
        transform: translateY(-15px);
    }

    100% {
        height: 10px;
        transform: translateY(-30px);
    }
}


/*giftbox*/
.box_icon.item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    margin: 0 auto;
}

.gift_box {
    position: absolute;
    width: 110px;
    height: 110px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
}

.gift_box>span {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
}


.gift_box>span>i {
    height: 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    display: block;
    -webkit-animation: gift_scaner 4s cubic-bezier(1, 0, 0, 1) infinite;
    animation: gift_scaner 4s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes gift_scaner {
    0% {
        transform: translateY(-50px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(-50px);
    }
}

.gift_box_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: 0 auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 172, 95, 0.75) 0%, #FF6D6D 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
    z-index: 0;
}

.gift_box_inner img {
    width: 65px;
}


/*slider*/
.header_slider {
    margin: 5px auto 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-height: 210px;
}


.swiper-slide-inner>b {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}


.swiper-pagination {
    position: absolute !important;
    right: 12px !important;
    width: auto !important;
    display: flex;
    flex-direction: column;
    top: auto !important;
    bottom: auto !important;
    margin: -25px auto 0;
    left: auto !important;
}

.swiper-pagination span {
    background-color: #7076FF;
    opacity: 1;
    margin: 3px !important;
    width: 8px;
    height: 8px;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}


/*plans*/
.plan_btns .plan_btn {
    border: 0;
    width: 100%;
    padding: 20px 65px 15px 15px;
    border-radius: 20px;
    margin: 0 auto 10px;
    background: #F8F8F8;
    color: #000000;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.plan_btns .highlight.plan_btn {
    background: #00046C;
}

.plan_icon {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
}

.highlight .plan_icon {
    background: rgba(255, 255, 255, 0.2);
}

.alert_icon::after {
    content: "";
    background: url('../svg/gemafter.svg');
    background-size: auto;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin: 0 auto;
}

.intro__inner:not(.plans_type2) .plan_icon svg {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin: 0 auto;
}


.intro__inner:not(.plans_type2) .plan_icon svg {
    opacity: 0;
}

.intro__inner:not(.plans_type2) .highlight .plan_icon svg {
    opacity: 1;
}


.plan_icon svg, .plan_icon img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.highlight .plan_icon svg {
    fill: #5157F1;
}

.highlight .plan_icon svg path {
    fill: #FF1D1D;
}

.btn_total, .btn_title {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.btn_title {
    margin: 0 auto 2px;
}

.btn_total {
    justify-content: space-between;
}

.btn_title>b {
    font-size: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000;
    font-weight: bold;
}

.highlight .btn_title>b {
    color: #fff;
}

.btn_title>b>i {
    font-style: normal;
    font-size: 15px;
    color: #CCA238;
    margin-right: 3px;
}


.btn_title>label {
    margin: 0;
    font-size: 15px;
    margin-right: 10px;
}

.haveoffer .btn_title>label {
    color: #FF6969;
}


.highlight .btn_title>label {
    color: #fff;
}

.highlight.haveoffer .btn_title>label {
    color: #FF1D1D;
}

.highlight .btn_title>b {
    color: #fff;
}


.btn_total>b {
    font-size: 14px;
    color: #5157F1;
    font-weight: bold;
}

.highlight .btn_total>b {
    color: #fff;
}

.btn_total>label {
    margin: 0;
    font-size: 13px;
    color: #AAA;
}

.plans_type2 .plan_btns {
    padding: 0 10px;
}

.plans2_header {
    margin: -15px auto -20px;
}

.plans_type2>span {
    color: #414141;
    margin-bottom: 10px;
    display: block;
    padding: 0 10px;
}

.plans_type2 .btn_title {
    width: auto;
    margin: 0;
}



.plans_type2 .plan_btns .plan_btn {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 60px;
    margin: 10px 0;
}

.plans_type2 .plan_btns .highlight.plan_btn {
    background: #5157F1;
}

.plans_type2 .plan_icon {
    width: 56px;
    height: 56px;
}

.plans_type2 .highlight .plan_icon {
    background: linear-gradient(180deg, #DBDCFF 0%, #5157F1 100%);
    backdrop-filter: blur(5px);
}

.plans_type2 .highlight .plan_icon svg path {
    fill: #fff;
}

.plans_type2 .plan_icon svg {
    width: 27px;
    height: 27px;
}

.plans_type2 .plan_btns .plan_btn {
    padding: 15px 80px 15px 15px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
}


.plans_type2 .plan_price {
    display: flex;
    align-items: center;
}

.plans_type2 .plan_price>b {
    font-size: 36px;
    font-weight: normal;
    margin-left: 5px;
}

.plans_type2 .plan_price>small {
    display: flex;
    flex-direction: column;
}

.plans_type2 .plan_price>small>i {
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-style: normal;
}

.plans_type2 .plan_price>small>i:nth-child(2) {
    background: #5157F1;
    border-radius: 13px;
    color: #fff;
    font-size: 10px;
    padding: 2px 7px 1px;
    margin-top: 2px;
}

.plans_type2 .plan_price>b {
    position: relative;
    top: 3px;
}

.plans_type2 .highlight .plan_price {
    color: #fff;
}

.plans_type2 .highlight .plan_price>small>i:nth-child(2) {
    color: #000;
    background: #FEB911;
}


.payment_intro .item_icon {
    position: relative;
    top: 20px;
}

.payment_intro .header_animation_title {
    margin: 15px auto;
}

.payment_intro .header_animation_title b {
    font-size: 26px;
}

.payment_done .header_animation_title b {
    color: #36FFB7;
}

.payment_error .header_animation_title b {
    color: #250003;
}




.alert_payment {
    background: rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    color: #fff;
    position: relative;
    padding-left: 70px;
    margin: 20px 25px;
    align-content: center;
    align-items: center;
}

.payment_done .alert_payment {
    background: rgba(82, 206, 161, .7);
}

.payment_error .alert_payment {
    background: rgba(237, 27, 52, 0.3);
}

.alert_icon {
    display: flex;
    align-content: center;
    align-items: center;
    width: 30px;
    margin-left: 15px;
    min-width: 30px;
    position: relative;
}

.alert_title label {
    margin: 0;
    padding: 0;
    width: 100%;
}

.alert_payment::after {
    content: "";
    background: transparent;
    position: absolute;
    left: 15px;
    z-index: 99;
    width: 44px;
    height: 44px;
    background-size: 100%;
    margin: 0 auto;
}

.payment_done .alert_payment::after {
    background-image: url('../svg/done.svg');
}


.payment_error .alert_payment::after {
    background-image: url('../svg/error.svg');
}



/*tamdid*/
.tamdid_intro .intro__inner {
    padding: 25px;
}


.form_title>small,
.tamdid_intro .intro__inner>span {
    font-size: 13px;
    color: rgba(65, 65, 65, 0.7);
    line-height: 1.5em;
    display: block;
    padding: 0;
    margin: 5px auto 15px;
}

.form_title>small {
    font-size: 14px;
    color: #404040;
}

.plan_btns .plan_btn.havetimer {
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.plan_countdown {
    flex-wrap: nowrap;
    background: #78787e;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.plan_btns .highlight.plan_btn .plan_countdown {
    background: #5157F1;
}

.plan_countdown>label {
    margin: 0;
    font-size: 14px;
}

.plan__timer__inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.plan__timer__inner span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: normal;
    min-width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin-right: 14px;
    position: relative;
}

.plan__timer__inner span:after {
    content: ":";
    position: absolute;
    right: -10px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.plan__timer__inner span:last-child:after {
    display: none;
}

.plan__timer__inner span b {
    font-weight: normal;
}

.plan__timer__inner>b {
    padding: 6px;
}

.expire_intro.expire_intro2 .form_title span {
    text-align: right;
    font-weight: bold;
}

.expire_intro.expire_intro2 .form_title {
    text-align: right;
    padding: 25px 0;
}


.prevExpired {
    margin: 0;
    margin-top: 0px;
    float: left;
    padding: 0;
    color: #000;
    background: #FFB800;
    padding: 10px 15px;
    border-radius: 30px;
    margin-top: -8px;
    display: flex;
    align-items: center;
}



.prevExpired img {
    float: right;
    width: 19px;
    height: 19px;
    display: block;
    margin-left: 10px;
}


header .form_title {
    padding: 25px;
    margin: 25px 0 0;
    color: #fff;
}

header .form_title .clearfix {
    margin: 5px auto;
}

header .form_title>span,
header .form_title>small {
    color: #fff;
}


.prevTitleBTN.btn {
    float: left;
    width: auto;
    padding: 10px 18px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 30px;
    margin: -9px 0 0;
    color: #fff;
}

.prevTitleBTN.btn svg {
    width: 19px;
    height: 19px;
    margin-left: 5px;
}

.prevTitleBTN.btn svg path {
    fill: #fff;
}




/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/
/*update*/


.form_list_items {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 15px auto 0;
    color: #404040;
}

.form_list_items li {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.form_list_items li a {
    display: inline-block;
    color: #404040;
    margin: 0 3px;
    text-decoration: underline;
}

.otp-input input,
#step1_last {
    font-size: 24px;
    height: 63px;
}


.otp-input ::-webkit-input-placeholder,
.input-center::-webkit-input-placeholder {
    text-align: center !important;
}

.otp-input :-moz-placeholder,
.input-center:-moz-placeholder {
    text-align: center !important;
}

.otp-input ::-moz-placeholder,
.input-center::-moz-placeholder {
    text-align: center !important;
}

.otp-input :-ms-input-placeholder,
.input-center:-ms-input-placeholder {
    text-align: center !important;
}

.wizard-form .form-group {
    margin: 10px auto;
    position: relative;
}

#step1_last {
    padding-left: 20px;
}

.form_title>span {
    text-align: right;
}

.form_title>h3 {
    margin-bottom: 20px;
}

.error-message {
    margin: 10px 0;
}


header .prevBtn {
    position: absolute;
    left: 25px;
    z-index: 99;
    width: 42px;
    cursor: pointer;
    height: 42px;
}

.prevBtn img {
    width: 100%;
    height: 100%;
}

.otp-input {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    flex-direction: row-reverse;
}

.otp-input input {
    width: 100%;
    letter-spacing: 12px;
    margin: 0 auto !important;
    height: auto;
    text-align: center !important;
    padding: 0 0 0 12px;
    direction: ltr;
}


.otp-input input.opt-danger {
    color: #ED1B34;
    border: 2px solid #ED1B34;
}


.otp-input input.opt-success {
    color: #5157F1;
    border: 2px solid #5157F1;
}

.intro {
    max-width: 450px;
}

.login_intro.intro>header {
    padding: 30px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.intro>header.header_background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}


.intro__motion::after {
    content: "";
    background: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    top: 0;
    background: linear-gradient(-180deg, rgba(80, 87, 241, 0) 0%, #5057F1 81.67%);
}

header>a {
    z-index: 9;
}

.login_intro .intro__inner {
    z-index: 9;
    position: relative;
}

.intro__motion {
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.intro__motion__inner {
    display: flex;
    gap: 30px;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}


.intro__motion__icons__line {
    display: flex;
    flex-direction: column;
    animation: marquee 10s linear infinite;
}


.intro__motion__icons__line:nth-child(odd) {
    animation: marquee 7s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateY(-25%);
    }

    100% {
        transform: translateY(25%);
    }
}

.iconmask.intro__tinyicons.box2d {
    min-width: 70px;
    width: 70px;
    height: 70px;
    margin: 15px auto;
}

.offer_slider {
    z-index: 0;
    overflow: hidden;
    margin-bottom: -50px;
    position: relative;
}

.intro.plans_intro.offer_intro {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer_intro .intro__inner {
    z-index: 9;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
    gap: 5px;
}

.offer_slider .swiper-slide .swiper-image img,
.offer_slider .swiper-slide .swiper-image,
.offer_slider .swiper-slide {
    max-height: 420px;
}


.offer_slider .swiper-slide .swiper-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.offer_slider .swiper-slide .swiper-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    right: 0;
    left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }

.offer_slider .swiper-pagination.swiper-offer-pagination {
    bottom: 60px !important;
    z-index: 9;
    right: 0 !important;
    left: 0 !important;
    flex-direction: row;
    justify-content: center;
}

.swiper-pagination.swiper-offer-pagination span {
    background-color: rgba(255, 255, 255, 0.5);
}

.swiper-offer-pagination span.swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1;
}


/*timer*/
.offer__timer__inner {
    margin: 15px auto;
}

.offer__timer__inner span {
    background: rgb(217, 218, 244, .5);
}

#offer__timer__inner span b {
    font-size: 28px;
    font-weight: bolder;
    display: block;
    width: 100%;
    text-align: center;
    color: #8e52ff;
    margin: 8px auto 0;
}

#offer__timer__inner span small {
    font-size: 12px;
    display: block;
    margin: 0 auto;
    color: #8e52ff;
    text-align: center;
    width: 100%;
}

.flex_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;

}

.flex_links a {
    padding: 4px;
    color: #5157F1;
}

.offer_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
}

.offer_details>b {
    display: flex;
    gap: 10px;
    font-size: 22px;
    color: #8e52ff;
    align-items: center;
    flex-direction: row;
}

.offer_details>b>small {
    background: #A3F66A;
    border-radius: 17px;
    font-size: 18px;
    padding: 2px 8px;
    font-weight: bold;
    color: #000;
}

.offer_details>label {
    margin: 0;
    display: flex;
    font-size: 12px;
    gap: 2px;
}

.offer_details>label>b {
    font-size: 14px;
}

.close_offer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 28px;
    height: 28px;
    margin: 15px;
}

.big_label_offer {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.big_label_offer b {
    font-weight: bold;
    color: #8e52ff;
}

.offer_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    margin-top: 5px;
    gap: 0;
}

.offer_logo svg {
    height: 30px;
}

.offer_logo svg path {
    fill: #8e52ff;
}

.offer_logo label {
    margin: 0;
    font-size: 16px;
    color: #5157F1;
}