.background-one {
    background: url("img/bg-1.png") no-repeat;
    background-size: cover;
}

.header {
    padding-top: 30px;
}

.header__reg-button {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: #771e97;
    padding: 10px 30px;
    letter-spacing: .2em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.h2-sample {
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 900;
}

.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: 40px;
    line-height: 0.9;
    margin-bottom: 15px;
}
.date {
    position: relative;
    font-size: 32px;
    padding-left: 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 {
    padding-top: 20px;
    font-size: 18px;
    color: #771e97;
    text-decoration: none;
}

.background-two {
    background: url("img/bg-2.png") no-repeat;
    background-size: cover;
}

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

.section-two__desc {
    display: block;
    margin-top: 120px;

}

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

.section-two__support {
    margin-bottom: 35px;
}

.nikon {
    float: right;
}

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

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

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

.section-three__nav-item {
    margin-top: 15px;
}

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

.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;
}

.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-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 70px;
    border: 1px solid #771e97;
    border-radius: 5px;
    background: none;
    color: #771e97;
    outline: none;
}

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

.background-four {
    background: url("img/bg-4.png") no-repeat;
    background-size: cover;
}

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

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

.section-four__body-right {
    color: #ffffff;
    margin-top: 200px;
}

.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 #771e97;
    border-radius: 5px;
    background: none;
    color: #771e97;
    outline: none;
}

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

.modal-body {
    color: #771e97;
}

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

.close {
    color: #771e97;
}

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

.questions-body {
    background-image: url('img/questions-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

.question-line {
    width: 2px;
    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--active::after {
    content: '';
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    top: 20px;
    left: -41px;
    background: #771e97;
}

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

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

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

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

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

.form-check input+label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #771e97;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

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

.question-submit {
    display: none;
}

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

.question-body--active {
    height: 200px;!important;
    transition: 0.3s;
}

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

.question-submit {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: .2em;
    border: none;
    background: none;
    color: #771e97;
    cursor: pointer;
}

.question-total {
    background: #fff url('img/shape.png') no-repeat 100% 100%!important;
    background-size: auto 100%!important;
    padding-right: 0;
    display: none;
    overflow: hidden;
}

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

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

.question-title--finish {
    color: #771e97;
}
.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 {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: .2em;
    border: none;
    background: none;
    color: #771e97;
    cursor: pointer;
}

.question__send-results {
    background: #771e97;
    border: 0;
    border-radius: 5px;
    letter-spacing: .2em;
    color: #fff;
    cursor: pointer;
    padding: 8px 35px;
    margin-left: 40px;
}

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

