body {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    color: #000000;
    background-color: #ffffff;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

a, a:hover {
    text-decoration: none;
    color: #ffffff;
}

*:focus,
*:active {
    outline: 0 !important
}

.h2-title {
    font-size: 36px;
    font-weight: 200;
    text-transform: uppercase;
    color: #000132;
}

.h2-title span {
    display: block;
    font-weight: 600;
    color: #bb296d;
}

.iti {
    width: 100%;
}

.iti__flag-container {
    padding-left: 10px !important;
}

.iti__flag {
    background-image: url("../img/flags.png");
}

.iti__arrow {
    border-top: 4px solid #fff !important;
    border-bottom: 4px solid #fff !important;
}

.iti__country-name {
    color: #999;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}

/*menu*/
.menu-wrap {
    font-size: 20px;
    font-weight: 300;
    max-width: 1920px;
    height: 100px;
    padding: 20px 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    color: #ffffff;
    transition-property: padding;
    transition-duration: 0.5s;
}

.sticky {
    height: 80px;
    background-color: #00093a;
    box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
}

.logo-wrap img {
    padding-right: 15px;
}

.logo-wrap-title span:first-child {
    font-size: 24px;
    font-weight: 700;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ffffff;
    text-transform: uppercase;
}

.menu-link {
    padding: 5px 15px;
    margin-right: 25px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}

.menu-link:hover,
.menu-link:focus {
    color: #ffffff;
    background-image: linear-gradient(#fa26a3, #fa26a3),
    linear-gradient(#fa26a3, #fa26a3),
    linear-gradient(#fa26a3, #fa26a3),
    linear-gradient(#fa26a3, #fa26a3);
    background-repeat: no-repeat;
    background-size: 1px 35%, 20% 1px;
    background-position: left top, left top, right bottom, right bottom;
}

.menu-link:last-child {
    margin-right: 0;
}

/*header*/
header {
    position: relative;
    padding: 140px 0 0;
    color: #ffffff;
    background: url(../img/img-18.png) no-repeat center;
    background-size: cover;
}

.header-wrap {
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 40px;
}

.header-text h1 {
    font-size: 66px;
    font-weight: 600;
    max-width: 560px;
}

.header-text h3 {
    font-size: 30px;
    line-height: 1.2;
    max-width: 520px;
    padding: 45px 0 70px;
    color: #28d2ff;
}

.test-button {
    position: relative;
    padding: 15px 90px 15px 0;
    max-width: 397px;
    width: 100%;
    height: 80px;
    font-size: 24px;
    text-align: center;
    line-height: 25px;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.3s;
    color: #ffffff;
    filter: drop-shadow(0px 14px 20px rgba(248, 53, 158, 0.5));
    background-image: linear-gradient(90deg, #b5236d 0%, #f9636b 100%);
}

.test-button:active {
    transform: translate3d(2px, 2px, 0);
}

.test-button p {
    font-weight: 600;
    text-transform: uppercase;
}

.test-button span {
    font-weight: 200;
}

.test-button img {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.header-book {
    position: relative;
}

.header-book-text {
    position: absolute;
    top: 16%;
    right: 5%;
    padding-bottom: 70px;
    padding-left: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    background: url("../img/img-33.png") no-repeat bottom;
}

.header-book-text p:first-child {
    font-size: 43px;
    color: #00ddf0;
}

.header-book-text p:last-child {
    font-size: 63px;
    color: #f04760;
}

.questions {
    padding: 100px 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.question-item {
    width: 100%;
    margin: 15px;
}

.question-item-1 {
    max-width: 400px;
}

.question-item-2 {
    max-width: 500px;
}

.question-item-3 {
    max-width: 330px;
    padding-right: 0;
}

.question-item img {
    float: left;
}

.question-item span {
    display: grid;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 15px;
    color: #fffefe;
}

.next-wrap {
    position: absolute;
    right: -40px;
    bottom: 11%;
    transform-origin: left center;
    transform: rotate(270deg);
}

.next-link {
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #ffffff;
}

.next-link:after {
    content: '';
    width: 561px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 80px;
    opacity: 0.361;
    border: 1px solid #ffffff;
}

.next-line {
    width: 561px;
    height: 1px;
    opacity: 0.361;
    background-color: #ffffff;
}

/*book-description*/
.book-description {
    position: relative;
    padding: 130px 0 110px;
}

.book-background {
    position: absolute;
    left: 0;
    bottom: -13px;
}

.book-description-img {
    -webkit-box-shadow: 0 0 55px #F2F3F3, 0 25px 25px #cfd0d1;
    -moz-box-shadow: 0 0 55px #F2F3F3, 0 25px 25px #cfd0d1;
    box-shadow: 0 0 55px #F2F3F3, 0 25px 25px #cfd0d1;
}

.book-description-items {
    padding-left: 55px;
}

.book-description-title {
    padding-bottom: 45px;
}

.book-item {
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 30px;
}

.book-item p:first-child {
    font-weight: 600;
}

.book-item p:last-child {
    font-weight: 200;
}


/*steps*/
.steps {
    padding: 85px 0 130px;
    background: #feffff;
}

.steps-head {
    display: flex;
    justify-content: space-between;
}

.steps .test-button {
    max-width: 360px;
    filter: none;
}

.steps-items {
    padding-top: 65px;
}

.step-item {
    position: relative;
    text-align: center;
    padding: 15px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 264px;
    width: 100%;
    height: 337px;
    margin-right: 25px;
    border-radius: 14px;
    color: #000132;
    border-bottom: 4px solid transparent;
    background-color: #ffffff;
    box-shadow: 0 10px 20px 0 #e9ecef;
}

.step-item:last-child {
    margin-right: 0;
}

.step-item:hover {
    border-bottom: 4px solid #ba286e;
}

.step-num {
    position: absolute;
    top: 25px;
    left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #c6c6c6;
}

.step-img {
    padding: 25px;
    background: url("../img/img-20.png") no-repeat;
    background-size: 100%;
}

.step-title {
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 0 30px;
}

.step-descr {
    line-height: 1.2;
    max-width: 175px;
}

/*answers*/
.answers {
    padding: 80px 0 30px;
    color: #ffffff;
    background: url("../img/img-3.png") no-repeat;
    background-size: cover;
}

.answers-title {
    padding-bottom: 60px;
    color: #ffffff;
}

.answers-item {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 35px;
}

.answers-num {
    color: #47D9FF;
}

.answers-text {
    padding-left: 20px;
}

.answers-text p:last-child {
    font-weight: 300;
}

.answers-book {
    position: relative;
}

.answers-book .test-button {
    position: absolute;
    bottom: 25px;
    left: 50px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}

/*reviews*/
.reviews {
    padding: 80px 50px;
}

.reviews-title {
    text-align: center;
    margin-bottom: 25px;
}

.reviews-slider {
    max-width: 1735px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.reviews-slider .fas.fa-chevron-left {
    left: -40px;
}

.reviews-slider .fas.fa-chevron-right {
    right: -40px;
}

.reviews-slider .fas.fa-chevron-left,
.reviews-slider .fas.fa-chevron-right {
    position: absolute;
    bottom: 48%;
    font-size: 45px;
    -webkit-text-stroke: 2px white;
    cursor: pointer;
    transition: .3s;
    z-index: 50;
    color: #ba286e;
}

.slick-dots li button:before {
    width: 16px !important;
    height: 15px !important;
    opacity: 1 !important;
    color: #000132 !important;
    border-radius: 50%;
    border-bottom: 16px solid #000132;
}

.slick-dots li.slick-active button:before {
    content: "." !important;
    width: 16px;
    height: 15px;
    border-radius: 50%;
    border-bottom: 16px solid #e0366b;
}

.slider-item {
    height: 385px !important;
    position: relative;
    padding: 50px 60px 60px;
    margin: 15px;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 14px;
    outline: 1px solid #f0f0f0;
    outline-offset: -10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px 1px #ededed;
    -moz-box-shadow: 0 5px 10px 1px #ededed;
    box-shadow: 0 5px 10px 1px #ededed;
}

.slider-quote {
    position: absolute;
    top: 35px;
    left: 25px;
}

.review-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

.review-name {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000132;
}

.review-position {
    color: #03a7d2;
}

.review-descr {
    text-align: center;
    color: #000132;
}

/*bottom-book*/
.bottom-book {
    position: relative;
    padding: 20px 0 80px;
    margin-bottom: 50px;
}

.bottom-book-img-wrap {
    position: relative;
}

.bottom-book-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom-book-text {
    position: absolute;
    top: 22%;
    right: 5%;
    padding-bottom: 70px;
    padding-left: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}

.bottom-book-text p:first-child {
    font-size: 28px;
    color: #290150;
}

.bottom-book-text p:last-child {
    font-size: 42px;
    background: -webkit-linear-gradient(#f25d6b, #c6336e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-book-title {
    margin-bottom: 35px;
}

.bottom-book .book-item {
    padding-bottom: 50px;
}

.bottom-book .test-button {
    max-width: 295px;
    height: 66px;
    font-size: 20px;
    padding: 10px 60px 15px 0;
    filter: none;
}

.bottom-book .test-button img {
    width: 27px;
    bottom: 15px;
}

/*footer*/
footer {
    font-size: 20px;
    font-weight: 300;
    padding: 70px 0 40px;
    color: #ffffff;
    background: url(../img/img-17.png) no-repeat;
    background-size: cover;
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.policy-link-wrap {
    font-size: 18px;
}

.policy-link {
    cursor: pointer;
}

.policy-link:hover {
    text-decoration: underline;
}

/*header-form*/
.header-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: rgba(3, 3, 25, 0.94);
}

.header-form.site-form {
    position: fixed;
}

.header-form-wrap {
    max-width: 657px;
    width: 100%;
    margin: 5% 15px;
    border-radius: 15px;
    background-color: #ffffff;
}

.tab {
    display: none;
    position: relative;
    color: #000132;
}

.close-header-form {
    width: 60px;
    height: 60px;
    border: none;
    position: absolute;
    top: -60px;
    right: -60px;
    z-index: 7;
    background: url(../img/img-15.png) center no-repeat;
}

.test-header {
    justify-content: space-between;
    padding: 30px 35px 25px 30px;
}

.test-title {
    font-size: 22px;
    line-height: 1.2;
}

.test-count {
    font-size: 36px;
}

.test-count span {
    font-size: 24px;
    font-weight: 300;
    color: #6d6e92;
}

.test-line .progress-bar {
    background-color: #00c6ff;
}

.test-line.progress {
    margin-bottom: 40px;
    height: 5px;
    border-radius: 0;
    background-color: #bb296e;
}

.test-question {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 40px;
}

.test-wrap {
    padding-left: 30px;
    padding-right: 35px;
}

.test-wrap .form-check {
    display: flex;
    align-items: center;
    height: 49px;
    padding-left: 40px;
    margin-bottom: 25px;
    border: 1px solid #DADADA;
}

.test-wrap .form-check:hover {
    border-color: #bb296e;
}

.active-item {
    border: none;
    color: #fff;
    background-color: #bb296e;
}

.test-buttons {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 25px 35px 40px 30px;
}

.test-error {
    display: none;
    position: absolute;
    top: -15px;
    left: 30px;
    font-size: 14px;
    color: #f44336;
}

.pagination-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 42px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #F2F2F2;
}

.pagination-button:hover {
    opacity: 0.8;
}

.pagination-button i {
    color: #00c6ff;
}

/*form*/
.form-tab .test-title {
    text-align: center;
    font-size: 24px;
}

.form-button {
    max-width: 380px;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    color: #ffffff;
    background-color: #bb296e;
}

.form input,
.phoneConfirm {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    outline: none;
    color: #000000;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: transparent;
    -webkit-appearance: none;
}

.iti {
    width: 100%;
    height: 100%;
}

.iti__flag-container {
    width: 60px;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: none;
}

.iti__selected-flag {
    padding-left: 15px !important;
}

label.error {
    position: absolute;
    bottom: -23px;
    left: 0;
    font-size: 12px;
    color: red;
}

.popup-ver {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
    font-size: 14px;
    z-index: 500;
}

.popup-ver-in {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 100px auto;
    box-shadow: 0 2px 30px -4px #000;
    text-align: center;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
}

.popup-ver-header {
    padding: 20px 15px;
    text-align: left;
    font-size: 16px !important;
    border-radius: 5px 5px 0 0;
    color: #fff;
    background-color: #1f1f1f;
}

.popup-ver .popup-wrap-but {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popup-ver-ver-cont {
    padding: 20px 15px;
}

.popup-ver .popup-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
}

@media (max-width: 585px) {
    .popup-ver .popup-container {
        padding: 20px 9px 0;
    }
}

.popup-ver button {
    color: #fff;
    background: none;
    border: none;
}

.popup-ver .popup-close {
    font-size: 17px !important;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: .3s;
}

.popup-ver .popup-close:hover {
    color: #968f8f;
}

.popup-ver .popup-form-title {
    text-align: left;
    padding-bottom: 8px;
}

#sms-code {
    padding: 12px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
}

#res {
    padding: 14px 29px 13px 26px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #bb296e;
}

@media (max-width: 585px) {
    #res {
        width: 100%;
    }
}

#submit-number {
    padding: 9px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s;
    margin-bottom: 20px;
    margin-top: 15px;
    cursor: pointer;
    background-color: #bb296e;
}

#change-number {
    padding: 14px 29px 13px 26px;
    background-color: #a7a7a7;
    box-shadow: 0 4px 10px rgba(136, 140, 142, 0.5);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s;
    margin-bottom: 20px;
    cursor: pointer;
}

@media (max-width: 585px) {
    #change-number {
        width: 100%;
    }
}

#change-number:hover {
    background: #8c9295;
    box-shadow: 0 2px 3px rgba(136, 140, 142, 0.3);
}

.sms-code-wrap {
    position: relative;
}

#phoneConfirm-error {
    bottom: -23px;
    left: 0;
}

#currPhone {
    font-weight: bold;
    font-size: 16px !important;
    display: inline-block;
    color: #28d2ff;
}

#codeError {
    color: red;
    display: none;
    font-size: 11px !important;
}

.popup-form {
    position: relative;
}

.phoneConfirm {
    padding-right: 6px;
    padding-left: 52px;
}

.phone#phoneConfirmWrap {
    display: none;
}

.phoneConfirmWrap .selected-dial-code {
    padding-left: 14px !important;
}

/*---preloader---*/

.preloader {
    display: none;
}

.preloader-wrap {
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5000;
}

.preloader .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffff;
}

.policy__modal__title,
.policy__modal__text {
    padding-bottom: 15px;
}

.policy__modal__text p {
    word-break: break-word;
}

.policy__modal__text a,
.policy__modal__text a:hover {
    color: #000000;
}

.policy__modal__text a:hover {
    text-decoration: underline;
}