html,
body{
    overflow: hidden !important;
	position: absolute;
}

.wrap-1{
    padding: 0 60px;
    max-width: 1202px;
}

.preloader{
	background: #fff;
}



/*** Header ***/

.light-color .header{
    background: transparent;
    height: 75px;
}

    .header .wrap-1{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 5px;
    }

        .logo{
            background: url(../image/logo.png) center no-repeat;
            width: 143px;
            height: 40px;
        }

        .light-color .header .a-button{
            width: 182px;
            height: 45px;
            border: 0;
            border-radius: 3px;
            background-color: #097fcd;
            background-image: url(../image/user.png);
            background-position: left 15px center;
            background-repeat: no-repeat;
            padding: 0 20px 0 50px;
            text-transform: uppercase;
            color: #fff;
            overflow: hidden;
            font-size: 10px;
            line-height: 48px;
            font-family: 'Gotham Pro';
            font-weight: bold;
            box-shadow: 0 10px 20px rgba(9, 127, 205, .2);
        }

            .light-color .header .a-button:hover{
                box-shadow: none;
            }

.header.coloured{
    background: #097fcd;
    transition: .5s;
    transform: translateY(-100%);
}

.header-coloured-show .header.coloured{
    transform: translateY(0);
}

    .header.coloured .a-button{
        border: 1px solid #fff;
        line-height: 46px;
        box-shadow: 0 5px 10px rgba(255,255,255, .2);
    }

/*** Header ***/



/*** VCPS ***/

.nav-vcpagescroll{
    right: 60px;
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

    .nav-vcpagescroll ul li{
        border: 0;
        background: #ddd;
        width: 10px;
        height: 10px;
    }

        .nav-vcpagescroll ul li.active{
            background: #097fcd;
            box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
        }

.nav-vcpagescroll .before, .nav-vcpagescroll .after{
    display: none;
}

.item-vcpagescroll{
    background: #fff;
}

.screen-mobile{
    background: #f6f6f6;
}

/*** VCPS ***/



/*** Slider ***/

#main-slider{
    position: relative;
}

    #main-slider:before,
    #main-slider:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
        background: #097fcd;
        transition: .8s;
    }

        #main-slider:after{
            width: 30%;
            left: inherit;
            right: 0;
            background: #fff;
        }

    #main-slider .title-bg{
        position: absolute;
        top: 0;
        left: 35%;
        width: 100%;
        height: 100%;
        z-index: 1;
        font-size: 400px;
        font-family: 'Gotham Pro';
        font-weight: bold;
        letter-spacing: 20px;
        color: rgba(255,255,255,.1);
        transition: transform .8s;
        transform: none;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .control-button-vcslider{
        display: none;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .radio-controls-vcslider{
        width: 100%;
        clear: both;
        left: 0;
        top: 28%;
        max-width: 1202px;
        padding: 0 60px;
        margin: auto;
        position: relative;
        text-align: left;
    }

        .vcslider .wrapper-vcslider .desk-vcslider .radio-controls-vcslider li{
            background: rgba(255,255,255,.2);
            height: 2px;
            margin: 0 10px 0 0;
            width: 80px;
            float: inherit;
            display: inline-block;
        }

            .vcslider .wrapper-vcslider .desk-vcslider .radio-controls-vcslider li.active{
                background: rgba(255,255,255,1);
                width: 80px;
            }

    .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .photo{
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 30%;
        height: calc(100% - 50px);
        width: auto;
        transform: translateX(50%);
        animation-name: currentSlideTranslatePhoto;
        animation-duration: 1.2s;
        animation-delay: 0s;
        animation-fill-mode: both;
    }

        .vcslider.first-time .wrapper-vcslider .desk-vcslider .item-vcslider.next-slide .photo{
            animation-name: nextSlideTranslatePhoto !important;
            animation-duration: 0s !important;
        }

        .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider.next-slide .photo{
            animation-name: nextSlideTranslatePhoto;
        }

            @keyframes nextSlideTranslatePhoto{
                from{
                    transform: translateX(calc(50% + 100px));
                    opacity: 0;
                }
                80%{
                    transform: translateX(50%);
                }
                to{
                    opacity: 1;
                }
            }

            @keyframes currentSlideTranslatePhoto{
                from{
                    transform: translateX(50%);
                }
                to{
                    transform: translateX(calc(50% - 100px));
                }
            }

    .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1{
        left: 0;
        top: calc(28% + 50px);
        position: relative;
        /*transition: transform .8s;
        transform: translateX(-50px);*/
        animation-name: currentSlideTranslate;
        animation-duration: .8s;
        animation-delay: 0s;
        animation-fill-mode: both;
    }

        .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider.active .wrap-1{
            /*transform: none*/
        }

        .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider.next-slide .wrap-1{
            animation-name: nextSlideTranslate;
        }

            @keyframes nextSlideTranslate{
                from{
                    transform: translateX(100px);
                    opacity: 0;
                }
                80%{
                    transform: translateX(0%);
                }
                to{
                    opacity: 1;
                }
            }

            @keyframes currentSlideTranslate{
                from{
                    transform: translateX(0);
                }
                to{
                    transform: translateX(-100px);
                }
            }

        .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1 h2{
            font-family: 'Gotham Pro';
            font-weight: bold;
            font-size: 48px;
            line-height: normal;
            letter-spacing: 2px;
            text-transform: uppercase;
            width: 60%;
        }

        .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1 p{
            margin: 40px 0 60px 0;
            font-family: 'Gotham Pro';
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            width: 45%;
        }

        .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1 .a-button{
            width: 230px;
            height: 50px;
            border: 0;
            border-radius: 3px;
            background-color: #1cbb23;
            padding: 0;
            text-align: center;
            color: #fff;
            overflow: hidden;
            font-size: 14px;
            line-height: 50px;
            font-family: 'Gotham Pro';
            font-weight: 500;
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        }

            .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1 .a-button:hover{
                box-shadow: none;
            }

/*** Slider ***/



/*** Advantages ***/

.mobile-floating{
    position: absolute;
    bottom: 0;
    left: calc(50% - 177.5px);
    width: 355px;
    height: calc(100% - 75px);
    background: url(../image/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    transform: translate(0px, 100%);
}

    #mobile-floating-inside{
        transform: translate(0, 0);
        display: none;
    }

    /*#mobile-floating{
        animation-name: mobileFloatingHideHalf;
        animation-duration: 0s;
        animation-delay: 0s;
        animation-fill-mode: both;
    }

    #mobile-floating.show{
        animation-name: mobileFloatingShowHalf;
        animation-delay: 1s;
        animation-duration: .5s;
    }

    #mobile-floating.hide{
        animation-name: mobileFloatingHideHalf;
        animation-delay: 0s;
        animation-duration: 1s;
    }

    #mobile-floating.show-full{
        animation-name: mobileFloatingShowFull;
        animation-delay: 0s;
        animation-duration: 1s;
    }

    @keyframes mobileFloatingShowHalf{
        from{
            transform: translate(0px, 100%);
        }
        to{
            transform: translate(0px, 51%);
        }
    }

    @keyframes mobileFloatingHideHalf{
        from{
            transform: translate(0px, 51%);
        }
        to{
            transform: translate(0px, 100%);
        }
    }

    @keyframes mobileFloatingShowFull{
        from{
            transform: translate(0px, 51%);
        }
        to{
            transform: translate(0px, 0%);
        }
    }*/

#advantages-graph-gradient{
    position: absolute;
    z-index: 0;
    background: transparent;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.advantages-graph{
    position: absolute;
    z-index: 0;
    background: transparent;
    height: 312px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.advantages{
    position: relative;
    z-index: 1;
    padding: 120px 0 0 0;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
}

    .advantages .item{
        width: 310px;
        animation-name: advantagesHide;
        animation-duration: .5s;
        animation-delay: 1s;
        animation-fill-mode: both;
    }

        .active .advantages .item{
            animation-name: advantagesShow;
            animation-delay: .9s;
        }

        .active .advantages .item:nth-child(2){
            animation-delay: 1.2s;
        }

        .active .advantages .item:nth-child(3){
            animation-delay: 1.5s;
        }

        @keyframes advantagesHide{
            from{
                opacity: 1;
            }
            to{
                opacity: 0;
            }
        }

        @keyframes advantagesShow{
            from{
                opacity: 0;
            }
            to{
                opacity: 1;
            }
        }

    .advantages .item img,
    .advantages .item svg{
        width: 50px;
        height: 60px;
        margin: 0 0 20px 0;
    }

        .advantages .item svg path{
            fill: #097fcd;
        }

    .advantages .item img{
        display: none;
    }

    .advantages .item h5,
    .advantages .item h4,
    .advantages .item p{
        font-family: 'Gotham Pro';
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #0296eb;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .advantages .item h4{
        font-weight: bold;
        color: #000;
        font-size: 16px;
        text-transform: inherit;
    }

    .advantages .item p{
        font-weight: 500;
        color: #606060;
        font-size: 12px;
        line-height: 18px;
        text-transform: inherit;
        margin-top: 10px;
    }

.data-wrap{
    position: absolute;
    z-index: 1;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .data-wrap .wrap-1{
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .data-wrap .data{
        margin-bottom: 60px;
        padding-bottom: 65px;
        position: relative;
        text-align: left;
        animation-name: advantagesHide;
        animation-duration: .5s;
        animation-delay: 1s;
        animation-fill-mode: both;
    }

        .active .data-wrap .data{
            animation-name: advantagesShow;
            animation-delay: 1.4s;
        }

        .active .data-wrap .data.right{
            animation-delay: 1.6s;
        }

        .data-wrap .data .date,
        .data-wrap .data .name-count{
            font-size: 'Gotham Pro';
            color: #000;
            font-size: 11px;
            line-height: normal;
            margin-bottom: 5px;
        }

        .data-wrap .data .name-count{
            margin: -2px 0 0 0;
        }

        .data-wrap .data .count{
            font-size: 'Gotham Pro';
            font-weight: bold;
            color: #3570b7;
            font-size: 30px;
            line-height: normal;
        }

        .data-wrap .data:after{
            content: '';
            position: absolute;
            display: block;
            bottom: 0;
            left: 0;
            height: 55px;
            width: 1px;
            background: #dddddd;
        }

    .data-wrap .data.right,
    .data-wrap .data.right *{
        text-align: right !important;
    }

    .data-wrap .data.right{
        margin-bottom: 100px;
        padding: 65px 0 0 0;
    }

        .data-wrap .data.right:after{
            left: inherit;
            right: 0;
            top: 0;
            bottom: inherit;
        }

/*** Advantages ***/



/*** Mobile Block ***/

.third-screen-scroll .scroll-element{
    display: none !important;
}

.screen-mobile .wrap-1{
    height: 100vh;
    position: relative;
}


.mobile-block{
    padding: 120px 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .mobile-block .left{
        margin-right: 207px;
    }

    .mobile-block .right{
        margin-left: 207px;
    }

    .mobile-block .item{
        width: 300px;
    }

        .mobile-block .item:nth-child(1),
        .mobile-block .item:nth-child(2){
            margin-bottom: 70px;
        }

        .mobile-block .item,
        .mobile-block .item *{
            text-align: right;
        }

        .mobile-block .right .item,
        .mobile-block .right .item *{
            text-align: left;
        }

    .mobile-block .item img,
    .mobile-block .item svg{
        width: 30px;
        height: 36px;
        margin: 0 0 25px 0;
    }

        .mobile-block .item svg path,
        .mobile-block .item svg circle{
            fill: #01c796;
        }

        .pc-block .item svg path,
        .pc-block .item svg circle{
            fill: #fff !important;
        }

        .mobile-block .item img{
            display: none;
        }

    .mobile-block .item h5,
    .mobile-block .item p{
        font-family: 'Gotham Pro';
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .mobile-block .item p{
        font-weight: 500;
        color: #606060;
        font-size: 12px;
        line-height: 18px;
        text-transform: inherit;
        margin-top: 10px;
    }

    .mobile-block .item{
        animation-name: advantagesHide;
        animation-duration: .5s;
        animation-delay: .9s;
        animation-fill-mode: both;
    }

        .active .mobile-block .item{
            animation-name: advantagesShow;
            animation-delay: .9s;
        }

        .active .mobile-block .right .item:nth-child(1){
            animation-delay: 1.15s;
        }

        .active .mobile-block .left .item:nth-child(2){
            animation-delay: 1.4s;
        }

        .active .mobile-block .right .item:nth-child(2){
            animation-delay: 1.65s;
        }

/*** Mobile Block ***/



/*** Functions Block ***/

.functions-block{
    padding: 65px 0 0 0;
    height: auto;
    display: block;
    background: #fff;
    overflow: hidden;
}

    .functions-block h2{
        color: #3a454c;
        font-weight: bold;
        font-family: 'Gotham Pro';
        font-size: 36px;
        line-height: normal;
        text-align: center;
        margin: 0 0 50px 0;
    }

    .functions-block .content-functions{
        position: relative;
    }

        .functions-block .content-functions .functions-outer{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            transition: .5s;
            transition-delay: .5s;
        }

            .functions-block .content-functions .functions-outer.active{
                opacity: 1;
                position: relative;
                z-index: 2;
            }

    .functions-block .select-functions{
        background: transparent;
        text-align: center;
        margin-bottom: 75px;
    }

        .functions-block .select-functions a.a-button{
            height: 52px;
            width: 180px;
            margin: 0 9px;
            line-height: 52px;
            font-weight: 300;
            font-family: 'Gotham Pro';
            font-size: 16px;
            color: #6b6b6b;
            border: 1px solid #d4d4d4;
            border-radius: 3px;
        }

            .functions-block .select-functions a.a-button.active{
                color: #fff;
                background: #00c796;
                border-color: #00c796;
                box-shadow: 0 10px 10px rgba(0,0,0,.1);
            }

            .functions-block .select-functions a.a-button.active:after{
                display: none;
            }

    .slick-center .functions-inside .functions-text{
        background: transparent;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        color: #606060;
        font-family: 'Gotham Pro';
        font-weight: 500;
    }

        .slick-center .functions-inside .functions-text .functions-title{
            margin: 0 0 20px 0;
            font-weight: bold;
            font-size: 16px;
            line-height: 24px;
            color: #000;
        }

    .functions-inside .functions-image .img-inside{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 40%;
        background-position: center;
        background-repeat: no-repeat;
        transition: .5s;
        opacity: 1;
    }

    .slick-center .functions-inside .functions-image .img-inside{
        opacity: 1
    }

/*** Functions Block ***/



/*** PC Block ***/

.pc-block{
    flex-direction: column;
    height: 600px;
    background: #097fcd;
    overflow: hidden;
}

    .pc-block:before{
        content: '';
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../image/macbook.png?);
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 0;
    }

    .pc-block h2{
        font-weight: bold;
        font-family: 'Gotham Pro';
        font-size: 36px;
        height: 36px;
        margin-bottom: 40px;
        z-index: 1;
    }

    .pc-block .wrap-1{
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 1;
        padding: 0;
    }

    .pc-block .left{
        margin-right: 340px;
    }

    .pc-block .right{
        margin-left: 340px;
    }

    .pc-block .item{
        width: 265px;
    }

        .mobile-block .item:nth-child(1),
        .mobile-block .item:nth-child(2){
            margin-bottom: 70px;
        }

    .pc-block .item p{
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
        font-weight: 500
    }

    .pc-block .item{
        animation-name: advantagesHide;
    }

    .active .pc-block .item{
        animation-name: advantagesHide;
    }

    .pc-block .show .item{
        animation-name: advantagesShow;
        animation-delay: .5s;
    }

        .pc-block .show .item{
            animation-name: advantagesShow;
            animation-delay: 0s;
        }

        .pc-block .show .right .item:nth-child(1){
            animation-delay: .25s;
        }

        .pc-block .show .left .item:nth-child(2){
            animation-delay: .5s;
        }

        .pc-block .show .right .item:nth-child(2){
            animation-delay: .75s;
        }

/*** PC Block ***/



/*** Versions ***/

.versions{
    background: #fff;
    padding: 70px 0 40px 0;
}

.versions .wrap-1{
    height: auto;
}

.versions h2{
    font-size: 36px;
    line-height: normal;
    color: #3a454c;
    font-weight: bold;
    font-family: 'Gotham Pro';
    text-align: center;
}

.versions .after-h2{
    color: #606060;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 15px auto 55px auto;
    width: 50%;
    text-transform: inherit;
    font-weight: 500;
}

.versions-outer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.versions-outer .version{
    width: 300px;
    height: 465px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 30px 20px 25px 25px;
    font-family: 'Gotham Pro';
    font-weight: 300;
    transition: .2s;
    background: #fff;
    position: relative;
}

    .versions-outer .version.hover{
        transform: scale(1.05);
        z-index: 1;
        border-color: #00c796;
        box-shadow: 0 10px 30px rgba(98,113,109,.2)
    }

.versions-outer .version .title{
    font-size: 24px;
    line-height: normal;
    margin: 0 0 30px 0;
    color: #000000;
    text-align: center;
}

.versions-outer .version .price {
    font-size: 36px;
    line-height: normal;
    margin: 0 0 30px 0;
    color: #24e0fc;
    text-align: center;
}

    .versions-outer .version .price span{
        font-size: 24px;
    }

.versions-outer .version .title-2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 20px 0;
    color: #000;
    text-align: center;
}

.versions-outer .version ul li {
    position: relative;
    color: #000;
    font-size: 14px;
    margin: 0 0 18px;
    padding: 0 0 0 27px;
}

    .versions-outer .version ul li:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00c796;
    }

.versions-outer .version .a-button {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #6b6b6b;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    width: calc(100% - 20px);
    padding: 0;
    text-align: center;
}

    .versions-outer .version .a-button:hover,
    .versions-outer .version.hover .a-button {
        background: #00c796;
        border-color: #00c796;
        color: #fff;
    }

.versions .questions{
    color: #606060;
    font-size: 18px;
    line-height: 18px;
    margin-top: 40px;
    text-align: center;
    font-weight: 300;
    font-family: 'Gotham Pro';
}

    .versions .questions a {
        color: #00c796;
    }

    .versions .questions a:hover {
        color: #606060;
    }

/*** Versions ***/



/*** Download ***/

.download{
    background: #0781d2;
    padding: 25px 0;
    text-align: center;
}

.download h2{
    font-weight: 100;
    font-family: 'Gotham Pro';
    font-size: 24px;
    margin: 0 0 25px 0;
}

.download .a-button {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #00c796;
    border-radius: 3px;
    width: 230px;
    padding: 0;
    text-align: center;
    background: #00c796;
    box-shadow: 0 10px 30px rgba(0,0,0,.2)
}

    .download .a-button:hover {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

/*** Download ***/



/*** Footer ***/

.footer{
    position: relative;
    height: 43px;
    font-size: 12px;
    font-family: 'Gotham Pro';
    font-weight: 300;
    line-height: 43px;
    background: #0164a5 !important;
}

.footer .wrap-1{
    height: 100%;
    max-width: inherit;
}

.footer .copyright{
    float: left;
    text-align: left;
    width: 30%;
}

.footer .menu{
    float: left;
    color: #004c7e;
    width: 40%;
    text-align: center;
}

    .footer .menu a{
        color: #fff;
        display: inline-block;
        margin-left: 20px;
    }

    .footer .menu a:first-child{
        margin-right: 20px;
    }

.footer .advanced{
    float: right;
    color: #004c7e;
    width: 30%;
    text-align: right;
    color: #fff;
    display: none;
}

    .footer .advanced a{
        color: #fff;
        display: inline-block;
    }

/*** Footer ***/





@media (min-height: 900px){

    .advantages{
        padding-top: 240px;
    }

}














.popup-html{
    display: none;
}

#vc-popup{
   position: fixed;
   z-index: 999999999999999999999;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   overflow: auto;
   display: none;
   opacity: 0;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   flex-shrink: 1;
   transition: opacity .7s;
   padding: 0px 0;
   overflow: hidden;
}

#vc-popup.display-flex{
   display: block;
}

#vc-popup.full-opacity{
   opacity: 1;
}

#vc-popup .overlay{
   position: fixed;
   z-index: 999;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 0;
   background: rgba(78, 78, 78, 0.7);
}

#vc-popup .container{
   width: 100%;
   margin: 0;
   height: 100%;
   z-index: 1;
   flex-shrink: 0;
   flex-grow: 0;
   position: relative;
   padding: 0px;
   overflow: hidden;
   background: #fff;
}

#vc-popup .container .content{
   width: 100%;
   max-width: 800px;
   height: 100%;
   margin: 0 auto;
   position: relative;
   padding: 60px 0 0 0;
   text-align: center;
   overflow: visible;
}

#vc-popup .close{
   position: absolute;
   top: 55px;
   right: 60px;
   background: transparent;
   width: 24px;
   height: 24px;
   overflow: visible;
   cursor: pointer;
   transition: .5s;
}

    #vc-popup .close:hover .line1,
	#vc-popup .close:hover .line2{
       background: #097fcd;
    }

#vc-popup .close .line1, #vc-popup .close .line2{
   background: #000;
   width: 85%;
   height: 2px;
   transform: rotate(45deg);
   top: 12px;
   left: 1px;
   position: absolute;
}

#vc-popup .close .line2{
   transform: rotate(135deg);
}

#vc-popup .container h2 {
    font-size: 36px;
    line-height: 17px;
    color: #1c5061;
    margin: 0 0 25px;
    font-family: 'Gotham Pro';
    font-weight: 300;
    margin-bottom: 60px;
}

body.popup-open{
    overflow: hidden;
}

#vc-popup .container .content .inside-content{
   background: transparent;
   position: absolute;
   bottom: 0;
   height: calc(100% - 100px);
   text-align: left;
   font-weight: 300;
   color: #1c5061;
   font-size: 18px;
   line-height: 17px;
   text-indent: 35px;
   overflow: visible;
}

.text-content-popup{
    padding: 60px 0 60px 0 !important;
    transform: translateZ(0);
    font-size: 15px;
}

#inside-popup-scroll:before{
    content: '';
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, #fff, rgba(255,255,255,0));
    z-index: 1;
}

#inside-popup-scroll:after{
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, #fff, rgba(255,255,255,0));
}

#vc-popup .container .content .inside-content .scroll-wrapper{
   height: 100%;
   overflow: visible !important;
}

#inside-popup-scroll{
    position: relative;
}

#vc-popup .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar{
    left: -1px;
    /*max-height: 60px;*/
    background: #097fcd;
    opacity: 1;
}

#vc-popup .scrollbar-macosx > .scroll-element .scroll-element_track{
    display: block;
    height: 100%;
    width: 3px;
    background: #e8e8e8;
    border-radius: 2px;
}

#vc-popup .scrollbar-macosx > .scroll-element.scroll-y{
    right: -30px;
}





#vc-popup.display-flex.buy-popup{
   display: flex;
}

#vc-popup.buy-popup .container{
    width: 500px;
    height: auto;
    border-radius: 10px;
    border: 2px solid #00c796;
    overflow: visible;
}

#vc-popup.buy-popup .container .content{
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}

#vc-popup.buy-popup .container .content h2{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    margin: 10px;
    padding-top: 25px;
}

#vc-popup.buy-popup .container .content h2.payment-h2{
    margin-top:35px;
}

#vc-popup.buy-popup .container .content h3,
#vc-popup.buy-popup .container .content h4{
    font-size: 14px;
    line-height: 14px;
    color: #1c5061;
    margin: 0 0 25px;
    font-family: 'Gotham Pro';
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: inherit;
    /* overflow: hidden; */
    text-align: center;
    padding: 0;
    /* display: none; */
}

    #vc-popup.buy-popup .container .content h4{
        margin: 0;
    }

    #vc-popup.buy-popup .container .content h4 span{
        font-size: 23px;
        color: #24e0fc;
    }

#vc-popup.buy-popup .close{
    top: -25px;
    right: -25px;
}

    #vc-popup.buy-popup .close:hover .line1,
	#vc-popup.buy-popup .close:hover .line2{
       background: #00c796;
    }

#vc-popup.buy-popup #inside-popup-scroll:before,
#vc-popup.buy-popup #inside-popup-scroll:after{
    display: none;
}

#vc-popup.buy-popup .container .content .inside-content{
    height: auto !important;
    position: relative;
    text-align: center;
    padding: 25px 30px;
    max-height: 500px;
    overflow: auto;
    box-sizing: border-box !important;
    /* display: none; */
}

    #vc-popup.buy-popup .scrollbar-macosx > .scroll-element.scroll-y{
        right: 5px;
        max-height: calc(100% - 4px);
        height: calc(100% - 4px);
        min-height: calc(100% - 4px);
        width: 4px;
        top: 2px;
    }

    #vc-popup.buy-popup .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer,
    #vc-popup.buy-popup .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size{
        top: 0;
    }

    #vc-popup.buy-popup .scrollbar-macosx > .scroll-element .scroll-element_track{
        width: 4px;
    }

    #vc-popup.buy-popup .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar{
        left: 0;
        background: #00c796;
    }

#vc-popup.buy-popup .container .content .inside-content input[type="text"]{
    background: #E9E9E9;
    transition: .2s;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    color: #BBBBBB;
}

#vc-popup.buy-popup .container .content .inside-content input[type="text"],
#vc-popup.buy-popup .container .content .inside-content textarea{
    background: #E9E9E9;
    transition: .2s;
    border: 2px solid #E2E2E2;
    border-radius: 3px;
    color: #3f3f3f;
    position: relative;
    display: block;
    padding: 15px;
    height: 50px;
    text-transform: inherit;
}

    #vc-popup.buy-popup .container .content .inside-content textarea{
        height: 100px;
    }

    #vc-popup.buy-popup .container .content .inside-content input[type="text"].error,
    #vc-popup.buy-popup .container .content .inside-content textarea.error{
        border-color: #f40c0c;
    }

    #vc-popup.buy-popup .container .content .inside-content input[type="text"].success{
        border-color: #00c796;
    }

#vc-popup.buy-popup .container .content .inside-content .input{
    position: relative;
    padding: 0;
    height: auto;
    border: 0;
    margin: 0 0 15px 0;
    /* display: none; */
}

    #vc-popup.buy-popup .container .content .inside-content .input span{
        display: block;
        padding: 0;
        width: 100%;
        margin: 0;
        clear: both;
        text-align: left;
        text-indent: 0px;
        font-size: 13px;
        line-height: 25px;
        height: 0;
        transition: .2s;
    }

        #vc-popup.buy-popup .container .content .inside-content .input input.error + span{
            height: auto;
        }

#vc-popup.buy-popup .text-content-popup{
    margin: 0 0 0 0;
    padding: 0 !important;
}

#vc-popup.buy-popup ::-webkit-input-placeholder {
    color: #BBBBBB;
}

#vc-popup.buy-popup ::-moz-placeholder {
    color: #BBBBBB;
}

#vc-popup.buy-popup :-moz-placeholder {
    color: #BBBBBB;
}

#vc-popup.buy-popup :-ms-input-placeholder {
    color: #BBBBBB;
}

#vc-popup.buy-popup .overlay{
    background: rgba(255,255,255,.95);
}

#vc-popup.buy-popup .a-button {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    width: 300px;
    padding: 0;
    text-align: center;
    margin: auto;
    background: #00c796;
    border-color: #00c796;
    color: #fff;
    font-family: 'Gotham Pro';
    font-weight: bold;
    margin-bottom: 60px;
    margin: 25px 0 0 0;
    /* display: none; */
}




@media (max-width: 1199px){

    .advantages .item{
        width: 260px;
    }

    .mobile-block .item{
        width: 260px;
    }

    .pc-block .left{
        margin-right: 310px;
    }

    .pc-block .right{
        margin-left: 310px;
    }

    .pc-block .item{
        width: 100%;
    }

    .footer .copyright,
    .footer .advanced{
        width: 20%;
    }

    .footer .wrap-1{
        padding: 0 60px;
    }

    .footer .menu{
        width: 60%;
    }

}





.percent-100{
    display: none;
}

.light-color .header .a-button.mobile-user{
    display: none;
}

@media (max-width: 899px){

    .light-color .header{
        height: 85px;
    }

    .header .wrap-1{
        padding: 0 20px;
    }

    .light-color .header .a-button.mobile-user{
        display: block;
        background: #fff;
        border-radius: 3px;
        width: 40px;
        height: 40px;
        min-width: inherit;
        padding: 0;
        box-shadow: rgba(9,127,205, .2) 0 10px 20px;
        background-image: url('../image/user-mobile.png');
        background-repeat: no-repeat;
        background-position: center;

    }

    .light-color .header .a-button{
        display: none;
    }

    #main-slider .title-bg{
        display: none;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .radio-controls-vcslider{
        padding: 0;
        text-align: center;
        top: 24%;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .radio-controls-vcslider li,
    .vcslider .wrapper-vcslider .desk-vcslider .radio-controls-vcslider li.active{
        height: 2px;
        width: 40px;
        margin: 0 5px;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .photo{
        display: none !important;
        animation-name: none;
        opacity: 0;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1{
        padding: 0 20px;
        text-align: center;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1 h2{
        font-size: 24px;
        letter-spacing: .075em;
        width: 100%;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1 p{
        margin: 30px auto 70px;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        padding: 0;
        width: 100%;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1 .a-button{
        width: 190px;
        font-weight: 400;
        font-size: 14px;
    }

    #main-slider:before{
        width: 100%;
    }

    #main-slider:after{
        width: 0%;
    }

    .vcpagescroll{
        height: 100%;
        position: absolute;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .vcpagescroll .additional-slides{
        display: none;
    }

    .vcpagescroll .slides-vcpagescroll{
        position: relative;
        height: auto !important;
    }

    .vcpagescroll .slides-vcpagescroll .item-vcpagescroll{
        position: relative;
        height: auto !important;
        display: block !important;
        opacity: 1;
        top: 0 !important;
    }

    #main-slider{
        height: 100vh;
        min-height: 450px;
        max-height: 600px;
    }

    html, body{
        /* overflow: inherit !important; */
        /* position: inherit !important; */
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        margin: 0;
        -webkit-overflow-scrolling: auto;
        overflow: hidden !important;
    }

    .wrap-1{
        padding: 0 20px;
    }

    #advantages-graph-gradient,
    .advantages-graph,
    .data-wrap{
        display: none;
    }

    .advantages{
        padding: 50px 0 10px 0;
        display: block;
        text-align: center;
    }

    .advantages .item{
        animation-name: none;
        width: 100%;
        margin: 0 0 40px;
    }

    .advantages .item img, .advantages .item svg{
        margin: 0;
    }

    .advantages .item h5{
        text-align: center;
        margin: 10px 0 15px;
        padding: 0;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }

    .advantages .item p{
        margin: 0 0 10px;
    }

    .scroll-wrapper{
        height: auto;
    }

    .scroll-wrapper > .scroll-content{
        max-height: inherit !important;
    }

    .mobile-block .left,
    .mobile-block .right{
        margin: 0;
        padding: 0;
        width: 100%;
        float: inherit;
    }

    .screen-mobile .wrap-1{
        display: block;
    }

    .mobile-block .item{
        margin: 0 0 30px !important;
        animation-name: none !important;
        text-align: center !important;
        width: 100%;
    }

    .mobile-block .item svg{
        margin: 0 0 15px 0;
    }

    .mobile-block .item h5{
        text-align: center !important;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .mobile-block .item p{
        text-align: center !important;
        margin: 0;
    }

    .screen-mobile .wrap-1{
        height: auto;
        padding: 60px 20px 30px;
    }

    .functions-block{
        padding: 65px 20px 0;
    }

    .functions-block h2{
        color: #3a454c;
        margin: 0;
        font-size: 30px;
        letter-spacing: .025em;
    }

    .functions-block .select-functions{
        margin: 35px 0 60px;
        overflow: hidden;
    }

    .functions-block .select-functions a.a-button{
        float: left;
        width: 50%;
        min-width: inherit;
        margin: 0;
    }

    .functions-block .select-functions a.a-button:first-child{
        border-radius: 3px 0 0 3px;
        border-color: #00c796;
    }

    .functions-block .select-functions a.a-button:last-child{
        border-radius: 0 3px 3px 0;
        border-color: #00c796;
    }

    .functions-inside:before, .functions-inside:after{
        width: 20px;
    }

    .functions-inside .functions-image{
        margin: 0 auto 40px auto;
    }

    .functions-inside .functions-text{
        width: 280px;
    }

    .pc-block{
        height: auto;
        padding: 50px 0 0 0;
    }

    .pc-block:before{
        display: none;
    }

    .pc-block h2{
        font-size: 30px;
        line-height: 36px;
        letter-spacing: .025em;
        text-align: center;
        height: auto;
        margin: 0;
    }

    .pc-block .item{
        margin: 0 0 40px 0 !important;
    }

    .mobile-block .item svg{
        margin: 0 0 10px 0;
    }

    .versions{
        padding: 50px 0 0;
    }

    .versions h2{
        color: #3a454c;
        font-size: 30px;
    }

    .versions .after-h2{
        width: 100%;
        margin: 25px 0 30px;
        padding: 0 20px;
    }

    .versions .wrap-1{
        padding: 0 20px;
    }

    .versions-outer{
        display: block;
    }

    .versions-outer .version{
        width: 100%;
        height: auto;
        transform: none !important;
        max-width: 450px;
        padding: 40px 10px 35px;
        margin: 0 auto 40px;
    }

    .versions-outer .version .title{
        margin: 0 0 25px;
    }

    .versions-outer .version .price{
        color: #00c796;
    }

    .versions-outer .version .title-2{
        margin: 0 0 25px 0;
    }

    .versions-outer .version ul li{
        margin: 0 0 10px 0;
    }

    .versions-outer .version .a-button{
        margin: 25px auto 0;
        display: block;
        max-width: 230px;
    }

    .versions .questions{
        font-size: 18px;
        line-height: 30px;
        margin: 45px 0 0;
        padding: 0 0 50px 0;
    }

    .versions .questions a{
        display: block;
    }

    .footer{
        height: auto;
        position: relative;
    }

    .footer .wrap-1{
        position: relative;
        padding: 0 20px 65px;
    }

    .footer .copyright{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 65px;
        background: #0781d2;
        text-align: center;
        font-size: 12px;
    }

    .footer .menu{
        position: relative;
        float: inherit;
        width: 100%;
        font-size: 0px;
        line-height: 0;
        padding: 15px 0;
    }

    .footer .menu a{
        font-size: 12px;
        display: block;
        margin: 0;
        line-height: 30px;
        margin: 0 !important;
    }

    #vc-popup.buy-popup .container{
        width: 100%;
        border: 0;
        border-radius: 0;
        height: 100%;
    }

    #vc-popup.buy-popup .container .content .inside-content{
        max-height: 100%;
    }

    #vc-popup.buy-popup .container .content .inside-content,
    #vc-popup.info-popup .container .content .inside-content{
        padding: 70px 20px 50px;
        height: auto !important;
        max-height: inherit !important;
        position: relative;
    }

    #vc-popup.buy-popup .container .content,
    #vc-popup.info-popup .container .content{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
    }

    #vc-popup.buy-popup .container .content .inside-content .input{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    #vc-popup.buy-popup .a-button{
        width: 100%;
        min-width: inherit;
        max-width: 280px;
        margin-top: 15px;
    }

    #vc-popup.buy-popup .close,
    #vc-popup.info-popup .close{
        right: 20px;
        top: 20px;
    }

    #vc-popup.info-popup .container .content{
        padding: 75px 20px 50px;
    }

    #vc-popup.info-popup .container .content .inside-content{
        padding: 0;
    }

    #vc-popup .container h2{
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }

    .text-content-popup{
        padding: 30px 0 0 !important;
        text-indent: 0px;
        font-size: 12px;
    }

    #inside-popup-scroll:before,
    #inside-popup-scroll:after{
        display: none;
    }

    .percent-100{
        display: block;
        margin: 0 auto 40px;
        width: 200px;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1:after{
        content: 'R';
        position: absolute;
        left: 0;
        top: 0;
        left: 50%;
        display: block;
        transform: translateX(-50%);
        font-size: 250px;
        font-weight: bold;
        line-height: 160px;
        color: #fff;
        opacity: .05;
        z-index: 0;
    }

    .vcslider .wrapper-vcslider .desk-vcslider .item-vcslider .wrap-1 *{
        position: relative;
        z-index: 1;
    }

    #vc-popup.buy-popup .container .content h2.payment-h2{
        margin-top: 60px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

}



@media (max-width: 400px){


    .functions-inside:before,
    .functions-inside:after{
        display: none;
    }

    .functions-inside:before, .functions-inside:after{
        width: 39px;
        height: 10px;
    }

    .slick-next,
    .slick-next:hover, .slick-next:focus{
        display: block !important;
        width: 39px;
        height: 10px;
        right: 15px;
        top: 42px;
        background: url('../image/mobile-arrow-right.png') center no-repeat;
        color: transparent;
    }

    .slick-prev,
    .slick-prev:hover, .slick-prev:focus{
        display: block !important;
        width: 39px;
        height: 10px;
        left: 15px;
        top: 42px;
        background: url('../image/mobile-arrow-left.png') center no-repeat;
        color: transparent;
    }

    .slick-prev:before, .slick-next:before{
        display: none;
    }


}