@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

/* btn color FF7F50
bg color 404969 , BDE4F4 */
* {
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

img {
    border: none;
}

html {
    /*font-size: 62.5%;*/
}

html,
body {
    height: 100%;
}

ol,
ul {
    list-style: none;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #000 url(../img/bg-1.jpg) no-repeat center 0;
    background-size: cover;
}

.preload_images span {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}


h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    padding: 20px 0 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    padding: 20px 0 0;
}

.step_box {
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
}

.headline {
    font-size: 2rem;
    font-weight: 700;
    margin: 3rem 0;
    text-transform: uppercase;
}

.final_step .headline {
    color: #ffffff;
}

.step {
    display: none;
    text-align: center;
    padding-top: 20px;
}

.step1 {
    display: block;
}

.select_box .select_item {
    border-radius: 50%;
    display: inline-block;
    width: 45%;
    margin: 0 2%;
    max-width: 300px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.select_box .select_item span {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: bold;
}

.select_box .select_item img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.select_box .select_item img:hover {
    box-shadow: 0px 0px 6px 6px #2de84a;
}

.button_start {
    color: #ffffff;
    background: #3cd63b;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    max-width: 640px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 26px 110px;
    border-radius: 5px;
    -webkit-transition: color .4s ease-in-out, background .4s ease-in-out;
    -o-transition: color .4s ease-in-out, background .4s ease-in-out;
    transition: color .4s ease-in-out, background .4s ease-in-out;
    /* box-shadow: 0px 2px 5px #ffffff; */
}

.button_start:hover {
    background: #34bd33;
}

@media screen and (max-width: 600px) {
    html {
        font-size: 50%
    }

    h2 {
        line-height: 1.1
    }

    body {
        background-position: right center;
    }

    body.bg2 {
        background-position: left top;
    }

    body.bg4 {
        background-position: center;
    }

    .button_start {
        font-size: 25px;
        max-width: 360px;
        padding: 20px 40px;
    }
}

@media screen and (max-width: 420px) {
    html {
        font-size: 38%
    }
}

@media screen and (max-width: 600px) and (orientation: landscape) {
    html {
        font-size: 35%
    }

    .select_box .select_item {
        width: 20%
    }

    h2 {
        font-size: 2rem
    }

    .headline {
        font-size: 1.5rem
    }

    .step {
        padding-top: 5px
    }
}
