.purple-form {
    background: #F9FBFE;
    margin: 60px 0 90px 0;
    padding: 45px 0 45px 0;
    position: relative;
    overflow: hidden;
}
.purple-form .container {
    position: relative;
}
.purple-form svg.svg-mail {
    display: block;
    position: absolute;
    width: 330px;
    bottom: -90px;
    right: 30px;
}
.purple-form svg.svg-mail path {
    fill: #EFF5FF;
}
.purple-form p.privacy {
    margin: 30px 0 0 0;
    text-align: left;
    color: #868389;
    display: inline-block;
    position: relative;
    z-index: 5;
}
.purple-form p.privacy a {
    color: #868389;
    text-decoration: underline;
}
.purple-form .privacy a:hover {
    text-decoration: none;
}
.input-validate-error {
    position: absolute;
    z-index: 9998;
    top: 80px;
    left: 15px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #808080;
    box-shadow: 5px 5px 0.5em -0.1em rgba(0,0,6,0.1);
    text-align: left;
    color: #000;
    opacity: 1;
    cursor: default;
    padding: 11px 9px 11px 35px;
    width: auto;
    min-width: 130px;
    height: auto;
    font-size: 12px;
    animation: tooltips-horz 300ms ease-out forwards;
}
.input-validate-error:before, .input-validate-error:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.input-validate-error:before {
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #808080 transparent;
    top: -8px;
    left: 8px;
}
.input-validate-error:after {
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #fff transparent;
    top: -7px;
    left: 8px;
}
.input-validate-error span:before {
    content: '!';
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 8px;
    top: calc(50% - 10px);
    background: #FDA228;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 1px;
}

@keyframes tooltips-horz {
    to {
        transform: translate(0, -50%);
    }
}
@media (max-width: 991.98px) {
    .purple-form p.privacy {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form svg.svg-mail {
        display: none;
    }
}
.purple-form h2 {
    text-align: center;
    font-weight: 600;
}
@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;
        line-height: 20px;
    }
    .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 #D4DFF5;
    padding: 15px 30px;
    height: 50px;
    background: #fff;
    margin: 0 0 0 0;
    width: 100%;
}
.validation-error, .purple-form form input.validation-error {
    border-color: rgba(255, 0, 0, .5);
}
@media (min-width: 320px) and (max-width: 1023px) {
    .purple-form form {
        text-align: center;
    }
    .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;
    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 0 0;
}
.purple-form.whited svg.svg-mail {
    display: block;
}
.purple-form.whited h2 {
    text-align: left;
    font-weight: 600;
    color: #3e3e3e;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form.whited h2 {
        font-size: 24px;
        text-align: center;
        padding-top: 30px;
    }
}
.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 20px 0;
    }
}
.purple-form.whited svg.svg-mail {
    right: -180px;
    bottom: -60px;
    width: 380px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form.whited {
        padding: 30px 0 45px 0;
        margin: 0;
    }
    .purple-form.whited svg.svg-mail {
        right: -240px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .purple-form {
        padding: 45px 0 45px 0;
        margin: 30px 0 60px 0;
    }
}

.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: 480px;
    }
}
.md-modal.modal-vc-5 h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #3e3e3e;
    padding: 0 0 30px 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 p.introtext {

}
.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 30px 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 15px 25px;
        font-size: 12px;
    }
    .md-modal.modal-vc-5 .md-content .news-little-anons-block .img-block {
        height: 90px;
        display: none;
    }
}
@media (max-width: 767.98px) {
    .md-modal.modal-vc-5 .md-content {
        padding: 120px 30px;
    }
    .md-modal.modal-vc-5 h2 {
        color: #5311cd;
        opacity: .7;
    }
    .md-modal.modal-vc-5 {
        max-width: 300px;
    }
}
.vc-news-block .vc-news-block-head {
    margin: 60px 0 0 0;
}
.vc-news-block .vc-news-block-head h3 {
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-news-block .vc-news-block-head {
        margin: 30px 0 0 0;
    }
    .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: 0;
    font-size: 12px;
}
.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;
    width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-news-block .news-little-anons-block {
        margin: 0 0 15px 0;
    }
}
.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: #E0EAFF;
}
.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;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-news-block .news-little-anons-block .anons-block {
        min-height: auto;
    }
}
.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 10px;
    padding: 10px 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: 500;
    color: #3e3e3e;
    overflow: hidden;
    text-align: left;
    line-height: 1.2em;
    padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-news-block .news-little-anons-block .anons-block .anons-body p {
        padding: 0 0 15px;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .vc-news-block .slick-slide:not(.slick-active) {
        visibility: hidden;
    }
}
.vc-news-block .slick-list {
    padding: 0 30px 0;
    margin: 0 -30px;
}
@media (max-width: 768px) {
    .vc-news-block {
        display: none;
    }
}
@media (max-width: 409px) {
    .vc-news-block-head .col-md-6 {
        padding: 0;
    }
}
.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;
    }
}

/*                    preloader place                        */
.btn.load {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #8454dc;
    border-radius: 30px;
    border: 1px solid #a886e4;
    padding: 15px 30px;
    height: 50px;
    margin: 0 0 0 0;
    /*width: 100%;*/
    position: relative;
}
@media (max-width: 1024px) {
    .btn.load  {
        width: 200px;
        margin: 20px auto 0 auto;
        display: block;
    }
}
.sk-fading-circle {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 15px;
    display: none;
}
.btn.load .sk-fading-circle{
    display: block;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}