@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&display=swap');

:root {
    --main-light-color: #ffffff;
    --main-black-color: #000000;
    --main-blue-color: #066DCA;
    --main-red-color: #E13832;
    --bg-color: rgba(120, 156, 255, 0.09);
}

*,
html {
    box-sizing: border-box;
}

h1,
h2,
h3,
p,
ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0;
}

body.active {
    position: fixed;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

ul {
    list-style-type: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}

img {
    display: block;
    max-width: 100%;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
    padding-bottom: 27px;
}

.header__container.active {
    position: fixed;
}

.logo {
    position: relative;
    z-index: 20;
}

.logo img {
    width: 160px;
    height: auto;
}

.btn__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    margin-left: auto;
    z-index: 20;
}

.close img {
    width: 27px;
    height: 19px;
}

.open {
    display: none;
}

.btn__menu.active .close {
    display: none
}

.btn__menu.active .open {
    display: flex;
}

.btn__menu.active .open img {
    width: 27px;
    height: 27px;

}

.mobile__menu {
    display: none;
}

.mobile__menu.active {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f3f6ff;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    flex-direction: column;
    padding-top: 150px;
}

.mobile__menu.active .nav {
    text-align: center;
}

.nav {
    font-weight: 400;
    font-size: 12px;
    color: var(--main-black-color);
    text-transform: uppercase;
}

.nav li {
    margin-bottom: 50px;
}

.nav li:hover {
    text-decoration: underline;
}

.btn__pay {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    background-color: var(--main-blue-color);
    color: var(--main-light-color);
    text-transform: uppercase;
    width: 250px;
    height: 40px;
    margin-bottom: 50px;
}

.btn__pay img {
    width: 14px;
    height: 11px;
    margin-right: 11px;
}

.language li {
    font-weight: 400;
    font-size: 12px;
}

.language li:first-child {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
}

.language li:nth-child(n+2) {
    /* display: none; */
}

.language img {
    width: 7px;
    height: 5px;
    margin-left: 4px;
}

#statistic {
    position: relative;
    z-index: 9;
}

.consulting-section {}

.consulting-section .aboutus__wrap {
    margin-bottom: 50px;
}

.consulting-section .aboutus__wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.consulting-section .aboutus__wrap:nth-child(even) .aboutus__right-part {
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.consult_title {
    text-transform: uppercase;
    color: var(--main-blue-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero__container {
    position: relative;
    background-color: var(--main-blue-color);
    height: 232px;
    z-index: -5;
}

.hero__left-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.20;
    color: var(--main-light-color);
}

.title span {
    font-weight: 400;
}

.hero__right-part img {
    position: absolute;
    top: 0;
    right: 0;
    width: 375px;
    height: 232px;
    z-index: -1;
}

.statistics__container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: -1;
}

.statistics__list li {
    position: relative;
    width: 181px;
    height: 163px;
    border-bottom: 5px solid var(--main-blue-color);
    background-color: var(--main-light-color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto 33px auto;
    text-align: center;
    padding: 11px 15px;
}

.statistics__list li:last-child {
    margin-bottom: 0;
}

.statistics__list p {
    font-weight: 700;
    font-size: 24px;
    color: var(--main-blue-color);
    margin-bottom: 17px;
}

.base__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 153.9%;
    color: var(--main-black-color);

}

.services__item .base__text {
    margin-bottom: 20px;
}

.statistics__list .base__text {
    line-height: 1.2;
}

.secondary__title {
    font-weight: 400;
    font-size: 16px;
    color: var(--main-black-color);
    text-align: center;
    margin-bottom: 9px;
}

.aboutus__container {
    padding-bottom: 37px;
}

.title__line {
    width: 220px;
    height: 5px;
    background-color: var(--main-blue-color);
    margin: 0 auto 32px auto;
}

.main__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-weight: 700;
    font-size: 13px;
    color: var(--main-light-color);
}

.btn__blue {
    background-color: var(--main-blue-color);
}

.btn__red {
    background-color: var(--main-red-color);
}

.aboutus__left-part {
    margin-bottom: 30px;
}

.aboutus__left-part .main__btn {
    width: 150px;
    margin-top: 10px;
}

.aboutus__right-part img {
    width: 100%;
    max-width: 486px;
    height: auto;
    margin: 0 auto;
}

.services,
.team,
.reviews {
    background-color: var(--bg-color);
}

.services__container {
    padding-top: 13px;
    padding-bottom: 49px;
}

.services__btn-list {
    margin-bottom: 10px;
}

.services__btn-item {
    width: 100%;
}

.services__btn-item.active {
    margin-bottom: -10px;
}

.services__list,
.services__list2 {
    background-color: var(--main-light-color);
    border: 2px solid;
    padding-top: 38px;
    padding-bottom: 38px;
}

.services__list {
    border-color: var(--main-blue-color);
}

.services__list2 {
    display: none;
    border-color: var(--main-red-color);
}

.services__item {
    position: relative;
    width: 255px;
    /* height: 185px; */
    border-bottom: 2px solid var(--main-blue-color);
    margin: 0 auto 25px auto;
}

.services__list2 .services__item {
    border-color: var(--main-red-color);
}

.services__item:last-child {
    margin-bottom: 0;
}

.services__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(/wp-content/themes/ccpersona/img/star-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-color: var(--main-blue-color);
}

.services__list2 .services__item::before {
    background-color: var(--main-red-color);
}

.services__item p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-blue-color);
    margin-bottom: 10px;
    width: 77%;
}

.services__list2 .services__item p {
    color: var(--main-red-color);
}

.services__item li {
    display: flex;
    align-items: center;
}

.services__item li::before {
    content: "";
    display: flex;
    width: 6px;
    height: 6px;
    background-color: var(--main-blue-color);
    flex: none;
    margin-right: 10px;
}

.services__list2 .services__item li::before {
    background-color: var(--main-red-color);
}

.howwework__container {
    padding-top: 22px;
    padding-bottom: 62px;
}

.howwework__left-part {
    margin-bottom: 50px;
}

.howwework__label {
    display: flex;
    align-items: center;
    width: 209px;
    height: 39px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--main-light-color);
    margin-bottom: 25px;
}

.howwework__label img {
    width: 13px;
    height: 13px;
    margin-left: 12px;
    margin-right: 8px;
}

.howwework__left-part .howwework__label {
    background-color: var(--main-blue-color);
}

.howwework__right-part .howwework__label {
    background-color: var(--main-red-color);
}

.howwework__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 50px;
}

.howwework__left-part .howwework__title {
    color: var(--main-blue-color);
}

.howwework__right-part .howwework__title {
    color: var(--main-red-color);
}

.howwework__left-part ul,
.howwework__right-part ul {
    position: relative;
    max-width: 438px;
    height: 779px;
    margin: 0 auto;
}

.howwework__left-part ul::before,
.howwework__right-part ul::before {
    content: '';
    position: absolute;
    display: block;
    height: inherit;
    border-left: 2px dashed #C1C1C1;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.howwework__left-part li,
.howwework__right-part li {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid;
    width: 220px;
    height: 109px;
    margin-bottom: 25px;
    padding-right: 8px;
    padding-left: 15px;
}

.howwework__left-part li {
    border-color: var(--main-blue-color);
}

.howwework__right-part li {
    border-color: var(--main-red-color);
}

.howwework__left-part li:last-child,
.howwework__right-part li:last-child {
    margin-bottom: 0;
}

.howwework__left-part li:nth-child(2n),
.howwework__right-part li:nth-child(2n) {
    float: right;
}

.howwework__container .base__text span {
    font-weight: 700;
}

.team__container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.team .secondary__title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .secondary__title::before,
.team .secondary__title::after {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/ccpersona/img/star-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
}

.team .secondary__title::before {
    margin-right: 14px;
}

.team .secondary__title::after {
    margin-left: 14px;
}


.partners__container {
    padding-top: 64px;
    padding-bottom: 64px;
}

.partners .secondary__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.partners .secondary__title::before,
.partners .secondary__title::after {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/ccpersona/img/star-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
}

.partners .secondary__title::before {
    margin-right: 14px;
}

.partners .secondary__title::after {
    margin-left: 14px;
}

.partners span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    color: var(--main-black-color);
    text-align: center;
}

.partners__container .main__btn,
.reviews__container .main__btn {
    width: 150px;
    margin: 0 auto;
}

.partners__container .main__btn img,
.reviews__container .main__btn img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.partners__slider {
    margin-top: 70px;
    margin-bottom: 62px;
}

.slider_item {
    height: 50vh;
    background-size: cover !important;
    background-position: center !important;
    padding-left: 5vw;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.slider_button {
    background: var(--main-blue-color);
    color: #ffffff;
    font-size: 15px;
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.slider_item .title {
    max-width: 50%;
}



.reviews__container {
    padding-top: 26px;
    padding-bottom: 29px;
}




.contact__container {
    padding-top: 62px;
    padding-bottom: 90px;
}

.contact__item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: var(--main-black-color);
    width: 100%;
    /* max-width: 444px; */
    max-width: 80%;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto 27px auto;
}

.contact__item:last-child {
    margin-bottom: 0;
}


.contact__img {
    width: 64px;
    height: 57px;
    margin-right: 18px;
}

.contact__item li {
    /* display: flex; */
}

.contact__item li p {
    margin-bottom: 10px;
}

.contact__item li a {
    color: #066DCA;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.contact__item li:first-child {
    margin-bottom: 8px;
}

.contact__item li img {
    width: 16px;
    height: 16px;
    margin-right: 20px;
}

footer {
    background-color: var(--main-blue-color);
}

.footer__content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__content ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer__content li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: var(--main-light-color);
    margin-bottom: 5px;
}

.footer__content li:last-child {
    margin-bottom: 0;
}

.footer__content li::before {
    content: "";
    display: flex;
    width: 6px;
    height: 6px;
    background-color: var(--main-light-color);
    flex: none;
    margin-right: 10px;
}

.pay__img {
    width: 183px;
    height: auto;
}

.copyright {

    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: var(--main-light-color);
    padding-bottom: 17px;
}

.team img {
    margin: 0 auto;
}

.elementor-widget-container ul {
    list-style: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;

    padding-inline-start: 40px;
}

@media screen and (min-width:504px) {
    .hero__container {
        height: 313px;
    }

    .hero__right-part img {
        width: 504px;
        height: 313px;
    }

    .howwework__left-part li,
    .howwework__right-part li {
        width: 272px;
        margin-left: 26px;
    }
}

@media screen and (min-width:768px) {
    .secondary__title {
        font-size: 24px;
    }

    .base__text {
        font-size: 15px;
    }

    .title {
        font-size: 24px;
    }

    .statistics__container {
        padding-top: 0;
    }

    .statistics__list {
        display: flex;
        justify-content: center;
        margin-top: -40px;
    }

    .statistics__list li {
        margin: 0 17px;
    }

    .statistics__list li::before {
        content: "";
        position: absolute;
        top: -18px;
        left: -18px;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: var(--main-light-color);
        background-image: url(/wp-content/themes/ccpersona/img/star-blue.svg);
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: center;
    }

    .title__line {
        width: 396px;
    }

    .main__btn {
        font-size: 16px;
    }

    .aboutus__left-part .main__btn {
        width: 180px;
    }

    .partners__container .main__btn,
    .reviews__container .main__btn {
        width: fit-content;
        padding: 0 10px;
    }

    .services__btn-list {
        display: flex;
    }

    .services__btn-item {
        max-width: 375px;
    }

    .services__btn-item:first-child {
        margin-right: 17px;

    }

    .services__list,
    .services__list2 {
        padding: 43px 44px 57px 44px;

    }

    .services__list-inner {
        display: flex;
        flex-wrap: wrap;
        margin-top: -25px;
        margin-right: -63px;
    }

    .services__item {
        margin-top: 25px;
        margin-right: 63px;
        margin-bottom: 0;
        flex-basis: calc((100% - 2 * 63px) / 2);
    }

    .services__item p {
        font-size: 16px;
    }

    .howwework__label {
        font-size: 16px;
    }

    .howwework__title {
        font-size: 20px;
    }

    .partners span {
        font-size: 16px;
    }

    .contact__item {
        font-size: 15px;
    }

    .footer__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 45px;
    }

    .footer__content ul {
        margin: 0
    }

    .footer__content li {
        font-size: 15px;
    }

    .copyright {
        font-size: 15px;
    }
}

@media screen and (min-width:1024px) {
    .logo img {
        width: 200px;
    }

    .btn__menu {
        display: none;
    }

    .nav ul {
        display: flex;
    }

    .nav li {
        margin-bottom: 0;
    }

    .nav li:not(:last-child) {
        margin-right: 30px;
    }

    .btn__pay {
        width: 174px;
        height: 28px;
        margin-bottom: 0;
    }

    .aboutus__wrap {
        display: flex;
        justify-content: space-between;
    }

    .aboutus__left-part,
    .aboutus__right-part {
        width: 49%;
    }

    .aboutus__left-part {
        margin-bottom: 0;
    }

    .aboutus__right-part img {
        margin: 0;
        float: right;
    }

    .services__item {
        flex-basis: calc((100% - 3 * 63px) / 3);
    }

    .howwework__wrap {
        display: flex;
        justify-content: space-between;
    }

    .howwework__left-part {
        margin-bottom: 0;
    }

    .contact__list {
        display: flex;
        flex-wrap: wrap;
    }

    .footer__content ul {
        column-count: 2;
    }
}

.partners .slick-slide img {
    margin: 0 auto;
}

.services_tab {
    display: none;
}

.services_tab.active {
    display: block;
}

.modal {

    background: #0000009c;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    display: none;
}

.modal_inner {
    min-width: 350px;
    min-height: 500px;
    background: #fff;
    max-width: 500px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.close_modal {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ffffff;
    /* padding: 20px; */
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    z-index: 9;
    cursor: pointer;
}

.modal_inner form {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

.select_services {
    margin-bottom: 20px;
}

.client_information {
    margin-bottom: 20px;
}

.amount_information {
    text-align: right;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.amount_information input {
    border: none;
    border-bottom: 1px solid #ccc;
    max-width: 70px;
    text-align: end;
    font-size: 16px;
    padding-bottom: 0 !important;
}

.modal_inner form select,
.modal_inner form input,
.modal_inner form textarea {
    padding: 5px;
    width: 100%;
}

.modal_inner input[type="submit"] {
    border: 0;

}

.modal_inner form input {
    margin-bottom: 10px;
}

.total_amount {
    margin-left: 20px;
}

.error {
    border-color: #E13832;
    background: #e1383218;
}

#portmone-button {
    display: none;
}


/*******LOADER*********/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*******LOADER*********/
/*******LOADER*********/

.loader {
    background: #066dca63;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    z-index: 4;
    display: none;
}

.hero__container {
    height: 50vh;
}

.hero__right-part img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 767px) {
    .slider_item .title {
        max-width: 100%;
    }

    .services__btn-list {}

    .services__btn-list li.active {
        margin-bottom: 0;
    }

    .services__btn-list li {
        margin-top: 10px;
    }

    .contact__item {
        max-width: 100%;
    }
}

.services__item {
    /* margin: 0 auto 25px 0; */
}

.content_main {
    margin: 30px 0;
}

.language>div {
    width: auto;
}

.language a,
.language a:hover,
.language li:hover>a {
    border: 0;
    background: #00000000 !important;
}

.language .wpml-ls-sub-menu {
    border-top: 0 !important;
}

.language a.wpml-ls-item-toggle:after {
    border: 0 !important;
    background: url(/wp-content/themes/ccpersona/img/arrow.svg);
    width: 8px;
    height: 8px;
    background-size: contain !important;
    background-repeat: no-repeat !important;

}

.elementor-page {
    line-height: 2;
}

.elementor-page h2.elementor-heading-title {}

.elementor-page form {}

.elementor-page form label {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    color: #292929;
    font-weight: 300;
    width: 100%;
    display: block;

}

.elementor-page form p,
.custom-modal form p {
    line-height: 1;
    margin-bottom: 10px;
}

.elementor-page form input,
.elementor-page form textarea,
.custom-modal form input,
.custom-modal form textarea
 {
    border: 0;
    border-bottom: 1px solid #cccccc;
    height: 35px;
    width: 100%;
}

.elementor-page form input[type="submit"],
.custom-modal form input[type="submit"]
{
    background: #066DCA;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
}

.elementor-page form input[type="submit"]:hover {
    background: #066fcaa0;
}
.custom-modal form input[type="submit"]:hover {
    background: #066fcaa0;
}

.popup_form input {
    margin-bottom: 10px;
}

.custom-modal h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.kik_tabs {}

.kik_tabs .e-n-tabs-heading {
    display: flex !important;
    gap: 0;
    flex-direction: row;
}

.kik_tabs .e-n-tabs-heading button {
    width: 50%;
    cursor: pointer;
}

.aboutus__wrap a {
    display: block;
    background: #066dca;
    color: #fff;
    width: fit-content;
    padding: 10px;
    margin: 20px 0;
}

.aboutus__wrap a:hover {
    opacity: 0.8;
}

.aboutus__left-part ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0;
}

.aboutus__left-part li {}
.aboutus__left-part li::marker {
    color: #066DCA;
}