@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

body {
    background: #F5F5F8;
    padding-bottom: 60px;
}

.header {
    margin-top: 32px;
    padding: 0 60px;
}
.back-btn {
        padding: 3px;
        border-radius: 12px;
        background: #322F55;
    }
.desktop-steps {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.desktop-steps .item {
    width: 26px;
    height: 8px;
    border-radius: 8px;
    background: #322F55;
    margin-right: 6px;
}

.desktop-steps .item:last-child {
    margin-right: 0;
}

.desktop-steps .item.prev {
    background: rgba(59, 134, 255, 0.32);
}

.desktop-steps .item.active {
    background: #FF6B8A;
}

.mobile-steps {
    display: none;
}

.quiz {
    margin-top: 48px;
}

.quiz-items-wrapper {
    max-width: 762px;
    width: 100%;
    margin: 0 auto;
}

.quiz-item {
    text-align: center;
    display: none;
}

.first-step {
    display: block;
}

.quiz-item h1 {
    color: #322F55;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
}

.quiz-item-subtitle {
    color: #322F55;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.quiz-buttons {
    max-width: 432px;
    margin: 48px auto 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.regular-button {
    padding: 15px;
    display: block;
    outline: none;
    font-family: inherit;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border-radius: 24px;
    background: #FF6B8A;
    border: 2px solid #FF6B8A;
    cursor: pointer;
    width: 75% !important;
}

.pink-button {
    background: #FF6B8A !important;
    border: 2px solid #FF6B8A;
}

.blue-button {
    background: #322F55 !important;
    border: 2px solid #322F55;
}

.two-quiz-buttons button {
    margin: 0 8px;
}

.first-step .quiz-item-subtitle {
    font-size: 24px;
    margin-top: 24px;
}

.first-step img {
    margin-top: 48px;
    margin-bottom: 24px;
}

.answer-buttons {
    margin-top: 16px;
}

.answer-buttons button {
    display: block;
    padding: 20px 15px;
    border-radius: 12px;
    background: #322F55;
    outline: none;
    border: none;
    max-width: 490px;
    width: 100%;
    margin: 0 auto 16px auto;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    transition: all .30s;
}

.answer-buttons button:hover {
    transition: all .30s;
    background: rgba(50, 47, 85, 0.76);
}

.answer-buttons-with-img button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.answer-buttons-with-img button img {
    width: 32px;
    height: auto;
    margin-right: 8px;
}

.reviews-slider {
    max-width: 400px;
    width: 100%;
    margin: 24px auto 0 auto;
}

.review-item {}

.review-item h3 {
    font-size: 16px;
    color: #322F55;
    margin-bottom: 2px;
}

.review-item span {
    font-size: 14px;
    color: #837F8F;
}

.review-item p {
    font-size: 16px;
    color: #322F55;
    line-height: 150%;
    font-weight: 400;
}

.review-stars {
    margin-top: 12px;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: center;
}

.review-slider-buttons-wrapper {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.review-slider-buttons-wrapper button {
    padding: 6px;
    border-radius: 6px;
    background: #322F55;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .30s;
}

.review-slider-buttons-wrapper button:hover {
    transition: all .30s;
    background: #393939;
}

.reviews-slider__prev {
    position: absolute;
    left: -42px;
    top: calc(50% - 0px);
}

.reviews-slider__next {
    position: absolute;
    right: -42px;
    top: calc(50% - 0px);
}
.google-rating img {
    max-width: 160px !important;
    height: auto;
    width: 100%;
}
.check-list {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.check-list ul {}

.check-list ul li {
    list-style: none;
    position: relative;
    color: #322F55;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    padding-left: 34px;
}

.check-list ul li:before {
    content: '';
    position: absolute;
    background: url(icon-check.svg) center/cover no-repeat;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
}

.features-slider-buttons-wrapper {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.features-slider-buttons-wrapper button {
    padding: 6px;
    border-radius: 6px;
    background: #322F55;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .30s;
}

.features-slider-buttons-wrapper button:hover {
    transition: all .30s;
    background: #393939;
}

.features-slider__prev {
    position: absolute;
    left: -42px;
    top: calc(50% - 0px);
}

.features-slider__next {
    position: absolute;
    right: -42px;
    top: calc(50% - 0px);
}

.free-english-img {
    max-width: 400px;
    margin: 0 auto;
}

.free-english-img img {
    width: 100%;
    height: auto;
}

.graph-img {
    max-width: 400px;
    margin: 24px auto;
}

.graph-img img {
    width: 100%;
    height: auto;
}

.h-sub {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.user-name-wrapper {
    max-width: 400px;
    margin: 24px auto;
}

.user-name-wrapper input {
    width: 100%;
    background: #fff;
    border: 1px solid #322F55;
    outline: none;
    border-radius: 12px;
    padding: 12px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #322F55;
}

.check-name:disabled {
    background: #1f1d36 !important;
    color: #c3c3c3;
    border: 2px solid #1f1d36 !important;
    cursor: not-allowed;
}

.user-data-wrapper {
    max-width: 400px;
    margin: 24px auto;
}

.user-data-wrapper input {
    width: 100%;
    background: #fff;
    border: 1px solid #322F55;
    outline: none;
    border-radius: 12px;
    padding: 12px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #322F55;
    margin-bottom: 16px;
}

.phone-input-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.phone-input-wrapper input {
    padding-left: 75px;
}

.phone-input-wrapper__active {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 46px;
    background: #322F55;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 14px;
    color: #fff;
}

.phone-input-wrapper__active img {
    height: 15px;
    width: 25px;
    margin-right: 4px;
}

.code-list {
    position: absolute;
    background: #fff;
    top: 56px;
    left: 0;
    width: 100%;
    display: block;
    border-radius: 10px;
    max-height: 200px;
    overflow: auto;
    padding: 4px;
    display: none;
    z-index: 9999999999;
}

.code-list .item {

    padding: 8px 12px;
    cursor: pointer;
    transition: all .30s;
    margin-bottom: 4px;
    border-radius: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.code-list .item img {
    height: 15px;
    width: 25px;
    margin-right: 6px;
}

.code-list .item:hover {
    transition: all .30s;
    background: #eee;
}

.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;
}

.loader-box {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 24px auto;
}

.loader-box img {
    animation: rotateClockwise 5s linear infinite;
    height: 200px;
    width: 200px;
}

@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading-text {
    color: #322F55;
    font-weight: 500;
    font-size: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 42px;
}
.reviews-rating {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 400px;
    margin: 16px auto;
}
.reviews-rating img {
    width: 100%;
    height: auto;
}


.open-popup {
    position: fixed;
    bottom: 60px;
    right: 60px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.pulse {
    text-align: center;
    border-radius: 50%;
    background: #3D64FF;

}

.pulse::before {
    content: '';
    position: absolute;
    border: 2px solid #3D64FF;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

@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 #3D64FF;
    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;
    }
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
     z-index: 1000;
        background: rgb(6 6 6 / 51%);
    backdrop-filter: blur(5px);
    overflow: auto;
    display: none;
    padding: 15px;
}
.popup-content {
    background: #161617;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 44px 20px 20px;
    border-radius: 30px;
    max-width: 890px;
    width: 100%;
    position: relative;
}

.popup-content__img {
    flex: 0 0 400px;
}
.popup-content__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.popup-content__form-wrapper {
    margin-left: 36px;
}
.popup-content__form-wrapper h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 130%;
}
.popup-content__form-wrapper p {
    margin-top: 12px;
    color: #837F8F;
    font-size: 18px;
    line-height: 150%;
}
.popup-content__form-wrapper form {
    margin-top: 32px;
}
.popup-content__form-wrapper form input {
    display: block;
    width: 100%;
    background: transparent;
    padding: 16px 24px;
    border-radius: 14px;
    border: 1px solid #837F8F;
    font-family: inherit;
    font-size: 16px;
    outline: none;
    color: #fff;
    margin-bottom: 16px;
}
.popup-content__form-wrapper form button {
    display: block;
    background: #3B86FF;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    width: 100%;
    padding: 16px 24px;
    border: none;
    outline: none;
    border-radius: 14px;
    font-weight: bold;
    margin-top: 36px;
    cursor: pointer;
}
.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    background: #322F55;
    border-radius: 14px;
    cursor: pointer;
}