*:active, *:hover, *:focus {
    outline:        0 !important;
    outline-offset: 0 !important;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

html,
body {
    -webkit-text-size-adjust: none
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000;
    background:#e2ebf0;
}

.wrapper{
    min-width: 1020px;
    max-width: 1420px;
    padding:0 10px;
    box-sizing:border-box;
    margin:0 auto;
}
p {
    padding: 9px 0;
}
.sub-header-logo {
    padding: 40px 0 90px 0;
}
.sub-header-logo img {
    width: 148px;
    display: block;
}
.header{
    background:url(/bundles/apalonweather/images/main/header-bg.png) center top no-repeat;
    height: 1800px;
    overflow:hidden;
}

.header-left{
    float: left;
}
.header-logo{
    padding: 40px 0 270px 0;
}
.header-logo img{
    width: 148px;
    display:block;
}
.header-description{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size:50px;
    color: #fff;
}
.header-description span{
    font-weight: 600;
}
.header-scroll{
    padding-top: 325px;
    position: fixed;
    bottom: 30px;
}
.header-scroll a:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    background:url(/bundles/apalonweather/images/main/down@2x.png) left top no-repeat;
    background-size: 40px 40px;
    height:40px;
    width: 40px;
}
.header-scroll a,
.header-scroll a:hover{
    position:relative;
    font-size: 16px;
    font-weight: 700;
    text-decoration:none;
    color: #fff;
    padding:10px 0 0 60px;
    text-transform: uppercase;
}
.header-right{
    position: relative;
    float: left;
    margin-left: -140px;
}
.header-right__img{
    background:#fff;
    overflow:hidden;
    width: 250px;
    border-radius: 36px;
    box-shadow: 13px 27px 33px 0 rgba(0, 0, 0, 0.1);
    border: 10px solid #ffffff;
}
.header-right__img img{
    display:block;
    width: 100%;
    border-radius: 27px;
}

.header-right-line{
    position:absolute;
    left: 680px;
    top: 0;
}
.header-right-line2{
    position:absolute;
    left: 340px;
    top: 0;
}
.header-right-line3{
    position:absolute;
    left: 0;
    top: 0;
}
.header-right-line_first{
    margin: -93px 0 70px 0;
}
.header-right-line2_first{
    margin: -388px 0 70px 0;
}
.header-right-line2_last{
    margin: 70px 0 0 0;
}
.header-right-line3_first{
    margin: 738px 0 0 0;
}
.main{
    position: relative;
    z-index: 2;
}
.main-heading{
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align:center;
}
.main-heading a,
.ancor-scroll{
    height:0;
    width:0;
    opacity:0;
}
.apps-block{
    display:flex;
    justify-content: space-evenly;
    padding: 100px 0 110px 0;
}

.app{
    width: 510px;
    height: 600px;
    position:relative;
    border-radius: 26px;
    padding:34px 0;
    box-sizing:border-box;
}
.app-wrapper{
    position:absolute;
    bottom: 34px;
    width:100%;
    padding: 0 30px;
    box-sizing:border-box;
}
.nooradar{
    background: #1b5fb3 url(/bundles/apalonweather/images/main/radar_back.png) center top no-repeat;
    background-size:contain;
    box-shadow: 0 30px 51px -15px rgba(27, 95, 179, 0.7);
}
.planes{
    background: #1c90df url(/bundles/apalonweather/images/main/pl_back.png) center top no-repeat;
    background-size:contain;
    box-shadow: 0 30px 51px -15px rgba(28, 144, 223, 0.7);
}
.app-name{
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 1.25;
}
.app-description{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    padding-top:20px;
}
.app-see-more{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight:600;
    padding-top:25px;
}
.app-see-more span{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background:url(/bundles/apalonweather/images/main/arrow@2x.png) 90% center no-repeat;
    background-size:24px 24px;
    padding-right: 40px;
    border: 2px solid rgba(226, 235, 240, .29);
    border-radius: 11px;
    padding: 14px 40px 14px 20px;
    -webkit-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
}
.app:hover .app-see-more span{
    color: #fff;
    text-decoration: none;
    background: rgba(226, 235, 240, .29) url(/bundles/apalonweather/images/main/arrow@2x.png) 90% center no-repeat;
    background-size:24px 24px;
    padding: 14px 50px 14px 20px;
}
.footer{
}
.footer .wrapper{
    border-top: 1px solid rgba(0,0,0, .2);
    padding: 30px 10px 30px 10px;
    overflow:hidden;
}
.footer-left{
    float:left;
}
.footer-logo{
}
.footer-logo img{
    width: 148px;
    display:block;
}
.footer-copy{
    font-size: 14px;
    padding-top: 30px;
    color: rgba(0,0,0,.5);
}
.footer-right{
    float:right;
    width: 50%;
}
.footer-menu{
    height: 40px;
    text-align:right;
}
.footer-menu a{
    line-height: 40px;
    text-decoration:none;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-left:40px;
}
.footer-disclaimer{
    text-align:right;
    padding-top:40px;
    font-size:14px;
    color: rgba(0,0,0,.5);
}
.footer-disclaimer a{
    text-decoration: underline;
    color: rgba(0,0,0,.5);
}
.content_box{
    font-size:14px;
    color: rgba(0,0,0,1);
    padding-bottom:30px;
}
.content_box a{
    text-decoration: underline;
    color: rgba(0,0,0,1);
}
.content_box a:hover{
    text-decoration: none;
    color: rgba(0,0,0,1);
}
.content_box h4 {
    font-size: 18px;
    padding: 24px 0 10px;
    text-transform: uppercase;
}
.content_box p {
    padding-bottom: 20px;
}
.last_upd{
    margin: 40px 0 16px;
    font-size: 25px;
}
.header-right-line2__icomob{
    display:none;
}
.header-right-line2__icomob2{
    display:none;
}
@media (min-width: 500px) and (max-width: 1039px)  {
    .wrapper{

        min-width: 100%;
        max-width: 100%;
    }
    .sub-header-logo {
        padding: 24px 0 50px 0;
    }
    .sub-header-logo img {
        width: 111px;
        display: block;
    }
    .header{
        height:1350px;
    }
    .main{
    }
    .main-heading{
        font-family: 'Poppins', sans-serif;
        font-size: 50px;
        font-weight: 600;
        text-align:center;
    }
    .main-heading a{
        height:0;
        width:0;
        opacity:0;
    }
    .apps-block{
        display:block;
        padding: 50px 0 60px 0;
    }
    .app{
        width: 510px;
        height: 600px;
        position:relative;
        border-radius: 26px;
        padding:34px 0;
        box-sizing:border-box;
        margin:0 auto;
        display: block;
    }
    .planes{
        margin-top:60px;
    }
    .app-wrapper{
        position:absolute;
        bottom: 34px;
        width:100%;
        padding: 0 30px;
        box-sizing:border-box;
    }
    .app-name{
        font-family: 'Poppins', sans-serif;
        font-size: 48px;
        font-weight: 600;
        color: #fff;
        line-height: 1.25;
    }
    .app-description{
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        color: #fff;
        line-height: 1.5;
        padding-top:20px;
    }
    .app-see-more{
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight:600;
        padding-top:25px;
    }
    .app-see-more span{
        color: #fff;
        text-decoration: none;
        display: inline-block;
        background:url(/bundles/apalonweather/images/main/arrow@2x.png) 90% center no-repeat;
        background-size:24px 24px;
        padding-right: 40px;
        border-radius: 11px;
        padding: 14px 40px 14px 20px;
    }
    .app:hover .app-see-more span{
        color: #fff;
        text-decoration: none;
        background: rgba(226, 235, 240, .29) url(/bundles/apalonweather/images/main/arrow@2x.png) 90% center no-repeat;
        background-size:24px 24px;
    }


    .footer{
        width:inherit;
    }
    .footer .wrapper{
        border-top: 1px solid rgba(0,0,0, .2);
        padding: 30px 10px 30px 10px;
        overflow:hidden;
    }
    .footer-left{
        float: none;
    }
    .footer-right{
        width: 100%;
    }
    .footer-logo{
    }
    .footer-logo img{
        width: 111px;
        display:block;
    }
    .footer-copy{
        font-size: 12px;
        padding-top: 30px;
    }
    .footer-right{
        float:none;
        padding-top:30px;
    }
    .footer-menu{
        height:inherit;
        text-align:left;
    }
    .footer-menu a{
        line-height: 15px;
        font-size: 12px;
        padding: 0 20px 0 0;
        white-space:nowrap;
    }
    .footer-disclaimer{
        text-align:left;
        padding-top:50px;
        font-size:12px;
    }
    .content_box{
        font-size:14px;
        color: rgba(0,0,0,1);
        padding-bottom:30px;
    }
    .content_box a{
        text-decoration: underline;
        font-size:14px;
        color: rgba(0,0,0,1);
    }
    .content_box a:hover{
        text-decoration: none;
        color: rgba(0,0,0,1);
    }
}

@media (max-width: 499px) {
    .wrapper{
        min-width: 100%;
        max-width:100%;
    }
    .sub-header-logo {
        padding: 24px 0 50px 0;
    }
    .sub-header-logo img {
        width: 111px;
        display: block;
    }
    .header{
        background:url(/bundles/apalonweather/images/main/header-bg_mob.png) center top no-repeat;
        background-size:contain;
        height:auto;
    }
    .header-left{
        float: none;
    }
    .header-logo{
        padding: 24px 0 70px 0;
    }
    .header-logo img{
        width: 111px;
    }
    .header-description{
        font-size:24px;
    }
    .header-scroll{
        padding-top: 50px;
        position: inherit;
        bottom: inherit;
    }
    .header-scroll a:before{
        content:'';
        position:absolute;
        top:0;
        left:0;
        background:url(/bundles/apalonweather/images/main/down@2x.png) left top no-repeat;
        background-size: 30px 30px;
        height:30px;
        width: 30px;
    }
    .header-scroll a,
    .header-scroll a:hover{
        position:relative;
        font-size: 12px;
        font-weight: 700;
        text-decoration:none;
        color: #fff;
        padding:8px 0 0 40px;
        text-transform: uppercase;
    }
    .header-right{
        position: relative;
        float: none;
        margin-left: 0;
        width: 100%;
        padding-bottom:50px;
    }
    .header-right__img{
        background:#fff;
        overflow:hidden;
        width: 70%;
        border-radius: 36px;
        box-shadow: 13px 27px 33px 0 rgba(0, 0, 0, 0.1);
        border: 8px solid #ffffff;
        position: relative;
        z-index: 2;
    }
    .header-right__img img{
        display:block;
        width: 100%;
    }

    .header-right-line{
        position: inherit;
        left: inherit;
        padding-top: 100px;
    }
    .header-right-line2{
        padding-top: 60%;
        position:inherit;
        left: inherit;
        top: inherit;
    }
    .header-right-line2__icomob{
        display:block;
        position:absolute;
        top: 35%;
        width: 15%;
        left: 0;
        -ms-transform:rotate(60deg);
        -webkit-transform:rotate(60deg);
        transform:rotate(60deg);
    }
    .header-right-line2__icomob img{
        width: 100%;
        display:block;
    }
    .header-right-line2__icomob2{
        display:block;
        position:absolute;
        top: 75%;
    }
    .header-right-line2__icomob2 .cloud img{
        width: 58px;
    }
    .header-right-line2__icomob2 .sun img{
        width: 40px;
    }
    .cloud{
        position:relative;
        z-index:1;
    }
    .sun{
        position:absolute;
        z-index:0;
        top:-16px;
        right:0;
    }
    .header-right-line3{
        position:inherit;
        left: inherit;
        top: inherit;
    }
    .header-right-line_first{
        margin: 0 auto;
    }

    .header-right-line_second{
        display:none;
    }
    .header-right-line2_first{
        margin: 50px 0 0 -15%;
        width: 50%;
        position:relative;
        z-index:2;
    }
    .header-right-line2_second{
        margin: -40% 0 0 60%;
    }
    .header-right-line2_last{
        display: none;
    }
    .header-right-line3_first{
        margin: 50px auto 0 auto;
    }
    .main-heading{
        font-size: 24px;
        opacity: 0;
        -webkit-transition: opacity 3s linear;
        transition: opacity 3s linear;
    }
    .main-heading.active{
        opacity: 1;
    }
    .apps-block{
        display:block;
        padding: 40px 0 40px 0;
    }

    .app{
        width: 100%;
        height: 400px;
        border-radius: 26px;
        padding:16px 0;
        display: block;
    }
    .app-wrapper{
        bottom: 16px;
        padding: 0 14px;
    }
    .nooradar{
        background: #1b5fb3 url(/bundles/apalonweather/images/main/radar_back_mob.png) center top no-repeat;
        background-size:contain;
        box-shadow: none;
        opacity:0;
        -webkit-transition: opacity 3s linear;
        transition: opacity 3s linear;
    }
    .planes{
        background: #1c90df url(/bundles/apalonweather/images/main/pl_back_mob.png) center top no-repeat;
        background-size:contain;
        margin-top: 20px;
        box-shadow: none;
        opacity:0;
        -webkit-transition: opacity 3s linear;
        transition: opacity 3s linear;
    }
    .nooradar.active,
    .planes.active{
        opacity:1;
    }


    .app-name{
        font-size: 24px;
        line-height:normal;
    }
    .app-description{
        font-size: 14px;
        line-height: normal;
        padding-top:15px;
        /*max-width: 300px;*/
    }
    .app-see-more{
        font-size: 14px;
        padding-top:15px;
    }
    .app-see-more span{
        color: #fff;
        text-decoration: none;
        display: inline-block;
        background:url(/bundles/apalonweather/images/main/arrow@2x.png) 90% center no-repeat;
        background-size:20px 20px;
        padding-right: 30px;
        border-radius: 11px;
        padding: 10px 30px 10px 10px;
    }
    .app:hover .app-see-more span{
        color: #fff;
        text-decoration: none;
        background: rgba(226, 235, 240, .29) url(/bundles/apalonweather/images/main/arrow@2x.png) 90% center no-repeat;
        background-size:24px 24px;
        padding: 10px 40px 10px 10px;
    }
    .footer{
        width:inherit;
    }
    .footer .wrapper{
        border-top: 1px solid rgba(0,0,0, .2);
        padding: 30px 10px 30px 10px;
        overflow:hidden;
    }
    .footer-left{
        float: none;
    }
    .footer-logo{
    }
    .footer-logo img{
        width: 111px;
        display:block;
    }
    .footer-copy{
        font-size: 12px;
        padding-top: 20px;
    }
    .footer-right{
        float:none;
        padding-top:20px;
        width: 100%;
    }
    .footer-menu{
        height: inherit;
        text-align:left;
    }
    .footer-menu a{
        line-height: 15px;
        font-size: 12px;
        padding: 0 20px 0 0;
        white-space:nowrap;
    }
    .footer-disclaimer{
        text-align:left;
        padding-top:20px;
        font-size:12px;
    }
    .content_box{
        font-size:12px;
        color: rgba(0,0,0,1);
        padding-bottom:30px;
    }
    .content_box a{
        font-size:12px;
        text-decoration: underline;
        color: rgba(0,0,0,1);
    }
    .content_box a:hover{
        text-decoration: none;
        color: rgba(0,0,0,1);
    }
    .content_box h4 {
        font-size: 16px;
        padding: 14px 0 5px;
        text-transform: uppercase;
    }
    .content_box p {
        padding-bottom: 10px;
    }
    .last_upd{
        margin: 20px 0 10px;
        font-size: 21px;
    }
}

.sub-page {
    background: rgba(0, 0, 0, 0.82);
    position: fixed;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.sub-page.show {
    display: flex;
}
.sub-box {
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    max-width: 325px;
    padding: 25px;
    border-radius: 14px;
    position: relative;
    color: #fff;
    text-align: center;
}
.sub-content__hdr {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.159375px;
    color: #252A33;
}
.sub-content__txt {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #252A33;
    padding-top: 7px;
}
.sub-form {
    padding-top: 15px;
}
.sub-form input {
    height: 46px;
    border: 1px solid #E4E8F1;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 10px;
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 18px;
    color: #ACBAD8;
    outline: none;
}
.sub-form input.notvalid {
    border: 1px solid #b70404;
}
.sub-form input::-webkit-input-placeholder {
    color: #ACBAD8;
}
.sub-form input::placeholder {
    color: #ACBAD8;
}
.form-submit {
    display: flex;
    height: 46px;
    width: 90%;
    align-items: center;
    justify-content: center;
    background: #35ADFF;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.0328205px;
    color: #FFFFFF;
    margin: 20px auto 0 auto;
    cursor: pointer;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
.congrats-wrapper {
    display: none;
}
.congrats-wrapper.active {
    display: block;
}
.form-wrapper.hidden {
    display: none;
}
