body,
html {
    height: 100%
}
body {
    font-family: adobe-clean, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300
}

.widget2 {
    transition: height .2s ease-out;
    box-sizing: content-box;
    overflow: hidden;
    width: 260px;
    height: 160px;
    padding: 15px 30px 20px 25px;
    border: none;
    border-radius: 5px;
    background: #F8F9F9;
    color: #333;
    position: fixed;
    top: 35px;
    right: 75px;
    z-index: 2040;
    cursor: move
}
.widget2.aamWidget-collapse {
    height: 0!important
}
.widget2 h1,
.widget2 h2,
.widget2 h3 {
    font-weight: 300
}
.widget2 h2 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #000000
}

.widget2 h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-style: italic;
    color: #777
}

.widget2_step {
    margin-bottom: 22px;
    position: relative
}

.aamWidget_step h2 {
    color: #000000;
}

.aamWidget_step h3 {
    color: #aaa;
    font-style: normal;
}

.widget2_title,
.widget2_title--unknown {
    transition: all .2s ease-out;
    margin-bottom: 20px;
    margin-left: -65px;
    padding: 0 0 0 65px;
    font-size: 17px;
    color: #000000;
    position: relative
}

.widget2_step_uncheck {
    display: block;
    width: 27px;
    height: 27px;
    background: #F8F9F9;
    border: 1px solid #fff;
    border-radius: 24px;
    position: absolute;
    top: -4px;
    left: -35px
}
.widget2_step_uncheck::before {
}
.widget2_step_uncheck::after {
}

.widget2_step_check {
    display: block;
    width: 27px;
    height: 27px;
    background: #F8F9F9;
    border: 1px solid #fff;
    border-radius: 24px;
    position: absolute;
    top: -4px;
    left: -35px
}
.widget2_step_check::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    width: 15px;
    height: 3px;
    margin: -1px 0 0 -6px;
    background: #F8F9F9;
    position: absolute;
    top: 50%;
    left: 50%
}
.widget2_step_check::after {
    -webkit-transform: rotate(45deg) translate(-3px, 6px);
    -ms-transform: rotate(45deg) translate(-3px, 6px);
    transform: rotate(45deg) translate(-3px, 6px);
    content: "";
    width: 8px;
    height: 3px;
    margin: -1px 0 0 -3px;
    background: #F8F9F9;
    position: absolute;
    top: 50%;
    left: 50%
}

.aamWidget {
    transition: height .2s ease-out;
    box-sizing: content-box;
    overflow: hidden;
    width: 155px;
    height: 317px;
    padding: 15px 30px 20px 65px;
    border: none;
    border-radius: 5px;
    background: #F8F9F9;
    color: #000000;
    position: fixed;
    top: 35px;
    right: 75px;
    z-index: 2040;
    cursor: move
}


.aamWidget.aamWidget-collapse {
    height: 0!important
}
.aamWidget h1,
.aamWidget h2,
.aamWidget h3 {
    font-weight: 300
}
.aamWidget h2 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.aamWidget h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-style: italic;
    color: #fff;
}

.aamWidget.aamWidget-collapse .aamWidget_steps {
    margin: 0 0 50px -65px;
    padding: 12px 0 0 65px;
}


@media (max-width: 1024px) {
    .aamWidget {
        top: 75px;
        right: 35px
    }
}
.ipad-h .aamWidget {
    top: calc((100vh - 900px)/2 + 167px + 75px);
    right: calc((100vw - 1398px)/2 + 229px + 35px)
}
.macbook-h .aamWidget {
    top: calc((100vh - 900px)/2 + 167px + 75px);
    right: calc((100vw - 1398px)/2 + 129px + 35px)
}
.iphone-h .aamWidget {
    top: calc((100vh - 900px)/2 + 167px + 75px);
    right: calc((100vw - 514px)/2 + 129px + 35px)
}
.aamWidget_wrapper::after,
.aamWidget_wrapper::before {
    content: "";
    display: table
}
.aamWidget_wrapper::after {
    clear: both
}
.aamWidget_avatar {
    transition: all .2s ease-out;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 70%;
    margin: 0px 0 0px 0px;
    display: inline-block;
    clear: both;
}
.aamWidget-collapse .aamWidget_avatar {
    width: 26px;
    height: 26px;
    margin: -9px 0 0 -57px
}

.aamWidget-collapse .aamWidget_avatar img {
    transition: opacity .2s ease-out;
    opacity: 1;
    /*-webkit-filter: blur(6px);*/
    /*filter: blur(6px);*/
    width: 100%;
    height: auto;
    margin-top:-8px;
}

.aamWidget_avatar img {
    transition: opacity .2s ease-out;
    opacity: 1;
    /*-webkit-filter: blur(6px);*/
    /*filter: blur(6px);*/
    width: 100%;
    height: auto;
    /*margin-top:-8px;*/
}
.aamWidget_title,
.aamWidget_title--unknown {
    transition: all .2s ease-out;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0 0 0 0px;
    font-size: 24px;
    color: #000000;
    display: inline-block;
    clear:both;
}
.aamWidget-collapse .aamWidget_title {
    margin: -19px 0 0 -90px;
    font-size: 15px
}
.aamWidget-collapse .aamWidget_title::after,
.aamWidget-collapse .aamWidget_title::before {
    display: none
}
.aamWidget_title::before {
    content: '';
    width: 44px;
    background: #F8F9F9;
    position: absolute;
    top: 12px;
    bottom: -36px;
    left: 0
}
.aamWidget_title::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #F8F9F9;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 12px;
    left: 44px
}
.aamWidget_title--unknown {
    display: none
}
.aamWidget_steps {
    margin: 0 0 50px -65px;
    padding: 0 0 0 65px
}
.aamWidget_steps::before {
    content: '';
    width: 44px;
    background: #F8F9F9;
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0
}
.aamWidget_step {
    margin-bottom: 12px;
    position: relative
}
li.aamWidget_step:last-child::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    top: 0;
    left: -65px
}
.aamWidget_step_check {
    display: block;
    width: 27px;
    height: 27px;
    background: #3b96df;
    border: 1px solid #fff;
    border-radius: 24px;
    position: absolute;
    top: -4px;
    left: -35px
}
.aamWidget_step_check::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    width: 15px;
    height: 3px;
    margin: -1px 0 0 -6px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%
}
.aamWidget_step_check::after {
    -webkit-transform: rotate(45deg) translate(-3px, 6px);
    -ms-transform: rotate(45deg) translate(-3px, 6px);
    transform: rotate(45deg) translate(-3px, 6px);
    content: "";
    width: 8px;
    height: 3px;
    margin: -1px 0 0 -3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%
}


.aamWidget_step_uncheck {
    display: block;
    width: 27px;
    height: 27px;
    background: #3b96df;
    border: 1px solid #fff;
    border-radius: 24px;
    position: absolute;
    top: -4px;
    left: -35px
}
.aamWidget_step_uncheck::before {
}
.aamWidget_step_uncheck::after {
}


.aamWidget_step_data {
    list-style: none;
    padding: 0 0 0 16px;
    font-size: 11px;
    line-height: 12px;
    color: #000000
}
.aamWidget_step_data li {
    margin-bottom: 10px;
    position: relative
}
.aamWidget_step_data li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    top: 2px;
    left: -15px
}
.aamWidget_step_diagram {
    width: 82px;
    position: relative
}
.aamWidget_step_diagram_text {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 300;
    font-size: 21px;
    line-height: 88px;
    color: #000000;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0
}
.aamWidget_btn-close {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    padding: 13px;
    font-size: 16px;
    line-height: 7px;
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}
.aamWidget-collapse .aamWidget_btn-close {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}
.aamWidget_copy {
    display: block;
    font-size: 9px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase
}
.aamWidget_color-pink::before {
    background-color: #eb346a
}
.aamWidget_color-gray::before {
    background-color: #ddd
}
.aamWidget_control {
    position: fixed;
    bottom: 35px;
    left: 75px
}
.aamWidget_control a {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0 3px;
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 0 3px;
    font-size: 9px;
    line-height: 15px;
    color: #fff;
    text-align: center
}

@media (min-width: 1300px) {
    .ipad-h {
        width: 1398px;
        height: 900px;
        padding: 87px 196px 0px 245px;
        margin: calc((100vh - 900px)/2) auto;
        background: url(../images/frame-ipad.png) 50% 50%/1398px 900px no-repeat fixed #fff
    }
    .ipad-h:before {
        content: '';
        height: 87px;
        background: url(../images/frame-ipad.png) 50% 0/1398px 900px no-repeat;
        position: fixed;
        right: 0;
        top: calc((100vh - 900px)/2);
        left: 0;
        z-index: 1050
    }
    .ipad-h:after {
        content: '';
        height: 93px;
        background: url(../images/frame-ipad.png) 50% 100%/1398px 900px no-repeat;
        position: fixed;
        right: 0;
        bottom: calc((100vh - 900px)/2);
        left: 0;
        z-index: 1050
    }
}

.cover-top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width:100vw;
    height:calc((100vh - 900px)/2);
    background: #fff;
    
}

.cover-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    width:100vw;
    /*height:calc((100vh - 900px)/2);*/
    background: #fff;
    
}

@media (min-width: 1300px) {
    .macbook-h {
        width: 1398px;
        height: 900px;
        padding: 129px 174px 41px 174px;
        margin: calc((100vh - 900px)/2) auto;
        background: url(../images/frame-macbook.png) 50% 50%/1398px 900px no-repeat fixed #fff
    }
    .macbook-h:before {
        content: '';
        height: 129px;
        background: url(../images/frame-macbook.png) 50% 0/1398px 900px no-repeat;
        position: fixed;
        right: 0;
        top: calc((100vh - 900px)/2);
        left: 0;
        z-index: 1050
    }
    .macbook-h:after {
        content: '';
        height: 131px;
        background: url(../images/frame-macbook.png) 50% 100%/1398px 900px no-repeat;
        position: fixed;
        right: 0;
        bottom: calc((100vh - 900px)/2);
        left: 0;
        z-index: 1050
    }
}

@media (min-width: 1300px) {
    .iphone-h {
        width: 514px;
        height: 900px;
        padding: 153px 84px 1px 77px;
        margin: calc((100vh - 900px)/2) auto;
        background: url(../images/frame-iphone.png) 50% 50%/514px 900px no-repeat fixed #fff
    }
    .iphone-h:before {
        content: '';
        height: 153px;
        background: url(../images/frame-iphone.png) 50% 0/514px 900px no-repeat;
        position: fixed;
        right: 0;
        top: calc((100vh - 900px)/2);
        left: 0;
        z-index: 1050
    }
    .iphone-h:after {
        content: '';
        height: 136px;
        background: url(../images/frame-iphone.png) 50% 100%/514px 900px no-repeat;
        position: fixed;
        right: 0;
        bottom: calc((100vh - 900px)/2);
        left: 0;
        z-index: 1050
    }
}



#mockup-img{display:block;max-width:100%; cursor:pointer;}
.form-control {
    margin-bottom: 10px;
}
