@import "https://fonts.googleapis.com/css?family=Open+Sans:300,600";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:focus {
    outline: 0
}

img {
    border: none;
    display: block
}

ol,
ul {
    list-style: none
}

iframe {
    border: none !important;
    width: 0 !important;
    height: 0 !important;
    display: none
}

a {
    text-decoration: none;
    cursor: pointer !important
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    position: relative
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #fff;
    line-height: 1.2;
    font-size: 3.1rem;
    font-weight: 300;
    background: #232323;
    min-width: 320px
}

html {
    height: 100%
}

body {
    min-height: 100%;
    height: 100%
}

.wrapper {
    position: relative
}

.wrapper,
.step-block,
.step-item {
    height: 100%
}

.step-block {
    max-width: 1600px;
    display: flex;
    margin: 0 auto;
    padding: 0 10rem;
    background: #232323;
    align-items: center
}

.step-item {
    display: none;
    flex-grow: 1;
    background-size: contain !important
}

.step-item.visible {
    display: block
}

.step-item-1.preload {
    background: url(../images/photo-1.jpg) 50% 0 no-repeat
}

.step-item-2.preload {
    background: url(../images/photo-2.jpg) 50% 0 no-repeat
}

.step-item-3.preload {
    background: url(../images/photo-3.jpg) 50% 0 no-repeat
}

.step-item-4.preload {
    background: url(../images/photo-4.jpg) 50% 0 no-repeat
}

.step-item-5.preload {
    background: url(../images/photo-5.jpg) 50% 0 no-repeat
}

.step-item-6.preload {
    background: url(../images/photo-6.jpg) 50% 0 no-repeat
}

.step-item-7.preload {
    background: url(../images/photo-7.jpg) 50% 0 no-repeat
}

.step-item-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow-x: hidden
}

.step-header {
    padding: 0 0 8.5rem;
    display: flex;
    flex-basis: 60%;
    align-items: flex-end;
    font-size: 6.5rem
}

.step-title {
    flex-grow: 1;
    padding-bottom: 5rem
}

.step-title span {
    display: inline-block;
    width: 100%
}

.step-content {
    position: relative;
    flex-grow: 1;
    background-color: #232323;
    padding: 0 0 5rem
}

.step-content::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -11.3rem;
    display: block;
    background-color: #232323;
    width: 2000px;
    margin-left: -1000px;
    height: 24.6rem;
    border-radius: 50%
}

.step-inner {
    position: relative;
    z-index: 1;
    background-color: #232323
}

.step-info {
    position: relative;
    z-index: 1;
    font-size: 2.1rem;
    margin: -6rem 0 3rem
}

.checkbox-step2 .ckecbox-inner,
.checkbox-step3 .ckecbox-inner {
    display: flex
}

.ckecbox-inner {
    max-width: 75.3rem;
    margin: 0 auto;
    text-align: left
}

.checkbox-item {
    display: inline-block;
    width: 27%;
    position: relative;
    padding: 0 0 0 6rem;
    margin: 1rem 4rem 1rem 0;
    text-align: left;
    line-height: 4rem;
    cursor: pointer;
    transition: all 0.3s linear;
    font-size: 2.2rem
}

.checkbox-step2 .checkbox-item,
.checkbox-step3 .checkbox-item {
    width: 100%
}

.ckecbox-inner-1 {
    width: 33%
}

.ckecbox-inner-2 {
    width: 33%
}
.ckecbox-inner-3 {
    width: 33%
}

.checkbox-item:before {
    content: "";
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    border: .6rem solid #fff;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    background: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    transition: .25s ease
}

.checkbox-item.checked:before {
    background: #038dd7
}

.buttons-block {
    font-size: 0;
    margin-top: 6rem
}

.step-btn {
    display: inline-block;
    width: 40%;
    margin: 0 1.5rem;
    padding: 2rem 1rem;
    max-width: 300px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-size: 4.4rem;
    color: #fff;
    background-color: #038dd7;
    font-weight: 600;
    border-radius: 0.5rem;
    text-align: center
}

.step-btn:hover {
    opacity: 0.8
}

.next-btn {
    width: 90%;
    margin: 0;
    max-width: 408px
}

.step-btn.no-btn {
    background: #b7b7b7;
    color: #282828
}

@media (max-width: 1600px) {
    html {
        font-size: 48%
    }
}

@media (max-width: 1300px) {
    .step-item {
        background-size: cover !important
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 42%
    }
}

@media (max-width: 600px) {
    html {
        font-size: 40%
    }

    body {
        min-height: auto;
        height: auto
    }

    .step-block {
        padding: 0 5rem
    }

    .step-item {
        background-size: 330% auto !important
    }

    .step-item.checkbox-step {
        background-size: cover !important
    }

    .step-item-inner {
        min-height: 100vh
    }

    .step-header {
        flex-basis: 65%;
        font-size: 5.5rem;
        flex-grow: 1
    }

    .step-content {
        flex-basis: 35%;
        flex-grow: initial
    }

    .step-content::before {
        width: 110%;
        margin: 0 -5%;
        left: 0;
        top: -10.3rem;
        height: 27rem
    }

    .buttons-block {
        margin-top: 5rem;
        display: flex;
        flex-wrap: wrap-reverse
    }

    .step-btn {
        width: 100%;
        display: block;
        margin: 1.5rem auto;
        max-width: none
    }

    .checkbox-step .step-header {
        flex-basis: 0;
        padding: 2.5rem 0 0.5rem
    }

    .checkbox-step .step-title {
        padding: 0
    }

    .checkbox-step .step-content,
    .checkbox-step .step-content::before,
    .checkbox-step .step-inner {
        background: none
    }

    .checkbox-step .step-item {
        position: relative
    }

    .checkbox-step.step-item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6)
    }

    .checkbox-step .step-item-inner {
        position: relative;
        z-index: 2
    }

    .ckecbox-inner {
        display: inline-block !important
    }

    .checkbox-item {
        display: block;
        width: auto;
        font-size: 18px;
        margin: 20px 0
    }

    .ckecbox-inner-1,
    .ckecbox-inner-2 {
        width: 100%
    }

    .step-info {
        display: none
    }
}

@media (max-width: 420px) {
    html {
        font-size: 38%
    }
}

@media (max-width: 320px) {
    html {
        font-size: 30%
    }
}

@media (orientation: landscape) and (max-width: 1000px) {
    html {
        font-size: 38%
    }
}

@media only screen and (min-device-height: 800px) and (max-device-height: 900px) and (orientation: portrait) {
    .step-content {
        min-height: 59rem
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .step-item {
        width: 100%
    }

    .step-header {
        flex-basis: 50%
    }
}

.checkbox-item.checked:before {
    background: #038dd7;
}