body {
    margin: 0;
    font-family: "Segoe UI";
}

html {
    scroll-behavior: smooth;
}

.mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition-duration: .5s;
    background: #333;
    backdrop-filter: blur(50px);
    z-index: 9;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    padding-top: 115px;
}

.mobile_menu.active {
    transform: translateX(0);
}

.mobile_menu ul {
    padding-left: 0;
}

.mobile_menu a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.modal_inner {
    padding: 20px 0;
}

.modal_info {
    text-align: center;
    font-size: 60px;
    color: #25185c;
    margin: 0;
}

.modal_text {
    text-align: center;
    font-size: 20px;
    color: #333;
}

.mobile_menu li {
    list-style: none;
    display: inline-block;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,.5), transparent);
    z-index: 10;
}

header a {
    color: #fff;
    text-decoration: none;
}

header .logo img {
    width: 235px;
}

span.bold {
    font-weight: 700;
}

button {
    cursor: pointer;
    font-family: "Segoe UI";
}

.btn {
    background: linear-gradient(to bottom, #429cd5, #314c8c);
    border-radius: 50px;
    box-shadow: 0 0 10px #fff;
    border: none;
    padding: 20px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 auto;
}

.button_link {
    text-decoration: none;
}

.header_info {
    margin-right: 25px;
}

.header_info:hover {
    text-decoration: underline;
}

.header_info img {
    margin-right: 5px;
}

.container {
    max-width: 1390px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-direction: row;
}

header .row {
    justify-content: space-between;
    align-items: center;
}

.menu_toggle {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: column;
    background: #fff;
    border-radius: 3px;
}

.menu_toggle span {
    width: 20px;
    height: 2px;
    background: #333;
    margin: 2px 0;
    transition-duration: .35s;
}

.menu_toggle.active span:first-child {
    transform: rotate(45deg) translate(3px, 2px);
}
.menu_toggle.active span:nth-child(2){
    display: none;
}
.menu_toggle.active span:last-child {
    transform: rotate(-45deg) translate(2px, -1px);
}

section.first_screen {
    background-image: url(../media/first_back.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: 70px;
}

h1.first_title {
    color: #fff;
    margin: 0;
    padding-top: 155px;
    font-size: 77px;
}

h2.first_subtitle {
    color: #fff;
    font-size: 45px;
    margin: 30px 0;
    font-weight: 400;
}

.first_desc {
    font-weight: 400;
    color: #fff;
    font-size: 22px;
}

.first_screen__test_info {
    margin: 60px 0 60px 0;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}

.first_screen__test_button {
    display: inline-block;
    padding: 20px 60px;
}

.first_screen__test_button::after {
    content: "";
    position: absolute;
    top: -13px;
    right: -24px;
    background-image: url(../media/gift_icon.png);
    width: 64px;
    height: 75px;    
}

.first_screen__underbutton {
    width: 290px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 11px 0 0;
    font-weight: 400;
}

.after_first_info {
    padding: 30px;
}

.after_first_info .row {
    align-items: center;
}

.after_first_info .row_elem {
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
}

.after_first_info p {
    margin: 0;
    margin-left: 25px;
}

.bonus_title {
    color: #4197d1;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.advantages {
    background-image: url(../media/adv_back.png);
    background-position: center;
    background-size: cover;
    padding-top: 80px;
}

.advantages_title {
    color: #fff;
    font-size: 60px;
    margin: 0;
    text-align: center;
}

.advantages_subtitle {
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin: 60px 0;
    margin-bottom: 120px;
}

.advantage_elem {
    background: radial-gradient(60px at top center, transparent 100px, #fff 100px);
    margin: 0 7px;
    position: relative;
    width: 25%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin-bottom: -10%;
}

.adv_image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.adv_image img {
    width: 50px;
}

.adv_text {
    padding: 70px 20px 30px 20px;
    text-align: center;
}

.adv_title {
    color: #4197d1;
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.benefits {
    padding-top: 230px;
}

.benefits_title {
    text-align: center;
    font-size: 60px;
    color: #25185c;
    margin: 0 0 70px 0;
}

.benefits_elems {
    padding-bottom: 65px;
}

.benefits_elems .row {
    flex-wrap: wrap;
}

.benefit_elem {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.benefit_elem:nth-child(odd) {
    padding-right: 100px;
    box-sizing: border-box;
}

.benefit_elem img {
    margin-right: 20px;
    min-width: 75px;
}

.benefit_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.benefit_desc {
    color: #808080;
    font-size: 16px;
    margin: 0;
}

.test-wrapper {
    box-shadow: 0 0 13px rgba(0,0,0,.14) !important;
}

.title-section {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}

section.test_section {
    position: relative;
}

.test_back {
    position: absolute;
    top: -150px;
    z-index: -1;
    width: 100%;
}

.completed {
    /* background-color: #daefff; */
}

.completed_title {
    font-size: 52px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.slick-next {
    right: 0;
}

.completed_img img {
    width: 300px;
    margin: auto;
}

.completed_elem a {
    color: #375ea1;
    font-size: 20px;
}

.completed_subtitle {
    font-size: 36px;
    text-align: center;
}

.completed_number {
    font-size: 25px;
    font-weight: 700;
    margin: 25px 0 15px 0;
    text-align: center;
}

.completed_cost {
    text-align: center;
    font-size: 20px;
    width: 70%;
    margin: auto;
}

.with {
    padding: 150px 0;
}

.with .row {
    justify-content: space-between;
}

.with__image_wrapper {
    height: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.with_elem p {
    text-align: center;
    font-size: 17px;
    margin: 0;
    font-weight: 700;
}

.faq {
    padding-bottom: 90px;
}

.question_header {
    border: 2px solid #959595;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    border-radius: 50px;
    font-size: 29px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 15px;
}

.question_header p {
    margin: 0;
}

.question_status {
    margin-right: 35px;
}

.question_body {
    padding-left: 100px;
    height: 0;
    transition-duration: .35s;
    overflow: hidden;
    transform: translateY(-10px);
    pointer-events: none;
}

.question_body p {
    margin: 0;
}

.question.active .question_body {
    height: auto;
    pointer-events: all;
    transform: translateY(0);
    padding-bottom: 40px;
}

.question.active .question_header {
    color: #fff;
    background-color: #00a6eb;
}

.question .opened {
    display: none;
}

.question.active .closed {
    display: none;
}

.question.active .opened {
    display: block;
}

.review_wrapper {
    padding: 35px 80px;
}

.reviews {
    background-color: #e8e8e8;
    padding: 90px 0;
}

.review_body {
    padding: 30px 30px 30px 160px;
    background-color: #fff;
    position: relative;
}

.review_body p {
    padding-top: 70px;
    font-size: 24px;
}

.review_doc {
    border: 10px solid #0b2154;
    box-sizing: border-box;
    width: 350px;
}

.quot {
    position: absolute;
    top: 30px;
    left: 160px;
}

.avatar_wrapper {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    top: -30px;
    left: -70px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar_wrapper img {
    width: 100%;
}

.footer {
    padding: 150px 0 100px;
    background-image: url("../media/footer_back.png");
    background-position: center;
    background-size: cover;
}

.footer_title {
    color: #fff;
    font-size: 50px;
    margin: 0;
    text-align: center;
}

.footer_subtitle {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin: 50px 0 60px;
}

.footer .row {
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.footer button {
    box-shadow: none;
    background: linear-gradient(to top, #375ea0, #429cd5);
}

.footer input {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    outline: none;
    width: 425px;
    font-size: 24px;
    font-family: "Segoe UI";
    margin: 0 10px;
}

.footer form p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: "Montserrat", "Segoe UI";
    margin-top: 40px;
}

.footer form p a {
    color: #4197d1;
    text-decoration: none;
}

.btn-test {
    width: auto !important;
}

.predfinal__form input[name="phone"] {
    width: 372px;
    font-size: 20px;
    padding: 20px 25px;
    box-sizing: border-box;
    border-radius: 28px;
    border: 1px solid #6a6a6a;
    margin: 40px 0;
}

.btn-predfinal {
    margin-left: 0;
    background: linear-gradient(to top, #3d73b5, #4598d6);
    width: 375px;
}

.maps {
    background-color: #333;
    color: #fff !important;
    padding: 75px 0;
}

.maps .row {
    justify-content: space-between;
    margin-bottom: 30px;
}

.maps p {
    font-size: 25px;
}

.maps p a {
    color: #fff;
}

.maps .footer_title {
    margin-bottom: 50px;
}

@media screen and (max-width: 1390px) {
    .container {
        width: 95%;
    }

    .test_back {
        bottom: 0;
        top: auto;
    }
}


@media screen and (max-width: 1024px) {

    .question_header {
        align-items: center;
    }
}

@media screen and (max-width: 1024px) {
    .advantages .row {
        flex-wrap: wrap;
    }

    .advantage_elem {
        width: 48%;
        margin-bottom: 70px;
    }

    .with .row {
        flex-wrap: wrap;
    }

    .with_elem {
        width: 50%;
    }

    .btn-arr {
        display: none !important;
    }
}

@media screen and (max-width: 921px) {

    .reviews .row {
        flex-direction: column;
    }

    .progress-bar__title,
    .left-block-title {
        font-size: 20px !important;
    }

    .radio-label {
        font-size: 18px !important;
    }

    .header_menu {
        display: none;
    }

    .benefits {
        padding-top: 65px;
    }

    .test_section {
        margin-top: 50px;
    }

    .question.active .question_body {
        padding: 15px;
    }

    .menu_toggle {
        display: flex;
    }
}

@media screen and (max-width: 870px) {
    .maps .row {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .title-section {
        font-size:  27px;
    }

    .completed_title {
        font-size: 36px;
    }

    .completed_subtitle {
        font-size: 27px;
    }

    .test .left-block {
        display: none !important;
    }

    .test .test__main {
        width: 100% !important;
    }

    .benefits_title {
        font-size: 40px;
    }
    .benefit_elem:nth-child(odd) {
        padding-right: 30px;
    }

    .reviews .right_side {
        display: none;
    }

    .avatar_wrapper {
        transform: scale(0.7);
        top: -55px;
        left: -54px;
    }
}

@media screen and (max-width: 660px) {
    .after_first_info > .container > .row {
        flex-direction: column;
    }

    .after_first_info .row_elem {
        width: 100%;
        margin: 15px 0;
    }

    .advantage_elem {
        width: 47%;
        margin-bottom: 70px;
    }

    .footer .row {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer input {
        width: 100%;
        margin: 10px 0;
    }

    .test_elem {
        width: 100% !important;
        font-size: 20px;
    }

    .radio-psevdo {
        width: 15px !important;
        height: 15px !important;
    }

    .radio-btn:checked ~ label .radio-psevdo-active {
        width: 7px !important;
        height: 7px !important;
    }
}

@media screen and (max-width: 600px) {
    .advantage_elem {
        width: 100%;
    }

    .benefit_elem {
        width: 100%;
    }

    .review_body {
        padding: 30px;
    }
}

@media screen and (max-width: 550px) {
    .after_first_info .row_elem {
        padding: 0;
    }

    h1.first_title {
        font-size: 43px;
    }

    h2.first_subtitle {
        font-size: 24px;
    }

    .first_desc {
        font-size: 17px;
    }

    .first_screen__test_info {
        font-size: 22px;
    }

    .test_elem {
        padding: 20px !important;
    }

    .btn {
        font-size: 16px;
    }

    .title-section {
        font-size: 20px;
    }

    .review_wrapper {
        padding: 35px 44px;
    }

    .footer_title {
        font-size: 36px;
    }

    .footer_subtitle {
        font-size: 23px;
        margin: 20px 0;
    }

    .completed_title {
        font-size: 24px;
    }

    .question_header {
        font-size: 20px;
    }

    .advantages_title {
        font-size: 42px;
    }

    .maps iframe {
        width: 100%;
    }
}

@media screen and (max-width: 475px) {
    .with_elem {
        width: 100%;
    }

    .review_body p {
        padding-top: 78px;
        font-size: 20px;
    }

    .first_screen {
        text-align: center;
    }

    .first_screen__underbutton {
        width: 100%;
    }

    .predfinal__form input[name="phone"], 
    .btn-predfinal  {
        width: 100%;
    }

    .predfinal {
        width: 95% !important;
        margin: auto !important;
        padding: 0 !important;
    }

    .predfinal__block .test_elem {
        padding: 10px 0 !important;
        min-height: auto !important;
        height: auto !important;
    }

    .footer .btn {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .advantages_title {
        font-size: 35px;
    }

    .advantages_subtitle {
        font-size: 18px;
        margin: 24px 0 120px;
    }

    .slick-slide img:not(.quot) {
        width: 100%;
    }

    header .logo img {
        width: 170px;
    }
}

section.maps.aid {
    /* background-color: #742f2f; */
    padding: 40px 0 40px;
    background-image: url(../media/footer_back.png);
    background-position: center;
    background-size: cover;
}img.ver {
    width: 85%;
}a.wer {
    color: #ddbfbf;
}