@media (min-width: 768px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
}

h2 {
    font-weight: 600;
}

.vc-main-screen {
    padding: 30px 0 90px 0;
    display: block;
    overflow: hidden;
    max-width: 100vw;
    position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-main-screen {
        padding: 90px 0 90px 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-main-screen .col-md-6 {
        padding: 0;
    }
}
.vc-main-screen h1 {
    font-weight: 600;
    font-size: 38px;
    color: #3e3e3e;
    line-height: 1.4em;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-main-screen h1 {
        font-size: 24px;
        padding: 0px 0 45px 0;
        text-align: center;
    }
}
.vc-main-screen .under-title {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 400;
    line-height: 1.8em;
    opacity: 0.7;
    margin: 0 0 60px 0;
}
.vc-main-screen .under-title p {
    margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-main-screen .under-title {
        text-align: center;
        margin: 0 0 45px 0;
    }
    .vc-main-screen .under-title br {
        display: none;
    }
}
.vc-main-screen a.btn {
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 230px;
    border: 1px solid #8658dc;
    color: #8658dc;
}
.vc-main-screen a.btn.purple {
    background: #2A5FCB;
    color: #fff;
    border: 1px solid transparent;
    margin: 0 45px 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-main-screen a.btn.purple {
        margin: 0 auto 15px auto;
        display: block;
        width: 230px;
        padding: 15px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-main-screen a.btn.purple {
        margin: 0 0 15px 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .vc-main-screen a.btn.purple {
        margin: 0 0 15px 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-main-screen a.btn {
        margin: 0 auto;
        display: block;
        width: 230px;
        padding: 15px 10px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-main-screen {
        padding: 0 0 90px 0;
        margin: 0;
        display: block;
        position: relative;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-main-screen.vc-partner-page {
        padding: 0 0 60px 0;
    }
    .vc-main-screen.vc-partner-page .vc-pic-partners {
        position: absolute;
        top: 5%;
        right: 15%;
        z-index: 1;
        width: 200px;
        height: 200px;
    }
}


@media (min-width: 320px) and (max-width: 767px) {
    .vc-services-block h2 {
        font-size: 24px;
        text-align: center;
        font-weight: 600;
        padding: 0 0 45px 0;
    }
}
.vc-services-block .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc-services-block .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc-services-block .col-md-3, .vc-services-block .col-md-4, .vc-services-block .col-md-5, .vc-services-block .col-md-6, .vc-services-block .col-md-7 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-services-block .col-md-3, .vc-services-block .col-md-4, .vc-services-block .col-md-5, .vc-services-block .col-md-6, .vc-services-block .col-md-7 {
        width: 100%;
    }
}
.vc-services-block .vc-white-box {
    background: #fff;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
    position: relative;
    display: block;
    padding: 30px;
    transition: all 0.3s;
    width: 100%;
    margin: 0 auto 30px auto;
}
.vc-services-block .vc-white-box:hover {
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.2);
    transition: all 0.3s;
}
.vc-services-block .vc-white-box h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 60px 0;
    margin: 0 0 0 0;
    line-height: 1em;
    z-index: 10;
    position: relative;
    color: #3e3e3e;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-services-block .vc-white-box h3 {
        font-size: 18px;
        line-height: 30px;
        padding: 0 0 30px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-services-block .vc-white-box h3 {
        height: 125px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .vc-services-block .vc-white-box h3 {
        height: 60px;
    }
}
.vc-services-block .vc-white-box a.link {
    color: #5311cd;
    opacity: 0.7;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s;
    position: relative;
    display: block;
    margin: 0 0 30px 0;
    line-height: 1.6em;
}
.vc-services-block .vc-white-box a.link svg {
    height: 15px;
    width: 7px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 0 0 5px;
}
.vc-services-block .vc-white-box a.link svg path {
    fill: rgba(83, 17, 205, 0.7);
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-services-block .vc-white-box a.link {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-services-block .vc-white-box a.link {
        margin: 0 0 15px 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .vc-services-block .vc-white-box a.link {
        margin: 0 0 15px 0;
    }
}
.vc-services-block .vc-white-box a.link:hover {
    text-decoration: underline;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-services-block .vc-white-box {
        padding: 30px 15px;
    }
}

.vc-trust-us {
    padding: 90px 0 120px 0;
}

.purple-form {
    background: #f7f1fe;
    margin: 120px 0 140px 0;
    padding: 90px 0 90px 0;
    position: relative;
    overflow: hidden;
}
.purple-form .container {
    position: relative;
}
.purple-form svg.svg-mail {
    display: block;
    position: absolute;
    width: 330px;
    bottom: -130px;
    right: 30px;
}
.purple-form svg.svg-mail path {
    fill: #e7dcf9;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form svg.svg-mail {
        display: none;
    }
}
.purple-form h2 {
    text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form h2 {
        font-size: 20px;
        line-height: 1.6em;
    }
}
.purple-form p {
    text-align: center;
    margin: 0 0 90px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form p {
        font-size: 12px;
        margin: 0 0 30px 0;
    }
    .purple-form p br {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .purple-form form {
        position: relative;
        display: block;
        margin: 0 auto;
        max-width: 450px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .purple-form form {
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .purple-form form p {
        margin: 0 0 30px 0;
    }
    .purple-form form .col-md-3 {
        width: 100%;
    }
}
.purple-form form button, .purple-form form input {
    border-radius: 30px;
    border: 1px solid #a886e4;
    padding: 15px 30px;
    height: 50px;
    background: #fff;
    margin: 0 0 0 0;
    min-width: 250px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form form button, .purple-form form input {
        margin: 0 0 15px 0;
    }
}
.purple-form form button.btn, .purple-form form input.btn {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #2A5FCB;
    border: 1px solid transparent;
    transition: all 0.3s;
}
.purple-form form button.btn:hover, .purple-form form input.btn:hover {
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form form button.btn, .purple-form form input.btn {
        width: 200px;
        margin: 20px auto 0 auto;
        display: block;
    }
}
.purple-form.whited {
    background: #fff;
    border-bottom: 1px solid #eef2fb;
    margin: 0 0 140px 0;
}
.purple-form.whited svg.svg-mail {
    display: block;
}
.purple-form.whited h2 {
    text-align: left;
    font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form.whited h2 {
        font-size: 24px;
        text-align: center;
    }
}
.purple-form.whited p {
    text-align: left;
    margin: 0 0 90px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form.whited p {
        text-align: center;
        margin: 0 0 10px 0;
    }
}
.purple-form.whited svg.svg-mail {
    right: -140px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form.whited {
        padding: 0px 0 45px 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form {
        padding: 45px 0 45px 0;
        margin: 30px 0 60px 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-trust-us h2 {
        text-align: center;
        font-size: 24px;
    }
}

.white-box {
    background: #fff;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
    position: relative;
    display: block;
    transition: all 0.3s;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 60px 30px;
}
.white-box:hover {
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.2);
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .white-box {
        padding: 60px 15px;
    }
}

.vc-bargaining-title {
    text-align: center;
    padding: 0 0 120px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-bargaining-title {
        padding: 0 0 30px 0;
    }
}
.vc-bargaining-title h1 {
    color: #5311cd;
    font-weight: 700;
    font-size: 38px;
    line-height: 60px;
    height: 100px;
    padding: 0;
    margin: 0 0 60px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-bargaining-title h1 {
        font-size: 24px;
        line-height: 36px;
        margin: 30px 0 45px 0;
        padding: 0;
        height: 70px;
        opacity: 0.7;
    }
    .vc-bargaining-title h1 br {
        display: none;
    }
}
.vc-bargaining-title p {
    opacity: 0.8;
    color: #3e3e3e;
    font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-bargaining-title p {
        font-size: 14px;
        font-weight: 500;
    }
    .vc-bargaining-title p br {
        display: none;
    }
}

.vc-recommended {
    padding: 0 0 120px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-recommended {
        padding: 0 0 30px 0;
    }
}
.vc-recommended .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc-recommended .col-md-6 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-recommended .col-md-6 {
        margin: 0 auto 30px auto;
    }
}
.vc-recommended h2 {
    color: #3e3e3e;
    font-size: 32px;
    font-weight: 700;
    padding: 0 0 60px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-recommended h2 {
        text-align: center;
        font-size: 24px;
    }
}
.vc-recommended .whited-block {
    background: #fff;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
    position: relative;
    display: block;
    padding: 30px;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    margin: 0 auto 30px auto;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-recommended .whited-block {
        padding: 0 15px 60px 15px;
    }
}
.vc-recommended .whited-block:hover {
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.2);
    transition: all 0.3s;
}
.vc-recommended .whited-block a.btn {
    border-radius: 30px;
    border: 1px solid #8658dc;
    padding: 10px 45px;
    margin: 0 0 0 0;
    background: #8658dc;
    color: #fff;
    position: absolute;
    bottom: 30px;
}
.vc-recommended .whited-block p.title {
    font-size: 22px;
    color: #3e3e3e;
    font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-recommended .whited-block p.title {
        font-size: 18px;
    }
}
.vc-recommended .whited-block p.small {
    opacity: 0.7;
    font-size: 14px;
    color: #3e3e3e;
}
.vc-recommended .whited-block p.cost {
    font-size: 22px;
    color: #5311cd;
    opacity: 0.7;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 30px;
    margin: 0 0 35px 0;
}
.vc-recommended .whited-block p.cost.black {
    color: #333;
    opacity: 1;
}
.vc-recommended .whited-block p.present svg {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    top: 8px;
    opacity: 0.7;
}
.vc-recommended .whited-block p.present svg path {
    fill: #8658dc;
}
.vc-recommended .whited-block p.present span {
    position: relative;
    display: inline-block;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-recommended .whited-block p.present span {
        font-size: 12px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-recommended .whited-block p.present {
        display: block;
        padding: 0 0 15px 0;
    }
}

.vc-special-ep h2 {
    padding: 0 0 60px 0;
    font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-special-ep h2 {
        text-align: center;
        font-size: 24px;
        line-height: 36px;
        padding: 0 0 45px 0;
    }
}
.vc-special-ep .vc-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc-special-ep .vc-products .col-md-4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-special-ep .vc-products .col-md-4 {
        width: 100%;
    }
}
.vc-special-ep .vc-products .whited-block {
    background: #fff;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
    position: relative;
    display: block;
    padding: 30px;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    margin: 0 auto 30px auto;
    border-radius: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-special-ep .vc-products .whited-block {
        padding: 30px 15px 60px 15px;
    }
}
.vc-special-ep .vc-products .whited-block a.btn {
    border-radius: 30px;
    border: 1px solid #8658dc;
    padding: 10px 45px;
    margin: 0 0 0 0;
    background: #8658dc;
    color: #fff;
    position: absolute;
    bottom: 30px;
}
.vc-special-ep .vc-products .whited-block:hover {
    background: #a988e6;
    transition: all 0.3s;
}
.vc-special-ep .vc-products .whited-block:hover a.btn {
    background: #fff;
    color: #8658dc;
}
.vc-special-ep .vc-products .whited-block:hover p.more span, .vc-special-ep .vc-products .whited-block:hover a.more span {
    color: #fff;
}
.vc-special-ep .vc-products .whited-block:hover p.more svg path, .vc-special-ep .vc-products .whited-block:hover a.more svg path {
    fill: #fff;
}
.vc-special-ep .vc-products .whited-block:hover p.title, .vc-special-ep .vc-products .whited-block:hover a.title {
    color: #fff;
}
.vc-special-ep .vc-products .whited-block:hover p.about, .vc-special-ep .vc-products .whited-block:hover a.about {
    color: #fff;
}
.vc-special-ep .vc-products .whited-block:hover p.cost, .vc-special-ep .vc-products .whited-block:hover a.cost {
    color: #fff;
}
.vc-special-ep .vc-products .whited-block p.more, .vc-special-ep .vc-products .whited-block a.more {
    color: #5311cd;
    opacity: 0.7;
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin: 0 0 45px 0;
    transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-special-ep .vc-products .whited-block p.more, .vc-special-ep .vc-products .whited-block a.more {
        margin: 0;
        position: absolute;
        bottom: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .vc-special-ep .vc-products .whited-block p.more, .vc-special-ep .vc-products .whited-block a.more {
        margin: 0;
        position: absolute;
        bottom: 30px;
    }
}
.vc-special-ep .vc-products .whited-block p.more span, .vc-special-ep .vc-products .whited-block a.more span {
    display: inline-block;
}
.vc-special-ep .vc-products .whited-block p.more svg, .vc-special-ep .vc-products .whited-block a.more svg {
    height: 15px;
    width: 7px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 0 0 5px;
}
.vc-special-ep .vc-products .whited-block p.more svg path, .vc-special-ep .vc-products .whited-block a.more svg path {
    fill: rgba(83, 17, 205, 0.7);
    transition: all 0.3s;
}
.vc-special-ep .vc-products .whited-block p.more:hover, .vc-special-ep .vc-products .whited-block a.more:hover {
    opacity: 1;
    transition: all 0.3s;
    text-decoration: none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-special-ep .vc-products .whited-block p.more, .vc-special-ep .vc-products .whited-block a.more {
        margin: 0;
    }
}
.vc-special-ep .vc-products .whited-block p.title, .vc-special-ep .vc-products .whited-block a.title {
    font-size: 22px;
    color: #3e3e3e;
    font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-special-ep .vc-products .whited-block p.title, .vc-special-ep .vc-products .whited-block a.title {
        padding: 0 0 0 0;
    }
}
.vc-special-ep .vc-products .whited-block p.about, .vc-special-ep .vc-products .whited-block a.about {
    opacity: 0.7;
    font-size: 14px;
    color: #3e3e3e;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-special-ep .vc-products .whited-block p.about, .vc-special-ep .vc-products .whited-block a.about {
        font-size: 12px;
    }
}
.vc-special-ep .vc-products .whited-block p.cost, .vc-special-ep .vc-products .whited-block a.cost {
    font-size: 22px;
    color: #5311cd;
    opacity: 0.7;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    margin: 0 0 35px 0;
    right: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-special-ep .vc-products .whited-block p.cost, .vc-special-ep .vc-products .whited-block a.cost {
        font-size: 16px;
    }
}

.vc-info-block-three {
    padding: 0 0 120px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-info-block-three {
        padding: 0 0 30px 0;
    }
    .vc-info-block-three h2 {
        padding: 0 0 45px 0;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        color: #3e3e3e;
    }
}
.vc-info-block-three .inner svg {
    display: block;
    margin: 0 auto 45px auto;
    width: 150px;
    height: 150px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-info-block-three .inner svg {
        display: block;
        margin: 0 auto 30px auto;
        width: 120px;
        height: 120px;
    }
}
.vc-info-block-three .inner p {
    text-align: center;
}
.vc-info-block-three .inner p.big {
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    padding: 0 0 30px 0;
}
.vc-info-block-three .inner p.anons {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-info-block-three .inner p.anons {
        margin: 0 0 60px 0;
    }
}

.vc-partnership-options {
    padding: 0 0 90px 0;
}
.vc-partnership-options h2 {
    padding: 0 0 120px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-partnership-options {
        padding: 0 0 30px 0;
    }
    .vc-partnership-options h2 {
        padding: 0 0 45px 0;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        color: #3e3e3e;
    }
}

.vc-becoming-partner-easy {
    background: #f7f1fe;
    padding: 90px 0 120px 0;
    margin: 120px 0 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-becoming-partner-easy {
        padding: 30px 0 30px 0;
        margin: 0;
    }
    .vc-becoming-partner-easy .col-xs-12 {
        padding: 0;
    }
}
.vc-becoming-partner-easy h2 {
    padding: 0 0 90px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-becoming-partner-easy h2 {
        padding: 0;
    }
}
.vc-becoming-partner-easy .item {
    height: 220px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-becoming-partner-easy .item {
        height: auto;
    }
}
.vc-becoming-partner-easy .item .for-title {
    padding: 45px 0 0 0;
}
.vc-becoming-partner-easy .item p {
    padding: 0;
    margin: 0;
}
.vc-becoming-partner-easy .item p.big {
    font-size: 190px;
    font-weight: 600;
    color: #8658d9;
    opacity: 0.7;
    text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-becoming-partner-easy .item{
        font-size: 90px;
        font-weight: 600;
        color: #8658d9;
        opacity: 0.7;
        text-align: center;
        line-height: 1em;
        margin: 0 0 30px 0;
    }
}
.vc-becoming-partner-easy .item p.title {
    font-size: 24px;
    font-weight: 600;
    color: #3e3e3e;
    padding: 0 0 45px 0;
}
.vc-becoming-partner-easy .item p.text {
    color: #3e3e3e;
    font-weight: 400;
    font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-becoming-partner-easy .item p.text {
        font-size: 14px;
        text-align: center;
    }
    .vc-becoming-partner-easy .item p.text br {
        display: none;
    }
}
.vc-becoming-partner-easy a.btn.btn-purple {
    display: block;
    margin: 0 auto;
    background: #8454dc;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    max-width: 230px;
    border: 1px solid #8454dc;
    padding: 20px 0;
    text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-becoming-partner-easy a.btn.btn-purple {
        margin: 60px auto 0 auto;
        padding: 15px 0;
    }
}
.vc-becoming-partner-easy a.underlined {
    text-align: center;
    display: block;
    padding: 30px 0 0 0;
    color: #3e3e3e;
    font-size: 16px;
    text-decoration: underline;
    opacity: 0.7;
    transition: all 0.3s;
}
.vc-becoming-partner-easy a.underlined:hover {
    color: #222;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-becoming-partner-easy a.underlined {
        font-size: 14px;
        line-height: 24px;
    }
}

.vc-tab-content ul.nav.nav-tabs {
    width: 100%;
    max-width: 675px;
    position: relative;
    display: block;
    margin: 0 auto 120px auto;
}
.vc-tab-content ul.nav.nav-tabs li {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #3e3e3e;
    position: relative;
}
.vc-tab-content ul.nav.nav-tabs li br.dm {
    display: none;
}
.vc-tab-content ul.nav.nav-tabs li:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -30px;
    height: 8px;
    width: 102%;
    background: #eee;
    border-radius: 30px;
    z-index: 0;
    transition: all 0.3s;
}
.vc-tab-content ul.nav.nav-tabs li a:hover {
    text-decoration: none;
}
.vc-tab-content ul.nav.nav-tabs li.active:before {
    background: #8f6eca;
    z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-tab-content ul.nav.nav-tabs li {
        font-size: 14px;
        line-height: 24px;
    }
    .vc-tab-content ul.nav.nav-tabs li br.dm {
        display: block;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-tab-content ul.nav.nav-tabs {
        padding: 0;
        margin: 0 auto 40px auto;
    }
}
.vc-tab-content .tab-content .tab-pane {
    display: none;
}
.vc-tab-content .tab-content .tab-pane.active {
    display: block;
}
.vc-tab-content .tab-content .tab-pane p.title {
    font-weight: 600;
    font-size: 24px;
    color: #3e3e3e;
    text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-tab-content .tab-content .tab-pane p.title {
        font-size: 18px;
        padding: 30px 0 15px 0;
        text-align: center;
    }
}
.vc-tab-content .tab-content .tab-pane p.about {
    font-size: 16px;
    font-weight: 600;
    color: #3e3e3e;
    padding: 0 0 120px 0;
    margin: 0;
    text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-tab-content .tab-content .tab-pane p.about {
        padding: 0 0 45px 0;
    }
}
.vc-tab-content .tab-content .tab-pane p.text-item {
    font-size: 16px;
    font-weight: 400;
    color: #3e3e3e;
    text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-tab-content .tab-content .tab-pane p.text-item {
        font-size: 14px;
        font-weight: 400;
        color: #3e3e3e;
        text-align: left;
        margin: 0 0 30px 30px;
        float: left;
        line-height: 1.4em;
    }
}
.vc-tab-content .tab-content .tab-pane svg {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 30px auto;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-tab-content .tab-content .tab-pane svg {
        width: 50px;
        height: 50px;
        margin: 0 0 0 0;
        float: left;
    }
}

.vc-faq {
    padding: 120px 0 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq {
        padding: 60px 0 0 0;
    }
}
.vc-faq h2 {
    font-weight: 700;
}
.vc-faq .panel {
    display: block;
    position: relative;
    margin: 0 0 30px 0;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.05);
}
.vc-faq .panel:hover .panel-heading {
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
}
.vc-faq .panel .panel-heading {
    height: 100px;
    align-items: center;
    justify-content: left;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.05);
    position: relative;
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq .panel .panel-heading {
        display: table;
        vertical-align: middle;
        height: 75px;
    }
}
.vc-faq .panel .panel-heading a {
    font-size: 20px;
    font-weight: 500;
    color: #3e3e3e;
    line-height: 100px;
    padding: 0 0 0 45px;
    width: 100%;
    display: block;
}
.vc-faq .panel .panel-heading a:hover {
    text-decoration: none;
}
.vc-faq .panel .panel-heading a svg {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 40px;
    right: 30px;
    transition: all 0.3s;
}
.vc-faq .panel .panel-heading a svg path {
    fill: #000;
    opacity: 0.2;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq .panel .panel-heading a svg {
        top: 25px;
        right: 15px;
    }
}
.vc-faq .panel .panel-heading a[aria-expanded=true] svg {
    transform: rotate(-180deg);
}
.vc-faq .panel .panel-heading a[aria-expanded=false] svg {
    transform: rotate(0deg);
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq .panel .panel-heading a {
        font-size: 14px;
        font-weight: 500;
        color: #3e3e3e;
        padding: 0 0 0 15px;
        width: 100%;
        line-height: 24px;
        vertical-align: middle;
        display: table-cell;
    }
}
.vc-faq .panel .panel-collapse {
    min-height: 1px;
}
.vc-faq .panel .panel-collapse .panel-body {
    padding: 30px 45px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq .panel .panel-collapse .panel-body {
        padding: 30px 15px;
    }
}
.vc-faq .panel .panel-collapse .panel-body p {
    font-size: 16px;
    line-height: 1.6em;
}
.vc-faq .collapse {
    display: none;
}
.vc-faq .collapse.in {
    display: block;
}
.vc-faq .collapse .well {
    min-height: 20px;
    margin-bottom: 20px;
}
.vc-faq .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.vc-faq .fade.in {
    opacity: 1;
}
.vc-faq .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

header {
    background: #fff;
}

.vc-bg-index {
    position: absolute;
    top: -30%;
    right: -10%;
    z-index: 0;
    width: 900px;
    height: 900px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-bg-index {
        position: absolute;
        top: -190px;
        right: -90%;
        z-index: 0;
        width: 500px;
        height: 500px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-bg-index {
        position: absolute;
        top: 10%;
        right: -30%;
        z-index: 0;
        width: 500px;
        height: 500px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .vc-bg-index {
        position: absolute;
        top: 0%;
        right: -20%;
        z-index: 0;
        width: 600px;
        height: 600px;
    }
}

.vc-pic-index {
    position: relative;
    top: -30px;
    z-index: 0;
    width: 400px;
    height: 400px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-pic-index {
        width: 200px;
        height: 200px;
        display: block;
        margin: 90px auto 0;
    }
}

.vc-bg-partners {
    position: absolute;
    top: -30px;
    right: -10%;
    z-index: 0;
    width: 700px;
    height: 700px;
}

.vc-pic-partners {
    position: absolute;
    top: 40px;
    right: 150px;
    z-index: 1;
    width: 500px;
    height: 500px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-pic-partners {
        position: absolute;
        top: 90px;
        right: 5%;
        z-index: 1;
        width: 350px;
        height: 350px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .vc-pic-partners {
        position: absolute;
        top: 90px;
        right: 5%;
        z-index: 1;
        width: 350px;
        height: 350px;
    }
}

@keyframes cloudFly {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    50% {
        transform: translate3d(0px, 30px, 0px);
        animation-timing-function: linear;
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
}
.cloud-1 {
    animation-name: cloudFly;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.cloud-2 {
    animation-name: cloudFly;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.md-modal.vc-modal a.md-close {
    position: absolute;
    display: block;
    right: -15px;
    top: 0;
    cursor: pointer;
    z-index: 3;
}
.md-modal.vc-modal a.md-close svg {
    width: 45px;
    height: 45px;
    position: absolute;
    display: block;
    transition: all 0.3s;
}
.md-modal.vc-modal a.md-close svg path {
    fill: #fff;
    opacity: 0.8;
}
.md-modal.vc-modal a.md-close svg:hover {
    transition: all 0.3s;
}
.md-modal.vc-modal a.md-close:hover svg path {
    fill: #fff;
    opacity: 1;
}
@media (min-width: 320px) and (max-width: 991px) {
    .md-modal.vc-modal a.md-close {
        right: 0;
    }
    .md-modal.vc-modal a.md-close svg {
        position: absolute;
        display: block;
        right: 10px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        top: 10px;
    }
    .md-modal.vc-modal a.md-close svg path {
        fill: #666;
    }
    .md-modal.vc-modal a.md-close:hover svg path {
        fill: #666;
    }
}
.md-modal.vc-modal .md-content {
    padding: 45px 60px;
    position: relative;
    display: block;
    border: 1px solid #fff;
}
.md-modal.vc-modal .md-content > div.clear {
    padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.vc-modal .md-content {
        padding: 45px 15px 0 15px;
    }
}

.md-modal.modal-vc-1 {
    max-width: 850px;
    min-width: 320px;
    min-height: 600px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-1 {
        max-width: 95%;
        min-width: 290px;
        min-height: 300px;
    }
}
.md-modal.modal-vc-1 .md-content h2 {
    font-size: 32px;
    color: #3e3e3e;
    font-weight: 700;
    padding-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-1 .md-content h2 {
        font-size: 22px;
        padding: 0 0 15px 0;
        line-height: 20px;
    }
}
.md-modal.modal-vc-1 .md-content p {
    font-size: 16px;
    line-height: 24px;
}
.md-modal.modal-vc-1 .md-content p.gray {
    opacity: 0.5;
    margin: 0;
    font-size: 14px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-1 .md-content p.gray {
        font-size: 12px;
        line-height: 1.2em;
        padding: 0 0 30px 0;
    }
}
.md-modal.modal-vc-1 .md-content p.gray a {
    color: #3e3e3e;
    opacity: .7;
    border-bottom: 1px solid rgba(62, 62, 62, 0.7);
}
.md-modal.modal-vc-1 .md-content p.gray a:hover {
    color: #222;
    text-decoration: none;
    border-color: transparent;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-1 .md-content p {
        font-size: 12px;
        margin: 0 0 15px 0;
    }
}
.md-modal.modal-vc-1 .md-content form {
    position: relative;
    display: block;
    margin: 45px auto 30px auto;
}
.md-modal.modal-vc-1 .md-content form input {
    border-bottom: 1px solid #7f7f7f;
}
.md-modal.modal-vc-1 .md-content form button.btn {
    margin: 30px 0 0 0;
    background: #8658d9;
    border: 1px solid #8658d9;
    padding: 15px 0;
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-1 .md-content form button.btn {
        margin: 30px 0 30px 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-1 .md-content form {
        margin: 15px auto 15px auto;
    }
}

.md-modal.modal-vc-2 {
    max-width: 450px;
    min-width: 320px;
    min-height: 200px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-2 {
        max-width: calc(100% - 30px);
    }
}
.md-modal.modal-vc-2 p {
    margin: 0;
    text-align: center;
}
.md-modal.modal-vc-2 .md-content {
    padding: 45px 30px;
}

.md-modal.modal-vc-3 {
    max-width: 700px;
    min-width: 320px;
    min-height: 590px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-3 {
        max-width: 95%;
        min-width: 290px;
        min-height: 300px;
    }
}
.md-modal.modal-vc-3 .md-content {
    padding: 45px 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-3 .md-content {
        padding: 45px 15px 30px 15px;
    }
}
.md-modal.modal-vc-3 .md-content h2.purple {
    font-size: 24px;
    color: #5311cd;
    font-weight: 700;
    text-align: center;
    opacity: 0.7;
}
.md-modal.modal-vc-3 .md-content p {
    margin: 0;
    text-align: center;
    padding: 0 0 55px 0;
}
.md-modal.modal-vc-3 .md-content form input {
    border: 1px solid #e7def7;
    border-radius: 30px;
    padding: 25px 30px;
    margin: 0 auto 25px auto;
    max-width: 500px;
}
.md-modal.modal-vc-3 .md-content form button.btn-purple {
    color: #fff;
    text-transform: uppercase;
    background: #8454d9;
    transition: all 0.3s;
    border: 1px solid transparent;
    font-size: 12px;
    padding: 15px 15px;
    margin: 50px auto 0 auto;
    display: block;
    min-width: 220px;
}

.md-modal.modal-vc-4 {
    max-width: 700px;
    min-width: 320px;
    min-height: 320px;
}
.md-modal.modal-vc-4 h2 {
    color: #5311cd;
    opacity: 0.7;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.md-modal.modal-vc-4 p {
    margin: 0;
    text-align: center;
}
.md-modal.modal-vc-4 .md-content {
    padding: 100px 130px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-4 .md-content {
        padding: 45px 30px;
    }
    .md-modal.modal-vc-4 .md-content .slick-slide {
        max-height: 300px;
    }
}

.md-modal.modal-vc-5 {
    max-width: 850px;
    min-width: 290px;
    min-height: 330px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-5 {
        max-width: 95%;
    }
}
.md-modal.modal-vc-5 h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3e3e3e;
    padding: 0 0 15px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-5 h2 {
        font-size: 18px;
    }
}
.md-modal.modal-vc-5 p {
    margin: 0;
    text-align: center;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-5 p {
        font-size: 12px;
    }
}
.md-modal.modal-vc-5 .md-content {
    padding: 30px 60px 30px 60px;
}
.md-modal.modal-vc-5 .md-content > div {
    padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .md-modal.modal-vc-5 .md-content {
        padding: 45px 15px 0 15px;
    }
    .md-modal.modal-vc-5 .md-content p br {
        display: none;
    }
    .md-modal.modal-vc-5 .md-content .vc-news-block .vc-news-block-head a.link span {
        padding: 0 10px 30px 0;
        font-size: 12px;
    }
    .md-modal.modal-vc-5 .md-content .news-little-anons-block .img-block {
        height: 90px;
    }
}
/* дубль
.vc-news-block .vc-news-block-head {
    margin: 30px 0 0 0;
}
.vc-news-block .vc-news-block-head h3 {
    font-size: 20px;
    color: #3e3e3e;
    font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-news-block .vc-news-block-head h3 {
        display: none;
    }
}
.vc-news-block .vc-news-block-head a.link {
    display: block;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    color: #636363;
    font-weight: 500;
    transition: all 0.3s;
    padding-right: 15px;
}
.vc-news-block .vc-news-block-head a.link span {
    display: inline-block;
    padding: 0 10px 0 0;
}
.vc-news-block .vc-news-block-head a.link svg {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    top: 2px;
}
.vc-news-block a:hover {
    text-decoration: none;
}
.vc-news-block .news-little-anons-block {
    display: block;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
    box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 0 45px 0;
    width: 100%;
}
.vc-news-block .news-little-anons-block #anonst-tile-block:not(.preloader) .tile-bg {
    background-color: #3e3e3e;
    opacity: 0.5;
}
.vc-news-block .news-little-anons-block .img-block {
    position: relative;
    overflow: hidden;
    display: block;
    height: 140px;
    width: 100%;
    background: #d6e4ff;
}
.vc-news-block .news-little-anons-block .img-block img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    min-height: 100%;
}
.vc-news-block .news-little-anons-block .img-block .tile-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.vc-news-block .news-little-anons-block .img-block p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin: 0 15px 30px 15px;
    position: absolute;
    bottom: 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 1;
}
.vc-news-block .news-little-anons-block .anons-block {
    min-height: 140px;
}
.vc-news-block .news-little-anons-block .anons-block .anons-head {
    padding: 0;
}
.vc-news-block .news-little-anons-block .anons-block .anons-head p.date {
    font-size: 12px;
    color: #3e3e3e;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 0 0;
    width: 55px;
    opacity: 0.5;
}
.vc-news-block .news-little-anons-block .anons-block .anons-head div {
    text-decoration: none;
}
.vc-news-block .news-little-anons-block .anons-block .anons-head div.tooltip-news-icons [tooltip] {
    position: relative;
    animation-delay: 1s;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.vc-news-block .news-little-anons-block .anons-block .anons-head div svg {
    width: 15px;
    position: relative;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline;
    top: 2px;
}
.vc-news-block .news-little-anons-block .anons-block .anons-head div svg path {
    fill: #5311c9;
}
.vc-news-block .news-little-anons-block .anons-block .anons-body {
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vc-news-block .news-little-anons-block .anons-block .anons-body p {
    font-size: 12px;
    font-weight: 600;
    color: #3e3e3e;
    overflow: hidden;
    text-align: left;
    line-height: 1.2em;
}
дубль */
.md-modal.modal-vc-6 {
    max-width: 450px;
    min-width: 320px;
    min-height: 200px;
}
.md-modal.modal-vc-6 h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3e3e3e;
}
.md-modal.modal-vc-6 p {
    margin: 0;
    text-align: center;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 500;
}
.md-modal.modal-vc-6 .md-content {
    padding: 45px 30px;
}
.md-modal.modal-vc-6 .md-content > div {
    padding: 0;
}

.vc-slide {
    margin: 0 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-slide {
        max-width: 300px;
        margin: 30px auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-slide {
        max-width: 300px;
        margin: 30px auto;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .vc-slide {
        max-width: 300px;
        margin: 30px auto;
    }
}

.temp-modals a.md-trigger {
    display: block;
    padding: 5px 0;
    cursor: pointer;
}

.breadcrumbs {
    z-index: 1;
    position: relative;
}
.visible-xs {
    display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .visible-xs {
        display: block;
    }
}
.vc-modal-slider {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.vc-modal-slider > div {
    width: 100%;
}
@media (min-width: 410px) and (max-width: 991px) {
    .vc-modal-slider > div {
        padding: 0 5px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-modal-slider {
        flex-direction: column;
    }
}
.additional-input {
    position: relative;
}
.md-modal.modal-vc-1 .md-content form input.validation-error {
    border-color: rgba(255, 0, 0, .5);
}
.md-modal.modal-vc-2 p.mb-10 {
    margin-bottom: 10px;
}
.md-content b {
    font-weight: 600;
}
.vc-why-choose-us .slider-license .next:hover:before, .vc-why-choose-us .slider-license .next:hover:after, .vc-why-choose-us .slider-license .prev:hover:before, .vc-why-choose-us .slider-license .prev:hover:after {
    background: #2A5FCB;
}
/*# sourceMappingURL=style.css.map */
