.background-one, .background-one-1, .background-two, .background-five {
    /*background: url("img/bg-1.png") no-repeat;*/
    background-size: cover;
    min-height: 80vh;
}

.background-one .bg {
    background: url("img2024/bg1.png") no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
}

.background-one-1 .bg {
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    font-size: 22px;
}

.delimiter {
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}

.background-two .bg {
    background: url("img2024/bg2.png") no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
}

.background-two-1 .bg {
    background: url("img2024/bg3.png") no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
}

.background-two-2 .bg {
    background: url("img2024/bg4.png") no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
}


.second-block {
    background: linear-gradient(90deg, #4E3C5E 0%, #5A3A58 12.38%, #665963 27.88%, #5E5E72 39.79%, #406C86 51.24%, #1C468A 64.64%, #454078 77.52%, #67566E 88.77%, #676480 100%); color: #fff;
    padding: 25px;
    height: 30%;
    position: relative;
}

.header {
    margin-bottom: 60px;
    padding-top: 30px;
}

.header__reg-button {
    font-size: 18px;

    color: #ffffff;
    background: #000;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    position: absolute;
    left:0;
    bottom:15px;
    width: 70%;
    text-align: center;
}

.header__register-button {
    font-size: 18px;

    color: #000;
    background: #fff;
    padding: 10px 30px;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    display: inline-block;
    left:5%;
    position: absolute;
    bottom:10px;
    width: 90%;
    text-align: center;
}

.h2-sample {
    font-size: 54px;
    font-weight: 300;
    line-height: 60px;
}

.h3-sample {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
}

.section-one__title {
    margin-top: 40px;
}
.section-one__vision {
    width: 18%;
}

.date-time {
    margin-top: 80px;
    line-height: 0.9;
    margin-bottom: 15px;
    font-size: 14px;
}
.date {
    position: relative;
    font-size: 32px;
    font-weight: 300;
}

.date:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    left:0;
    top:-40px;
}

/*.date::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 40px;*/
/*    height: 3px;*/
/*    background: #202020;*/
/*    position: absolute;*/
/*    top: -13px;*/
/*    left: 40px;*/
/*}*/

.time {
    font-size: 112px;
    font-weight: 900;
}

.section-one__detailed {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.section-one__detailed:after {
    content: url("img/arrow.svg");
    position: absolute;
    right:-30px;
    top:50%;
    transform: translateY(-50%);
    filter: grayscale(100%)
}

.background-two {
    /*background: url("img/bg2-new.png") no-repeat;*/
    background-size: cover;
}

.check-hidden {
    visibility: hidden;
}

.section-two__about {
    margin-top: 0px;
}

.background-two .header{
    margin-bottom: 40px;
}

.background-three .header{
    margin-bottom: 40px;
}

.background-four .header{
    margin-bottom: 30px;
}

.section-two__desc {
    display: block;
    margin-top: 40px;
    font-size: 18px;

}

.lower-row {
    margin-top: 40px;
}

.section-two__support {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
}

.essilor, .nikon, .college, .glasses {
    width: 40px;
    margin-right: 10px;
}

.essilor {
    margin-right: 10px;
    /*filter: grayscale(100%)*/
}

.inner-body {
    /*right: -200px;*/
    position: relative;
}

.section-two__goal-text, .section-two__dictation-text {
    display: block;
    margin-top: 15px;
}

.section-two__goal {
    color: #000;
}

.section-two__goal-text {
    color: #000;
}

.section-three__title {
    margin-top: 40px;
}

.section-three__nav {
    margin-left: 50px;
    margin-top: 40px;
}

.section-three__nav-item {
    margin-top: 15px;
    display: flex;
    text-align: justify;
    max-width: 87%;
}

.nav__item {
    font-size: 12px;
    margin-right: 35px;
    position: relative;
    padding-bottom: 5px;
    align-self: center;
}

.nav__item::after {
    content: "";
    display: block;
    position: absolute;
    width: 29px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: url("img/item-line.jpeg") no-repeat;
}

.section-three__text {
    margin-top: 40px;
    text-align: justify;
}

.background-three {
    /*background: url("img/bg-3.png") no-repeat;*/
    background-size: cover;
}

.section-three__you-can {
    color: #ffffff;
}

.section-three__date {
    color: #ffffff;
    margin-top: 40px;
}

.section-three__dates {
    line-height: 0.5;
    font-size: 32px;
}

.section-three__dates b {
    font-weight: 900;
}

.section-three__year {
    font-size: 116px;
    color: #ffffff;
    font-weight: 900;
    line-height: 0.8;
}

.section-three__year span {
    display: block;
    font-size: 64px;
    line-height: 0.5;
    text-align: center;
}

.section-three__little {
    max-width: 400px;
    margin-top: 60px;
}

.section-three__test-btn {
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 70px;
    border: 1px solid #737477;
    border-radius: 5px;
    background: none;
    color: #737477;
    outline: none;
}

.section-three__test-btn:hover {
    cursor: pointer;
    transition: all .5s;
    background: #737477;
    color: #ffffff;
}

.background-four {
    /*background: url("img/bg4-new.png") no-repeat;*/
    background-position: right;
    background-size: cover;
    padding-bottom: 50px;
}

.background-seven {
    /*background: url("img/bg_new.png") no-repeat;*/
    background-size: cover;
}

.blurred-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    pointer-events: none;
}

.section-four__body-title {
    margin-top: 40px;
}

.section-four__body-item-title {
    color: #fff;
    font-size: 24px;
    text-transform: none;
}

.section-four__body-item {
    position: relative;
    color:#fff;
    padding-left: 25px;
    margin-top: 10px;
    
}
.section-four__body-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 15px;
    left: 0;
    border-radius: 100%;
    background-color: #fff;
}

.section-four__body-right {
    margin-top: 20px;
}

.background-four .header__reg-button {
    position: relative;
    width: auto;
    padding: 10px 100px;
}

.background-five .header__reg-button {
    position: relative;
    width: auto;
    padding: 10px 100px;
}

.section-four-block {
    flex: 0 0 49%;
    padding: 10px 30px;
}

.section-four-block.first-block {
    margin-top: 40px;
    margin-right: 2%;
    background: linear-gradient(90deg, #4E3C5E 0%, #5A3A58 34.4%, #665963 71.69%, #5E5E72 100%);

}

.section-four-block.ssecond-block {
    margin-top: 40px;
    background: linear-gradient(90deg, #5E5E72 0%, #406C86 36.76%, #1C468A 77.52%, #454078 100%);

}

.background-five {
    /*background: url("img/bg-5.png") no-repeat;*/
    background-size: cover;
}

.section-five__body-title {
    margin-top: 40px;
}

.section-five__body-item {
    position: relative;
    padding-left: 45px;
    margin-top: 20px;
}

.section-five__body-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 29px;
    height: 3px;
    top: 15px;
    left: 0;
    background: url(img/item-line.jpeg) no-repeat;
}

.background-six {
    /*background: url("img/bg-6.png") no-repeat;*/
    background-size: cover;
}

.section-five__col {
    color: #ffffff;
}

.date-white::before {
    background: #ffffff;
}

.section-five__reg-bottom {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 70px;
    border: 1px solid #737477;
    border-radius: 5px;
    background: none;
    color: #737477;
    outline: none;
}

.section-five__reg-bottom:hover {
    cursor: pointer;
    transition: all .5s;
    background: #737477;
    color: #ffffff;
}

.modal-title {
    margin-left: 150px;
    color: #737477;
    font-weight: 900;
}

.modal-body {
    color: #737477;
}

.modal-footer {
    justify-content: center;
}

.close {
    color: #737477;
}

.form-reg__btn {
    background: #737477;
    color: #ffffff;
    padding: 8px 20px;
    letter-spacing: .2em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.questions-body {
    /*background-image: url('img/g1.png');*/
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}

.form-question--active {
    display: block;
}

.question-body {
    display: none;
}

.question--active .question-body {
    display: block;
}

.question {
    position: relative;
    background: #ffffff;
    padding: 15px 35px;
    margin-top: 25px;
    border: 1px solid #E5E5E5;
}

.choose-questions {
    position: relative;
    background: #ffffff;
    padding: 30px 50px;
    margin-top: 25px;
    border-radius: 5px;

    background-repeat: no-repeat;
    background-position: right center;
}

.choose-questions-title {
    text-align: left;
    font-size: 36px;
    font-weight: 800;
}

.choose-questions__left-title, .choose-questions__right-title  {
    font-size: 17px;
    font-weight: 300;
    color: #000;
}

.choose-questions__left-text, .choose-questions__right-text {
    color: #fff;
}

.test-btn__basic {
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #42afd2;
    padding: 10px 30px;
    letter-spacing: .2em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.test-btn__children {
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #42afd2;
    padding: 10px 30px;
    letter-spacing: .2em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.test-btn__luxottica {
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #42afd2;
    padding: 10px 30px;
    letter-spacing: .2em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.test-btn__advanced {
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #737477;
    padding: 10px 30px;
    letter-spacing: .2em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.questions-body {
    padding-bottom: 50px;
}

.question-line {
    width: 0px;
    height: calc(100% + 30px);
    background: #fff;
    position: absolute;
    top: 27px;
    left: -35px;
}

.question::before {
    /*content: '';
    display: block;
    position: absolute;
    background: url("img/triangle.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 13px;
    left: -25px;*/
}

.question::after {
    /*content: '';
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    top: 20px;
    left: -41px;
    background: #ffffff;*/
}

.question.question-right::after {
/*    background: #176A24 !important;*/
}

.question.question-wrong::after {
    /*background: #D62B2B !important;*/
}

.question.question--active::after {
    /*content: '';
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    top: 20px;
    left: -41px;
    background: #fff;*/
}

.form-check {
    margin-top: 15px;
    padding-left: 0;
}

.form-check-label {
    /*margin-left: 20px;*/
}

input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

input[type=checkbox]:checked {
    color: #737477;
}

input[type=checkbox]+label {
    cursor: pointer;
    position: relative;
    color: #737477;
    padding-left: 30px;
    top:5px;
    margin-top: 10px;
}

input[type=checkbox]+label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #737477;
    border-radius: 0px;
    overflow: hidden;
    margin-right: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

input[type=checkbox]:checked+label::before {
    background: #737477;
}

.form-check input:checked+label {
    font-weight: 700;

}

.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-check input:checked {
    color: #000;
}

.form-check input+label {
    cursor: pointer;
}

.form-check input+label:before {
    /*content: "";*/
    display: block;
    background-color: black;
    width: 5px;
    height: 5px;
    border: 2px solid black;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 3px;
    position: absolute;
    top: 20px;
    left: 15px;
    margin-top: -10px;
}

.form-check input:checked+label::before {
    background: #000;
}

.form-check input.input-right+label {
    color: #176A24 !important;
}

.form-check input.input-wrong+label {
    color: #D62B2B !important;
}

.form-check input.input-right+label::before {
    background: #176A24 !important;
    border: 2px solid #176A24;
}

.form-check input.input-wrong+label::before {
    background: #D62B2B !important;
    border: 2px solid #D62B2B;
}

.question--active .question-subtitle {
    display: block;
}

.question-subtitle {
    display: none;
    color: #828282;
}

.question-number {
    display: none;
}

.question--active .question-number {
    display: inline-block;
}

.question-submit, .next-question-submit {
    display: none;
}

.question:not(.question--active) .question-title {
    margin-bottom: 0;
}

.question:not(.question--active) .question-text {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.question-wrong input, .question-wrong label, .question-right input, .question-right label {
    pointer-events: none;
}

.question-right .question-title {
    color: #176A24 !important;
}

.question-wrong .question-title {
    color: #D62B2B !important;
}

.form-question {
    display: none;
}
.question-body {
    transition: 0.3s;
    height: 0px;
}

.question-body--active {
    height: 100%;!important;
    transition: 0.3s;
}

.question-title {
    font-weight: 800;
}

.question-submit {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    border: none;
    background: none;
    color: #737477;
    cursor: pointer;
    position: absolute;
    right: 25px;
    bottom: 25px;
    text-align: left;
}

.next-question-submit {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    padding: 12px;
    width: 300px;
}

.question-total {
    /*background: #fff url('img/shape2.png') no-repeat 100% 100%!important;*/
    
    background-size: auto 100%!important;
    display: none;!important;
    height: 300px;
    /*overflow: hidden;*/
    position: relative;
    padding: 15px 35px;
    margin-top: 25px;
    border: 1px solid #E5E5E5;
}

.question-failed {

    background-size: auto 100%!important;
    position: relative;
    padding: 15px 35px;
    margin-top: 25px;
    border: 1px solid #E5E5E5;
    display: none;
    min-height: 300px;
}

.question-total::before {
    content: '';
    display: block;
    position: absolute;
    background: url(img/triangle.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 13px;
    left: -25px;
}

.question-total::after {
    /*content: '';
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    top: 20px;
    left: -41px;
    background: #737477;*/
}

.question-failed::before {
    content: '';
    display: block;
    position: absolute;
    background: url(img/triangle.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 13px;
    left: -25px;
}

.question-failed::after {
    /*content: '';
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    top: 20px;
    left: -41px;
    background: #737477;*/
}

.question.send-results.send-results-show::before, .question.send-results.send-results-show::after {
    display: none;
}

.show-questions-total {
    display: block;
}

.question-total--active {
    height: 300px;
}

.question-result {
    margin-bottom: 0;
}

.send-results-2 {
    display: none;
    width: 75%;
}

.question-title--finish {
    color: #000;
    font-weight: normal;
}
.question-count__of {
    font-size: 36px;
    margin-left: 15px;
    margin-right: 15px;
}

.question-count__win, .question-count__total {
    font-size: 36px;
    font-weight: 900;
}

.question__more-again {
    display: block;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    border: 1px solid #000;
    border-radius: 10px;
    background: none;
    color: #000;
    cursor: pointer;
    padding: 13px;
    width: 200px;
}

.send-results {
    height: 400px;
    display: none;
    /*background: #fff url('img/shape.png') no-repeat 100% 100%!important;*/
    background-size: auto 100%!important;
}

.send-results-show {
    display: block;
}

.send-results .form-group {
    margin-bottom: 0;
}

.question__send-results {
    background: #000;
    border: 0;
    border-radius: 5px;

    color: #fff;
    cursor: pointer;
    padding: 13px;
    margin-left: 40px;
    font-size: 18px;
}

.send-results__btn {
    margin-top: 20px;
    background: #737477;
    color: #ffffff;
    padding: 8px 20px;
    letter-spacing: .2em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.section__seven-title, .section__seven-title-bottom {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.section__seven-text, .section__seven-text-bottom {
    margin-top: 20px;
    font-size: 18px;
}

.section-two__desc--red {
    color: red;
}

.questions-wrapper {
    position: relative;
}

.base-questions, .advanced-questions {
    /*opacity: 0;*/
    /*display: none;*/
    transition: 0.3s;

}

.advanced-questions {
    position: relative;
}

.fade-in-questions {
    display: block;!important;
    transition: 0.3s;
    opacity: 1;!important;
}

@media (max-width: 1550px) {
    .inner-body {
        /*max-width: 450px;*/
        /*right: -144px;*/
    }
}

@media (max-width: 1200px) {
    .inner-body {
        /*right: 0px*/;
        margin-left: 100px;
    }

    .test-btn__basic {
        margin-top: 55px;
    }
}

@media (max-width: 992px) {
    .h2-sample {
        font-size: 36px;
    }

    .send-results-2 {
        width: 100%;
    }

    .essilor, .college, .glasses {
        width: 60px;
    }

    .nikon {
        width: 60px;
    }

    .section-two__desc {
        margin-top: 45px;
    }

    .section-two__support {
        margin-top: 42px;
    }

    .section-three__you-can {
        margin-top: 36px;
    }

    .h3-sample {
        font-size: 30px;
    }

    .inner-body {
        margin-left: 60px;
    }

    .section-three__nav {
        margin-left: 0;
    }

    .test-btn__basic {
        width:100%;
        margin-top: 5px;
    }

    .test-btn__luxottica {
        width:100%;
        margin-top: 5px;
    }

    .test-btn__children {
        width:100%;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    #scrollt {
        display: none;
    }

    .question {
        /*width: 90%;
        margin-left: 10%;*/
    }

    .question:not(.question--active) .question-text {
        position: relative;
        transform: none;
        left: auto;
    }

    .question-submit {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .background-one {
        background-image: url("img/bg1-mobile.png") !important;
    }

    .white-mobile {
        background-color: #fff !important;
    }

    .section-one__detailed {
        /*margin: 0 auto;*/
        float:left;
    }

    .question__send-results {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .newnew {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .question__more-again {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
    }

    .background-four {
        background: none;
    }

    .question-total {
        height: 475px;
        background: #fff !important;
    }

    .section-two__dictation {
        margin-top: 30px;
    }

    .section-three__date {
        color: black;
    }

    .section-three__you-can {
        color: black;
    }

    .inner-body {
        margin-left: 0;
        max-width: 100%;
        padding-bottom: 50px;
    }

    .question-failed {
        /*height: 200px;!**!*/
    }

    .choose-questions {
        text-align: center;
        background-position-x: 200%;
    }

    .choose-questions__right-title {
        margin-top: 20px;
        text-align: left;
    }

    .asdasd {
        text-align: left;
    }

    .second-block {
        height: auto;
    }

    .header__register-button {
        position: relative;
        float: none !important;
        width: 100%;
        left:0;
        bottom: 0;
        margin-top: 10px;
    }
}

.background-one-1 .header__reg-button {
    bottom: -30px
}

.hidden-mobile {
    display: block !important;
}

.hidden-mobile-inline {
    display: inline-block !important;
}

.hidden-desktop {
    display: none !important;
}

.hidden-desktop-inline {
    display: none !important;
}

@media (max-width: 576px) {
    .section-four__body-title {
        text-align: left;
    }

    .h2-sample {
        font-size: 26px;
        line-height: 35px;
    }

    .hidden-mobile {
        display: none !important;
    }


    .hidden-mobile-inline {
        display: none !important;
    }

    .hidden-desktop {
        display: block !important;
    }

    .hidden-desktop-inline {
        display: inline-block !important;
    }

    .header__reg-button, .background-four .header__reg-button {
        margin: 25px 0 25px;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .date {
        padding-left: 0;
        font-size: 28px;
        text-align: left;
    }

    .time {
        font-size: 88px;
    }

    .section-two__desc {
        margin-top: 30px;
    }

    .date-time {
        text-align: left;
    }

    .section-four__body-title {
        text-align: left;
    }

    .section-four-block {
        flex: 0 0 100%;
    }

    .choose-questions-block-1, .choose-questions-block-2, .choose-questions-block-3 {
        margin-right: 0 !important;
        flex: 0 0 100% !important;
    }
}

.form-control {
    border: transparent;
    border-bottom: 1px solid #737477;
    border-radius: 0;
}

.form-control::placeholder {
    color: #737477;
    opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #737477;
}

select.form-control
{
    border: 1px solid #737477;
    border-radius: 5px;
    color: #737477;
}

#fp-nav {
 right: 20px
}

#scrollt {
    position: fixed;
    right: 20px;
    bottom: 100px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin-bottom: 25px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span
{
    background-color: rgba(255,255,255, 0.5);
}

.modal-content {
    background: url("img/modal-bg.png") no-repeat center center #fff;
    background-size: cover;
    border: none;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.choose-questions-block-1, .choose-questions-block-2, .choose-questions-block-3
{
    color: #fff;
    padding: 20px 20px 50px 20px;
    flex: 0 0 31%;
    margin-right: 2%;
    margin-top: 20px;
}

.background-five .header {
    margin-bottom: 10px;
}

.choose-questions-block-1 {
    background: linear-gradient(90deg, #4E3C5E 2.61%, #5A3A58 50.73%, #665963 100%);
}


.choose-questions-block-2 {
    background: linear-gradient(90deg, #665963 0%, #5E5E72 51.43%, #406C86 100%);

}


.choose-questions-block-3 {
    background: linear-gradient(90deg, #406C86 0%, #1C468A 50.06%, #454078 100%);


}

.test-btn__basic, .test-btn__children, .test-btn__luxottica {
    background-color: #fff;
    width:90%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom:20px;
    left:5%
}



.choose-questions-block-1 .choose-questions__left-title, .choose-questions-block-2 .choose-questions__right-title, .choose-questions-block-3 .choose-questions__right-title
{
    color: #fff;
}

.background-one-1 .h2-sample
{
    font-weight: 300; font-size: 46px; line-height: 54px;
}