/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Custom
   ========================================================================== */

#step-1 {
    background-image: url("../img/bg_step_1.png");
    color: #ffffff;
}
section {
    height: 768px;
}
main {
    width: 940px;
    margin: auto;
}
header {
    padding-top: 22px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
.wr-title {
    font-size: 37px;
}
.bold {
    font-weight: 800;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

header nav li {
    float: left;
    margin:0 32px;
}

header nav li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
}
.large-title {
    width: 700px;
    margin: 200px auto 0;
    font-size: 56px;
    font-weight: 700;
}
.arrow {
    border: solid #ffffff;
    border-width: 0 10px 10px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    position: relative;
    top: 5px;
    left: -15px;
}
.check-feature {
    text-align: center;
    font-size: 24px;
    background-color: #615259;
    width: 340px;
    margin: 26px auto 0;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ffffff;
}
#step-2 {
    background-color: #f5f5f5;
    display: flex;
}
.items li {
    width: 286px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px 0 15px;
    margin:0 10px;
}
.items {
    display: flex;
    margin-top: 80px;
    flex-wrap: wrap;
}
.items div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.head-title {
    color: #505050;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}
.grey {
    color: #505050;
}
.white {
    color: #ffffff;
}
.medium-paragraph {
    width: 700px;
    text-align: center;
    font-size: 24px;
    margin: 30px auto;
}
.sub-title {
    font-size: 32px;
    font-weight: 600;
    margin-top:15px;
}
.small-paragraph {
    text-align: center;
}
#step-3 {
    background-image: url("../img/bg_step_3.png");
    height: 768px;
    color: #ffffff;
}
#step-3 .head-title {
    padding-top: 120px;
}
#step-3 ul {
    padding-top: 60px;
}
#step-3 ul li {
    width: 253px;
    text-align: right;
    position: relative;
    left: -14px;
    margin: 10px 0;
}
#step-3 .small-paragraph {
    padding: 10px 0;
    margin: 0;
    text-align: right;
}
#step-4 {
    background-color: #f5f5f5;
    display: flex;
}
#step-4 ul li {
    width: 168px;
    height: 168px;
    border-radius: 10px;
    padding: 0;
    background-color: #ffffff;
    margin:10px 10px;
}
#step-5 {
    background-color: #2c2c2c;
    height: 380px;
    display: flex;
    flex-direction: column;
}
#step-5 main {
    text-align: center;
}
.contact-img {
    margin-top:30px;
}
#step-4 .items li img {
    width: 168px;
    height: 168px;
}
#step-4 .items {
    margin-top: 40px;
}
.check-feature a {
    text-decoration: none;
    color: #ffffff;
}
.legal {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 20px;
    cursor: pointer;
}
.legal-content {
    display: none;
}