
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("../png/flags%402x.png");
    }
}

@media (max-width: 768px) {

    #header .block {
        padding-right: 0;
    }

    .plans-for-registration .plans-list.col-3 .sm-size-box {
        width: 100%;
    }

    .col-newsletters {
        padding: 26px 29px;
    }

    .requested-plan {
        background: url('../png/diamonds-registration.png') bottom right no-repeat;
    }

    .heading {
        font-size: 46px;
    }

    .list-checkbox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .list-checkbox li {
            width: 100%;
            padding-right: 0;
            margin-bottom: 10px;
        }

    .contact-information .form-control,
    .contact-information .input-group,
    .contact-information .select-selected,
    .contact-information .select-items {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .registration-title.title-section.type4 .container {
        padding-top: 10px;
    }

    .registration-title.title-section p {
        margin: 0;
    }

    .registration-title.title-section.custom-title p {
        margin: 0 0 60px;
    }

    .plans-for-registration .plans-block {
        margin-top: 60px;
    }

    .middle-part p {
        font-size: 18px;
        line-height: 24px;
    }

    .sm-size-box .middle-part {
        margin-bottom: -10px;
    }

    .plans-for-registration .plans-list .btn-page {
        font-size: 24px;
        min-height: 54px;
        font-weight: 600;
        max-width: 200px;
        padding: 0;
        line-height: 54px;
    }

    .registration-page .umbraco-forms-form fieldset {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .registration-page .umbraco-forms-container {
        padding: 0;
    }
}


@media (max-width: 580px) {
    .registration-page {
        padding: 58px 0 100px;
    }

    .requested-plan {
        background: url('../png/diamonds-registration.png') 26px bottom no-repeat;
        padding: 0;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .smaller-heading {
        font: 600 30px/40px Montserrat;
    }

    .dealer-plan {
        max-width: 260px;
    }

        .dealer-plan:before {
            background: url('../png/shadow_plan_mob.png') 0 0 no-repeat;
            max-width: 333px;
            height: 62px;
            left: -36px;
        }

    .interested-block {
        margin-bottom: 0;
    }

    .col-newsletters .row .col-sm-6:last-child .block {
        margin-bottom: 0;
    }

    .how-hear .form-group {
        max-width: 300px;
    }
}

@media (max-width: 359px) {
    .dealer-plan:before {
        display: none;
    }
}

@media (max-width: 580px) {
    .congratulation {
        background: url('../png/congrats_bg_mob.png') 100% 100% no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .text-congratulation h1 {
        font-size: 24px;
    }

    .text-congratulation {
        font-size: 15px;
        margin-top: 30px;
        padding: 37px 22px;
    }

        .text-congratulation p {
            margin-bottom: 25px;
        }

            .text-congratulation p:last-child {
                margin-bottom: 0;
            }
}

@media (max-width: 992px) {
    .primary .bottom-part {
        width: 53%;
    }

    .plans-for-registration .plan-img {
        display: none;
    }

    .plans-for-registration .sm-size-box {
        width: 25%;
    }
}

@media (max-width: 768px) {

    .plans-for-registration .plans-list {
        padding: 20px 0 0 0;
    }

    .plans-for-registration .plans-headline {
        padding: 0;
    }

        .plans-for-registration .plans-headline .tabset .nav-pills > li > a {
            padding-left: 5px;
            padding-right: 5px;
            white-space: nowrap;
            font-size: 15px;
            letter-spacing: -0.15px;
            font-weight: 600;
        }

        .plans-for-registration .plans-headline .tabset .nav {
            margin: 0 auto;
            text-align: center;
            
        }

    .additional-services .container-text {
        margin-bottom: 50px;
    }

    .plans-for-registration .box-plan {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .plans-for-registration .plans-list > li.instant-desktop {
        display: none;
    }

    .plans-for-registration .plans-list > li.instant-mobile {
        display: flex;
    }

    .plans-for-registration .sm-size-box:nth-child(n-2) {
        border-right: 1px solid #D0D2D3;
    }

    .plans-for-registration .sm-size-box.popular {
        border-color: #35393D;
        margin-top: 30px;
    }

    .label-popular {
        left: -1px;
        right: -1px;
        width: initial;
    }

    .popular .label-popular {
        width: auto;
    }

    .plans-for-registration .sm-size-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        border: 1px solid #D0D2D3;
    }

    .middle-part {
        margin-bottom: 43px;
    }

    .primary .bottom-part,
    .box-plan.sm-size-box .bottom-part {
        width: 100%;
        text-align: center;
    }

    .middle-part .price {
        margin: 0 0 10px;
    }



    .mobile-link {
        display: block;
    }

    .primary {
        margin-top: 0;
    }

    .plans-for-registration .tooltip-box,
    .plans-for-registration .desktop-downblock {
        display: none;
    }

    .plans-for-registration .inform-plan {
        margin: 0 0 40px;
        width: initial;
        max-width: initial;
        border-bottom: 1px solid #D0D2D3;
    }

    .mobile-downblock .table {
        table-layout: initial;
    }

    .mobile-downblock .table-information {
        border-top: none;
    }

        .mobile-downblock .table-information .table td {
            padding: 10px;
            vertical-align: middle;
        }
}

@media screen and (max-width: 768px) {
    .title-typeVideo {
        margin-left: auto;
        margin-right: auto;
        margin-top: 32px;
    }

        .title-typeVideo h1 {
            line-height: 0px;
        }

    .laptop-frame {
        height: 209px;
        width: 385px;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }

        .laptop-frame .preview-video {
            width: 269px;
            height: 167px;
            margin-top: 13px;
        }

    .video-box-whyRapNet .dimonds {
        bottom: -33px;
        right: 0px;
        left: unset;
    }
}

@media (max-width:600px) {
    .signup-form .footer-signup-form-description {
        margin-bottom: 30px;
    }

    .formContainer.news-letter.hs-form .form-columns-1:nth-child(2) {
        display: none;
    }
}

@media (max-width: 768px) {
    .link-list {
        border-top: solid 2px #464b50;
        padding-top: 52px !important;
    }

        .link-list h4 {
            padding-bottom: 43px;
            font-size: 28px;
        }
}

@media(min-width:497px) {
    .title-typeVideo .btns {
        width: 400px;
    }
}


@media(max-width:768px) {
    .title-section.type2.comapanyPage {
        background-image: url(../png/header_plan-light.png);
        background-position-y: bottom;
        background-position-x: center;
        height: auto;
        min-height:280px;
        background-size: cover;
        margin-top:0;
        display:flex;
        justify-content:center;
        align-content:center;

    }

        .title-section.type2.comapanyPage .container {
            margin-top: 0;
            padding-top: 44px;
            min-height:inherit;
           
        }


            .title-section.type2.comapanyPage .container h1 {
                margin-left: auto;
                margin-right: auto;
            }
}

@media(max-width:767px) {
    .why-text {
        margin-top: 20px;
        transform: none;
    }
}

@media(max-width: 1020px) {
    .modal-video-close-btn {
        position: absolute;
        z-index: 2;
        top: -32px !important;
        right: 0 !important;
        display: inline-block;
        width: 35px;
        height: 35px;
        overflow: hidden;
        border: none;
        background: transparent;
    }
}

@media(min-width:1131px) {
    #main-nav .buttom-links .btn:not(.btn-choose-plan) {
        width: 250px;
    }
}

@media(max-width:991px) {
    .banner-block {
        padding-bottom: 15px;
    }
}

@media (max-width:1477px) {
    .help-area.type6 .img {
        display: none;
    }

    .help-area.type6 .img-mobile {
        display: block;
    }
}

@media (min-width:1477px) {
    .help-area.type6 .img {
        display: block;
    }

    .help-area.type6 .img-mobile {
        display: none;
    }

    .help-area.type6.centred .img-mobile {
        display: block;
        z-index:100;
    }
}

@media(min-width:1240px) {
    .help-area.type5 .btns {
        margin-top: 41px;
    }
}

@media screen and (max-width: 576px) {
    .help-area.type5 .img {
        display: block !important;
        transform: scale(1);
    }
}

@media screen and (max-width: 991px) {
    .choose-button {
        display: block;
    }

    .help-area.type5 .btns .btn-primary {
        display: block;
    }

    .help-area.type5 h3 {
        font-size: 36px;
        line-height: 29px;
    }

    .help-area.type5 .type5-text {
        font-size: 17px;
    }

    .help-area.type6 h3 {
        font-size: 36px;
        line-height: 29px;
        text-align: center;
    }

    .help-area.type6 .type6-text {
        font-size: 17px;
        text-align: center;
    }

    .help-area.type6 .btns-float-right {
        float: none
    }

    .help-area.type6 .d-inline-block {
        display: block !important;
    }
}

@media only screen and (min-width: 1240px) {
    /* animations */
    .animated {
        -webkit-transition: all .5s;
        transition: all .5s;
        opacity: 0;
    }

    .delay-01 {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .delay-02 {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    .delay-03 {
        -webkit-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .delay-04 {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .delay-05 {
        -webkit-transition-delay: 1.7s;
        -o-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }

    .delay-06 {
        -webkit-transition-delay: 2.0s;
        -o-transition-delay: 2.0s;
        transition-delay: 2.0s;
    }

    .delay-07 {
        -webkit-transition-delay: 2.3s;
        -o-transition-delay: 2.3s;
        transition-delay: 2.3s;
    }

    .delay-08 {
        -webkit-transition-delay: 2.6s;
        -o-transition-delay: 2.6s;
        transition-delay: 2.6s;
    }

    .delay-09 {
        -webkit-transition-delay: 2.9s;
        -o-transition-delay: 2.9s;
        transition-delay: 2.9s;
    }

    .delay-10 {
        -webkit-transition-delay: 3.2s;
        -o-transition-delay: 3.2s;
        transition-delay: 3.2s;
    }

    .delay-11 {
        -webkit-transition-delay: 3.5s;
        -o-transition-delay: 3.5s;
        transition-delay: 3.5s;
    }

    .delay-12 {
        -webkit-transition-delay: 3.8s;
        -o-transition-delay: 3.8s;
        transition-delay: 3.8s;
    }

    .delay-13 {
        -webkit-transition-delay: 4.1s;
        -o-transition-delay: 4.1s;
        transition-delay: 4.1s;
    }

    .delay-14 {
        -webkit-transition-delay: 4.4s;
        -o-transition-delay: 4.4s;
        transition-delay: 4.4s;
    }

    .delay-15 {
        -webkit-transition-delay: 4.7s;
        -o-transition-delay: 4.7s;
        transition-delay: 4.7s;
    }

    .animated.visible-element,
    .visible-element .animated {
        opacity: 1;
    }

    .title-section h1.animated,
    .title-section p.animated,
    .title-section .powered-title.animated,
    .title-section .btns.animated {
        position: relative;
        top: -25px;
    }

    .title-section.visible-element h1.animated,
    .title-section.visible-element p.animated,
    .title-section.visible-element .powered-title.animated,
    .title-section.visible-element .btns.animated {
        top: 0;
    }

    .devices-section .img-macbook.animated {
        position: relative;
        top: 25px;
    }

    .devices-section.visible-element .img-macbook.animated {
        top: 0;
    }

    .devices-section .img-mobile.animated {
        margin-bottom: 43px;
    }

    .devices-section.visible-element .img-mobile.animated {
        margin-bottom: 68px;
    }

    .devices-section .img-diamonds.diamonds-01.animated {
        margin-left: -300px;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
    }

    .devices-section.visible-element .img-diamonds.diamonds-01.animated {
        margin-left: -680px;
    }

    .devices-section .img-diamonds.diamonds-02.animated {
        margin-left: -100px;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
    }

    .devices-section.visible-element .img-diamonds.diamonds-02.animated {
        margin-left: 198px;
    }

    .statistic-section h2.animated,
    .why-section h2.animated {
        position: relative;
        top: -25px;
    }

    .statistic-section.visible-element h2.animated,
    .why-section.visible-element h2.animated {
        top: 0;
    }

    .statistic-section .statistic-box .ico.animated {
        opacity: 0.2;
    }

    .statistic-section.visible-element .statistic-box .ico.animated {
        opacity: 1;
    }

    .statistic-section .statistic-box p.animated {
        opacity: 0.2;
    }

    .statistic-section.visible-element .statistic-box p.animated {
        opacity: 1;
    }

    .why-section .image-box.animated {
        top: -25px;
    }

    .why-section.visible-element .image-box.animated {
        top: 0;
    }

    .why-section .btn-section.animated {
        position: relative;
        top: -25px;
    }

    .why-section.visible-element .btn-section.animated {
        top: 0;
    }

    .image-section .img.animated {
        opacity: 0.2;
        right: 100vw;
    }

    .image-section.visible-element .img.animated {
        opacity: 1;
        right: 0;
    }

    .image-section.inversed .image.animated {
        opacity: 0.2;
        right: 100vw;
    }

    .image-section.inversed.visible-element .image.animated {
        opacity: 1;
        right: 50%;
    }

    .image-section.inversed .img.bg-right.animated {
        opacity: 0.2;
        left: -1000px;
    }

    .image-section.inversed.visible-element .img.bg-right.animated {
        opacity: 1;
        left: 0;
    }

    .image-section .img.animated.right-move {
        right: -100vw;
    }

    .image-section.visible-element .img.animated.right-move {
        right: 0;
    }

    .image-section.inversed .image.image-magazine.animated {
        right: 50%;
        margin-top: -1000px;
        opacity: 0;
    }

    .image-section.inversed.visible-element .image.image-magazine.animated {
        opacity: 1;
        right: 50%;
        margin-top: -149px;
    }

    .image-section .image-tablet.animated {
        margin-top: 400px;
    }

    .image-section.visible-element .image-tablet.animated {
        margin-top: 164px;
    }

    .solution-area .heading h2.animated,
    .solution-area .heading p.animated {
        top: -25px;
        position: relative;
    }

    .solution-area.visible-element .heading h2.animated,
    .solution-area.visible-element .heading p.animated {
        top: 0;
    }

    .mobile-section h1.animated,
    .mobile-section h2.animated,
    .mobile-section p.animated,
    .mobile-section .note-str.animated {
        top: -25px;
        position: relative;
    }

    .mobile-section.visible-element h1.animated,
    .mobile-section.visible-element h2.animated,
    .mobile-section.visible-element p.animated,
    .mobile-section.visible-element .note-str.animated {
        top: 0;
    }

    .mobile-section .mobile-02.animated {
        margin-top: -400px;
    }

    .mobile-section.visible-element .mobile-02.animated {
        /*margin-top: -147px;*/
        margin-top: -56px;
    }

    .mobile-section .mobile-01.animated {
        margin-bottom: -400px;
    }

    .mobile-section.visible-element .mobile-01.animated {
        margin-bottom: -92px;
    }

    .mobile-section.type2 .mobile-02.animated {
        margin-top: -400px;
    }

    .mobile-section.type2.visible-element .mobile-02.animated {
        margin-top: -61px;
    }

    .mobile-section.type2 .mobile-01.animated {
        margin-bottom: -400px;
    }

    .mobile-section.type2.visible-element .mobile-01.animated {
        margin-bottom: -92px;
    }

    .logos-section h2.animated {
        opacity: 0.2;
    }

    .logos-section.visible-element h2.animated {
        opacity: 1;
    }

    .logos-section .logos-list.animated {
        opacity: 0.2;
    }

    .logos-section.visible-element .logos-list.animated {
        opacity: 1;
    }


    .help-area .img.animated {
        margin-bottom: -300px;
    }

    .help-area.visible-element .img.animated {
        margin-bottom: 0;
    }

    .join-area h3.animated,
    .join-area .btns.animated {
        position: relative;
        top: -25px;
    }

    .join-area.visible-element h3.animated,
    .join-area.visible-element .btns.animated {
        top: 0;
    }

    .watch-block.animated {
        position: relative;
        top: 25px;
    }

    .visible-element .watch-block.animated {
        top: 0;
    }

    .why-features h2.animated {
        position: relative;
        top: -25px;
    }

    .why-features.visible-element h2.animated {
        top: 0;
    }

    .why-features .img.animated {
        opacity: 0.2;
    }

    .why-features.visible-element .img.animated {
        opacity: 1;
    }

    .why-features h3.animated,
    .why-features p.animated {
        opacity: 0.2;
    }

    .why-features.visible-element h3.animated,
    .why-features.visible-element p.animated {
        opacity: 1;
    }

    .how-area h2.animated {
        position: relative;
        top: -25px;
    }

    .how-area.visible-element h2.animated {
        top: 0;
    }

    .how-area .how-item.animated {
        top: -25px;
        position: relative;
    }

    .how-area.visible-element .how-item.animated {
        top: 0;
    }

    .try-section h2.animated,
    .try-section p.animated {
        position: relative;
        top: -25px;
    }

    .try-section.visible-element h2.animated,
    .try-section.visible-element p.animated {
        top: 0;
    }

    .try-section .try-img.animated {
        position: relative;
        top: 25px;
    }

    .try-section.visible-element .try-img.animated {
        top: 0;
    }

    .image-section .image.image-mobile-01.animated {
        margin-bottom: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-01.animated {
        margin-bottom: -225px;
    }

    .image-section .image.image-mobile-02.animated {
        margin-bottom: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-02.animated {
        margin-bottom: -276px;
    }

    .image-section .image.image-mobile-03.animated {
        margin-top: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-03.animated {
        margin-top: -138px;
    }

    .image-section .image.image-mobile-04.animated {
        margin-bottom: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-04.animated {
        margin-bottom: -259px;
    }

    .image-section .image.image-mobile-05.animated {
        margin-bottom: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-05.animated {
        margin-bottom: -373px;
    }

    .new-features h2.animated {
        position: relative;
        top: -25px;
    }

    .new-features.visible-element h2.animated {
        top: 0;
    }

    .new-features .image-block.animated {
        position: relative;
        top: -25px;
    }

    .new-features.visible-element .image-block.animated {
        top: 0;
    }

    .why-info .why-head.animated,
    .why-info .lead.animated,
    .why-info span.animated,
    .why-info .bulled-list.animated {
        position: relative;
        top: -25px;
    }

    .why-info.visible-element .why-head.animated,
    .why-info.visible-element .lead.animated,
    .why-info.visible-element span.animated,
    .why-info.visible-element .bulled-list.animated {
        top: 0;
    }

    .benefit-area h2.animated {
        position: relative;
        top: -25px;
    }

    .benefit-area.visible-element h2.animated {
        top: 0;
    }
    /* end animations */
}

@media only screen and (max-width: 1239px) {
    /* header */
    #header .container, #header .container-fluid {
        width: auto;
    }

    #header .block {
        padding-left: 5px;
    }

    #header .languages-box {
        margin: 6px 0 0 7px;
    }

    #main-nav > ul > li + li {
        margin: 0 0 0 15px;
    }

    /* end header */
    /* devices-section */
    .devices-section .img-macbook {
        max-width: 700px;
        left: auto;
    }

    .devices-section .img-mobile {
        width: 115px;
        margin: 0 0 73px 271px;
    }

    .devices-section .img-diamonds.diamonds-01 {
        width: 380px;
        margin: 0 0 50px -472px;
    }

    .devices-section .img-diamonds.diamonds-02 {
        width: 413px;
        margin: 0 0 50px 106px;
    }
    /* end devices-section */

    /* image-section */
    .image-section {
        min-height: 450px;
    }

        .image-section.type2 {
            min-height: 500px;
        }

        .image-section .image-magazine {
            width: 920px;
        }

        .image-section .image-tablet {
            width: 500px;
            margin: 154px 0 0 -683px;
        }

        .image-section .valign {
            height: 450px;
        }

        .image-section.type2 .valign {
            height: 500px;
        }

        .image-section .block {
            margin: 0;
        }

        .image-section.type2 .block {
            margin: 0 0 0 auto;
        }
    /* end image-section */
    /* mobile-section */
    .mobile-section .mobile-01 {
        width: 400px;
        margin: 0 0 -132px -627px;
    }

    .mobile-section .mobile-02 {
        width: 400px;
        margin: 38px 0 0 157px;
    }
    /* end mobile-section */
    /* logos-section */
    .logos-list {
        margin: 0 -15px;
    }

        .logos-list > li {
            padding: 0 15px;
        }
    /* end logos-section */
    /* footer */
    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(1) {
        width: 16.1%;
    }

    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(3) {
        width: 15.8%;
    }

    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(4) {
        width: 14.5%;
    }

    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(6) {
        width: 18.2%;
    }

    #footer .bottom > .row > div[class^="col-"]:nth-child(1) {
        width: 39.5%;
    }

    #footer .bottom > .row > div[class^="col-"]:nth-child(2) {
        width: 60.5%;
    }

    #footer .bottom-links li {
        font-size: 14px;
        line-height: 18px;
    }

        #footer .bottom-links li + li {
            padding: 0 0 0 20px;
        }

            #footer .bottom-links li + li::before {
                margin: 1px 0 0 10px;
            }
    /* end footer */
    /* help-area */
    .help-area.type2 .img {
        margin-right: 235px;
    }

    .solution-item {
        width: 290px;
    }

    .image-section .block.wide {
        max-width: 400px;
    }

    .image-section .image-magazine.type2 {
        margin-top: -260px;
    }

    .image-section .image-laptop {
        width: 730px;
    }

        .image-section .image-laptop img {
            margin-right: -51px;
        }

    .image-section .image-mobile-01 {
        width: 300px;
        margin: 0 220px -225px 0;
    }

    .image-section .image-mobile-02 {
        width: 300px;
        margin: 0 27px -276px 0;
    }

    .image-section .image-mobile-03 {
        width: 450px;
        margin: -166px 153px 0 0;
    }

    .image-section .image-mobile-04 {
        width: 450px;
        margin: 0 -34px -218px 0;
    }

    .image-section .image-mobile-05 {
        width: 385px;
        margin: 0 101px -297px 0;
    }
}

@media screen and (max-width: 1199px) {

    /* watch-block */
    .watch-block {
        width: auto;
    }

        .watch-block .holder {
            position: relative;
            height: 0;
            padding: 0 0 64.88%;
        }

        .watch-block a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 3.19% 11.74% 14.11% 12.15%;
            height: auto;
        }
    /* features-list */
    .features-list > li {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .why-text {
        margin-top: 50%;
        transform: translate(0, -50%);
    }

    /* tabset */
    .tabset.type2 .nav-pills > li > a {
        padding-left: 20px;
        padding-right: 20px;
        min-width: 170px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* how-item */
    .how-item h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    /* title-section */

    /* end title-section */
    /* devices-section */
    .devices-section .btn-schedule {
        width: 105px;
    }

    .devices-section .img-macbook {
        max-width: 490px;
    }

    .devices-section .img-mobile {
        width: 80px;
        margin: 0 0 51px 189px;
    }

    .devices-section .img-diamonds.diamonds-01 {
        width: 270px;
        margin: 0 0 40px -368px;
    }

    .devices-section .img-diamonds.diamonds-02 {
        width: 300px;
        margin: 0 0 37px 90px;
    }
    /* end devices-section */

    /* statistic-section */
    .why-section .btn-section {
        padding: 35px 0 0;
    }
    /* end statistic-section */
    /* image-section */
    .image-section .block {
        max-width: 340px;
    }

    .image-section h2 {
        margin: 0 0 20px;
    }

    .image-section .btn-row {
        padding: 25px 0 0;
    }
    /* end image-section */
    /* mobile-section */
    .mobile-section .mobile-01 {
        width: 300px;
        margin: 0 0 -58px -505px;
    }

    .mobile-section .mobile-02 {
        width: 300px;
        margin: 38px 0 0 127px;
    }
    /* end mobile-section */
    /* logos-section */
    .logos-list > li {
        width: 33.33%;
        padding: 15px;
    }
    /* end logos-section */
    /* testimonials-section */
    .testimonial q {
        padding-left: 65px;
        padding-right: 65px;
    }

        .testimonial q::before,
        .testimonial q::after {
            font-size: 140px;
            line-height: 144px;
        }

        .testimonial q::before {
            margin: 12px 0 0;
        }

        .testimonial q::after {
            margin: 0 0 -57px;
        }
    /* end testimonials-section */
    /* footer */
    #footer .container {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #footer .top > .row > div[class^="col-"]:nth-child(1),
    #footer .top > .row > div[class^="col-"]:nth-child(2) {
        width: auto;
    }

    #footer .top > .row > div[class^="col-"] + div[class^="col-"] {
        padding-top: 25px;
    }

    #footer .logo-footer {
        margin: 0 auto 20px;
    }

    #footer .label-powered {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0;
        display: block;
        text-align: center;
        max-width: none;
    }

    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(1) {
        width: 17%;
    }

    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(2) {
        width: 17%;
    }

    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(3) {
        width: 15%;
    }

        #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(3) h4 {
            width: 92px;
        }


    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(4) {
        width: 14%;
    }

    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(5) {
        width: 18%;
    }

    #footer .top > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(6) {
        width: 18%;
    }

    #footer .links li {
        font-size: 14px;
        line-height: 18px;
    }

    #footer .middle > .row > div[class^="col-"]:nth-child(1),
    #footer .middle > .row > div[class^="col-"]:nth-child(2) {
        width: auto;
    }

    #footer .middle > .row > div[class^="col-"] + div[class^="col-"] {
        padding-top: 25px;
    }

    .signup-form label {
        text-align: center;
    }

    #footer .social-block {
        text-align: center;
    }

    #footer .bottom {
        text-align: center;
        padding: 25px 0 0;
    }

        #footer .bottom > .row > div[class^="col-"]:nth-child(1),
        #footer .bottom > .row > div[class^="col-"]:nth-child(2) {
            width: auto;
            text-align: center;
        }

        #footer .bottom > .row > div[class^="col-"] + div[class^="col-"] {
            padding-top: 10px;
        }
    /* end footer */
    .schedule-box {
        z-index: 90;
    }

    .open-request .schedule-box {
        z-index: 120;
    }
    /* why-info */
    .why-info {
        padding-top: 71px;
        padding-bottom: 54px;
    }

        .why-info .why-head {
            padding-bottom: 29px;
            margin-bottom: 59px;
        }

        .why-info .lead {
            margin-bottom: 25px;
        }

        .why-info h2 {
            font-size: 38px;
            line-height: 46px;
        }

        .why-info .offset-holder {
            max-width: 100%;
        }
    /* benefit-area */
    .benefit-area {
        padding-top: 56px;
        padding-bottom: 15px;
    }

        .benefit-area .heading {
            margin-bottom: 52px;
        }
    /* benefits-list */
    .benefits-list > li {
        width: 50%;
        padding-bottom: 45px;
    }
    /* join-area */
    .join-area {
        padding-top: 44px;
        padding-bottom: 22px;
    }

        .join-area h3 {
            font-size: 24px;
            line-height: 29px;
            margin-bottom: 28px;
        }
    /* help-area */
    .help-area {
        padding-top: 57px;
        padding-bottom: 30px;
        font-size: 12px;
        line-height: 19px;
    }

        .help-area .img {
            margin-right: 150px;
        }

        .help-area h3 {
            font-size: 18px;
            line-height: 29px;
        }

        .help-area .btns {
            margin-top: 0px;
        }

        .help-area.type6 .btn {
            margin-left: auto;
            margin-right: auto;
        }


        .help-area.type2 .img {
            margin-right: 135px;
        }
    /* solution-area */
    .solution-area {
        padding-top: 52px;
        padding-bottom: 62px;
    }
    /* tabset */
    .tabset.type2 .nav-pills > li > a {
        padding-left: 34px;
        padding-right: 34px;
    }
    /* image-section */
    .image-section .block.wide {
        max-width: 340px;
    }

    .image-section .image-magazine.type2 {
        margin-right: 0;
    }

    .image-section .image-laptop img {
        margin-right: 0;
    }

    .mobile-section.type2 .mobile-01 {
        width: 420px;
        margin-left: -664px;
    }

    .mobile-section.type2 .mobile-02 {
        width: 400px;
        margin-left: 170px;
    }

    .image-section .image-mobile-01 {
        width: 280px;
        margin: 0 162px -225px 0;
    }

    .image-section .image-mobile-02 {
        width: 280px;
        margin: 0 6px -276px 0;
    }

    .image-section .image-mobile-03 {
        width: 380px;
        margin: -114px 121px 0 0;
    }

    .image-section .image-mobile-04 {
        width: 380px;
        margin: 0 1px -193px 0;
    }

    .image-section .image-mobile-05 {
        width: 365px;
        margin: 0 34px -297px 0;
    }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
    }
    /* container */
    .container {
        padding-left: 28px;
        padding-right: 28px;
    }
    /* end container */
    /* header */
    #header .container, #header .container-fluid {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #header .logo {
        margin: 8px 0 0;
    }

    #header .btn-menu {
        margin: 6px -4px 0 10px;
    }
    /* end header */
    /* title-section */

    .title-section .container {
        padding-top: 29px;
        padding-bottom: 30px;
    }

    .title-section h1 {
        font-size: 50px;
        line-height: 60px;
        max-width: 370px;
        /*margin: 0 auto 22px;*/
    }

    .title-section p {
        margin: 0 0 31px;
    }

    .title-section .powered-title {
        padding: 0 0 43px;
    }

    .title-section .btns {
        margin: 0 -15px;
    }
    /* end title-section */
    /* devices-section */
    .devices-section {
        padding: 0;
    }

        .devices-section .container {
            padding: 33px 0 20px;
            width: auto;
        }

        .devices-section .img-macbook {
            max-width: 453px;
            left: auto;
        }

        .devices-section .img-mobile {
            width: 85px;
            margin: 0 0 51px 140px;
        }

        .devices-section .img-diamonds.diamonds-01 {
            width: 208px;
            margin: 0 0 88px -305px;
        }

        .devices-section .img-diamonds.diamonds-02 {
            width: 255px;
            margin: 0 0 78px 108px;
        }
    /* end devices-section */
    .statistic-box + .statistic-box:before {
        display: none;
    }
    /* end statistic-section */
    /* why-section */
    .why-section .container {
        padding-top: 36px;
        padding-bottom: 96px;
    }

        .why-section .container > .row > div[class^="col-"] + div[class^="col-"] {
            padding-top: 17px;
        }

    .why-section h2 {
        margin: 0 0 42px;
        font-size: 46px;
        line-height: 50px;
    }

    .image-box {
        max-width: 270px;
        margin: 0 auto;
    }

        .image-box figcaption {
            padding: 60px 0 30px;
        }

        .image-box .block {
            padding: 0 0 24px;
            height: auto !important;
        }

        .image-box h3 {
            margin: 0 0 10px;
            font-size: 29px;
            line-height: 33px;
        }

    .why-section .btn-section {
        padding: 30px 0 0;
    }
    /* end why-section */
    /* image-section */
    .image-section {
        min-height: 1px;
        text-align: left;
    }

        .image-section.type2 {
            min-height: 1px;
            padding: 320px 0 0;
        }

        .image-section .img, .image-section.inversed .imgbg-left {
            position: relative;
            top: auto;
            bottom: auto;
            right: auto;
            width: auto;
            height: 450px;
        }

        .image-section .image-magazine {
            width: 488px;
            margin: -168px 0 0 -240px;
        }

        .image-section .image-tablet {
            width: 358px;
            margin: 52px 0 0 -312px;
        }

        .image-section .valign {
            display: block;
            vertical-align: top;
            width: auto;
            height: auto;
        }

        .image-section.type2 .valign {
            height: auto;
        }

        .image-section .container {
            padding-top: 40px;
            padding-bottom: 44px;
        }

        .image-section.type2 .container {
            padding-bottom: 69px;
        }

        .image-section .block {
            max-width: none;
            margin: 0;
        }

        .image-section.type2 .block {
            margin: 0;
        }

        .image-section h2 {
            margin: 0 0 15px;
            font-size: 24px;
            line-height: 34px;
        }

        .image-section .btn-row {
            padding: 30px 0 9px;
        }
    /* end image-section */
    /* mobile-section */
    .mobile-section {
        min-height: 400px;
    }

        .mobile-section .container {
            padding: 106px 80px 131px;
            max-width: none;
        }

        .mobile-section h2 {
            margin: 0 0 39px;
            font-size: 42px;
            line-height: 46px;
        }

        .mobile-section p {
            margin: 0 0 24px;
        }

        .mobile-section .btn {
            margin: 0 0 54px;
        }

        .mobile-section .mobile-img {
            left: auto;
        }

        .mobile-section .mobile-01 {
            left: 0;
            top: 0;
            bottom: auto;
            width: 269px;
            margin: -46px 0 0 -137px;
        }

        .mobile-section .mobile-02 {
            width: 269px;
            top: auto;
            bottom: 0;
            right: 0;
            margin: 0 -102px -61px 0;
        }
    /* end mobile-section */
    /* logos-section */
    .logos-section .container {
        padding-top: 52px;
        padding-bottom: 46px;
    }

    .logos-list > li {
        width: 100%;
        padding: 15px 15px 37px;
    }

    .solution-area-new-card {
        text-align: center;
    }

    .logos-list .logo-image {
        margin-bottom: 0;
    }
    /* end logos-section */
    /* testimonials-section */
    .testimonials-section .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .testimonial q {
        padding: 0 0 33px;
    }

        .testimonial q:before,
        .testimonial q:after {
            display: none;
        }

    .testimonials-slideshow .slick-dots {
        padding: 60px 0 0;
        display: flex !important;
    }

   

    .slick-dots li {
        padding: 0 7px;
    }
    /* end testimonials-section */

    /* schedule-box */
    .schedule-box {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
    }

        .schedule-box .btn-schedule {
            display: none;
            width: auto;
            font-size: 24px;
            line-height: 28px;
            padding: 17px 20px 19px;
            border-radius: 0;
        }

            .schedule-box .btn-schedule::before {
                position: relative;
                left: auto;
                right: auto;
                display: inline-block;
                vertical-align: top;
                width: 44px;
                height: 44px;
                margin: 3px 15px -14px 0;
                background-size: 43px 44px;
            }
    /* end schedule-box */
    /* benefits-list */
    .benefits-list > li {
        width: 100%;
    }
    /* help-area */
    .help-area .img {
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: scale(.78);
        -ms-transform: scale(.78);
        -o-transform: scale(.78);
        transform: scale(.78);
    }

    .help-area.type2 {
        padding-top: 60px;
        padding-bottom: 50px;
    }

        .help-area.type2 .img {
            display: none;
        }
    /* solution-item */
    .solution-item {
        width: 370px;
        max-width: 100%;
    }

    .solution-list > li {
        padding-bottom: 11px;
    }
  

    /* title-section.type3 */
    .title-section.type3 {
        font-size: 22px;
    }

        .title-section.type3 .container {
            padding-top: 73px;
        }

        .title-section.type3 h1 {
            font-size: 46px;
            line-height: 50px;
            margin-bottom: 28px;
        }

        .title-section.type3 p {
            margin-bottom: 32px;
        }
    /* watch-block */
    .watch-block {
        margin: 35px -15px 45px;
    }
    /* why-features */
    .why-features {
        padding-top: 50px;
        padding-bottom: 60px;
    }

        .why-features h2 {
            margin-bottom: 18px;
        }
    /* features-list */
    .features-list > li {
        width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
    }
    /* how-area */
    .how-area {
        padding-top: 60px;
        padding-bottom: 39px;
    }

        .how-area h2 {
            margin-bottom: 52px;
        }

    .how-item {
        margin: 14px auto;
        max-width: 370px;
    }
    /* try-section */
    
    /* image-section */
    .image-section .block.wide,
    .image-section.inversed .block.wide {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .image-section .img.bg-right {
        height: auto;
        padding-bottom: 79%;
    }

    .image-section .image-laptop {
        position: relative;
        top: 81px;
        left: 0;
        margin-top: 0;
        margin-bottom: 50px;
        max-width: 100%;
    }

    .image-section.inversed .image-laptop {
        left: 0;
        right: 0;
    }

    .image-section .image-magazine.type2 {
        position: relative;
        left: 0;
        max-width: 100%;
        margin: -50px auto;
    }

    .image-section.inversed .image-magazine.type2 {
        left: 0;
        right: 0;
    }

    .tab-nav .nav {
        font-size: 15px;
        line-height: 21px;
    }

        .tab-nav .nav > li {
            padding-top: 10px;
        }

            .tab-nav .nav > li + li {
                margin-left: 0px;
            }

            .tab-nav .nav > li > a {
                padding-bottom: 12px;
            }

    .mobile-section h1 {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 16px;
    }

    .mobile-section .lead {
        margin-bottom: 11px;
    }

    .mobile-section.type2 {
        overflow: hidden;
        min-height: 1px;
    }

        .mobile-section.type2 .container {
            padding: 74px 30px 220px;
        }

        .mobile-section.type2 .btns {
            margin-bottom: 17px;
        }

        .mobile-section.type2 .mobile-01 {
            top: auto;
            left: 50%;
            bottom: -143px;
            z-index: 23;
            width: 372px;
            margin-left: -292px;
            -webkit-transform: rotate(-19deg);
            -ms-transform: rotate(-19deg);
            -o-transform: rotate(-19deg);
            transform: rotate(-19deg);
        }

        .mobile-section.type2 .mobile-02 {
            left: 50%;
            right: auto;
            width: 363px;
            margin-left: -131px;
            margin-bottom: -212px;
            -webkit-transform: rotate(21deg);
            -ms-transform: rotate(21deg);
            -o-transform: rotate(21deg);
            transform: rotate(21deg);
        }
    /* mobile-apps */
    .new-features .container {
        padding-top: 55px;
        padding-bottom: 71px;
    }

        .new-features .container > .row > div[class^="col-"] + div[class^="col-"] {
            padding-top: 35px;
        }

    .new-features h2 {
        padding: 0 25px;
        margin: 0 0 37px;
        font-size: 42px;
        line-height: 51px;
    }

    .image-block .img {
        margin: 0 auto 31px;
    }

    .image-section .images-holder {
        position: relative;
        overflow: hidden;
        height: 369px;
    }

    .image-section .image-mobile-01 {
        width: 233px;
        margin: 0 -21px -230px 0;
    }

    .image-section .image-mobile-02 {
        width: 233px;
        margin: 0 -157px -261px 0;
    }

    .image-section .image-mobile-03 {
        width: 369px;
        margin: -96px -59px 0 0;
    }

    .image-section .image-mobile-04 {
        width: 369px;
        margin: 0 -252px -177px 0;
    }

    .image-section .image-mobile-05 {
        width: 278px;
        margin: 0 -114px -186px 0;
    }
    /* end mobile-apps */
    .request-box {
        width: 100%;
        margin: 0 -100% 0 0;
    }

        .request-box .request-heading {
            padding: 0 0 25px;
        }

    .header-new .container {
        /*padding-top: 253px !important;*/
    }


    .request-demo-container .form-group {
        margin-bottom: unset;
    }
}



@media only screen and (min-width: 1240px) {
    /* animations */
    .animated.animated-slide-left {
        -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        -o-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }

    .animated.animated-slide-right {
        -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
        -o-transform: translateX(100vw);
        transform: translateX(100vw);
    }

    .animated.animated-slide-top {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    .animated.animated-slide-bottom {
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px);
    }

        .animated.animated-slide-left.visible-element,
        .visible-element .animated.animated-slide-left,
        .animated.animated-slide-top.visible-element,
        .visible-element .animated.animated-slide-top,
        .animated.animated-slide-bottom.visible-element,
        .visible-element .animated.animated-slide-bottom,
        .animated.animated-slide-right.visible-element,
        .visible-element .animated.animated-slide-right {
            -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

    .animated.animated-drop-type1 {
        -webkit-transition: -webkit-transform .5s, opacity .9s;
        transition: transform .5s, opacity .9s;
        -webkit-transform: translate(0, -300px) rotate(-30deg);
        -ms-transform: translate(0, -300px) rotate(-30deg);
        transform: translate(0, -300px) rotate(-30deg);
    }

    .animated.animated-drop-type2 {
        -webkit-transition: -webkit-transform 0.9s, opacity .9s;
        transition: transform 0.9s, opacity .9s;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transform: translate(0, -1000px) rotate(-90deg);
        -ms-transform: translate(0, -1000px) rotate(-90deg);
        transform: translate(0, -1000px) rotate(-90deg);
    }

        .animated.animated-drop-type1.visible-element,
        .visible-element .animated.animated-drop-type1,
        .animated.animated-drop-type2.visible-element,
        .visible-element .animated.animated-drop-type2 {
            -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }


    /* end animations */
}

@media only screen and (max-width: 1600px) {
    /* company */
    .about-section .img {
        width: 560px;
    }

    .about-section .block {
        max-width: 53%;
        margin-right: 0;
    }

    .about-info .block {
        max-width: 50%;
    }

    .about-info .images-block {
        width: 50%;
    }

        .about-info .images-block .img-diamond-01 {
            width: 100%;
        }

        .about-info .images-block .img-diamond-02 {
            width: 75%;
        }
    
    /* end company */
}

@media only screen and (max-width: 1239px) {
    /* company */
    .about-section .block {
        max-width: 46%;
    }

    .about-info .container {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .about-info p {
        margin: 0 0 40px;
    }

    .about-info .images-block {
        width: 45%;
    }

        .about-info .images-block .img-diamond-01 {
            margin-top: -195px;
        }

        .about-info .images-block .img-diamond-02 {
            margin-top: -100px;
        }

    
    /* end company */
   
}

@media only screen and (max-width: 991px) {
    /* company */
    .about-section .img {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        padding: 70% 0 0;
        width: auto;
    }

        .about-section .img span:before {
            content: '';
            position: absolute;
            z-index: 20;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MzkzZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzM1MzkzZCIgc3RvcC1vcGFjaXR5PSIwLjk5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM5M2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(53,57,61,0) 0%, rgba(53,57,61,0.99) 99%, rgba(53,57,61,1) 100%);
            background: -webkit-linear-gradient(top, rgba(53,57,61,0) 0%,rgba(53,57,61,0.99) 99%,rgba(53,57,61,1) 100%);
            background: linear-gradient(to bottom, rgba(53,57,61,0) 0%,rgba(53,57,61,0.99) 99%,rgba(53,57,61,1) 100%);
        }

    .about-section figcaption {
        display: block;
        vertical-align: top;
        width: auto;
        height: auto;
    }

    .about-section .container {
        padding-top: 25px;
        padding-bottom: 90px;
    }

    .about-section .block {
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .about-section h2 {
        margin: 0 0 30px;
    }

    .about-info {
        min-height: 1px;
    }

        .about-info .container {
            padding-top: 80px;
            padding-bottom: 60px;
        }

        .about-info .block {
            max-width: none;
        }

        .about-info p {
            margin: 0 0 30px;
        }

        .about-info .images-block {
            position: relative;
            top: auto;
            bottom: auto;
            right: auto;
            width: auto;
            min-height: 500px;
        }

            .about-info .images-block .img-diamond-01 {
                width: 85%;
                margin-top: -270px;
            }

            .about-info .images-block .img-diamond-02 {
                width: 60%;
                margin-top: -140px;
            }

    .story-intro .container {
        padding-top: 80px;
        padding-bottom: 290px;
    }

    /* end company */
    /* plan-instant-inventory */
    .features-section .container {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .features-section h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .why-info.type2 .container > .row > div[class^="col-"]:nth-child(1),
    .why-info.type2 .container > .row > div[class^="col-"]:nth-child(2) {
        width: auto;
    }
    /* end plan-instant-inventory */
    /* plans */
    .plans-list {
        margin: 0 -5px;
    }

        .plans-list > li {
            padding: 0 5px;
        }

    .plan-box {
        padding-left: 10px;
        padding-right: 10px;
    }

        .plan-box .plan-heading h2 {
            font-size: 32px;
            line-height: 34px;
        }

        .plan-box .btn-primary {
            font-size: 15px;
            line-height: 19px;
        }
    /* end plans */



    .signup-section .container {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    /* end benefit-information */
    /* end benefits */
    /* resources */
    .resources-section .container {
        padding-bottom: 20px;
    }

    .resources-list > li {
        width: 50%;
    }

    .why-section-new h2 {
        margin-bottom: 68px;
    }

    .why-rapnet-card-body-subtitle {
        margin-bottom: 68px;
    }

    .image-banner {
        display: none;
    }

    .help-area .btn {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .testimonials-section .small-diamonds {
        display: none;
    }
    /* end resources */
}



@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    /* company */
    .about-section .img {
        padding: 78% 0 0;
    }

    .about-section figcaption {
        margin: -6px 0 0;
    }

    .about-section .container {
        padding-top: 0;
        padding-bottom: 64px;
    }

    .about-section h2 {
        font-size: 46px;
        line-height: 48px;
        margin: 0 0 24px;
    }

    .about-info .container {
        padding-top: 54px;
        padding-bottom: 0;
    }

    .about-info p {
        margin: 0 0 48px;
    }

        .about-info p:last-child {
            margin-bottom: 0;
        }

    .about-info .images-block {
        min-height: 369px;
    }

        .about-info .images-block .img-diamond-01 {
            width: 383px;
            margin: -171px -54px 0 0;
        }

        .about-info .images-block .img-diamond-02 {
            width: 308px;
            margin: -81px 111px 0 0;
        }

    .story-intro .container {
        padding-top: 67px;
        padding-bottom: 217px;
    } 

    .video-box > a {
        padding: 57.7% 0 0;
    }

    .btn-play {
        width: 48px;
        height: 48px;
        margin: -24px 0 0 -24px;
    }

        .btn-play:before {
            width: 18px;
            height: 19px;
            background-size: 18px 19px;
            margin: -9px 0 0 -7px;
        }   
   

    .team-section .container {
        padding-top: 48px;
        padding-bottom: 12px;
    }

    .team-section h2 {
        margin: 0 0 76px;
        font-size: 42px;
        line-height: 46px;
    }
    
    /* end company */
 
    /* events */
    .events-area .container {
        padding: 22px 14px 38px;
    }

    .events-area h2 {
        margin: 0 0 32px;
        font-size: 42px;
        line-height: 46px;
    }

    .events-list {
        padding: 0 0 8px;
    }

        .events-list > li {
            padding: 0 0 30px;
        }

    .event-box {
        display: block;
        width: auto;
        padding: 15px 23px 28px;
    }

        .event-box .table-row {
            display: block;
        }

        .event-box .cell {
            display: block;
            vertical-align: top;
            padding: 0;
        }

            .event-box .cell:first-child {
                width: auto;
                border: 0;
                padding: 0 3px 12px;
                text-align: left;
            }

        .event-box .date {
            padding: 0;
        }

            .event-box .date + .date {
                padding-left: 11px;
            }

                .event-box .date + .date:before {
                    font-size: 32px;
                    line-height: 36px;
                    margin: 0;
                }

            .event-box .date b {
                font-size: 32px;
                line-height: 36px;
                padding: 0;
            }

            .event-box .date span {
                display: none;
            }

        .event-box h3 {
            margin: 0 0 8px;
            font-size: 24px;
            line-height: 28px;
        }
    /* end events */
    /* plan-instant-inventory */
    .plans-section .container {
        padding-top: 49px;
        padding-bottom: 96px;
    }

    .plans-heading {
        padding: 0 0 29px;
    }

        .plans-heading .ico-logo {
            margin: 0px auto 0px;
        }

        .plans-heading h1 {
            margin: 0;
            font-size: 42px;
            line-height: 48px;
        }

            .plans-heading h1 sup {
                top: 5px;
                font-size: 14px;
                line-height: 18px;
                padding: 0 0 0 5px;
            }

            .plans-heading h1 span {
                display: block;
            }

    .plans-section h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .plans-section p {
        max-width: none;
        margin: 0 0 20px;
    }

    .choose-plan {
        padding: 17px 0 0;
    }

    .features-section .container {
        padding: 68px 60px 60px;
    }

        .features-section .container > .row > div[class^="col-"] + div[class^="col-"] {
            padding-top: 41px;
        }

    .features-section .ico {
        margin: 0 0 9px;
    }

    .features-section h2 {
        margin: 0 0 16px;
        font: 500 24px/28px 'Montserrat', sans-serif;
    }

    .why-info.type2 {
        padding-top: 60px;
        padding-bottom: 45px;
    }

        .why-info.type2 .why-head {
            padding-bottom: 13px;
            margin-bottom: 52px;
        }

        .why-info.type2 h2 {
            font-size: 36px;
            line-height: 43px;
        }

        .why-info.type2 .bulled-list {
            padding: 5px 0 0;
        }

    .benefits-section .container {
        padding-top: 55px;
        padding-bottom: 76px;
    }

    .benefits-section h2 {
        margin: 0 0 62px;
        font: 600 30px/40px Montserrat;
    }

    .benefits-section .benefits-list {
        margin-bottom: 10px;
    }

        .benefits-section .benefits-list > li {
            padding-bottom: 28px;
        }

        .benefits-section .benefits-list .holder {
            max-width: none;
        }

    .questions-section {
        font-size: 15px;
        line-height: 21px;
    }

        .questions-section .container {
            padding-top: 0px;
            padding-bottom: 36px;
        }

        .questions-section h2 {
            margin: 0 0 49px;
            font: 600 30px/40px Montserrat;
        }

        .questions-section .container > .row > div[class^="col-"] {
            padding-bottom: 36px;
        }

        .questions-section h3 {
            margin: 0 0 14px;
            font-size: 18px;
            line-height: 21px;
        }

    .plans-area .container {
        padding-top: 52px;
        padding-bottom: 65px;
    }

    .plans-area h2 {
        padding: 0 5px;
        margin: 0 0 35px;
        font-size: 26px;
        line-height: 32px;
    }

    .plans-area .choose-plan .tabset {
        margin-bottom: 21px;
    }

    .plans-area .choose-plan .note {
        padding: 0 0 18px;
    }

    .plans-area .choose-plan .tab-content {
        padding: 0 0 28px;
    }
    /* end plan-instant-inventory */
    /* plans */
    .title-section.type4 .container {
        padding-top: 54px;
        padding-bottom: 18px;
    }

    .title-section.type4 h1 {
        margin: 0 0 20px;
        max-width: none;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.6px;
        font-weight: 600;
        color: #D2002D;
    }

    .plans-block .container {
        padding-top: 45px;
        padding-bottom: 68px;
    }

    .plans-list {
        margin: 0 auto;
        max-width: 370px;
    }

        .plans-list > li {
            display: block;
            width: auto;
            padding: 0;
        }

            .plans-list > li + li {
                padding-top: 33px;
            }

    .plan-box {
        padding: 7px 25px 20px;
    }

        .plan-box .plan-heading h2 {
            font-size: 36px;
            line-height: 40px;
        }

        .plan-box .btn-primary {
            font-size: 17px;
            line-height: 22px;
        }
    /* end plans */




    .contacts-list {
        padding: 0 0 20px;
    }

        .contacts-list > li + li {
            padding-top: 15px;
        }

        .contacts-list p {
            margin: 0;
        }

    .signup-section .container {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .signup-section h2 {
        margin: 0 0 30px;
        font-size: 36px;
        line-height: 42px;
    }
    /* end benefit-information */

    /* resources */
    .resources-section .container {
        padding-top: 0px;
        padding-bottom: 56px;
    }

    .resources-list {
        margin: 0 auto;
        max-width: 370px;
    }

        .resources-list > li {
            display: block;
            width: auto;
            padding: 0;
        }

            .resources-list > li + li {
                padding-top: 27px;
            }

    .resource-box figcaption .block {
        height: auto !important;
    }

    .resource-box h2 {
        margin: 0 0 20px;
        font-size: 24px;
        line-height: 28px;
    }
    /* end resources */
}

@media only screen and (max-width: 479px) {
    /* company */
    .about-info .images-block .img-diamond-01 {
        width: 340px;
        margin: -136px -54px 0 0;
    }

    .about-info .images-block .img-diamond-02 {
        width: 270px;
        margin: -48px 45px 0 0;
    }    
    /* end company */
   
    /* plan-instant-inventory */
    .plans-heading h1 {
        font-size: 44px;
        line-height: 58px;
    }

    .choose-plan .tabset .nav {
        display: block;
        font-size: 12px;
        line-height: 16px;
    }

        .choose-plan .tabset .nav > li {
            width: 50%;
        }

    .choose-plan .tabset .nav-pills > li > a {
        display: block;
        min-width: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .features-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .plans-area h2 {
        padding: 0;
    }
    /* end plan-instant-inventory */
    /* plans */
    .plans-headline .tabset .nav {
        display: block;
        font-size: 12px;
        line-height: 16px;
    }

        .plans-headline .tabset .nav > li {
            width: 50%;
        }

    .plans-headline .tabset .nav-pills > li > a {
        display: block;
        min-width: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    /* end plans */
    /* benefits */
    .filter-nav {
        margin: 0 -10px;
    }

        .filter-nav > li {
            font-size: 12px;
            line-height: 16px;
        }

            .filter-nav > li + li {
                padding: 0 0 0 10px;
            }

                .filter-nav > li + li::before {
                    height: 12px;
                    margin: 2px 0 0 4px;
                }


    .testimonials-section > .container {
        padding-right: 0;
        padding-left: 0;
    }
    /* end benefits */
}

@media (max-width: 767px) {
    .addon-overview .col-center {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .float-left-footer {
        float: left !important;
    }
}

@media (min-width: 992px) {
    .btnScrollTop.anchor {
        width: 95px;
        height: 95px;
        line-height: 95px;
        bottom: -47.5px;
        margin-left: -47.5px;
        background: #fff;
        border-radius: 50%;
        border: 2px solid #b7b7b7;
        display: block;
        position: absolute;
        left: 50%;
        z-index: 100;
        text-align: center;
        box-shadow: -2px 2px 3px rgba(0,0,0,0.1);
    }

    #main-nav .btn-link {
        display: block;
        margin: 0;
        font-size: 24px;
        line-height: 28px;
        padding: 19px 20px;
        min-width: 1px;
        margin-top: 15px;
    }

    .btnScrollTop:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        margin-top: -10px;
        border-left: none;
        border-top: none;
        border-right: 2px solid #b7b7b7;
        border-bottom: 2px solid #b7b7b7;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media only screen and (min-width: 1240px) {

    .animated-title {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
    }

    .del-01 {
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        -webkit-animation-iteration-count: unset;
    }

    .del-02 {
        animation-delay: .6s;
        -webkit-animation-delay: .6s;
        -webkit-animation-iteration-count: unset;
    }

    .del-03 {
        animation-delay: .9s;
        -webkit-animation-delay: .9s;
        -webkit-animation-iteration-count: unset;
    }

    .del-04 {
        animation-delay: 1.4s;
        -webkit-animation-delay: 1.4s;
        -webkit-animation-iteration-count: unset;
    }

    .del-05 {
        animation-delay: 1.7s;
        -webkit-animation-delay: 1.7s;
        -webkit-animation-iteration-count: unset;
    }

    .del-06 {
        animation-delay: 2s;
        -webkit-animation-delay: 2s;
        -webkit-animation-iteration-count: unset;
    }

    .del-07 {
        animation-delay: 2.3s;
        -webkit-animation-delay: 2.3s;
        -webkit-animation-iteration-count: unset;
    }

    .del-08 {
        animation-delay: 2.6s;
        -webkit-animation-delay: 2.6s;
        -webkit-animation-iteration-count: unset;
    }

    .animated-fast-duration {
        animation-duration: 0.25s;
        -webkit-animation-duration: 0.25s;
    }


    /* animations */
    .fast-animated {
        -webkit-transition: all .25s;
        transition: all .25s;
        opacity: 0;
    }

    .delay-01 {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .delay-02 {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .delay-03 {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .delay-04 {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .delay-05 {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .delay-06 {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .delay-07 {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .delay-08 {
        -webkit-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    .delay-9 {
        -webkit-transition-delay: 2.0s;
        -o-transition-delay: 2.0s;
        transition-delay: 2.0s;
    }

    .delay-10 {
        -webkit-transition-delay: 2.4s;
        -o-transition-delay: 2.4s;
        transition-delay: 2.4s;
    }

    .delay-11 {
        -webkit-transition-delay: 2.4s;
        -o-transition-delay: 2.4s;
        transition-delay: 2.4s;
    }

    .delay-12 {
        -webkit-transition-delay: 2.6s;
        -o-transition-delay: 2.6s;
        transition-delay: 2.6s;
    }

    .delay-13 {
        -webkit-transition-delay: 2.8s;
        -o-transition-delay: 2.8s;
        transition-delay: 2.8s;
    }

    .delay-14 {
        -webkit-transition-delay: 3.0s;
        -o-transition-delay: 3.0s;
        transition-delay: 3.0s;
    }

    .delay-15 {
        -webkit-transition-delay: 3.2s;
        -o-transition-delay: 3.2s;
        transition-delay: 3.2s;
    }


    .fast-animated.visible-element,
    .visible-element .fast-animated {
        opacity: 1;
    }

    .title-section h1.fast-animated,
    .title-section p.fast-animated,
    .title-section .powered-title.fast-animated,
    .title-section .btns.fast-animated {
        position: relative;
        top: -25px;
    }

    .title-section.visible-element h1.fast-animated,
    .title-section.visible-element p.fast-animated,
    .title-section.visible-element .powered-title.fast-animated,
    .title-section.visible-element .btns.fast-animated {
        top: 0;
    }

    .devices-section .img-macbook.fast-animated {
        position: relative;
        top: 25px;
    }

    .devices-section.visible-element .img-macbook.fast-animated {
        top: 0;
    }

    .devices-section .img-mobile.fast-animated {
        margin-bottom: 43px;
    }

    .devices-section.visible-element .img-mobile.fast-animated {
        margin-bottom: 68px;
    }

    .devices-section .img-diamonds.diamonds-01.fast-animated {
        margin-left: -300px;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
    }

    .devices-section.visible-element .img-diamonds.diamonds-01.fast-animated {
        margin-left: -680px;
    }

    .devices-section .img-diamonds.diamonds-02.fast-animated {
        margin-left: -100px;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
    }

    .devices-section.visible-element .img-diamonds.diamonds-02.fast-animated {
        margin-left: 198px;
    }

    .statistic-section h2.fast-animated,
    .why-section h2.fast-animated {
        position: relative;
        top: -25px;
    }

    .statistic-section.visible-element h2.fast-animated,
    .why-section.visible-element h2.fast-animated {
        top: 0;
    }

    .statistic-section .statistic-box .ico.fast-animated {
        opacity: 0.2;
    }

    .statistic-section.visible-element .statistic-box .ico.fast-animated {
        opacity: 1;
    }

    .statistic-section .statistic-box p.fast-animated {
        opacity: 0.2;
    }

    .statistic-section.visible-element .statistic-box p.fast-animated {
        opacity: 1;
    }

    .why-section .image-box.fast-animated {
        top: -25px;
    }

    .why-section.visible-element .image-box.fast-animated {
        top: 0;
    }

    .why-section .btn-section.fast-animated {
        position: relative;
        top: -25px;
    }

    .why-section.visible-element .btn-section.fast-animated {
        top: 0;
    }

    .image-section .img.fast-animated {
        opacity: 0.2;
        left: 100vw;
    }

    .image-section.visible-element .img.fast-animated {
        /*opacity: 1;*/
        right: 0;
        left: 50vw;
    }

    .image-section.inversed .img.fast-animated {
        opacity: 0.2;
        right: 100vw;
    }

    .image-section.inversed .visible-element .img.fast-animated {
        /*opacity: 1;*/
        right: 0;
    }


    .image-section.inversed .image.fast-animated {
        opacity: 0.2;
        right: 100vw;
    }

    .image-section.inversed.visible-element .image.fast-animated {
        opacity: 1;
        right: 50%;
    }

    .image-section.inversed .img.bg-right.fast-animated {
        opacity: 0.2;
        left: -1000px;
    }

    .image-section.inversed.visible-element .img.bg-right.fast-animated {
        opacity: 1;
        left: 0;
    }

    .image-section .image-magazine.fast-animated {
        margin-top: -1000px;
    }

    .image-section.visible-element .image-magazine.fast-animated {
        margin-top: -317px;
    }

    .image-section.inversed .image.image-magazine.fast-animated {
        right: 50%;
        margin-top: -1000px;
        opacity: 0;
    }

    .image-section.inversed.visible-element .image.image-magazine.fast-animated {
        opacity: 1;
        right: 50%;
        margin-top: -149px;
    }

    .image-section.inversed.visible-element .image.image-laptopSide.fast-animated {
        opacity: 1;
        right: 50%;
        margin-top: -90px;
    }


    .image-section .imgbg-left {
        left: 0;
        margin-left: 0;
        position: absolute;
    }

    .image-section .image-tablet.fast-animated {
        margin-top: 400px;
    }

    .image-section.visible-element .image-tablet.fast-animated {
        margin-top: 164px;
    }

    .solution-area .heading h2.fast-animated,
    .solution-area .heading p.fast-animated {
        top: -25px;
        position: relative;
    }

    .solution-area.visible-element .heading h2.fast-animated,
    .solution-area.visible-element .heading p.fast-animated {
        top: 0;
    }

    .mobile-section h1.fast-animated,
    .mobile-section h2.fast-animated,
    .mobile-section p.fast-animated,
    .mobile-section .note-str.fast-animated {
        top: -25px;
        position: relative;
    }

    .mobile-section.visible-element h1.fast-animated,
    .mobile-section.visible-element h2.fast-animated,
    .mobile-section.visible-element p.fast-animated,
    .mobile-section.visible-element .note-str.fast-animated {
        top: 0;
    }

    .mobile-section .mobile-02.fast-animated {
        margin-top: -400px;
    }

    .mobile-section.visible-element .mobile-02.fast-animated {
        margin-top: -147px;
    }

    .mobile-section .mobile-01.fast-animated {
        margin-bottom: -400px;
    }

    .mobile-section.visible-element .mobile-01.fast-animated {
        margin-bottom: -172px;
    }

    .mobile-section.type2 .mobile-02.fast-animated {
        margin-top: -400px;
    }

    .mobile-section.type2.visible-element .mobile-02.fast-animated {
        margin-top: -61px;
    }

    .mobile-section.type2 .mobile-01.fast-animated {
        margin-bottom: -400px;
    }

    .mobile-section.type2.visible-element .mobile-01.fast-animated {
        margin-bottom: -92px;
    }

    .logos-section h2.fast-animated {
        opacity: 0.2;
    }

    .logos-section.visible-element h2.fast-animated {
        opacity: 1;
    }

    .logos-section .logos-list.fast-animated {
        opacity: 0.2;
    }

    .logos-section.visible-element .logos-list.fast-animated {
        opacity: 1;
    }

    .testimonials-section h2.fast-animated {
        top: -25px;
        position: relative;
    }

    .testimonials-section.visible-element h2.fast-animated {
        top: 0;
    }

    .help-area .img.fast-animated {
        margin-bottom: -300px;
    }

    .help-area.visible-element .img.fast-animated {
        margin-bottom: 0;
    }

    .join-area h3.fast-animated,
    .join-area .btns.fast-animated {
        position: relative;
        top: -25px;
    }

    .join-area.visible-element h3.fast-animated,
    .join-area.visible-element .btns.fast-animated {
        top: 0;
    }

    .watch-block.fast-animated {
        position: relative;
        top: 25px;
    }

    .visible-element .watch-block.fast-animated {
        top: 0;
    }

    .why-features h2.fast-animated {
        position: relative;
        top: -25px;
    }

    .why-features.visible-element h2.fast-animated {
        top: 0;
    }

    .why-features .img.fast-animated {
        opacity: 0.2;
    }

    .why-features.visible-element .img.fast-animated {
        opacity: 1;
    }

    .why-features h3.fast-animated,
    .why-features p.fast-animated {
        opacity: 0.2;
    }

    .why-features.visible-element h3.fast-animated,
    .why-features.visible-element p.fast-animated {
        opacity: 1;
    }

    .how-area h2.fast-animated {
        position: relative;
        top: -25px;
    }

    .how-area.visible-element h2.fast-animated {
        top: 0;
    }

    .how-area .how-item.fast-animated {
        top: -25px;
        position: relative;
    }

    .how-area.visible-element .how-item.fast-animated {
        top: 0;
    }

    .try-section h2.fast-animated,
    .try-section p.fast-animated {
        position: relative;
        top: -25px;
    }

    .try-section.visible-element h2.fast-animated,
    .try-section.visible-element p.fast-animated {
        top: 0;
    }

    .try-section .try-img.fast-animated {
        position: relative;
        top: 25px;
    }

    .try-section.visible-element .try-img.fast-animated {
        top: 0;
    }

    .image-section .image.image-mobile-01.fast-animated {
        margin-bottom: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-01.fast-animated {
        margin-bottom: -225px;
    }

    .image-section .image.image-mobile-02.fast-animated {
        margin-bottom: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-02.fast-animated {
        margin-bottom: -276px;
    }

    .image-section .image.image-mobile-03.fast-animated {
        margin-top: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-03.fast-animated {
        margin-top: -138px;
    }

    .image-section .image.image-mobile-04.fast-animated {
        margin-bottom: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-04.fast-animated {
        margin-bottom: -259px;
    }

    .image-section .image.image-mobile-05.fast-animated {
        margin-bottom: -1000px;
        right: 50%;
        opacity: 0;
    }

    .image-section.visible-element .image.image-mobile-05.fast-animated {
        margin-bottom: -373px;
    }

    .new-features h2.fast-animated {
        position: relative;
        top: -25px;
    }

    .new-features.visible-element h2.fast-animated {
        top: 0;
    }

    .new-features .image-block.fast-animated {
        position: relative;
        top: -25px;
    }

    .new-features.visible-element .image-block.fast-animated {
        top: 0;
    }

    .why-info .why-head.fast-animated,
    .why-info .lead.fast-animated,
    .why-info span.fast-animated,
    .why-info .bulled-list.fast-animated {
        position: relative;
        top: -25px;
    }

    .why-info.visible-element .why-head.fast-animated,
    .why-info.visible-element .lead.fast-animated,
    .why-info.visible-element span.fast-animated,
    .why-info.visible-element .bulled-list.fast-animated {
        top: 0;
    }

    .benefit-area h2.fast-animated {
        position: relative;
        top: -25px;
    }

    .benefit-area.visible-element h2.fast-animated {
        top: 0;
    }
    /* end animations */
}

@media only screen and (max-width: 1024px) {
    .title-section .text-part-conatiner {
        max-width: 100%;
    }

    .homepage2 .scroll-down {
        margin: 0 auto;
        padding: 25px 0 0 0;
        text-align: center;
        transform: none;
        position: initial;
    }

    #footer .middle .col-centered {
        margin: 0 auto;
    }

    .signup-form {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 1023px) {

    .questions-section {
        padding-left: 25px;
    }

    .signup-form .hs-form fieldset.form-columns-1 .input {
        width: 90%;
    }

    .signup-form .hbspt-form {
        max-width: 365px;
    }

    .signup-form fieldset.form-columns-1 .input {
        margin-right: 0;
    }

    .signup-form .hs-form fieldset.form-columns-1 .hs-input {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {

    .image-box .img {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner-line .banner-content {
        text-align: center;
    }

    .banner-line .banner-button {
        text-align: center;
    }

    .plans-list {
        margin-bottom: 25px;
    }

}

@media (max-width: 991px), screen and (orientation: landscape) and (max-width: 1024px), screen and (orientation: portrait) and (max-width: 991px) {
    .visible-mobile-tablet {
        color: #000;
    }

    .hidden-mobile-tablet {
        display: none !important
    }

    .homepage2 .title-section.home-page-rework.is-mobile-image h1 {
        margin-top: 15vh;
    }

    .homepage2 .title-section.is-mobile-image .container {
        position: inherit;
        top: auto;
        transform: initial;
        left: auto;
        padding-top: 29px;
        padding-bottom: 90px;
    }

    .homepage2 .title-section .container {
        padding-top: 10px;
        width: 100%;
    }

    .homepage2 .mobile-image-block {
        height: 100%;
        width: 100%;
        position: absolute;
        background-repeat: no-repeat;
        right: 0;
        left: 0;
        background-size: cover;
        z-index: -1;
        background-position-x: center;
        background-position-y: bottom;
    }
}

@media (max-width:768px) {

    .why-rapnet-page .sticky-mobile{
        margin:0 -15px;
    }
    .under-title-section .text-left {
        margin-top: 40px;
    }
    .image-section.type2 {
        padding-top: 20px;
    }

    .image-section .imgbg-left img {
        max-width: 100%;
    }

    .homepage2 .title-section .powered-title {
        padding: 0 0 50px;
    }

    .signup-form .legal-consent-container .hs-input {
        float: left;
    }

    .signup-form .formContainer.news-letter.hs-form fieldset {
        max-width: 100%;
    }

    .signup-form .formContainer.news-letter.hs-form {
        display: block;
    }

    #footer .container .middle > .row > div[class^="col-"]:nth-child(1) {
        width: 100%;
        margin-bottom: 13px;
    }

    .hs-form-3737cc3f-7d46-4e37-85de-232bd453ed03_83b7d8e9-f1dc-43cd-b60b-c5361418d71a fieldset {
        margin-bottom: 10px;
    }

    .signup-form .hs-form fieldset.form-columns-1 .input {
        width: 100%;
    }

    .hs-form-3737cc3f-7d46-4e37-85de-232bd453ed03_83b7d8e9-f1dc-43cd-b60b-c5361418d71a .form-columns-1 {
        max-width: 50%;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .signup-form .hs_submit {
        display: inline-block;
        vertical-align: top;
    }

    .legal-consent-container .hs-form-booleancheckbox-display p {
        text-align: left;
    }

    .help-area.type5 .container .img {
        transform: scale(1);
        top: -110px;
        left: unset;
        right: 0;
        z-index: 100;
        display: block;
    }

    .help-area.type5.Jewelry .container .img {
        top: -144px;
    }

    .help-area.type5.Why-RapNet .container .img {
        top: -144px;
    }
}



@media (max-width: 479px) {
    .solution-second .plan-box .price {
        font: 31px 'Montserrat';
    }

    .solution-second .price sub {
        font: 25px 'Montserrat';
        line-height: 33px;
    }

    .solution-second .plans-text.month {
        margin: 0;
    }

    .solution-second .plans-headline .tabset .nav {
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }

    .solution-second .cost-button::before {
        margin-left: -70px;
        background-size: 85% auto;
    }

    .solution-second .plans-headline .tabset .nav-pills > li > a {
        white-space: nowrap;
    }

    .solution-second .plans-headline .tabset .nav-pills > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media all and (max-width: 375px) and (min-width: 320px) {
    .solution2 .cost-button::before {
        content: none;
    }
}

@media (max-width: 374px) {
    .solution-second .col-md-5 .plans-list li, .solution-second .col-md-7 .plans-list li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d1d3d4;
    }

        .solution-second .col-md-5 .plans-list li:last-child, .solution-second .col-md-7 .plans-list li:last-child {
            border-bottom: none;
        }
}

@media (max-width: 768px) {
    .stop-scrolling .banner-line {
        display: none;
    }

    .homepage2 #main-nav {
        padding-top: 0;
    }

    .form-columns-3 .hs-form-field {
        float: none !important;
        width: 100% !important;
    }

        .form-columns-3 .hs-form-field .input {
            width: 100% !important;
        }
}

@media (max-width: 1200px) {
    .solution-area-new-card-body-subtitle {
        height: 120px;
    }
}

@media (max-width: 992px) {
    .solution-area-new-card-body-subtitle {
        height: auto;
    }
}

@media(max-height:568px) {

    #header .buttom-links .btn-choose-plan {
        display: none !important;
    }
}

@media (max-width:991px) {
    #main-nav .buttom-links {
        display: block;

        position: absolute;
        bottom: 16px;
        width: 100%;
        background-color:#ffffff;
        z-index:1000;        
    }

        #main-nav .buttom-links ul {
            list-style: none;
            padding: 0;
            margin: 0 20px;
        }
            #main-nav .buttom-links ul > li {
                padding: 0;
                display: inline-block;
                width: 49%;
                margin: 0 auto;
            }
                #main-nav .buttom-links ul > li:first-child{
                    padding-right:4px;
                }
                #main-nav .buttom-links ul > li:last-child {
                    padding-left: 4px;
                }
                #main-nav .buttom-links ul > li .btn {
                    width: 100%;
                    margin:0;
                }
}

@media (max-width:767px) {
    .tab-content .image-section .valign h2 {
        text-align: left;
    }

    .tab-content .image-section .valign p {
        text-align: left;
    }
}

@media (min-width:991px) {
    .gradient-wrapper-businnes {
        height: 100%;
        background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8211659663865546) 10%, rgba(255,255,255,0) 35%);
    }
}

@media (max-width: 991px) {
    .help-area.type6 .help-are-buttons .btn-primary {
        display: block;
    }
}

@media(max-width:600px) {
    .modal-video-close-btn {
        top: -26px;
        right: 0px;
    }
}

@media(min-width:497px) {
    .title-section.typeVideo .btns .btn-default {
        margin-right: 20px;
    }
}

@media(max-width:497px) {
    .laptop-frame {
        background-position-x: center;
        width: unset !important;
        margin-top: 25px;
    }

    .why-info-body ul {
        padding-left: 0px;
    }

    .WhyRapNetPage.image-section {
        display: block !important;
        padding-top: 0;
        z-index: unset;
        background-color: #F8F9FA;
    }
}

@media(max-width:497px) {
    .typeVideo .container .row .video-box-whyRapNet {
        padding: unset;
        margin: unset;
    }
}

@media (max-width: 767px) {
    .WhyRapNetPage {
        margin-top: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .WhyRapNetPage .img {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
            width: 100%;
        }

        .WhyRapNetPage .valign {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            width: 100%;
        }

            .WhyRapNetPage .valign h2 {
                margin-left: 0!important;
            }

            .WhyRapNetPage .valign ul {
                display: inline-block;
                text-align: left;
                margin-left: 0 !important;
            }
}

@media(min-width:991px) {
    .story-text {
        padding-right: 100px;
    }
}

@media(max-width:991px) {

    .video-box {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .row.buttons-header-new .col-md-5 {
        width: 55.666667%;
    }
}

@media(max-width:767px) {
    #about2 .imgbg-left {
        position: relative !important;
        right: unset;
    }
}

@media (max-width: 786px) {
    .sticky-mobile {
        position: fixed;
        top: 62px;
        width: 100%;
        z-index: 1000;
       
    }
}

@media(min-width:992px) {
    .app-area-img {
        position: absolute;
        height: 655px;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .app-area {
        position: relative;
        height: 580px;
    }
}

@media(max-width:991px) {
    .appstore-btns {
        margin-bottom: 96px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .homepage2.open-menu #main-nav > ul > li > a {
        color: #000 !important;
    }

    #main-nav .buttom-links {
        bottom: 45px;
    }

    .why-info-body {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    #header {
        max-height: 86px !important;
    }
}

@media screen and (max-width: 600px) {
    .buttons-header-new a {
        width: 100% !important;
        margin-bottom: 28px;
        z-index: 50;
        letter-spacing: -0.17px;
    }
}

@media(max-width:786px) {
    .tab-nav .container {
        padding: 0 12px;
        padding-top: 12px;
    }

    .tab-nav .diamond-icon {
        display: inline-block;
        left: 7px;
        bottom: 5px;
        margin: 12px 24px 0 -24px;
    }
}



@media(min-height:1000px) {
    .header-new {
        height: 400px;
    }
}

@media screen and (min-width: 600px) {
    /*desktop-background*/
    .type-diamonds {
        background-image: url("../png/header_diamonds.png");
        background-size: cover;
    }

    .type-jewelry {
        background-image: url("../png/header_jewerly.png");
        background-position-x: left;        
        background-size: cover;
        background-position-y: top;
    }


    .title-header-new h1 {
        float: left;
        color: #D21046;
    }

    .subtitile-header-new p {
        float: left;
        font-size: 21px;
        text-align: left;
        line-height: 27px
    }
}

@media screen and (min-width:0\0) {
    .show-more:after {
        background-size: 10px 6px;
    }
}

@media only screen and (max-width: 1367px) {
    .content-post {
        padding-left: 25px;
        padding-right: 25px;
      
    }
}

@media only screen and (max-width: 768px) {
    .content-post {
        padding-top: 25px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {

    .content-post {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .share-box .list-link > li {
        display: inline-block;
    }

    .share-box {
        position: fixed;
        bottom: -5px;
        background-color: #fff;
        top: auto;
        margin: 0 auto;
        text-align: center;
        padding: 15px;
        width: 100%;
        left: 0;
        right: auto;
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
        transition: box-shadow 0.3s ease-in-out;
        display: flex;
        justify-content: center;
        z-index: 150;
    }
}
/*mobile*/
@media (max-width:497px) {
    .solution3 .cards-list {
        padding-top: 25px;
    }

    .plans-for-registration .plans-block .container {
        padding-bottom: 88px;
    }

    .questions-section {
        padding-top: 0px;
    }

    .title-section.typeVideo {
        padding-top: unset;
    }

    #footer .middle {
        padding-bottom: unset;
    }

        #footer .middle .signup-form .btn.btn-primary.type-2 {
            margin: auto;
            width: 100%;
        }

        #footer .middle .form-sign-up fieldset:last-of-type {
            margin-top: unset;
        }

    #footer .top {
        border-bottom: none;
        padding-bottom: unset;
    }
}

@media(max-width: 768px) {
    .type2.comapanyPage {
        text-align: left
    }
    .title-section {
        padding-top: 62px;
    }


    .title-section.type2.comapanyPage .container h1 {
        margin-left: unset;
        text-align: center;
    }

    .title-section.type2.comapanyPage .container h3 {
        text-align: center;
    }   

    .laptop-frame .play-video {
        top: 40px;
    }    
}

@media(min-width:375px) {
    .tab-nav .nav > li:first-child {
        padding-left: 0px;
    }

    .tab-nav .nav > li {
        padding-left: 32px;
    }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    .request-demo-container .hbspt-form .hs-input:not(.hs-fieldtype-intl-phone) .hs-input {
        width: 100% !important;
    }

    

    .type5.Instant-Inventory .img {
        display: none !important;
    }

   
}


@media (max-width: 993px) {
    .title-typeVideo {
        margin: 32px auto 32px auto;
    }
}

@media (min-width: 1306px) {
    #main-nav .dropdown-menu {
        display: block !important;
    }

    #main-nav {
        display: inline-block !important;
    }

    #header .btn-menu {
        display: none;
    }
}

@media (max-width: 1305px) {
    /* header */
    #header .container, #header .container-fluid {
        width: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #main-nav {
        display: none;
        position: absolute;
        z-index: 2000;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, .2);
        box-shadow: 0 25px 25px rgba(0, 0, 0, .2);
        background: #fff;
        border-top: solid 1px #CBCFD5;
    }

        #main-nav > ul {
            display: block;
            /*height: calc(100% - 170px);*/
            overflow: auto;
        }

            #main-nav > ul > li {
                display: block;
                border-bottom: solid 1px #CBCFD5;
                text-align: left;
                margin: 0 20px;
            }

               

                #main-nav > ul > li.big-dropdown {
                    position: relative;
                }

                

                #main-nav > ul > li + li, .languages {
                    margin: 0 20px;
                }

                #main-nav > ul > li > a {
                    display: block;
                    padding: 19px 50px 18px 0px;
                    position: relative;
                }

                    #main-nav > ul > li > a:before {
                        display: none;
                    }

        #main-nav .opener {
            position: absolute;
            z-index: 20;
            top: 0;
            bottom: 0;
            right: 0;
            width: 100px;
           
            display: block !important;
        }


            #main-nav .opener:before {
                content: url('../svg/icon-v-down.svg');
                position: absolute;
                z-index: 20;
                top: 50%;
                right: 0px;
                margin: -17px 0 0 -13px;
                color: #d11f2f;
                -webkit-transition: all .3s;
                transition: all .3s;
                width: 26px;
                height: 25px;
            }

        #main-nav .open .opener:before {
            color: #8B96A7;
        }

        #main-nav .has-drop.open > a > .opener:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            content: url(../svg/icon-v-up.svg);
        }

        #main-nav .dropdown-menu {
            display: none;
            position: relative;
            top: auto;
            left: auto;
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            min-width: 1px;
            max-width: none;
            padding: 0;
            margin: -7px 0 0;
            overflow: visible;
            height: auto;
            opacity: 1;
            -webkit-transition: none;
            transition: none;
        }

            #main-nav .dropdown-menu ul {
                margin-top: 6px;
            }

        #main-nav .big-dropdown .dropdown-menu {
            right: auto;
        }

        #main-nav .dropdown-menu:before {
            display: none;
        }

        #main-nav li:hover > .dropdown-menu,
        #main-nav li.open > .dropdown-menu {
            padding-top: 0;
            padding-bottom: 15px;
        }

        #main-nav .dropdown-menu ul

        #main-nav li.big-dropdown:hover > .dropdown-menu,
        #main-nav li.big-dropdown.open > .dropdown-menu {
            padding-top: 0;
            padding-bottom: 15px;
        }

        #main-nav .dropdown-menu .box {
            min-width: 1px;
            padding: 0;
        }

            #main-nav .dropdown-menu .box + .box {
                padding-top: 15px;
            }

        #main-nav .dropdown-menu h3 {
            margin: 0 0 2px;
            padding: 0 18px;
            font-size: 26px;
            line-height: 30px;
        }



        #main-nav .dropdown-menu ul a {
            color: #959BA3;
            display: block;
            padding: 10px 15px 10px 34px;
            position: relative;
        }

            #main-nav .dropdown-menu ul a:hover {
                color: #d31145;
            }

        #main-nav .languages-box {
            display: block;
            width: auto;
            text-align: left;
            margin: 0 0 33px;
            padding: 0;
            border-bottom: solid 1px #dbdbdb;
        }

            #main-nav .languages-box:before {
                display: none;
            }

            #main-nav .languages-box .languages-opener {
                width: auto;
                height: auto;
                display: block;
                overflow: visible;
                text-indent: 0;
                padding: 19px 50px 18px 17px;
                font: 26px/30px 'Montserrat', sans-serif;
                text-transform: uppercase;
                color: #000;
            }

                #main-nav .languages-box .languages-opener:hover {
                    text-decoration: none;
                }

                #main-nav .languages-box .languages-opener:before {
                    content: '\f107';
                    background: none;
                    width: auto;
                    height: auto;
                    position: absolute;
                    z-index: 20;
                    top: 50%;
                    left: auto;
                    right: 0;
                    margin: -17px 15px 0 0;
                    -webkit-transition: all .3s;
                    transition: all .3s;
                    color: #d11f2f;
                 
                }

            #main-nav .languages-box.open .languages-opener:before {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            #main-nav .languages-box .dropdown-menu {
                background: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                display: none;
                min-width: 1px;
                max-width: none;
                padding: 0;
                overflow: visible;
                height: auto;
                opacity: 1;
                -webkit-transition: none;
                transition: none;
            }

            #main-nav .languages-box:hover > .dropdown-menu,
            #main-nav .languages-box.open > .dropdown-menu {
                padding-top: 0;
                padding-bottom: 15px;
            }

            #main-nav .languages-box .dropdown-menu li {
                padding: 0;
            }

            #main-nav .languages-box .dropdown-menu a {
                color: #585858;
                display: block;
                padding: 10px 15px 10px 30px;
                font-size: 22px;
                line-height: 26px;
            }

                #main-nav .languages-box .dropdown-menu a:hover {
                    color: #d31145;
                }

    #header .btn {
        padding-left: 15px;
        padding-right: 15px;
        /*margin: 0 15px 0 15px;*/
    }

    #header .btn-link {
        min-width: 110px;
    }

    #main-nav .btn-primary {
        height: 50px;
        font-size: 17px;
        line-height: 33px;
    }

    #main-nav .btn-link {
        margin-top: 20px;
        height: 50px;
        font-size: 17px;
        line-height: 33px;
        border-color: #D21046;
    }

    #header .btn-menu {
        display: inline-block;
        vertical-align: top;
        margin: 6px -5px 0 10px;
        width: 36px;
        height: 36px;
        padding: 5px;
        position: relative;
    }

    .homepage2 #main-nav > ul > li > a {
        color: #000;
        z-index: 200;
    }
    #main-nav > ul > li.extra{
        display:block;
    }
    #main-nav > ul > li.extra a {
        text-align: left;
        color: #009ED3;
        margin: 0;
        border-width: 0;
        padding: 15px 50px 15px 0px;
        height: auto;
        letter-spacing: -0.15px;
        font-size: 15px;
        line-height: 27px;
        font-weight: 500;
    }
        #main-nav > ul > li.extra a .call-icon {
            background-image: url("../svg/ico-call-2.svg");
            margin-left:0;
        }

        body.homepage2 #header .btn-menu span {
            background: #fff !important;
        }

    body.homepage2.open-menu #header .btn-menu span {
        background: #8B96A7 !important;
    }

    #wrapper #header .btn-menu span {
        display: block;
        width: 26px;
        height: 3px;
        border-radius: 3px;
        background: #d31145;
        -webkit-transition: all .3s;
        transition: all .3s;
        overflow: hidden;
        text-indent: -9999px;
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
    }


    .Home.Page.Home.Page #header.scrolled .btn-menu span {
        background: #d31145 !important;
    }

    #header.scrolled .btn-menu span {
        background: #d31145;
    }

    .open-menu #header .scroll-main-nav .btn-menu span {
        background: #d31145 !important;
    }

    .open-menu #header .btn-menu span {
        width: 28px;
        height: 4px;
    }

    #header .btn-menu span:nth-child(1) {
        margin-top: 5px;
    }

    #header .btn-menu span:nth-child(2) {
        margin-top: 13px;
    }

    #header .btn-menu span:nth-child(3) {
        margin-top: 21px;
    }

    .open-menu #header .btn-menu span:nth-child(1) {
        margin: 15px 0 0 5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open-menu #header .btn-menu span:nth-child(3) {
        margin: 15px 0 0 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .open-menu #header .btn-menu span:nth-child(2) {
        opacity: 0;
    }
    /* end header */
}

@media only screen and (max-width: 479px) {
    /* container */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* end container */
    /* header */
    .title-section h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    #main-nav {
        padding: 10px 10px 20px;
    }

        #main-nav > ul > li {
            font-size: 15px;
            line-height: 27px;
            letter-spacing: -0.15px;
            font-weight: 500;
        }

            #main-nav > ul > li > a {
                padding: 15px 50px 15px 0px;
            }

        #main-nav .opener::before {
            margin: -11px 0 0 -10px;
        }

        #main-nav .dropdown-menu {
            margin: 0;
        }

            #main-nav .dropdown-menu ul li {
                font-size: 15px;
                line-height: 21px;
                padding:0;
            }

            #main-nav .dropdown-menu ul a {
                padding: 0px 15px 26px 25px;
            }

            #main-nav .dropdown-menu h3 {
                font-size: 24px;
                line-height: 28px;
                margin: 0;
            }

        #main-nav .languages-box {
            margin: 0 0 15px;
        }

            #main-nav .languages-box .languages-opener {
                padding: 15px 50px 15px 14px;
                font-size: 24px;
                line-height: 28px;
            }

                #main-nav .languages-box .languages-opener::before {
                    margin: -19px 12px 0 0;
                }

            #main-nav .languages-box .dropdown-menu a {
                padding: 8px 15px 8px 25px;
                font-size: 20px;
                line-height: 24px;
            }
    /* end header */
    /* title-section */
    .title-section .btns {
        margin: 0;
    }

        .title-section .btns li {
            padding: 0;
            display: inline-block;
            margin: 0 auto;
            width: 50%;
        }

            .title-section .btns li:first-child {
                padding-right: 9px;
            }

        .title-section .btns .btn {
            display: block;
            width: 100%;
            padding: 13px 5px;
            min-width: initial;
        }
    /* end title-section */
    /* devices-section */
    .devices-section .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .devices-section .img-mobile {
        width: 48px;
        margin: 0 0 51px 115px;
    }

    .devices-section .img-diamonds.diamonds-01 {
        width: 170px;
        margin: 0 0 46px -203px;
    }

    .devices-section .img-diamonds.diamonds-02 {
        width: 235px;
        margin: 0 0 21px 108px;
    }
    /* end devices-section */
    /* image-section */
    .image-section .img, .image-section.inversed .imgbg-left {
        height: 250px;
        width: 100%;
        background-size: contain;
    }


    .gradient-wrapper.app-page {
        height: unset;
    }
    /* end image-section */
    /* mobile-section */
    .mobile-section .container {
        padding: 310px 20px;
    }

    .mobile-section .mobile-01 {
        left: 50%;
        margin-left: -135px;
    }

    .mobile-section .mobile-02 {
        right: auto;
        left: 50%;
        margin-left: -135px;
    }

    .mobile-section .btns {
        margin: 0 -15px;
    }

        .mobile-section .btns li {
            padding: 0 5px;
        }
    /* end mobile-section */
    /* logos-section */


    .logos-list > li + li {
        padding-top: 30px;
    }
    /* end logos-section */

    /* tabset */
    .tabset .nav-pills > li > a,
    .tabset.type2 .nav-pills > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* benefits-list */
    .benefits-list {
        margin-top:74px;
        margin-left: -10px;
        margin-right: -10px;
    }
        .benefits-list h3 {
            font-weight:600;
            margin-bottom: 20px;
            letter-spacing: -0.48px;
        }

        .help-area .btns {
            margin-right: 0;
        }

    .help-area .btn {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    /* solution-list */
    .solution-list > li {
        display: block;
    }
    /* solution-item */
    .solution-item {
        margin-left: auto;
        margin-right: auto;
    }
    /* try-section */
    .try-section .try-img {
        margin-left: 0;
        margin-right: 0;
    }


    .tab-nav .nav > li {
        float: none;
        display: inline-block;
        padding-left: 30px;
    }

       

        .tab-nav .nav > li > a {
            display: inline-block;
            vertical-align: top;
            white-space: nowrap;
            overflow: hidden;
            width: 56px;
        }

        .tab-nav .nav > li a[href*="#tabs-03-03"] {
            width: 100%;
        }

    .tab-nav.comapanyPage .nav > li a {
        width: 100%;
    }

   

        .tab-nav.comapanyPage .nav > li:first-child {
            padding-left: unset !important;
        }

    .mobile-section.type2 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* mobile-apps */
    .new-features h2 {
        padding: 0;
    }
    /* end mobile-apps */
    .request-box .valign {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .request-box .request-demo-form .mktoButtonRow {
        margin-left: 0;
        padding-right: 0;
    }

    .homepage2 .title-section.home-page-rework .powered-title {
        padding: 0;
    }

    .homepage2 .home-page-rework.device-video video {
        min-height: 90vh;
    }

    .homepage2 .title-section h1 {
        font-size: 46px;
        line-height: 50px;
    }

    .homepage2 .title-section .powered-title {
        color: #fff;
        padding: 0 0 30px;
    }

    .homepage2 .title-section .btns {
        min-width: 100%;
        margin: 0;
    }

    .headerVideo {
        margin-bottom: 40px;
    }

    .homepage2 .title-section .btns .btn-default:hover {
        border-color: rgb(0, 158, 211);
        background-color: rgb(0, 158, 211);
        box-shadow: 3px 5.196px 18px 0px rgba(0, 0, 0, 0.25);
        color: #fff0f5;
    }

    .solution2 .button-save {
        margin: 0 0 10px;
    }

    .second-solutions.choose-plan .cost-button {
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        white-space: nowrap;
    }

    .second-solutions .cost-button::before {
        margin-left: -70px;
        background-size: 85% auto;
    }

    .solutions-all .col-md-5 .plans-list li, .solutions-all .col-md-7 .plans-list li {
        width: 100%;
    }

    .solutions-all .plan-box {
        margin-bottom: 25px;
    }

    .try-section iframe {
        width: 100%;
        height: 350px;
    }

    .description-benefit {
        font-size: 16px;
    }

    .signup-form .hbspt-form {
        max-width: 100%;
    }

    #footer .middle > .row > div[class^="col-"] + div[class^="col-"] {
        max-width: 100%;
    }

    .benefits-details .btn {
        border-radius: 5px;
    }

    .signup-form .form-columns-1 {
        max-width: 100%;
    }

        .signup-form .form-columns-1 > div {
            padding-bottom: 10px;
        }

    .stop-scrolling {
        height: 100%;
        overflow: hidden;
    }

    #main-nav.scroll-main-nav {
        height: auto;
    }

    #header .container, #header .container-fluid {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #main-nav .dropdown-menu .box h3 {
        padding: 0;
    }

    .schedule-box {
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 200;
    }

    .hs-form-booleancheckbox .hs-input {
        width: inherit !important;
    }

    .signup-form .hs-form fieldset {
        width: 100%;
        text-align: center;
    }

    .signup-form .formContainer.news-letter.hs-form {
        display: block;
    }

    .signup-form .hs-form fieldset.form-columns-2 .input {
        padding-bottom: 10px;
    }

    .signup-form .hs-input {
        height: 50px;
        font-size: 18px;
        letter-spacing: 0;
        padding: 2px 15px;
    }

    .signup-form .hs-form fieldset.form-columns-1 .hs-input {
        margin: 0;
        width: 95% !important;
    }

    .signup-form .hs-form fieldset.form-columns-1 .input {
        width: inherit;
    }

    .signup-form label {
        padding: 0;
    }

    .signup-form .hs-error-msgs.inputs-list label {
        padding: 0;
    }

    .signup-form .hs-form fieldset.form-columns-2 .input {
        padding: 0;
    }

    form.hs-form .form-columns-2 .hs-form-field, form.hs-form .form-columns-3 .hs-form-field {
        padding-bottom: 10px;
    }

    .hbspt-form {
        padding-top: 25px;
    }

    .signup-form .hs_submit {
        position: inherit;
        width: 100%;
        height: auto;
        padding-top: 10px;
    }

    .signup-form .hs-form fieldset.form-columns-1 .input {
        width: 100% !important;
    }

    .solution-second .plans-block .col-md-5,
    .solution-second .plans-block .col-md-7 {
        padding: 0;
    }

    .solution-second .plans-list {
        max-width: 100%;
    }

    .solution-second .col-md-5 .plans-list li,
    .solution-second .col-md-7 .plans-list li {
        display: inline-block;
        width: 50%;
    }

        .solution-second .col-md-7 .plans-list li:nth-child(2) {
            border-right: none;
        }

        .solution-second .col-md-7 .plans-list li:last-child {
            width: 100%;
            border-top: 1px solid #d1d3d4;
        }

    .solution-second .cost-block {
        margin: 0 0 15px;
    }

    .help-area .img {
        right: 70%;
        transform: scale(.70);
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

    .help-area .img {
        display: none;
    }

    .help-area .col-xs-offset-4 {
        margin-left: 0;
        padding-top: 27px;
        width: 100%;
    }

    .questions-section {
        padding-left: 0;
        padding-top: 73px;
    }

    .solution-second .cards-item {
        margin: 0 10px 20px;
    }

    .solution-second .plan-box {
        padding: 0;
    }

        .solution-second .plan-box .btn-primary {
            font-size: 12px;
        }

    .delay-02 .question {
        padding-right: 40px;
    }

    #footer .middle > .row > div[class^="col-"]:nth-child(2) {
        width: 100%;
    }

    .form-sign-up .legal-consent-container label {
        text-align: left;
    }
}
