@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
/*    font-family: 'Inter', sans-serif;*/
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    padding-bottom: 100px;
    color: #2F333F;
    background-image: url(../yellow-star.svg), url(../blue-star.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 0% top 40%, right 0% top 60%;
    background-size: 200px, 200px;
    background-color: #fff;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.home-screen {
    background: transparent;
    height: 100vh;
    padding: 24px 0;
    position: relative;
}
.home-corner-girl {
    position: fixed;
    bottom: 0;
    left: 0;
}
.home-logo {
    text-align: center;
    position: relative;
}

.home-logo-img-1 {
    position: absolute;
    left: 10%;
    top: 0;
}
.home-questio-wrapper {
    position: relative;
}

.home-eng-flag {
    position: absolute;
    right: -250px;
    top: 0;
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.home-text {
    margin-top: 56px;
}
.home-text h1 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
}
.home-text p {
    margin-top: 8px;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
}
.home-buttons {
    margin-top: 56px;
}
.home-buttons h2 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
}
.home-buttons-wrapper {
    margin-top: 24px;
}
.home-buttons-wrapper .answer-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.home-buttons-wrapper .answer-list .check-label {
    flex: 1 1 30%;
    margin-bottom: 0;
    padding: 18px 32px;
    font-size: 20px;
    justify-content: center;
}
.home-buttons-wrapper .answer-list .check-label__text {
    margin-left: 6px;
}
.home-buttons-wrapper .answer-list {}
.home-buttons-wrapper .answer-list {}
.home-buttons-wrapper .answer-list {}
.home-buttons-wrapper {}
.home-buttons-wrapper {}
.home-buttons-wrapper {}


/**********************/
.quwstions-wrapper {
    display: none;
}

.header {
    padding: 15px 0;
    background: #FFFFFF;
    position: relative;
}

.progress-line-wrapper {
    background: #EEEFF8;
    height: 6px;
    max-width: 500px;
    width: 100%;
    margin: 12px auto;
    border-radius: 20px;
}

.progress-line {
    width: 4%;
    height: 6px;
    background: #1D19B4;
    border-radius: 0px 10px 10px 0px;
    transition: all .30s;
     border-radius: 20px;
}

.back-btn {
    background: #F6F7FC;
    border: none;
    outline: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

 
.top-header-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #EEEFF8;
    align-items: center;
}
 
.motivation-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    border-left: 1px solid #EEEFF8;
    border-right: 1px solid #EEEFF8;
}
.motivation-wrapper .img {
    background: #F6F7FC;
    padding: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.motivation-wrapper .img svg path {
    fill: #8B839C;
}
.motivation-wrapper .text div {
    color: #7775D2;
    font-size: 14px;
    display: none;
}
.motivation-wrapper .text p {
    font-size: 18px;
    font-weight: 500;
}
.motivation-wrapper.active .img {
    background: #1D19B4;
}
.motivation-wrapper.active .img svg path {
    fill: #fff;
}
.motivation-wrapper.active .text div {
    display: block;
}
 




.personalization-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 15px;
    align-items: center;
}
.personalization-wrapper .img {
    background: #F6F7FC;
    padding: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.personalization-wrapper .img svg path {
    stroke: #8B839C;
}
.personalization-wrapper .text div {
    color: #7775D2;
    font-size: 14px;
    display: none;
}
.personalization-wrapper .text p {
    font-size: 18px;
    font-weight: 500;
}
.personalization-wrapper.active .img {
    background: #1D19B4;
}
.personalization-wrapper.active .img svg path {
    stroke: #fff;
}
.personalization-wrapper.active .text div {
    display: block;
}



.regular-item {
    max-width: 500px;
    margin: 24px auto 0 auto;
}
.quiz-subtitle {
    margin-top: 6px;
    font-size: 20px;
    color: #5C5C68;
}
.regular-item h2 {
    font-size: 32px;
    letter-spacing: 0.02em;
    color: #2F333F;
}

.answer-list {
    margin-top: 30px;
}

.answer-list button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    outline: none;
    background: #F6F7FC;
    border-radius: 20px;
        padding: 12px 24px;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .30s;
    color: #2F333F;
    font-weight: 500;
    gap: 6px;
}

.answer-list button:hover {
    transition: all .30s;
    background: #e3e3e3;
}

.answer-list button span {
     color: #2F333F;
    font-size: 18px;
    font-weight: 600;
}

.answer-sub-text {
    margin-top: 6px;
    display: block;
    font-style: italic;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #5C5C68 !important;
}

.answer-list button img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.answer-list button p {
    font-size: 14px;
    color: #5C5C68;
    font-style: italic;
}

.reviews-banner-2 {
    background: linear-gradient(to bottom, #F18700 0%, #F6B801 100%); 
    border-radius: 32px;
    padding: 24px; 
    margin-top: 24px;
}
.reviews-banner-2 h3 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}
.reviews-banner-2 p {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 500px !important;
    margin-top: 12px !important;   
}
.reviews-banner-2 img {
    width: 100%;
}

.answer-list-two-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.answer-list-two-col button {
    flex: 1 1 45%;
}

.statistic-wrapper {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(to bottom, #F18700 0%, #F6B801 100%); 
    border-radius: 16px;
    padding: 16px;
    margin-top: 12px;  
}


.all-test-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-top: 16px; 
}
.all-test-wrapper .word-test {
    
 
        width: 100%;
    margin-bottom: 20px;
    border: none;
    outline: none;
    background: #F6F7FC;
    border-radius: 20px;
    padding: 12px 24px;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .30s;
    color: #2F333F;
    font-weight: 500;
    gap: 6px;
}
.all-test-wrapper>div {
    flex: 1 1 45%;
}
.all-test-wrapper .word-test img {
    width: 32px;
    height: 32px;
    object-fit: contain; 
    margin: 0;
}
.all-test-wrapper .word-test span {}
.all-test-wrapper .word-test.active {
    background: rgba(138, 217, 116, 0.23);
    
}

.word-test-count {
    background: #F6F7FC;
    padding: 12px;
    border-radius: 4px;
    display: inline-block; 
    margin-top: 12px;
}


.question-sub-title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}

.question-sub-text {
    text-align: center;
    font-size: 18px;
    color: #5C5C68;
}



.tenses-head {
    color: #5C5C68;
    margin-top: 16px;
    margin-bottom: 16px;
}
.tenses-head span {
    padding: 6px;
    background: #FFF2DF;
    border-radius: 4px;
    display: inline-block;
}
.tenses-head p {
    display: inline;
}

.tenses-item {
    border: 2px dashed #DCE0FF;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 16px;
}
.tenses-item h4 {}
.tenses-item .tenses-item-answers {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px; 
}
.tenses-item .tenses-item-answers__item {
    flex: 1 1 45%;
     width: 100%;
 
    border: none;
    outline: none;
    background: #F6F7FC;
    border-radius: 20px;
    padding: 12px;
    
    cursor: pointer;
    transition: all .30s;
    color: #2F333F;
    font-weight: 500;
    gap: 6px;
}
.tenses-item-answers__item.true {
    background: rgba(138, 217, 116, 0.23);
}
.tenses-item-answers__item.false {
    background: rgba(217, 116, 116, 0.23);
}


.blue-statistic-wrapper {
    color: #fff; 
    font-weight: 500;
    font-size: 18px; 
    background: linear-gradient(to bottom, #07053D 0%, #1D19B4 100%); 
    border-radius: 16px;
    padding: 16px;
    margin-top: 12px;  
}
.blue-statistic-wrapper p {}
.blue-statistic-wrapper img {
    margin-top: 12px;
}


.words-list-test-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}
.words-list-test-wrapper .item {
    background: #F6F7FC;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #F6F7FC;
}
.words-list-test-wrapper .item.active {
    background: rgba(119, 117, 210, 0.38);
    border: 1px solid #7775D2
}


.q3-wrapper {
    display: none;
}

.step-3-wrapper {
    max-width: 630px;
    margin: 58px auto 0 auto;
}

.step-3-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    color: #8043F7;
    text-align: center;
}

.step-3-wrapper p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #18223A;
    text-align: center;
    line-height: 28px;
}

.step-3-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 26px;
}

.step-3-wrapper button {
    display: block;
    margin: auto;
    background: #1D19B4;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    padding: 21px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
}

.q4-wrapper {
    display: none;
}

.q5-wrapper {
    display: none;
}

.q6-wrapper {
    display: none;
}

.step-6-wrapper {
    max-width: 900px;
    margin: 58px auto 0 auto;
}

.step-6-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    color: #8043F7;
    text-align: center;
}

.step-6-wrapper p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #18223A;
    text-align: center;
    line-height: 28px;
}

.step-6-wrapper img {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin: 26px auto 0 auto;
}

.step-6-wrapper button {
    display: block;
    margin: 47px auto 30px auto;
    background: rgba(128, 67, 247, 0.8);
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    padding: 21px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.q7-wrapper {
    display: none;
}

.q8-wrapper {
    display: none;
}

.q9-wrapper {
    display: none;
}

.step-9-wrapper {
    max-width: 630px;
    margin: 58px auto 0 auto;
}

.step-9-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    color: #8043F7;
    text-align: center;
}

.step-9-wrapper p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #18223A;
    text-align: center;
    line-height: 28px;
}

.step-9-wrapper img {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: block;
    margin: 26px auto 0 auto;
}

.step-9-wrapper button {
    display: block;
    margin: auto;
    background: #1D19B4;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    padding: 21px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
}

.q10-wrapper {
    display: none;
}

.q11-wrapper {
    display: none;
}

.check-label {
    display: flex;
    align-items: center;
    width: 100%;
        padding: 12px 24px;
    background: #F6F7FC;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .30s;
    border: 1px solid transparent;
    gap: 6px;
}

.check-label:hover {
    transition: all .30s;
    background: #fff;
    border: 1px solid #1D19B4;
}

.check-label input {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden;
}

.custom-checkbox {
    height: 20px;
    width: 20px;
    background: transparent;
    border-radius: 6px;
    position: relative;
    flex: 0 0 20px;
    margin-left: auto;
    border: 1px solid #A5A3E1;
}

.custom-checkbox:before {
    content: '';
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: -1px;
    left: -1px;
    visibility: hidden;
    background: url(../blue-checkbox.svg) center/contain no-repeat;
}

.check-label input:checked + .custom-checkbox:before {
    visibility: visible;
}

 

.check-label img {
    width: 32px;
    height: 32px;
}

.check-label__text {
     font-weight: 600;
    font-size: 18px;
}

.check-label p {
    font-size: 14px;
    color: #5C5C68;
    font-style: italic;
}

.checked-label {
    border: 1px solid #1D19B4;
    color: #2F333F;
}

.checkbox-next-btn {
    display: block;
    margin: auto;
    background: #1D19B4;
    border-radius: 24px;
    max-width: 400px;
    width: 100%;
    padding: 21px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    width: calc(70% - 30px);
}

.q12-wrapper {
    display: none;
}

.q13-wrapper {
    display: none;
}

.step-13-wrapper {
    max-width: 500px;
    margin: 24px auto 0 auto;
}

.step-13-wrapper h2 {
    font-size: 28px;
    font-weight: 600;
    color: #2F333F;
}

.step-13-wrapper p {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
    color: #5C5C68;
    line-height: 150%;
}

.step-13-wrapper img {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: block;
    margin: 26px auto 0 auto;
}

.step-13-wrapper button {
    display: block;
    margin: auto;
    background: #1D19B4;
    border-radius: 24px; 
    max-width: 400px;
    width: 100%;
    padding: 21px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    borer: 1px solid #1D19B4;
}

.q14-wrapper {
    display: none;
}

.q15-wrapper {
    display: none;
}

.step-15-wrapper {
    max-width: 530px;
    margin: 58px auto 0 auto;
}

.step-15-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    text-align: center;
}

.step-15-wrapper button {
    display: block;
    margin: 147px auto 30px auto;
    background: rgba(128, 67, 247, 0.8);
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    padding: 21px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.slider {
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    margin-top: 100px;
}

.circle {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;

    border: 1px solid #592CC6;
}

.circle.active {
    background-color: #592CC6;
}

.line {
    height: 5px;
    background-color: #F5F5F5;
    flex-grow: 1;

}

.line.active {
    background-color: #592CC6;
}

.number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    color: #333;
}

.selected {
    background-color: #fff;
    color: #000;
}

.q16-wrapper {
    display: none;
}

.q16-checkbox-list {
    max-width: 500px;
}

.q17-wrapper {
    display: none;
}

.q18-wrapper {
    display: none;
}
.step-18-wrapper {
    margin-top: 78px;
}
.step-18-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    color: #8043F7;
    font-style: italic;
}

.step-18-wrapper p {
    font-size: 18px;
    color: #18223A;
    font-weight: 500;
    margin-top: 26px;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.reviews-left-video {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 192px;
}
.reviews-left-video iframe {
    width: 100%;
    height: 385px;
}
.final-form-wrapper__img-item iframe {
    width: 100%;
    height: 385px;
}
.reviews-left-video .final-form-wrapper__img-item:first-child{
   margin-right: 15px;
}
.reviews-left-video .final-form-wrapper__img-item:last-child{
   margin-left: 15px;
}
.reviews-left-img .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.reviews-right-video .final-form-wrapper__img-item {
    width: 100%;
    margin-bottom: 20px;
}
.top-item-wrapper {
    width: 50%;
}

.reviews-left-img .top-item-wrapper img {
    width: 100%;
}

.reviews-left-img .top-item-wrapper:first-child {
    margin-right: 15px;
}

.reviews-left-img .top-item-wrapper:last-child {
    margin-left: 15px;
}

.reviews-left-img .bottom {
    width: 100%;
}

.reviews-left-img .bottom img {
    width: 100%;
    height: auto;
}

.step-18-wrapper button {
    display: block;
    margin: 47px auto 30px auto;
    background: rgba(128, 67, 247, 0.8);
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    padding: 21px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.step-18-wrapper video {
    height: 360px !important;
}
.q19-wrapper {
    display: none;
}

.q20-wrapper {
    display: none;
}

.step-20-wrapper {
    margin-top: 100px;
}

.step-20-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    color: #8043F7;
    font-style: italic;
}

.step-20-wrapper p {
    margin-top: 15px;
    font-size: 18px;
    color: #18223A;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.step-20-images {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.step-20-images .step-20-images__item:first-child {
    align-self: flex-end;
    margin-top: -60px;
}

.step-20-images .step-20-images__item:last-child {}

.step-20-wrapper button {
    display: block;
    margin: auto;
    background: #1D19B4;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    padding: 21px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
}

.q21-wrapper {
    display: none;
}

.q21-checkbox-list {
    max-width: 740px;
}

.step-22-wrapper {
    max-width: 500px;
    margin: 24px auto 0 auto;
}

.step-22-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    color: #2F333F;
 
}

.step-22-wrapper p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #18223A;
    text-align: center;
    line-height: 28px;
}

.step-22-wrapper img {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: block;
    margin: 26px auto 0 auto;
}

.step-22-wrapper button {
    display: block;
    margin: auto;
    background: #1D19B4;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    padding: 21px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
}

.q22-wrapper {
    display: none;
}
 
 
.final-form-wrapper {
    max-width: 500px;
    margin: 0 auto;  
    background: #07053D;
    background: -webkit-linear-gradient(180deg, rgb(7, 5, 61), rgb(29, 25, 180));
    background: -moz-linear-gradient(180deg, rgb(7, 5, 61), rgb(29, 25, 180));
    background: linear-gradient(180deg, rgb(7, 5, 61), rgb(29, 25, 180));
    padding: 24px;
    border-radius: 20px; 
}
.final-form-wrapper h3 {
    font-weight: 600;
    font-size: 26px; 
    color: #fff;
}
.final-form-wrapper h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: 8px; 
}
.final-form-wrapper p {
    margin-top: 16px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 6px;
}
.final-form-wrapper p img {
    width: 24px;
    height: 24px; 
}
.form-wrapper {
    padding: 20px;
    border-radius: 20px;
    background: #fff; 
    margin-top: 36px;
}
.form-wrapper .form-input {
    margin-bottom: 12px; 
}
.form-wrapper .form-input h3 {
    font-size: 16px;
    font-weight: 500;
    color: #2F333F; 
    margin-bottom: 4px; 
}
.form-wrapper .form-input input {
    background: #F6F7FC;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    outline: none;
    display: block;
    width: 100%; 
    border: 1px solid #EEEFF8;
    padding: 12px 18px;
    border-radius: 8px; 
}
.form-wrapper button {
    display: block;
    margin: 12px auto 0 auto;
    background: #1D19B4;
    border-radius: 24px;
    width: 100%;
    padding: 16px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.border-next-button {
    color: #1d19b4 !important;
    border: 1px solid #1d19b4 !important;
    background: #fff !important;
}
 

.page-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    overflow: auto;
    background: #00000078;
}
.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.page-popup-wrapper .final-form-wrapper {
    position: relative;
    padding-top: 42px;
}
 

.open-popup {
      position: fixed;
    bottom: 10px;
    right: 10px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
}

.pulse {
  text-align: center;
  border-radius: 50%;
  background: #F18700;
}

.pulse::before {
  content: "";
  position: absolute;
  border: 2px solid #F18700;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}
.open-popup img {
  width: 36px;
  height: auto;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.pulse::after,
.pulse::before {
  content: "";
  position: absolute;
  border: 2px solid #F18700;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.pulse::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.gender-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 19px;
  margin: 0 auto;
  margin-top: 40px;
  align-items: center;
  box-sizing: border-box;
  max-width: 768px;
  width: 100%;
}

 
*::-webkit-input-placeholder {
    color: #8B839C;
    opacity: 1;
}

*:-moz-placeholder {
    color: #8B839C;
    opacity: 1;
}

*::-moz-placeholder {
    color: #8B839C;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #8B839C;
    opacity: 1;
}
 

.q23-wrapper {
    display: none;
}

.error-label {
    position: fixed;
    top: 15px;
    left: -999px;
    padding: 15px;
    background: red;
    color: #fff;
    font-size: 18px;
    transition: all .30s;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    z-index: 9999;
}
.error-label__active {
    left: 0;
    transition: all .30s;
    visibility: visible;
    opacity: 1;
}

.logading-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .30s;
    z-index: 9999;
}
.loading-box__wrapper {
    height: 100px;
    width: 100px;
}
.loading-box__wrapper svg {
    width: 100%;
    height: 100%;
}

.logading-box__active {
    visibility: visible;
    opacity: 1;
    transition: all .30s;
}
.happy-kids {
    margin-top: 24px;
    padding-left: 40px;
}
.happy-kids-item {
    text-align: center;
    position: relative;
}
 .happy-kids-item:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../img/ch.svg) center/cover no-repeat;
    left: -40px;
    top: 0;
 }
.happy-kids-item p {
    line-height: 150%;
    margin-top: 8px;
    text-align: left;
}
.medals-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.medals-wrapper img {
    width: 150px;
    height: auto;
}


.final-buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: fixed;
    bottom: 15px;
    width: 100%;
    left: 50%;
    max-width: 500px;
    transform: translateX(-50%);
    padding: 0 15px
}
.final-buttons-wrapper button {
    position: static;
    padding: 15px;
    font-size: 16px;
    border: 2px solid #1D19B4;
}
.skip-form {
    background: #fff !important;
    color: #1d19b4 !important;
}