*{
    box-sizing: border-box;
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #fbfbfb;
}
header{
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
}
header .container{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo{
    height: 40px;
    width: 38px;
    display: flex;
}
.logo img{
    height: 40px;
    display: block;
}
.top-nav{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-nav li a{
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.top-nav li a.active{
    position: relative;
}
.top-nav li a.active:before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #00d8e9;
}
.container{
    max-width: 970px;
    padding: 0 15px;
    margin: auto;
}
.static-content{
    padding-top: 100px;
    max-width: 600px;
    margin: auto;
}
.static-content h1{
    color: #494948;
}
.static-content h5, .static-content p{
    line-height: 1.8;
    margin: 1.5em 0;
    color: #494948;
}
.static-content p{
    font-size: 14px;
}
.static-content li{
    line-height: 1.8;
    font-size: 14px;
    color: #494948;
}
.static-content ul{
    list-style: circle;
}
.breadcrumb{
    margin-top: 0;
    display: flex;
    list-style: none;
    padding: 0;
}
.breadcrumb li{
    font-size: 12px;
    padding-right: 25px;
}
.breadcrumb li.separator{
    position: relative;
}
.breadcrumb li.separator:after{
    content: '/';
    position: absolute;
    right: 10px;
    top: 1px;
}

address{
    margin-bottom: 20px;
    font-size: 14px;
    font-style: normal;
    line-height: 1.42857;
}
footer{
    background-color: #f6f6f6;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 15px 0;
}
footer ol{
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}
footer li{
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
}
a{
    text-decoration: none;
    color: #9150fb;
}
.screen{
    display: block;
    width: 325px;
    margin: 0 auto;
}
.step{
    padding-bottom: 30px;
}
