body,
figure,
html {
    margin: 0;
    padding: 0
}

.block a:hover,
.bottom a:hover,
.button__text,
.header_bottom a:hover,
.links a:hover,
a {
    text-decoration: none
}

.answer,
.button__text,
.close {
    cursor: pointer
}

#szlider,
.cover,
.round,
.wrapper {
    overflow: hidden
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word
}

img,
video {
    max-width: 100%;
    display: block
}

svg {
    height: 100%;
    width: 100%;
    fill: currentColor
}

body,
html {
    height: 100%;
    font-size: 100%;
    line-height: 1.2;
    /*background-color: #eee*/
}

.content {
    font-size: 15px
}

.container {
    width: 100%;
    display: block;
    max-width: 992px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative
}

.fix-bar {
    text-align: center;
    padding: 7px;
    background-color: #ea241a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 90;
    left: 0
}

.button,
.button__text,
.loading__bar {
    position: relative
}

.cover {
    background-color: #fff;
    padding: 6px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 2px 2px #e9e9e9;
    box-shadow: 0 0 2px 2px #e9e9e9;
    border-radius: 3px
}

.cover__line {
    border-top: 1px solid #9fa2a6;
    margin: 0 -50px
}

.color-light {
    color: #9fa2a6
}

.reset {
    padding: 0;
    margin: 0
}

.allocator {
    color: red;
    background-color: #ff0;
    font-weight: 700
}

.select-1 {
    border-bottom: 1px solid #ea241a
}

.comments {
    padding: 20px 0
}

.comments__title {
    color: grey;
    margin-bottom: 20px
}

.comments__list {
    list-style-type: none;
    padding: 0
}

.comments__item {
    margin-bottom: 25px
}

.comments__item:last-of-type {
    margin-bottom: 0
}

.round {
    display: inline-block;
    border-radius: 50%
}

.round__inner {
    width: 50px;
    height: 50px
}

.date {
    margin: 0;
    padding: 0;
    color: #888a89
}

.comment {
    margin-bottom: 15px
}

.comment__grid {
    display: table;
    table-layout: fixed;
    width: 100%
}

.comment__name {
    margin: 0 0 6px;
    padding: 0;
    font-weight: 700
}

.comment__text {
    margin: 0 0 5px;
    font-style: italic;
    padding: 0
}

.comment__part {
    display: table-cell;
    vertical-align: top
}

.button,
.button__text,
[data-step="1"] {
    display: block
}

.comment__part:first-of-type {
    width: 55px
}

.comment__part:last-of-type {
    padding-left: 15px
}

.comment__img {
    margin: 15px 0
}

.button {
    width: 100%;
    max-width: 618px;
    margin: 0 auto 10px;
    font-size: 18px;
    color: #fff;
    background: #15d058;
    border-radius: 10px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    clear: both;
    text-transform: none
}

.button__text {
    width: 100%;
    text-align: center;
    padding: 0px 3px;
    font-size: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    border-radius: inherit;
    font-weight: inherit;
    text-shadow: inherit;
    font-family: inherit;
    outline: 0;
    text-transform: inherit
}

.steps {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 2px 2px #e9e9e9;
    box-shadow: 0 0 2px 2px #e9e9e9;
    padding: 20px 30px 30px;
    margin-bottom: 15px
}

.question__title {
    font-weight: 400;
    font-size: 18px;
    width: 300px;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.attempt,
.gift__title {
    font-weight: 700
}

.question {
    display: none
}

.loading__action {
    display: none;
    margin: 0;
    padding: 0
}

.loading__action:first-of-type {
    display: block
}

.loading__grid {
    display: table;
    table-layout: fixed;
    width: 100%
}

.loading__part {
    display: table-cell;
    vertical-align: bottom;
    text-align: left
}

.loading__part:first-of-type {
    width: 80%
}

.loading__part:last-of-type {
    text-align: right
}

.answer,
.attempt,
.gifts,
.gifts__title,
.question {
    text-align: center
}

.loading__bar {
    margin-top: 4px;
    height: 3px
}

.loading__bar-line {
    background-color: #fe0a00;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.loading__check {
    margin-top: 15px;
    position: relative;
    padding-left: 35px
}

.loading__check:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -4px;
    left: 0;
    background: center/contain no-repeat
}

.gift__images,
.gift__inner,
.gift__shape {
    position: relative
}

[data-status=panding]:before {
    background-image: url(loading.gif)
}

[data-status=ok]:before {
    background-image: url(fb-check.jpg)
}

.gifts {
    overflow: hidden;
    min-height: 180px;
    background-color: #cecece;
    border-radius: 20px;
    border: 1px dashed #4b5279;
    box-shadow: inset 0px 0px 15px #757575;
}

.gifts__title {
    margin: 0 0 30px
}

.gifts__result .button {
    margin-top: 20px;
    max-width: 300px
}

[data-step="3"] {
    min-height: 322px
}

.attempt {
    margin: 0 0 30px;
    font-size: 20px
}

.only-desktop {
    display: none
}

.gift {
    display: block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition-property: left, right, -webkit-transform;
    -o-transition-property: transform, left, right;
    transition-property: transform, left, right;
    transition-property: transform, left, right, -webkit-transform;
    margin: 0 auto
}

.gift__inner {
    display: inline-block
}

.gift:first-of-type {
    left: 0
}

.gift:last-of-type {
    right: 0
}

.gift__shape {
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.gift__shape.shape-hide {
    opacity: 0
}

.gift__before {
    position: absolute;
    top: 25px;
    left: 56px;
    z-index: 1;
    width: 126px;
    height: 200px
}

.gift__before-2 {
    position: absolute;
    top: 0;
    left: 0
}

.gift.disable {
    opacity: .7;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.gifts .gift-animation-right {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0
}

.gifts .gift-animation-left {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    margin: 0
}

.close {
    width: 22px;
    height: 22px;
    position: relative
}

.close:after,
.close:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #000
}

.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hide {
    display: none
}

@media only screen and (min-width:992px) {
    .only-desktop {
        display: block
    }

    .only-mobile {
        display: none
    }

    [data-step="3"] {
        min-height: 306px
    }

    .gifts__result .button {
        max-width: 400px;
        font-size: 28px;
        margin-top: 20px
    }

    .gifts__grid {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 1px;
        min-height: 232px;
        position: relative
    }

    .gifts__part {
        display: table-cell;
        vertical-align: top
    }

    .gifts__title {
        font-size: 32px
    }

    .gift {
        display: inline-block;
        margin: 0 30px;
        max-width: none
    }

    .gift__before {
        top: 25px;
        left: 56px;
        width: 126px;
        height: 200px
    }
}

a,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
ul {
    margin: 0;
    padding: 0
}

.contestwrap table,
.header table,
.subheader table,
td,
tr {
    border-collapse: collapse
}

.contestwrap p,
.toptext {
    color: #000;
    font-size: small
}

.answer,
.pbox h2,
.prize h2,
.prize h3,
.select2 {
    font-weight: 300
}

.reviews hr,
hr {
    opacity: .2
}

html {
    font-family: sans-serif;
    font-color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.text,
body {
    font-family: Helvetica, sans-serif !important
}

body {
    min-width: 320px;
    color: #000;
    position: absolute;
    width: 100%;
    overflow-y: scroll !important;
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

a {
    color: #4485f6
}

h3 {
    color: #212121
}

p {
    color: #737373
}

#q2,
#q3,
#q4,
#v1b,
#v1c,
#v2b,
#v2c,
#v3b,
#v3c,
#v4s,
#vfinal,
.prize,
.validate {
    display: none
}

.contestwrap,
.form_questions {
    width: 100%;
    border-radius: 20px;
}

.header {
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .25);
    border-bottom: 2PX solid #15d058;
    width: 100%;
    position: fixed;
    z-index: 100
}

.wrapper_header {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto
}

.wrapper_header_top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px
}

.fa-bars {
    display: none;
    font-size: 36px;
    padding: 5px 20px
}

.block a {
    padding: 7px 10px;
    color: #005fab
}

.block a:hover {
    background-color: #f2f2f2
}

.bottom a {
    color: #505050;
    margin: 0 10px;
    font-weight: 600
}

.header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block-2 {
    background-color: #fe0a00
}

.header_bottom a {
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.block-2 a {
    color: #fff
}

.wrapper {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto
}

.subheader table,
td,
tr {
    padding: 8px 0 4px
}

.subheader td {
    valign: middle
}

.spacer {
    height: 20px
}

.contestwrap {
    border-bottom: 1px solid #ebebeb;
    /*  box-shadow: 0 0 2px 2px #e9e9e9; */
    padding: 0px;
    border-radius: 20px;
}

.contestwrap,
.form_questions {
    background-color: #fff;
    /* -webkit-box-shadow: 0 0 2px 2px #e9e9e9; */
    -moz-box-shadow: 0 0 2px 2px #e9e9e9
}

.form_questions,
.validate {
    /* box-shadow: 0 0 2px 2px #e9e9e9; */
    border-bottom: 1px solid #e5e5e5;
    border-radius: 20px;
}

.select2 {
    color: #222;
    background-color: #15d058;
    width: 100%;
    font-size: small;
    padding: 12px 4px
}

.form_questions {
    padding: 10px 0 30px
}

.answer {
    padding: 0px 0;
    width: 90%;
    display: inline-block;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*border: 1px solid #000;*/
    background: #000;
    font-weight: 700;
    font-size: 16px
}

.answer:hover {
    color: #fff !important;
}

.pbox h2,
.pbox img,
.pbox p {
    display: block
}

.question {
    padding-top: 20px
}

.validate {
    border-radius: 20px;
    width: 96%;
    background-color: #fff;
    padding: 0;
    /* -webkit-box-shadow: 0 0 2px 2px #e9e9e9;
    -moz-box-shadow: 0 0 2px 2px #e9e9e9 */
}

#szlider {
    width: 100%;
    height: 4px;
    background: #dadada
}

#szliderbar {
    width: 0;
    height: 4px;
    background: #fe0a00
}

#szazalek {
    color: #858585;
    font-size: small
}

.prize {
    width: 96%;
    padding: 15px 20px;
    border-radius: 20px;
}

.pbox img {
    width: 130px;
    margin-left: auto;
    margin-right: auto
}

.pbox h2,
.pbox p {
    margin: 6px 6px 0
}

.pbox h2 {
    font-size: xlarge;
    text-align: left
}

.pbox p {
    font-size: small;
    text-align: left
}

.prize h3 {
    font-size: 1.5em;
    padding: 5px 0;
    text-align: center
}

.prize h2 {
    font-size: 1.2em;
    text-align: center
}

.reviews {
    width: 100%;
    padding: 0;
    line-height: 1.3;
    border: 1px solid #fff;
}

.reviews .name {
    font-weight: 700;
    color: #1a39c5
}

.reviews .text {
    color: #6a6a6a
}

.reviews .date {
    padding-bottom: 7px;
    color: #006621
}

.reviews table {
    padding: 5px 0;
    font-size: small
}

.reviews h2 {
    background-color: #15d058;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    padding: 10px;
    margin-bottom: 10px;
}

.headerrev {
    width: 100%;
}

.commentpad {
    padding-left: 10px
}

.reviews span {
    color: #a5778f
}

.footer p {
    display: inline-block;
    padding-right: 20px
}


.modal-content {
    border-radius: 20px;
    border: 3px solid #00000023;
    background: #fff
}

.modal-footer {
    border-top: 0px solid #000000
}

.container-prize {
    display: flex;
    flex-direction: column
}

.one-prize,
.two-prize {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around
}

.btn-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.btn-prize {
    display: block;
    color: #fff;
    text-transform: none;
    padding: 11px 35px;
    background: #005fab;
    border-radius: 2px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px
}

.con-prize1 {
    /* box-shadow: 0 0 2px 2px #e9e9e9; */
    border: 1px solid #15d058;
}

@media only screen and (max-width:580px) {

    .one-prize,
    .two-prize {
        flex-direction: column;
        margin: 5px
    }

    .btn-prize {
        margin: 10px 0
    }
}

.date {
    padding-top: 8px
}

.dat-1 {
    color: #9fa2a6;
    font-size: x-small;
    margin-top: -10px;
    text-align: center;
    display: block;
    margin-bottom: 5px
}

.kkk,
.qqq {
    display: flex
}

@media only screen and (max-width:420px) {
    .dat-1 {
        float: none;
        margin: -10px 0 0
    }
}

@media only screen and (min-width:800px) {
    .white_content {
        position: fixed;
        top: 10%;
        left: 30%;
        width: 40%;
        background-color: #fff;
        border-radius: 5px;
        z-index: 1002;
        overflow: auto
    }
}

@media only screen and (max-width:799px) {
    .white_content {
        position: fixed;
        top: 10%;
        left: 5%;
        width: 90%;
        background-color: #fff;
        border-radius: 5px;
        z-index: 1002;
        overflow: auto
    }
}

.white_content h5 {
    background-color: #273644;
    color: #ffffffd7 !important;
    margin: 10px 0px;
    padding: 5px;
    border-radius: 5px;
    border: 1px dashed #000;
}


#light-text2 span {
    color: #fff
}

.ps4man,
.s-101m,
.s-102m,
.s-103m,
.s-11m,
.s-33m,
.s-66,
.s-88m,
.s-99 {
    width: 50px;
    height: 50px;
}

.s-11m {
    background: url('../img/fr1.jpg') no-repeat;
    background-position: center;
}

.s-66 {
    background: url('../img/fr2.jpg') no-repeat;
    background-position: center;
}

.s-99 {
    background: url('../img/fr3.jpg') no-repeat;
    background-position: center;
}

.s-88m {
    background: url('../img/fr4.jpg') no-repeat;
    background-position: center;
}

.ps4man {
    background: url('../img/fr5.jpg') no-repeat;
    background-position: center;
}

.s-102m {
    background: url('../img/fr6.jpg') no-repeat;
    background-position: center;
}

.contestwrap,
.form_questions,
.prize,
.reviews,
.validate,
footer {
    background: rgba(255, 255, 255, 0.85);
}

.footer-block,
.kkk,
.qqq {
    flex-direction: row
}

.reviews {
    /* -webkit-box-shadow: 0 0 2px 2px #e9e9e9;
    -moz-box-shadow: 0 0 2px 2px #e9e9e9; */
    border-radius: 20px;
    max-width: 96%
}

.marg-top {
    margin-top: 100px
}

footer {
    background: #ededed;
    border-top: 2px solid #15d058;
    margin-top: 40px;
    padding: 10px 25px
}

.marg-top {
    margin-top: 68px
}

.footer-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    max-width: 700px;
    margin: 0 auto
}

.icns,
.kkk {
    flex-direction: row
}

.footer-block span {
    color: #4d4d4d;
    font-size: 15px;
    padding-top: 10px;
    text-align: center
}

.icns {
    align-items: center;
    justify-content: space-around;
    width: 100%
}

.icns img {
    margin: 5px;
    border: 1px solid #ccc
}

@media only screen and (max-width:560px) {
    body {
        padding-bottom: 260px
    }

    .icns {
        flex-wrap: wrap
    }
}

.footer-block span {
    color: #4d4d4d;
    font-size: 15px;
    padding-top: 10px;
    text-align: center
}

@media only screen and (max-width:560px) {
    .footer-block {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer-block span {
        padding-top: 10px;
        display: block;
        text-align: center
    }
}

@media only screen and (max-width:680px) {
    .modal-body p {
        text-align: center
    }

    .block-2 {
        display: flex;
        justify-content: flex-end
    }
}

.name {
    color: #365899 !important;
    font-weight: 700;
    font-size: 14px
}

.kkk,
.text {
    font-size: 13px
}

.text {
    padding: 5px 0 1px;
    color: #1d2129 !important;
    border-radius: 18px
}

.kkk {
    align-items: center;
    justify-content: flex-start
}

.like-q {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.date,
.like-q {
    font-size: 12px
}

.otvet {
    padding-left: 10px;
    color: #365899;
    text-decoration: none !important
}

.kkk .otvet:hover {
    text-decoration: underline
}

.qqq {
    align-items: center;
    justify-content: space-between
}

.like-q {
    color: #9a9a9a
}

.like-q img {
    max-width: 17px;
    margin-right: 2px
}

.date {
    color: rgba(0, 0, 0, .71) !important
}

.block,
.kkk,
.nav-bar,
.qqq {
    display: flex
}

@media only screen and (max-width:680px) {
    .modal-body p {
        text-align: center
    }

    .footer-block {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.name {
    color: #365899 !important;
    font-weight: 700;
    font-size: 14px
}

.kkk,
.text {
    font-size: 13px
}

.text {
    padding: 5px 0 1px;
    color: #1d2129 !important;
    border-radius: 18px
}

.kkk {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.date,
.like-q {
    font-size: 12px
}

.otvet {
    padding-left: 10px;
    color: #365899;
    text-decoration: none !important
}

.kkk .otvet:hover {
    text-decoration: underline
}

.qqq {
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.like-q {
    color: #9a9a9a
}

.like-q img {
    max-width: 17px
}

.date {
    color: rgba(0, 0, 0, .71) !important
}

.block,
.block p,
.nav-bar a {
    color: #000;
    font-family: sans-serif
}

.roundimg {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.nav-bar {
    justify-content: space-between;
    align-items: center
}

.nav-bar a:hover {
    text-transform: none;
    text-decoration: none
}

.block {
    /*border-bottom: 3px solid #ecdc00;*/
    height: 66px;
    font-size: 13px;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
    margin: 0 5px
}

.block p {
    color: #fff;
}

/*.block-y {
    background-color: #000000;
    border-bottom-color: #000000;
    padding: 0 5px
}*/

.block-i {
    display: none
}

.block-y:hover,
.block:hover {
    border-bottom-color: #0047bb
}

.bars {
    height: 4px;
    width: 30px;
    margin: 4px;
    background-color: gray;
    border-radius: 3px
}

#progressbar,
#progressbar_two {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    background: #666;
    padding: 1px;
    border-radius: 30px;
}

#progress,
#progress_two {
    position: relative;
    background: #15d058;
    height: 8px;
    width: 0;
    -webkit-transition: width .3s ease-in;
    -moz-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    transition: width .3s ease-in
}

.loading-text {
    display: none;
    margin: 10px 0;
}

ul.fa-ul li.checks {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #383838;
    list-style-type: none;
    margin: 0 0 10px;
    /*opacity: 0;*/
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in
}

ul li.checks i {
    color: #b0d235
}

.default {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}

.default .margin {
    position: absolute;
    max-width: 500px;
    width: 95%;
    background: #fff;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 3px solid #00000023;
    background: #fff;
}

.default .close-modal-btn,
.default .close_mod {
    position: absolute;
    background: pink;
    right: 0;
    top: 0;
    padding: 10px;
    color: #7b7b7b;
    font-weight: 700;
}

.default .prod-name {
    text-transform: uppercase;
}

.default h1 {
    font-size: 25px;
}

.default h1 span {
    color: #FF5B00;
    font-weight: 700;
}

@media only screen and (max-width:920px) {
    .nav-bar {
        display: none
    }

    .block-i {
        display: block
    }
}

@media only screen and (max-width:480px) {

    .date,
    .kkk {
        font-size: 11px
    }

    .like-q img {
        max-width: 14px
    }

    .like-q {
        display: none
    }
}

@media only screen and (max-width:410px) {
    /* .kkk a {
        display: none
    } */
}

.question {
    padding-top: 0 !important
}

.samsung-text {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding-bottom: 15px;
    font-size: 18px
}

.samsung-text img {
    max-width: 130px;
    margin-left: 13px;
    display: inline-block;
    position: relative;
    top: -1px
}

@media only screen and (max-width:380px) {
    .samsung-text img {
        max-width: 100px
    }

    .samsung-text {
        font-size: 17px
    }
}

@media only screen and (max-width:680px) {
    .answer {
        width: 90%;
        max-width: 98%;
        padding: 10px;
    }
}

.fbimg {
    /*  background-color: #fff; */
    border-radius: 5px;
    max-width: 210px;
    width: 100%;
    /* padding: 3px; */
    box-sizing: border-box;
    /* border: 1px solid grey; */
    margin: 10px 0 5px
}

.question__info {
    padding: 10px
}

.loading {
    padding: 15px 20px
}

.bars {
    height: 4px;
    width: 30px;
    margin: 4px;
    background-color: #000;
    border-radius: 3px
}
















.footer {
    color: #222;
    display: flex;
    justify-content: center;
    padding: 30px 10px;
}

@media (max-width:768px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }
}

/* modal */

.PPolicy-mod,
.TCondition-mod {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
    margin: 0 10px;
}

.PPolicy-mod:hover,
.TCondition-mod:hover {
    color: #0056b3;
}

.modalization {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s;
    align-items: center;
    justify-content: center;
}

.modal-content-pp {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    /* width: 90%; */
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s;
}

.modal-flx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.close-x {
    color: #aaa;
    opacity: 1;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    padding-left: 10px;
}

.close-x:hover,
.close-x:focus {
    color: #000;
}

.modal-title {
    margin-top: 0;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.modal-text {
    line-height: 1.6;
    color: #555;
    font-size: 14px;
}

.modal-text h3 {
    color: #333;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.modal-text p {
    margin-bottom: 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}









#final_loading .margin{
    padding:0px !important;
    top: 1%;
    border: 0px !important;
}











:root {
    --prime: #15d058;
    --prime-dark: #0077A8;
    --orange: #15d058;
    --orange-dark: #15d058;
    --text: #fff;
    --textblk: #222;
    --muted: #808080;
    --mutedblk: #222;
    --light: #f9fafb;
    --border: #e5e7eb;
    --radius: 14px;
}


.plan-card {
    border: 2px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 20px;
    cursor: pointer;
    position: relative;
    transition: border-color .2s, box-shadow .2s;
    background: #fff;
}

.plan-card:hover {
    border-color: var(--prime);
    box-shadow: 0 4px 20px rgba(0, 168, 225, .1);
}

.plan-card.selected {
    border-color: var(--prime);
    box-shadow: 0 4px 24px rgba(0, 168, 225, .15);
    background: #f0f9ff;
}

.plan-tag {
    position: absolute;
    top: -11px;
    left: 18px;
    background: var(--orange);
    color: var(--text);
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .5px;
}

.plan-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--textblk);
    margin-bottom: 14px;
}

.plan-was {
    font-size: 12px;
    color: #8f8f8f;
    text-decoration: line-through;
    margin-bottom: 0px;
}

.plan-now {
    font-size: 28px;
    font-weight: 900;
    color: var(--textblk);
    line-height: 1;
}

.plan-now sup {
    transform: translateY(15px);
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
    margin-top: 5px;
    display: inline-block;
}

.plan-now small {
    font-size: 13px;
    font-weight: 400;
    color: var(--muted);
}

.plan-save-chip {
    display: inline-block;
    background: #dcfce7;
    color: #16a34a;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    margin: 8px 0 16px;
}

.plan-feats {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.plan-feats li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--muted);
}

.plan-feats li::before {
    content: '✓';
    color: var(--prime);
    font-weight: 700;
    flex-shrink: 0;
}

.plan-feats li.no {
    color: #ddd;
}

.plan-feats li.no::before {
    content: '–';
    color: #ddd;
}

.sel-ring {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--border);
    margin-top: 14px;
    transition: .2s;
    position: relative;
}

.plan-card.selected .sel-ring {
    border-color: var(--prime);
    background: var(--prime);
}

.plan-card.selected .sel-ring::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}








/* ══  FINAL ══ */

.final-wrap {
    width: 100%;
    max-width: 520px;
}

/* Header strip */
.final-header {
    background: var(--prime);
    border-radius: 14px 14px 0 0;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.final-header img {
    height: 40px;
    filter: brightness(0) invert(1);
}

.final-header-right {
    text-align: right;
}

.final-header-right .label {
    font-size: 11px;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.final-header-right .price {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.final-header-right .per {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}

/* Body */
.final-body {
    background: #fff;
    border: 1px solid var(--border);
    border-top: none;
    border-radius: 0 0 14px 14px;
    padding: 20px 25px 32px;
}

.ready-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #dcfce7;
    color: #16a34a;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.ready-pill .rdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16a34a;
}

.final-body h1 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 6px;
    color: var(--mutedblk);
}

.final-body .fsub {
    font-size: 14px;
    color: var(--mutedblk);
    margin-bottom: 22px;
    line-height: 1.5;
}

/* Summary table */
.sum-table {
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
}

.sum-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}

.sum-row:last-child {
    border-bottom: none;
    background: #fff0f0;
}

.sum-row .sr-label {
    color: var(--mutedblk);
}

.sum-row .sr-val {
    font-weight: 700;
    color: var(--textblk);
}

.sum-row:last-child .sr-val {
    color: var(--prime);
    font-size: 18px;
}

.btn-activate {
    display: block;
    width: 100%;
    padding: 16px;
    background: var(--orange);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    transition: background .2s, box-shadow .2s;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(255, 153, 0, .2);
}

.btn-activate:hover {
    background: var(--orange-dark);
    text-decoration: none;
    color: #111;
}

.steps-mini {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sm-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--mutedblk);
}

.sm-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--light);
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: var(--prime);
    flex-shrink: 0;
}