body {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

h1, h2, h3, h4 {
    margin: 0;
}

.content {
    max-width: 1160px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

header {
    background: #1a86f7;
    float: left;
    width: 100%;
}

.languages-outer {
    height: 38px;
    float: left;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 0;
}

.languages {
    float: left;
    padding: 9px 10px 9px 12px;
    text-align: left;
    background: #FFFFFF url('../images/new/arrowDownBlack.svg') no-repeat calc(100% - 15px) 16px;
    background-size: 10px !important;
}

.languages.opened {
    background: #FFFFFF url('../images/new/arrowUpBlue.svg') no-repeat calc(100% - 15px) 16px;
    box-shadow: 0px 6px 30px 0px rgba(80, 100, 140, 0.15);
}

.languages > .selected-language {
    color: #000000;
    background: url('../images/new/iconLanguageBlack.svg') no-repeat 0 3px;
    background-size: 13px !important;
    padding: 0 26px 0 19px;
    transition: all 0.25s ease;
    cursor: pointer;
}

.languages.opened > .selected-language {
    background: url('../images/new/iconLanguageBlue.svg') no-repeat 0 3px;
    color: #1a86f7;
}

.dropdown-languages {
    padding: 8px 0 6px 19px;
    display: none;
}

.dropdown-languages > .language {
    padding: 8px 0;
    color: #000000;
    transition: all 0.25s ease;
    cursor: pointer;
    display: block;
}

.dropdown-languages > .language:last-child {
    padding-bottom: 0;
}

.dropdown-languages > .language:hover {
    color: #1a86f7;
    text-decoration: none;
}

.small-logo {
    display: none;
    background: #FFFFFF;
    padding: 18px 25px;
    width: 190px;
}

.center-text {
    width: 558px;
    margin: 68px auto 0 auto;
    padding-bottom: 58px;
    position: relative;
    z-index: 5;
}

.center-text > h1 {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1.25;
    margin: 0 0 50px 0;
}

.center-text > a,
.three-block > a {
    width: 135px;
    display: inline-block;
    margin: 0 7px;
}

.center-text > span,
.three-block > span {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    opacity: 0.6;
    vertical-align: middle;
}

.get-started {
    background: #67da1b;
    border-radius: 7px;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    border: none;
    padding: 35px 30px 33px 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 65px !important;
    width: auto !important;
}

.get-started.enter {
    display: none;
    padding: 35px 80px 33px 80px;
}

.three-block > .get-started {
    margin-bottom: 36px;
}

.get-started:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.get-started:focus {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.login-side {
    width: 291px;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFFFFF;
    height: 100%;
    padding: 18px 25px;
    z-index: 5;
}

.login-side > img {
    width: 155px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 45px;
}

.login-side > span {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.form-login > .socials {
    display: none;
}

.socials {
    width: 100%;
    float: left;
    text-align: center;
}

.socials > .social {
    width: 41px;
    height: 41px;
    display: inline-block;
    padding: 10px;
    transition: all 0.25s ease;
}

.socials > .social.social-fb {
    background: url('../images/new/iconFB.svg') no-repeat 50% 50%;
    background-size: 21px !important;
}

.socials > .social.social-tw {
    background: url('../images/new/iconTW.svg') no-repeat 50% 50%;
    background-size: 21px !important;
}

.socials > .social.social-in {
    background: url('../images/new/iconIN.svg') no-repeat 50% 50%;
    background-size: 21px !important;
}

.socials > .social:hover.social-fb {
    background: url('../images/new/iconFBHover.svg') no-repeat 50% 50%;
}

.socials > .social:hover.social-tw {
    background: url('../images/new/iconTWHover.svg') no-repeat 50% 50%;
}

.socials > .social:hover.social-in {
    background: url('../images/new/iconINHover.svg') no-repeat 50% 50%;
}

.socials > .mail {
    color: #FFFFFF;
    margin-right: 20px;
    line-height: 32px;
}

.login-side > .form-login > input {
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #959595;
    color: #959595;
    width: 100%;
    padding: 10px 9px 10px 9px;
    font-size: 14px;
    line-height: 14px;
    transition: all 0.25s ease;
}

.login-side > .form-login > input:active, .login-side > .form-login > input:focus {
    outline: none;
    border-color: #555555;
    color: #555555;
}

.login-side > .form-login > button {
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 16px;
    text-align: center;
    background: #199bfa;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 7px 15px 0px rgba(25, 131, 242, 0.5);
    transition: all 0.25s ease;
    margin-bottom: 25px;
}

.login-side > .form-login > button:active {
    outline: none;
    box-shadow: inset 0px 7px 15px 0px rgba(25, 131, 242, 0.35);
}

.login-side > .form-login > button:focus {
    outline: none;
}

.login-side > .form-login > a,
.login-side > .qr-login > a {
    padding: 2px 0;
    color: #959595;
    float: right;
    font-size: 14px;
    line-height: 14px;
    transition: all 0.25s ease;
    font-weight: 500;
}

.login-side > .qr-login > a {
    float: none;
}

.login-side > .form-login > a.qr {
    float: left;
    padding: 2px 0 2px 26px;
    background: url('../images/new/iconQR.svg') no-repeat 0 50%;
    background-size: 18px !important;
}

.login-side > .form-login > a:hover, .login-side > .form-login > a:active, .login-side > .form-login > a:focus,
.login-side > .qr-login > a:hover, .login-side > .qr-login > a:active, .login-side > .qr-login > a:focus {
    color: #555555;
    text-decoration: none;
}

.login-side > .form-login > a.qr:hover, .login-side > .form-login > a.qr:active, .login-side > .form-login > a.qr:focus {
    background: url('../images/new/iconQRHover.svg') no-repeat 0 50%;
}

.login-side > .qr-login {
    display: none;
}

.auth-qr-code {
    margin: 20px 0;
    padding: 11px;
    display: inline-block;
    width: 178px;
    height: 178px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.75);
}

.auth-qr-code > span {
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    color: #afb9c3;
    opacity: 0.75;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 30px);
    margin: 0 15px;
}

.corner {
    width: 14px;
    height: 14px;
    border: 1px solid #a7b1c5;
    position: absolute;
    opacity: 0.75;
}

.corner-top-left {
    top: -1px;
    left: -1px;
    border-bottom: none;
    border-right: none;
}

.corner-top-right {
    top: -1px;
    right: -1px;
    border-bottom: none;
    border-left: none;
}

.corner-bottom-left {
    bottom: -1px;
    left: -1px;
    border-top: none;
    border-right: none;
}

.corner-bottom-right {
    bottom: -1px;
    right: -1px;
    border-top: none;
    border-left: none;
}

.auth-qr-hint {
    margin-top: 10px;
    padding: 10px;
    display: inline-block;
    width: 222px;
    position: relative;
    background-color: #e3e6e8;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
}

header .laptop {
    width: 823px;
    height: 489px;
    position: absolute;
    bottom: -10px;
    right: calc(100% - 368px);
    background: url('../images/new/mac.png') no-repeat 50% 50%;
    background-size: 823px !important;
    z-index: 1;
}

header .phone {
    width: 163px;
    height: 336px;
    position: absolute;
    bottom: 18px;
    left: 90px;
    background: url('../images/new/samsung.png') no-repeat 50% 50%;
    background-size: 163px !important;
    z-index: 2;
}

.notify-block {
    width: 100%;
    float: left;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.features {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 44px;
}

.features > .feature {
    display: inline-block;
    padding: 23px 23px 20px 23px;
    font-size: 20px;
    font-weight: 600;
    color: #1a86f7;
    background: rgb(236, 243, 250);
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 15px;
    transition: all 0.25s ease;
}

.features > .feature > svg {
    width: 26px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 15px;
}

.features > .feature:hover {
    color: #FFFFFF;
    background: #1a86f7;
}

.features > .feature > svg > path {
    transition: all 0.25s ease;
}

.features > .feature:hover > svg > path {
    fill: #FFFFFF !important;
}

.half {
    float: left;
    width: 50%;
    position: relative;
}

.document-outer {
    width: 380px;
    float: left;
    padding: 0 15px 0 0;
    text-align: left;
}

.document-one {
    margin: 10px 0;
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);*/
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, .15);
    background-color: #ffffff;
    border-radius: 3px;
    padding: 10px 10px 10px 15px;
    height: 100px;
    transition: all 0.25s ease;
    width: 100%;
    float: left;
    position: relative;
}

.document-one:hover {
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, .15);
}

.document-one > .title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    float: left;
    width: calc(100% - 145px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.document-one > .title.no-preview {
    width: 100%;
}

.document-one > .document-expired {
    width: 25px;
    height: 25px;
    background: #FF0000 url('/assets/images/expire.svg?v=0.9') no-repeat 50% 50%;
    background-size: 16px !important;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    transition: all 0.5s ease;
}

.document-one:hover > .document-expired {
    box-shadow: -1px 3px 3px rgba(0, 0, 0, .25), 0 1px 0 rgba(0, 0, 0, .05);
}

.document-one > .document-left {
    width: calc(100% - 150px);
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.document-left.expired {
    color: #FF0000;
}

.document-one > .document-date, .document-one > .document-type {
    font-size: 12px;
    margin-right: 5px;
    color: #717171;
    background-size: 11px !important;
    padding-left: 16px;
    float: left;
    width: calc(50% - 78px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.document-one > .document-type {
    background: url('/assets/images/folder-list.svg?v=0.9') no-repeat 0 50%;

}

.document-one > .document-date {
    background: url('/assets/images/date.svg?v=0.9') no-repeat 0 50%;
}

.document-one > .preview {
    width: 150px;
    height: 100px;
    margin: -10px 10px -10px -15px;
    vertical-align: middle;
    float: left;
}

.document-one > .preview > .document-image {
    width: 150px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.document-one > .preview > .document-image > img {
    max-width: 150px;
    max-height: 100px;
    vertical-align: middle;
}

.expire {
    margin-top: 15px;
    width: 100%;
    margin-left: 163px;
    text-align: left;
    color: #FF0000;
}

.expire-1 {
    opacity: 0.9;
}

.expire-2 {
    opacity: 0.7;
}

.expire-3 {
    opacity: 0.5;
}

.expire-4 {
    opacity: 0.3;
    margin-bottom: 150px;
}

.notify-phone {
    width: 159px;
    height: 469px;
    position: absolute;
    right: 0;
    top: -46px;
    background: url('../images/new/iPhoneNotify.png') no-repeat 50% 50%;
    background-size: 159px !important;
}

.clouds {
    width: 100%;
    position: absolute;
    height: 190px;
    background: url('../images/new/cloudBG.svg') repeat-x -50px 0;
    background-size: 1416px;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.gradient {
    width: 100%;
    position: absolute;
    height: 250px;
    z-index: 4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75,ffffff+100&0+0,1+75,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    left: 0;
    bottom: 0;
}

.notify-block h2 {
    margin-left: 84px;
    float: left;
    text-align: left;
    font-size: 50px;
    font-weight: 300;
}

.notify-block h4 {
    margin-left: 84px;
    float: left;
    text-align: left;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 200;
    line-height: 40px;
}

.access-block {
    width: 100%;
    float: left;
    background: #1a86f7;
}

.access-block h2 {
    margin-left: 140px;
    margin-top: 50px;
    float: left;
    text-align: left;
    font-size: 50px;
    font-weight: 300;
    color: #FFFFFF;
}

.access-block h4 {
    margin-left: 140px;
    float: left;
    text-align: left;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 160px;
    color: #FFFFFF;
}

.access-mac {
    position: absolute;
    top: -100px;
    right: -105px;
    width: 898px;
    height: 278px;
    z-index: 5;
    background: url('../images/new/iMacAccess.png') no-repeat 0 0;
    background-size: 898px !important;
}

.access-iPad {
    position: absolute;
    top: 110px;
    left: 0;
    width: 196px;
    height: 273px;
    z-index: 6;
    background: url('../images/new/iPadAccess.png') no-repeat 0 0;
    background-size: 196px !important;
}

.access-android {
    position: absolute;
    top: 175px;
    left: 250px;
    width: 114px;
    height: 208px;
    z-index: 5;
    background: url('../images/new/androidAccess.png') no-repeat 0 0;
    background-size: 114px !important;
}

.access-iPhone {
    position: absolute;
    top: 201px;
    left: 410px;
    width: 94px;
    height: 182px;
    z-index: 5;
    background: url('../images/new/iPhoneAccess.png') no-repeat 0 0;
    background-size: 94px !important;
}

.security-block {
    width: 100%;
    float: left;
}

.security-block > .content {
    padding: 160px 0;
}

.security-block h2 {
    margin-left: 84px;
    float: left;
    text-align: left;
    font-size: 50px;
    font-weight: 300;
}

.security-block h4 {
    margin-left: 84px;
    float: left;
    text-align: left;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 200;
    line-height: 40px;
}

.security-screen {
    position: absolute;
    top: -40px;
    right: 0;
    width: 294px;
    height: 536px;
    background: url('../images/new/iPhoneSecure.png') no-repeat 0 0;
    background-size: 294px !important;
}

.security-over {
    position: absolute;
    top: -30px;
    right: 310px;
    width: 272px;
    height: 519px;
    background: url('../images/new/screen.png') no-repeat 0 0;
    background-size: 272px !important;
    transition: all 0.5s ease;
}

.security-over.over {
    right: 140px;
}

.share-block {
    width: 100%;
    float: left;
    background: #1a86f7;
}

.share-block > .content {
    padding: 90px 0;
}

.share-block h2 {
    margin-left: 140px;
    margin-top: 50px;
    float: left;
    text-align: left;
    font-size: 50px;
    font-weight: 300;
    color: #FFFFFF;
}

.share-block h4 {
    margin-left: 140px;
    float: left;
    text-align: left;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 80px;
    color: #FFFFFF;
}

.iPhone-share {
    position: absolute;
    top: 40px;
    left: -25px;
    width: 247px;
    height: 432px;
    background: url('../images/new/iPhoneShare.png') no-repeat 0 0;
    background-size: 247px !important;
    z-index: 6;
}

.android-share {
    position: absolute;
    top: 48px;
    left: 225px;
    width: 231px;
    height: 415px;
    background: url('../images/new/androidShare.png') no-repeat 0 0;
    background-size: 231px !important;
    z-index: 5;
}

.arrow-share {
    position: absolute;
    top: 165px;
    left: 130px;
    width: 105px;
    height: 20px;
    background: url('../images/new/arrowShare.png') no-repeat 0 0;
    background-size: 105px !important;
    z-index: 7;
}

.last-block {
    width: 100%;
    float: left;
}

.last-block > .content {
    padding: 115px 10px;
}

.three-block {
    float: left;
    width: calc(100% / 3);
}

.hint {
    width: 291px;
    padding: 30px;
    background: #ecf3fa;
    border-radius: 21px;
    text-align: left;
    color: #34587b;
    font-weight: 500;
    position: relative;
    margin-bottom: 26px;
    font-style: italic;
}

.hint > .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 0;
    border-color: transparent #ecf3fa transparent transparent;
    position: absolute;
    top: 100%;
    left: 30px;
}

.who-is {
    text-align: left;
    width: 100%;
    padding-left: 30px;
}

footer {
    width: 100%;
    float: left;
    background: #000000;
    padding: 15px 0;
    color: #FFFFFF;
}

footer span {
    float: left;
    padding: 6px 0;
}

footer .socials {
    width: auto;
    float: right;
    height: 32px;
}

footer .socials > .social {
    width: 62px;
    height: 32px;
    padding: 0 15px;
}

footer .socials > .social.social-fb {
    background: url('../images/new/iconFBbottom.svg') no-repeat 50% 0;
    background-size: 32px !important;
}

footer .socials > .social.social-tw {
    background: url('../images/new/iconTWbottom.svg') no-repeat 50% 0;
    background-size: 32px !important;
}

footer .socials > .social.social-in {
    background: url('../images/new/iconINbottom.svg') no-repeat 50% 0;
    background-size: 32px !important;
}

footer .socials > .social:hover.social-fb {
    background: url('../images/new/iconFBbottomHover.svg') no-repeat 50% 0;
    background-size: 32px !important;
}

footer .socials > .social:hover.social-tw {
    background: url('../images/new/iconTWbottomHover.svg') no-repeat 50% 0;
    background-size: 32px !important;
}

footer .socials > .social:hover.social-in {
    background: url('../images/new/iconINbottomHover.svg') no-repeat 50% 0;
    background-size: 32px !important;
}

.user-authorized {
    display: none;
    width: 100%;
    float: left;
    padding: 0;
}

.user-authorized > img {
    width: 128px;
    height: 128px;
    margin: 0 auto 20px auto;
    display: inline-block;
    border-radius: 50%;
}

.user-authorized > span {
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: block;
}

.user-authorized > span.docs {
    font-size: 14px;
    font-weight: normal;
}

.login-side > a.social {
    margin: 0 10px 10px 10px;
    width: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-block;
}

.login-side > a.social.social-fb {
    background: url('../../app/img/login/fb.svg') no-repeat 50% 50%;
    text-decoration: none;
}

.login-side > a.social.social-go {
    background: url('../../app/img/login/go.svg') no-repeat 50% 50%;
    text-decoration: none;
}

.login-side > a.social.social-in {
    background: url('../../app/img/login/in.svg') no-repeat 50% 50%;
    text-decoration: none;
}

.login-side > a:hover.social.social-fb,
.login-side > a:active.social.social-fb,
.login-side > a:focus.social.social-fb {
    background: url('../../app/img/login/fb-over.svg') no-repeat 50% 50%;
    text-decoration: none;
}

.login-side > a:hover.social.social-go,
.login-side > a:active.social.social-go,
.login-side > a:focus.social.social-go {
    background: url('../../app/img/login/go-over.svg') no-repeat 50% 50%;
    text-decoration: none;
}

.login-side > a:hover.social.social-in,
.login-side > a:active.social.social-in,
.login-side > a:focus.social.social-in {
    background: url('../../app/img/login/in-over.svg') no-repeat 50% 50%;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .center-text > h1 {
        font-size: 34px;
    }

    .features {
        margin: 20px 0 24px 0;
    }

    .notify-block h2,
    .security-block h2,
    .notify-block h4,
    .security-block h4 {
        margin-left: 42px;
    }

    .notify-phone {
        right: -35px;
    }

    .three-block > a {
        width: 100%;
        margin-bottom: 5px;
    }

    .three-block > a > img {
        width: 135px;
    }

    .three-block > span > br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .center-text > h1 {
        font-size: 28px;
    }

    .notify-block .half {
        width: 100%;
    }

    .document-outer {
        float: none;
        display: inline-block;
    }

    .expire {
        width: 380px;
        display: inline-block;
        margin: 15px 0 0 0;
        padding-left: 160px;
    }

    .expire-4 {
        margin-bottom: 150px;
    }

    .notify-block h2,
    .notify-block h4 {
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .get-started {
        font-size: 24px;
        line-height: 24px;
        padding: 25px 15px 23px 15px;
    }

    header .laptop {
        right: calc(100% - 300px);
        bottom: 285px;
    }

    header .phone {
        left: auto;
        right: 10px;
        bottom: 305px;
    }

    .small-logo {
        display: inline-block;
    }

    .login-side {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .login-side > img {
        display: none;
    }

    .center-text {
        margin: 20px auto 0 auto;
    }

    .access-block {
        padding-bottom: 100px;
        overflow: hidden;
    }

    .access-block .half {
        width: 100%;
    }

    .access-block h2, .access-block h4 {
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .access-block h4 {
        margin: 0;
    }

    .access-mac {
        top: -250px;
        right: calc(100% - 300px);
    }

    .access-iPad {
        top: -160px;
        left: 76%;
    }

    .access-android {
        top: -100px;
        left: 10px;
    }

    .access-iPhone {
        top: -76px;
        left: 13%;
        z-index: 6;
    }

    .security-block > .content {
        padding: 80px 10px;
    }

    .security-screen {
        top: -10px;
        width: 147px;
        height: 268px;
        background-size: 147px !important;
        right: 30px;
    }

    .security-over {
        width: 136px;
        height: 260px;
        background-size: 136px !important;
        top: 0;
        right: 210px;
    }

    .security-over.over {
        right: 100px;
    }

    .last-block > .content {
        padding: 30px 10px;
    }

    .three-block {
        width: 50%;
    }

    .three-block:nth-child(3) {
        width: 100%;
    }

    .three-block > a {
        width: 135px;
        margin-bottom: 0;
    }

    .three-block > span > br {
        display: block;
    }
}

@media (max-width: 820px) {
    .center-text {
        margin: 20px auto 0 auto;
    }

    .center-text > a, .three-block > a {
        width: 100%;
        margin-bottom: 5px;
    }

    .center-text > a > img, .three-block > a > img {
        width: 135px;
    }

    .center-text > span > br, .three-block > span > br {
        display: none;
    }

    header .laptop {
        right: calc(100% - 200px);
    }
}

@media (max-width: 768px) {
    .center-text {
        margin: 10px auto 0 auto;
        padding-bottom: 10px;
        width: 100%;
    }

    .center-text > h1, .get-started {
        margin-bottom: 20px;
    }

    header {
        overflow: hidden;
    }

    header .laptop,
    .access-mac {
        display: none;
    }

    header .phone {
        right: -80px;
    }

    .center-text > a, .three-block > a {
        width: 135px;
        margin-bottom: 0;
    }

    .center-text > span > br, .three-block > span > br {
        display: block;
    }

    .features > .feature {
        font-size: 14px;
        padding: 13px 13px 10px 13px;
        margin: 0 5px;
    }

    .notify-block .half {
        text-align: left;
    }

    .notify-phone {
        right: 10px;
    }

    .access-android {
        left: auto;
        right: 90%;
    }

    .access-android {
        left: auto;
        right: 90%;
    }

    .access-iPhone {
        left: auto;
        right: 88%;
    }

    .access-iPad {
        left: 85%;
    }

    .clouds {
        height: 100px;
    }

    .expire-4 {
        margin-bottom: 100px;
    }

    .security-block {
        overflow: hidden;
    }

    .security-block h2, .security-block h4,
    .share-block h2, .share-block h4 {
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .security-block h4, .share-block h4 {
        margin: 0;
    }

    .security-screen {
        right: auto;
        left: 93%;
    }

    .security-over {
        right: 94%;
        left: auto;
        transform: scaleX(-1);
    }

    .security-over.over {
        right: 94%;
        left: auto;
    }

    .share-block .half {
        width: 100%;
    }

    .share-block > .content {
        padding: 30px 0 200px 0;
        overflow: hidden;
    }

    .iPhone-share {
        top: 190px;
        left: 0;
    }

    .android-share {
        top: 198px;
        left: auto;
        right: 0;
    }

    .arrow-share {
        top: 280px;
        left: calc(50% - 53px);
    }

    .security-block > .content {
        padding: 65px 10px;
    }

    .three-block, .hint {
        width: 100% !important;
    }

    .three-block {
        margin-bottom: 10px;
    }

    .hint {
        padding: 15px;
        border-radius: 10px;
    }
}

@media (max-width: 568px) {
    .notify-phone {
        right: -35px;
    }

    h2 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    h4 {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }

    .clouds {
        background-size: 708px !important;
    }

    .access-iPad {
        display: none;
    }

    .access-block {
        padding-bottom: 50px;
    }

    .access-block svg {
        margin: 0 15px 0 0 !important;
        height: auto !important;
    }

    .access-android {
        top: -100px;
        right: 78%;
    }

    .access-iPhone {
        top: -80px;
        left: 81%;
        right: auto;
    }

    .security-screen, .security-over {
        top: -0;
    }

    .share-block > .content {
        padding: 30px 10px 150px 10px;
        overflow: hidden;
    }

    .iPhone-share {
        top: 120px;
    }

    .android-share {
        top: 128px;
    }

    .arrow-share {
        top: 200px;
    }

    .share-block h4 > br {
        display: none;
    }
}

@media (max-width: 530px) {
    header .phone {
        display: none;
    }

    .center-text > h1, .get-started {
        font-size: 22px;
    }

    .get-started {
        padding: 15px 15px 13px 15px;
    }

    .notify-block .half {
        text-align: center;
    }

    .notify-phone {
        right: -135px;
    }

    .features {
        margin: 10px 0 14px 0;
    }

    .features > .feature {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .access-android {
        right: 90%;
    }

    .access-iPhone {
        left: 88%;
    }

    .iPhone-share {
        left: -50px;
    }

    .android-share {
        right: -50px;
    }

    footer span {
        float: left;
        width: 100%;
        padding: 0 0 10px 0;
    }

    footer .socials {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .center-text > span,
    .three-block > span,
    .notify-phone,
    .security-screen,
    .security-over {
        display: none;
    }

    .center-text > a, .three-block > a {
        margin: 0 5px;
    }

    .document-outer {
        width: 300px;
        padding-right: 0;
    }

    .expire {
        display: none;
    }

    .notify-block .half:last-child {
        padding-bottom: 100px;
    }

    .access-android {
        right: calc(100% - 10px);
    }

    .access-iPhone {
        left: calc(100% - 10px);
    }

    .iPhone-share {
        left: -80px;
    }

    .android-share {
        right: -80px;
    }

    .arrow-share {
        top: 230px;
    }

    .security-block > .content {
        padding: 30px 10px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
    header .laptop {
        background: url('../images/new/mac@2x.png') no-repeat 50% 50%;
    }

    header .phone {
        background: url('../images/new/samsung@2x.png') no-repeat 50% 50%;
    }

    .access-mac {
        background: url('../images/new/iMacAccess@2x.png') no-repeat 0 0;
    }

    .access-iPad {
        background: url('../images/new/iPadAccess@2x.png') no-repeat 0 0;
    }

    .access-android {
        background: url('../images/new/androidAccess@2x.png') no-repeat 0 0;
    }

    .access-iPhone {
        background: url('../images/new/iPhoneAccess@2x.png') no-repeat 0 0;
    }

    .security-screen {
        background: url('../images/new/iPhoneSecure@2x.png') no-repeat 0 0;
    }

    .security-over {
        background: url('../images/new/screen@2x.png') no-repeat 0 0;
    }

    .iPhone-share {
        background: url('../images/new/iPhoneShare@2x.png') no-repeat 0 0;
    }

    .android-share {
        background: url('../images/new/androidShare@2x.png') no-repeat 0 0;
    }

    .arrow-share {
        background: url('../images/new/arrowShare@2x.png') no-repeat 0 0;
    }

    .notify-phone {
        background: url('../images/new/iPhoneNotify@2x.png') no-repeat 50% 50%;
    }
}