﻿.jvh-credits-form {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 35px
}

.jvh-credits-form h2 {
    color: #29235c;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .1px;
    line-height: 29px;
    text-transform: none
}

.jvh-credits-form p.form-description {
    color: #29235c;
    font-family: Lato, sans-serif;
    font-size: 16px;
    letter-spacing: .08px;
    line-height: 28px
}

.jvh-credits-form #amount, .jvh-credits-form #mailfield {
    width: 50%;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #29235c;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: .06px;
    line-height: 17px;
    margin-right: 50%
}

.jvh-credits-form #amount::-webkit-input-placeholder, .jvh-credits-form #mailfield::-webkit-input-placeholder {
    color: #29235c;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: .06px;
    line-height: 17px
}

.jvh-credits-form #amount::-moz-placeholder, .jvh-credits-form #mailfield::-moz-placeholder {
    color: #29235c;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: .06px;
    line-height: 17px
}

.jvh-credits-form #amount:-ms-input-placeholder, .jvh-credits-form #mailfield:-ms-input-placeholder {
    color: #29235c;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: .06px;
    line-height: 17px
}

.jvh-credits-form #amount::placeholder, .jvh-credits-form #mailfield::placeholder {
    color: #29235c;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: .06px;
    line-height: 17px
}

.jvh-credits-form .inputlabel {
    display: block;
    color: #29235c;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .08px;
    line-height: 22px
}

.jvh-credits-form .agreelabel {
    color: #662483;
    font-size: 16px;
    letter-spacing: .08px;
    line-height: 32px;
    cursor: pointer;
    display: inline-block
}

.jvh-credits-form .agreelabel a {
    font-weight: bolder
}

.jvh-credits-form .form-submit {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .07px;
    line-height: 17px;
    text-align: center;
    border-radius: 8px;
    background: -webkit-linear-gradient(315.95deg, #662483 0.1%, #29235C 100%);
    background: linear-gradient(134.05deg, #662483 0.1%, #29235C 100%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
    display: block;
    border: none;
    width: 100%;
    height: 48px
}

.consultant-small {
    background-color: #b291c1;
    height: 76px;
    width: 100%;
    border-radius: 76px 7px 7px 76px;
    padding: 2px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;

    cursor: pointer;
}

.consultant-small * {
    cursor: pointer;
}

.consultant-small .permalink {
    background: -webkit-linear-gradient(315.95deg, #662483 0.1%, #29235c 100%);
    background: linear-gradient(134.05deg, #662483 0.1%, #29235c 100%);
    color: #fff;
    height: 53px;
    width: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 11.5px
}

.consultant-small .permalink:hover {
    color: #662483 !important;
    background: #fff
}

.consultant-small div.status-data {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background-color: #666;
    border-radius: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 59px
}

.consultant-small div.status-data[data-raw=offline] {
    background-color: #666
}

.consultant-small div.status-data[data-raw=online] {
    background-color: #6adb14
}

.consultant-small div.status-data[data-raw=handling] {
    background-color: #e51a1a
}

.consultant-small div.status-data[data-raw=pause] {
    background-color: #673ab7
}

.consultant-small img.profile-picture {
    height: 72px;
    width: 72px;
    border-radius: 76px
}

.consultant-small .information {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 103px
}

.consultant-small .information .name {
    color: #29235c;
    font-family: Lato, sans-serif, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1px;
    line-height: 24px;
    display: block;
    margin-bottom: 6px
}

.consultant-small .information .box-nr {
    color: #29235c;
    font-family: Lato, sans-serif, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .07px;
    line-height: 17px;
    display: block
}

.consultant-medium {
    height: 334px;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.consultant-medium img.profile-picture {
    height: 114px;
    width: 114px;
    border-radius: 114px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    border: 2px solid #b291c1
}

.consultant-medium .content {
    background-color: #b291c1;
    color: #662483;
    border-radius: 8px;
    height: 278px;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 69px 27px;
    z-index: 9;
    overflow: hidden
}

.consultant-medium .content .permalink {
    background: -webkit-linear-gradient(315.95deg, #662483 0.1%, #29235c 100%);
    background: linear-gradient(134.05deg, #662483 0.1%, #29235c 100%);
    color: #fff;
    height: 51px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 8px 8px;
    font-family: Lato, sans-serif, sans-serif;
    font-size: 16px;
    letter-spacing: .08px;
    line-height: 19px;
    z-index: 10;
    text-decoration: none
}

.consultant-medium .content .permalink:hover {
    color: #662483;
    background: #fff
}

.consultant-medium .content .name {
    color: #29235c;
    font-family: Lato, sans-serif, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px
}

.single-consulent .single-medium-header .medium-image {
    min-width: 210px;
    min-height: 210px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.single-consulent .single-medium-header .medium-image:before {
    content: "";
    padding: 11px;
    position: absolute;
    left: 30px;
    top: 10px;
    border-radius: 50%;
    border: 3px solid #b291c1
}

.single-consulent .single-medium-header .medium-image[data-raw=offline]:before {
    background-color: #666
}

.single-consulent .single-medium-header .medium-image[data-raw=online]:before {
    background-color: #71e51a
}

.single-consulent .single-medium-header .medium-image[data-raw=handling]:before {
    background-color: #e51a1a
}

.single-consulent .single-medium-header .medium-image[data-raw=pause]:before {
    background-color: #673ab7
}

.single-consulent .single-medium-header .medium-image > figure {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    overflow: hidden
}

.single-consulent .single-medium-header .medium-image > figure .vc_single_image-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.consultants.columns-1 {
    grid-template-columns: 100%
}

.consultants.columns-2 {
    grid-template-columns: 49% 49%
}

.consultants.columns-3 {
    grid-template-columns: 33% 33% 33%
}

.consultants.columns-4 {
    grid-template-columns: 24% 24% 24% 24%
}

.consultants.big-alt {
    display: grid;
    grid-template-columns: 49% 49%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.consultant-big-alt {
    position: relative;
    margin-left: 57px;
    margin-top: 10px;
    margin-bottom: 10px !important;
    border: 1px solid #662483;
    border-radius: 8px
}

.consultant-big-alt .header > .content, .consultant-big-alt .body > .description, .consultant-big-alt .body > .phone-numbers, .consultant-big-alt .footer, .consultant-big-alt .footer-popup {
    padding-left: 45px
}

.consultant-big-alt .header {
    height: auto;
    width: 100%;
    position: relative
}

.consultant-big-alt .header img.profile-picture {
    height: 116px;
    width: 114px;
    border-radius: 164px;
    position: absolute;
    top: 80%;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 13;
    border: 3px solid #b291c1;

    cursor: pointer;
}

.consultant-big-alt .header .status-data {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 40px;
    left: -50px;
    border: 3px solid #b291c1;
    z-index: 100
}

.consultant-big-alt .header .status-data[data-raw=offline] {
    background-color: #666
}

.consultant-big-alt .header .status-data[data-raw=online] {
    background-color: #6adb14
}

.consultant-big-alt .header .status-data[data-raw=handling] {
    background-color: #e51a1a
}

.consultant-big-alt .header .status-data[data-raw=pause] {
    background-color: #673ab7
}

.consultant-big-alt .header .content {
    background-color: #b291c1;
    border-radius: 7px 7px 0 0;
    padding-top: 15px;
    padding-right: 21px;
    padding-bottom: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.consultant-big-alt .header .content .name {
    color: #29235c;
    font-family: Lato, sans-serif, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 8px;
    padding-left: 17px
}

.consultant-big-alt .header .content .box-nr {
    color: #29235c;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .07px;
    line-height: 17px
}

.consultant-big-alt .body {
    position: relative;
    padding: 0 17px 17px 17px;
    background-color: #b291c1
}

.consultant-big-alt .body .description {
    height: 38px;
    width: 100%;
    color: #29235c;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .08px;
    line-height: 19px;
    overflow: hidden
}

.consultant-big-alt .body .phone-numbers {
    bottom: 18px;
    left: 17px;
    right: 17px;
    height: 42px;
    overflow: hidden;
    z-index: 7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.consultant-big-alt .body .phone-numbers .phone-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    line-height: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    cursor: pointer
}

.consultant-big-alt .body .phone-numbers .phone-number .wrapper {
    margin: 0 auto
}

.consultant-big-alt .body .phone-numbers .phone-number * {
    display: inline-block
}

.consultant-big-alt .body .phone-numbers .phone-number .number {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    letter-spacing: .11px;
    line-height: 33px;
    text-align: center;
    margin-left: 8px;
    margin-right: 9px;
    position: relative;
    top: 4px
}

.consultant-big-alt .body .phone-numbers .phone-number .cpm {
    color: #29235c;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: .06px;
    line-height: 17px
}

.consultant-big-alt .body .phone-numbers img.flag {
    height: 19px;
    width: 19px;
    border-radius: 20px
}

.consultant-big-alt .body .phone-numbers i.fa-angle-down {
    position: absolute;
    z-index: 11;
    color: #fff;
    top: 50%;
    left: 20%;
    font-size: 25px
}

.consultant-big-alt .body .phone-numbers.opened {
    overflow: visible;
    z-index: 100
}

.consultant-big-alt .body .phone-numbers.opened .phone-number {
    background-color: #29235c;
    z-index: 10;
    padding-bottom: 11px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-collapse: collapse
}

.consultant-big-alt .body .phone-numbers.opened .phone-number .cpm {
    display: none
}

.consultant-big-alt .body .phone-numbers.opened i.fa-angle-down:before {
    content: ""
}

.consultant-big-alt .body .phone-numbers.opened .phone-number:hover {
    background-color: #662483
}

.consultant-big-alt .body .phone-numbers.opened .phone-number:first-of-type {
    border-top: 1px solid transparent
}

.consultant-big-alt .body .phone-numbers.opened .phone-number:last-of-type {
    border-radius: 0 0 7px 7px
}

.consultant-big-alt .footer-popup {
    background-color: #29235c;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 8;
    -webkit-transition: bottom 200ms ease;
    transition: bottom 200ms ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    bottom: 0
}

.consultant-big-alt .footer-popup.opened {
    bottom: 50px;
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.consultant-big-alt .footer-popup > div, .consultant-big-alt .footer-popup > a {
    width: 61px;
    height: 61px;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer
}

.consultant-big-alt .footer-popup > div i, .consultant-big-alt .footer-popup > div svg, .consultant-big-alt .footer-popup > div img, .consultant-big-alt .footer-popup > a i, .consultant-big-alt .footer-popup > a svg, .consultant-big-alt .footer-popup > a img {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 28px;
    width: 28px;
    height: 28px;
    display: block
}

.consultant-big-alt .footer-popup > div.buy-credits, .consultant-big-alt .footer-popup > a.buy-credits {
    height: 37px;
    width: 134px;
    border-radius: 7px;
    background-color: #662483;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .07px;
    line-height: 49px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    cursor: pointer;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.consultant-big-alt .footer-popup > div.close, .consultant-big-alt .footer-popup > a.close {
    cursor: pointer;
    color: #fff;
    opacity: 1
}

.consultant-big-alt .footer {
    background-color: #b291c1;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 7px 7px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 9;
    position: relative
}

.consultant-big-alt .footer.footer-popup-opened {
    background-color: #29235c
}

.consultant-big-alt .footer .ivr-audio.playing .fa-volume-up:before {
    content: ""
}

.consultant-big-alt .footer .call.active {
    height: 37px;
    width: 134px;
    border-radius: 7px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .07px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #662483 !important;
    text-decoration: none
}

.consultant-big-alt .footer > div, .consultant-big-alt .footer > a {
    width: 37px;
    height: 37px;
    background-color: #fff;
    border-radius: 61px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: width 200ms, height 200ms, border-radius 200ms;
    transition: width 200ms, height 200ms, border-radius 200ms
}

.consultant-big-alt .footer > div i, .consultant-big-alt .footer > div svg, .consultant-big-alt .footer > div img, .consultant-big-alt .footer > a i, .consultant-big-alt .footer > a svg, .consultant-big-alt .footer > a img {
    color: #662483;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 17px;
    width: 17px;
    height: 17px;
    display: block
}

.consultant-big-alt .footer > div:hover, .consultant-big-alt .footer > a:hover {
    background-color: #662483
}

.consultant-big-alt .footer > div:hover *, .consultant-big-alt .footer > a:hover * {
    color: #fff
}

.consultant-big {
    height: 559px;
    width: 100%;
    position: relative
}

.consultant-big .header {
    height: 240px;
    width: 100%;
    position: relative
}

.consultant-big .header img.profile-picture {
    height: 164px;
    width: 164px;
    border-radius: 164px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    border: 4px solid #edae44
}

.consultant-big .header .status-data {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    display: block;
    position: absolute;
    top: 122px;
    left: calc(50% + 46px);
    border: 4px solid #edae44;
    z-index: 100
}

.consultant-big .header .status-data[data-raw=offline] {
    background-color: #666
}

.consultant-big .header .status-data[data-raw=online] {
    background-color: #6adb14
}

.consultant-big .header .status-data[data-raw=handling] {
    background-color: #e51a1a
}

.consultant-big .header .status-data[data-raw=pause] {
    background-color: #673ab7
}

.consultant-big .header .content {
    background-color: #edae44;
    border-radius: 7px 7px 0 0;
    padding: 79px 17px 14px 17px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.consultant-big .header .content .name {
    color: #fff;
    font-family: Lato, sans-serif, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 8px
}

.consultant-big .header .content .status {
    color: #666;
    font-family: Lato, sans-serif, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .06px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center
}

.consultant-big .body {
    position: relative;
    padding: 17px;
    height: 221px;
    background-color: #fff
}

.consultant-big .body .description {
    height: 90px;
    width: 100%;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: .07px;
    line-height: 19px;
    overflow: hidden
}

.consultant-big .body .permalink {
    position: absolute;
    top: 107px;
    right: 17px;
    color: #2d5c88;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07px;
    line-height: 19px;
    text-decoration: underline
}

.consultant-big .body .box-nr {
    position: absolute;
    top: 112px;
    left: 0;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .08px;
    line-height: 22px;
    border-radius: 0 7px 7px 0;
    background-color: #eee;
    padding: 8px 19px 8px 10px
}

.consultant-big .body .phone-numbers {
    position: absolute;
    bottom: 18px;
    left: 17px;
    right: 17px;
    height: 42px;
    overflow: hidden;
    z-index: 7
}

.consultant-big .body .phone-numbers .phone-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    line-height: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    cursor: pointer
}

.consultant-big .body .phone-numbers .phone-number .wrapper {
    margin: 0 auto
}

.consultant-big .body .phone-numbers .phone-number * {
    display: inline-block
}

.consultant-big .body .phone-numbers .phone-number .number {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    letter-spacing: .15px;
    line-height: 42px;
    text-align: center;
    margin-left: 8px;
    margin-right: 9px;
    position: relative;
    top: 4px
}

.consultant-big .body .phone-numbers .phone-number .cpm {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: .06px;
    line-height: 17px
}

.consultant-big .body .phone-numbers img.flag {
    height: 19px;
    width: 19px;
    border-radius: 20px
}

.consultant-big .body .phone-numbers i.fa-angle-down {
    position: absolute;
    z-index: 9;
    color: #666;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 26px
}

.consultant-big .body .phone-numbers.opened {
    overflow: visible;
    z-index: 100
}

.consultant-big .body .phone-numbers.opened .phone-number {
    background-color: #fff;
    z-index: 10;
    padding-bottom: 11px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse
}

.consultant-big .body .phone-numbers.opened .phone-number:hover {
    background-color: #f7f7f7
}

.consultant-big .body .phone-numbers.opened .phone-number:first-of-type {
    border-top: 1px solid #ddd
}

.consultant-big .body .phone-numbers.opened .phone-number:last-of-type {
    border-radius: 0 0 7px 7px
}

.consultant-big .footer-popup {
    background-color: #5f8eba;
    width: 100%;
    height: 61px;
    position: absolute;
    bottom: 37px;
    z-index: 8;
    -webkit-transition: bottom 200ms ease;
    transition: bottom 200ms ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.consultant-big .footer-popup.opened {
    bottom: 92px;
    z-index: 10
}

.consultant-big .footer-popup > div, .consultant-big .footer-popup > a {
    width: 61px;
    height: 61px;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer
}

.consultant-big .footer-popup > div i, .consultant-big .footer-popup > div svg, .consultant-big .footer-popup > div img, .consultant-big .footer-popup > a i, .consultant-big .footer-popup > a svg, .consultant-big .footer-popup > a img {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 28px;
    width: 28px;
    height: 28px;
    display: block
}

.consultant-big .footer-popup > div.buy-credits, .consultant-big .footer-popup > a.buy-credits {
    height: 49px;
    width: 134px;
    border-radius: 7px;
    background-color: #9ec429;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .07px;
    line-height: 49px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    cursor: pointer;
    text-decoration: none
}

.consultant-big .footer-popup > div.close, .consultant-big .footer-popup > a.close {
    cursor: pointer;
    color: #fff;
    opacity: 1
}

.consultant-big .footer {
    background-color: #5f8eba;
    width: 100%;
    height: 92px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 7px 7px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 9;
    position: absolute;
    bottom: 6px
}

.consultant-big .footer .ivr-audio.playing .fa-volume-up:before {
    content: ""
}

.consultant-big .footer .call.active {
    height: 49px;
    width: 134px;
    border-radius: 7px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .07px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    color: #2d5c88 !important;
    text-decoration: none
}

.consultant-big .footer > div, .consultant-big .footer > a {
    width: 61px;
    height: 61px;
    background-color: #fff;
    border-radius: 61px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: width 200ms, height 200ms, border-radius 200ms;
    transition: width 200ms, height 200ms, border-radius 200ms
}

.consultant-big .footer > div i, .consultant-big .footer > div svg, .consultant-big .footer > div img, .consultant-big .footer > a i, .consultant-big .footer > a svg, .consultant-big .footer > a img {
    color: #5f8eba;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 28px;
    width: 28px;
    height: 28px;
    display: block
}

.consultant-big .footer > div:hover, .consultant-big .footer > a:hover {
    background-color: #2d5c88
}

.consultant-big .footer > div:hover *, .consultant-big .footer > a:hover * {
    color: #fff
}

.single-consulent .single-medium-body {
    border: 1px solid #662483;
    border-bottom: 0;
    border-radius: 8px 8px 0 0
}

.single-consulent .single-medium-body > .wpb_column > .vc_column-inner {
    padding-bottom: 15px !important
}

.single-consulent .single-medium-footer {
    border: 1px solid #662483;
    border-top: 0;
    border-radius: 0 0 8px 8px
}

.single-consulent .single-medium-footer > .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big {
    height: auto
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .body {
    height: auto;
    padding: 0;
    background-color: #b291c1
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .body .phone-number {
    background-color: #b291c1
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .body .phone-number:hover {
    background: -webkit-linear-gradient(315.95deg, #662483 0.1%, #29235c 100%);
    background: linear-gradient(134.05deg, #662483 0.1%, #29235c 100%)
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .phone-numbers {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: 42px;
    border-color: #662483 !important
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .phone-numbers > .phone-number {
    padding-bottom: 11px
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .phone-numbers .number {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 24px;
    letter-spacing: .11px;
    line-height: 29px
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .phone-numbers .number .cpm {
    color: #29235c;
    font-family: Lato, sans-serif;
    font-size: 12px;
    letter-spacing: .06px;
    line-height: 15px
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer {
    position: relative;
    background: -webkit-linear-gradient(315.95deg, #662483 0.1%, #29235C 100%);
    background: linear-gradient(134.05deg, #662483 0.1%, #29235C 100%);
    height: 76px;
    bottom: 0
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer .ivr-audio, .single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer .call, .single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer .permalink {
    height: 40px;
    width: 40px
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer .ivr-audio i, .single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer .call i, .single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer .permalink i {
    color: #662483;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer .call.active {
    width: 134px
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer-popup {
    bottom: 15px;
    background: -webkit-linear-gradient(315.95deg, #662483 0.1%, #29235C 100%);
    background: linear-gradient(134.05deg, #662483 0.1%, #29235C 100%)
}

.single-consulent .single-medium-footer .consultants.footer-only .consultant-big .footer-popup.opened {
    bottom: 76px;
    color: #662483
}
