@font-face {
    font-family: 'Geometria';
    src: local('Geometria-Regular'),
        url('../fonts/Geometria-Regular.woff2') format('woff2'),
        url('../fonts/Geometria-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: local('Geometria-Medium'),
        url('../fonts/Geometria-Medium.woff2') format('woff2'),
        url('../fonts/Geometria-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: local('Geometria-MediumItalic'),
        url('../fonts/Geometria-MediumItalic.woff2') format('woff2'),
        url('../fonts/Geometria-MediumItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: local('Geometria-Bold'),
        url('../fonts/Geometria-Bold.woff2') format('woff2'),
        url('../fonts/Geometria-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: local('Geometria-ExtraBold'),
        url('../fonts/Geometria-ExtraBold.woff2') format('woff2'),
        url('../fonts/Geometria-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: local('Geometria-ExtraBoldItalic'),
        url('../fonts/Geometria-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Geometria-ExtraBoldItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    font-family: 'Geometria', sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #332a71;
}

body {
    background-color: #ebebf5;
}

html,
body {
    height: 100%;
    min-width: 300px;
}

img {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    border: none;
}

a,
span,
b,
strong,
i {
    display: inline-block;
    position: relative;
    text-align: left;
    /* vertical-align: top; */
}

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

input,
textarea,
select,
button {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    display: block;
    position: relative;
    text-align: left;
}

.totalContainer {
    display: block;
    position: relative;
    text-align: left;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.row {
    position: relative;
    display: flex;
}

.col {
    position: relative;
    display: flex;
    flex: 1;
}

.container {
    display: block;
    position: relative;
    text-align: left;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.title {
    display: block;
    position: relative;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    color: #332a71;
}

.title h1,
.title h2 {
    font-weight: 800;
    color: #332a71;
}

.title h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 11px;
}

@media (max-width: 1024px) {
    .title h1 {
        font-size: 46px;
        line-height: 46px;
    }
}

@media (max-width: 768px) {
    .title h1 {
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 7px;
    }
}

.title h2 {
    font-size: 30px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .title h2 {
        font-size: 26px;
        line-height: 26px;
        text-align: center;
    }
}

.title p {
    font-size: 18px;
    line-height: 34px;
    color: #332a71;
}

@media (max-width: 768px) {
    .title p {
        font-size: 14px;
        line-height: 23px;
        text-align: center;
    }
}

.title a {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    color: #7074e7;
    text-decoration: underline;
}

.title a:hover {
    color: #8a8eff;
}

.title--center h1,
.home .title--center h2 {
    text-align: center;
}

.title--big h2 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 11px;
}

.single-blog_post_type .title--big h2 {
    /* line-height: 38px; */
}

@media (max-width: 1024px) {
    .title--big h2 {
        font-size: 46px;
        line-height: 46px;
    }
}

@media (max-width: 768px) {
    .title--big h2 {
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 12px;
    }

    .single-blog_post_type .serviceDetail__side h2 {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {

    .title--left h1,
    .title--left h2,
    .title--left p {
        text-align: left;
    }
}

.button,
.wp-gr .wp-google-url {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    padding: 0 22px 1px 22px;
    border: none;
    border-radius: 1000px;
    background-color: #332a71;
    transition: background-color 0.2s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

@media (max-width: 768px) {
    .button {
        height: 34px;
        font-size: 14px;
        line-height: 14px;
    }
}

.button:hover,
.wp-gr .wp-google-url:hover {
    background-color: #4d4294;
}

.wp-gr .wp-google-url:hover {
    background-color: #4d4294 !important;
}

.button--orange {
    background-color: #eb6352;
}

.button--orange:hover {
    background-color: #f26d5c;
}

.socialNetworks {
    position: relative;
    display: flex;
    user-select: none;
}

.socialNetworks li {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.socialNetworks li:not(:first-child) {
    margin-left: 10px;
}

.socialNetworks a {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    min-width: 32px;
    height: 60px;
    border-radius: 1000px;
    /* background-color: #332a71; */
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.socialNetworks a.socialNetworks-tg {
    /* background-color: #239ad6; */
}

.socialNetworks a.socialNetworks-wa {
    background-color: transparent;
}

.socialNetworks a:hover {
    /* background-color: #eb6352; */
}

.socialNetworks-fb {
    background-image: url(../images/social-networks/facebook.svg);
    background-size: auto 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.socialNetworks-tg {
    background-image: url(../images/social-networks/telegram.svg);
    background-size: auto 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.socialNetworks-em {
    background-image: url(../images/social-networks/mail.svg);
    background-size: auto 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.socialNetworks-wa {
    background-image: url(../images/social-networks/whatsapp.svg);
    background-size: auto 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.socialNetworks-in {
    background-image: url(../images/social-networks/instagram.svg);
    background-size: auto 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.language {
    position: relative;
    display: inline-flex;
    margin-right: 40px;
    user-select: none;
    text-transform: uppercase;
}

.language__title {
    background-image: url(../images/language.svg);
    background-size: 17px auto;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    min-width: 66px;
    height: 20px;
    padding: 1px 12px 0 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #574e81;
    cursor: pointer;
}

.language__title:after {
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 8px;
    height: 6px;
    right: 0;
    top: 50%;
    margin-top: -3px;
    transition: transform .2s ease-in-out;
    content: '';
}

.language__cont {
    position: absolute;
    width: 80px;
    height: 0;
    top: 20px;
    left: 0;
    padding-top: 16px;
    border-radius: 10px;
    box-shadow: 0 35px 62px 0 rgba(89, 82, 140, 0.3);
    transition: opacity .1s ease-in-out;
    opacity: 0;
    overflow: hidden;
}

.language__list {
    display: block;
    position: relative;
    text-align: left;
}

.language__list li {
    display: block;
    position: relative;
    text-align: left;
}

.language__list li.active a {
    background-color: #59528c;
    color: #fff;
}

.language__list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 14px 10px 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    background-color: #f0f2fa;
    color: #342a72;
    transition: background-color .1s ease, color .1s ease;
}

.language__list a:hover {
    background-color: #817ab3;
    color: #fff;
}

.language.active .language__title:after {
    transform: rotate(180deg);
}

.language.active .language__cont {
    opacity: .97;
    height: auto;
}

.whatsApp {
    background-image: url(../images/social-networks/whatsapp.svg);
    background-size: 18px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    min-height: 20px;
    padding: 2px 0 0 26px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #574e81;
}

.telegram {
    background-image: url(../images/social-networks/telegram.svg);
    background-size: 18px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    min-height: 20px;
    padding: 2px 0 0 26px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #574e81;
    margin-left: 40px;
}

.path {
    position: relative;
    display: inline-flex;
}

.path li {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.path li:not(:last-child) {
    padding-right: 14px;
}

@media (max-width: 768px) {
    .path li:not(:last-child) {
        padding-right: 11px;
    }
}

.path li:not(:last-child):after {
    display: block;
    position: relative;
    text-align: left;
    width: 7px;
    height: 7px;
    margin-left: 13px;
    background-color: #968dd3;
    border-radius: 100px;
    content: '';
}

@media (max-width: 768px) {
    .path li:not(:last-child):after {
        width: 5px;
        height: 5px;
        margin-left: 8px;
    }
}

.path a,
.path span {
    font-size: 16px;
    line-height: 20px;
    color: #332a71;
}

@media (max-width: 768px) {

    .path a,
    .path span {
        font-size: 11px;
        line-height: 15px;
    }
}

.path a:hover {
    text-decoration: underline;
}

.nav {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.nav span {
    display: block;
    position: relative;
    text-align: left;
    width: 21px;
    height: 3px;
    border-radius: 10px;
    margin: 1px 0;
    background-color: #332a71;
}

.nav span:not(:last-child) {
    margin-bottom: 3px;
}

.form {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    min-width: 443px;
    border-radius: 24px;
    background-color: rgba(244, 244, 251, 0.9);
    padding: 38px 49px 41px 49px;
}

@media (max-width: 768px) {
    .form {
        padding: 22px 40px 33px 40px;
    }
}

.form__title {
    display: block;
    position: relative;
    text-align: left;
    font-weight: 800;
    font-size: 31px;
    line-height: 30px;
    color: #332a71;
}

.footer__tel,
.footer_phone,
a.footer_phone .footer__tel,
.footer__tel a {
    color: #ffffff !important;
    font-weight: 800;
    white-space: nowrap;
    font-size: 18px;
}

@media (max-width: 768px) {
    .form__title {
        font-size: 24px;
        line-height: 25px;
        text-align: center;
    }
}

.form__block {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 22px;
}

.form__box {
    display: block;
    position: relative;
    text-align: left;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
}

.form__box:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .form__box:not(:last-child) {
        margin-bottom: 12px;
    }
}

.form__box-title {
    position: absolute;
    display: inline-flex;
    top: 10px;
    left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #574e81;
    transition: opacity .1s ease;
}

@media (max-width: 768px) {
    .form__box-title {
        left: 15px;
        font-size: 13px;
        line-height: 13px;
    }
}

.form__box-title b {
    position: relative;
    margin-left: 4px;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #eb6352;
}

.form__box-cont {
    display: block;
    position: relative;
    text-align: left;
}

.form__box-input,
.form__box-textarea {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #574e81;
}

.form__box-checkbox {
    background: none;
    box-shadow: none;
}

@media (max-width: 768px) {

    .form__box-input,
    .form__box-textarea {
        font-size: 13px;
        line-height: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.form__box-input {
    height: 37px;
}

@media (max-width: 768px) {
    .form__box-input {
        height: 30px;
    }
}

.form__box-textarea {
    min-height: 126px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}

@media (max-width: 768px) {
    .form__box-textarea {
        min-height: 102px;
    }
}

.form__box.focus .form__box-title {
    opacity: 0;
}

.form__button {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .form__button {
        margin-top: 13px;
    }
}

.form__button .button {
    box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
}

@media (max-width: 768px) {
    .form__button .button {
        height: 30px;
    }

    .footer .outsid {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%
    }
}

@media (max-width: 480px) {
    .form__button .button {
        width: 100%;
    }
}

.menuMobile {
    /*background-image: url(../images/fon-menuMobile.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;*/
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
    background-color: #fff;
    z-index: 1001;
}

@media (max-width: 1024px) {
    .menuMobile.active {
        transform: translateX(0);
    }
}

.menuMobile__close {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.menuMobile__close span {
    display: block;
    position: relative;
    text-align: left;
    width: 22px;
    height: 3px;
    border-radius: 100px;
    background-color: #332a71;
}

.menuMobile__close span:nth-child(1) {
    transform: rotate(45deg) translate(1px, 1px);
}

.menuMobile__close span:nth-child(2) {
    transform: rotate(-45deg) translate(1px, -1px);
}

.menuMobile__tel {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    font-weight: 800;
    font-size: 17px;
    line-height: 20px;
    color: #332a71;
    text-decoration: none;
}

.menuMobile__cont {
    display: block;
    position: relative;
    text-align: left;
    padding: 52px 58px;
    overflow-y: scroll;
    padding: 0;
    height: 100vh;
}

.menuMobile__list {
    display: block;
    position: relative;
    text-align: left;
    padding: 52px 58px;
    background-color: #b2d4ed;
    background-image: url(../images/fon-menuMobile.jpg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 240px;
}

.menuMobile__list>li {
    display: block;
    position: relative;
    text-align: left;
}

.menuMobile__list>li:not(:last-child) {
    margin-bottom: 26px;
}

.menuMobile__list>li>a {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #332a71;
    padding-right: 0 !important;
}

.menuMobile__list>li>a:after {
    display: none;
}

.menuMobile__list>li>ul {
    display: block;
    position: relative;
    text-align: left;
    padding: 11px 0 3px 0;
}

.menuMobile__list>li>ul li {
    display: block;
    position: relative;
    text-align: left;
}

.menuMobile__list>li>ul li:not(:last-child) {
    margin-bottom: 12px;
}

.menuMobile__list>li>ul a {
    padding-left: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #342a72;
}

.menuMobile__list>li>ul a:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #eb6352;
    content: '';
}

.menuMobile__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 21px;
    margin-top: auto;
    margin-bottom: 0;
    background-color: #fff;
    /* margin-bottom: 100px; */
}

.header {
    display: block;
    position: relative;
    text-align: left;
    z-index: 101;
    height: 51px;
}

@media (max-width: 1024px) {
    .header {
        display: none;
    }
}

.header .container {
    height: inherit;
}

.header__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: #f4f4f9;
    transition: height 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.header__logo {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: left;
    min-width: 105px;
    height: 45px;
    margin-top: -5px;
}

.header__logo img {
    width: 105px;
}

.header__menu {
    position: relative;
    display: flex;
    margin-left: 40px;
}

.header__menu>li {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.header__menu>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 19px;
    font-weight: 800;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #342a72;
}

@media (max-width: 1200px) {
    .header__menu>li>a {
        padding: 0 15px;
        font-size: 14px;
        line-height: 14px;
    }
}

.header__menu>li>a:before {
    position: absolute;
    bottom: 11px;
    left: 19px;
    right: 20px;
    height: 3px;
    background-color: transparent;
    transition: background-color .1s ease-in-out;
    content: '';
}

@media (max-width: 1200px) {
    .header__menu>li>a:before {
        left: 15px;
        right: 16px;
    }
}

.header__menu>li>ul {
    position: absolute;
    width: 162px;
    height: 0;
    top: 50px;
    left: 0;
    border-radius: 0 20px 20px 20px;
    background-color: #f0f2fa;
    box-shadow: 0 35px 62px 0 rgba(89, 82, 140, 0.3);
    transition: opacity .1s ease-in-out;
    opacity: 0;
    overflow: hidden;
}

.header__menu>li>ul li {
    display: block;
    position: relative;
    text-align: left;
}

.header__menu>li>ul li:first-child a {
    padding-top: 15px;
}

.header__menu>li>ul li:last-child a {
    padding-bottom: 15px;
}

.header__menu>li>ul a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 14px 10px 23px;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #342a72;
    transition: background-color .1s ease, color .1s ease;
}

.header__menu>li>ul a:hover {
    background-color: #59528c;
    color: #fff;
}

.header__menu>li:hover:before {
    opacity: .97;
}

.header__menu>li:hover>a:before {
    opacity: 1;
    background-color: #645aa9;
}

.header__menu>li:hover>a:after {
    transform: rotate(180deg);
}

.header__menu>li:hover>ul {
    opacity: .97;
    height: auto;
}

.header__menu>li.active>a:before {
    background-color: #eb6352;
}

.menu-item-has-children:before,
.header__menu-submenu:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(#f0f2fa, #e4e5f1);
    transition: opacity .1s ease-in-out;
    opacity: 0;
    content: '';
}

.header-menu>li.menu-item-has-children>a {
    display: block;
    background-color: #342a72 !important;
}

.menu-item-has-children>a,
.header__menu-submenu>a {
    padding-right: 36px !important;
}

.menu-item-has-children>a:before,
.header__menu-submenu>a:before {
    right: 37px !important;
}

.menu-item-has-children>a:after,
.header__menu-submenu>a:after {
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 10px;
    height: 6px;
    right: 18px;
    top: 50%;
    margin-top: -4px;
    transition: transform .2s ease;
    content: '';
}

.menu-item-has-children:hover>a:before,
.header__menu-submenu:hover>a:before {
    display: none;
}

.header__tel {
    background-image: url(../images/phone.svg);
    background-size: 16px auto;
    background-position: 3px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    min-height: 20px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #574e81;
}

.header__email {
    background-image: url(../images/email.svg);
    background-size: 19px auto;
    background-position: 2px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    min-height: 20px;
    padding-left: 28px;
    margin-left: 47px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #574e81;
}

.header__row {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 40px;
    left: 40px;
    height: inherit;
}

@media (max-width: 1200px) {
    .header__row {
        right: 20px;
        left: 20px;
    }

    body .header.fix .header__row--fix {
        right: 20px;
        left: 20px;
    }
}

.header__row--normal {
    z-index: 1;
    /* position: static; */
}

.header__row--normal .header__col {
    padding-bottom: 2px;
}

.header__row--fix {
    opacity: 0;
}

.header__row--fix .button {
    height: 33px;
    padding: 0 21px;
    font-size: 14px;
    line-height: 14px;
}

.header__row--fix .button.scroll-to-bottom-form:not(.button--orange) {
    display: none;
}

.header__row--fix .button:not(:last-child) {
    /* margin-right: 8px; */
}

.header__col {
    position: relative;
    display: flex;
}

.header.fix .header__block {
    position: fixed;
    height: 70px;
    box-shadow: 0 17px 41px 0 rgba(159, 173, 201, 0.5);
}

.header.fix .header__row--normal {
    z-index: 0;
    opacity: 0;
}

.header.fix .header__row--fix {
    z-index: 1;
    opacity: 1;
    left: 40px;
    right: 40px;
}

.homeBlock {
    display: block;
    position: relative;
    text-align: left;
    min-height: 715px;
}

@media (max-width: 768px) {
    .homeBlock {
        min-height: 437px;
    }
}

.homeBlock__fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1028px;
}

@media (min-width: 2000px) {
    .homeBlock__fon {
        left: 50%;
        width: 2000px;
        margin-left: -1000px;
    }
}

@media (max-width: 768px) {
    .homeBlock__fon {
        height: 600px;
    }
}

.homeBlock__fon-img,
.homeBlock__fon-mobileImg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.homeBlock__fon-img,
.homeBlock__fon-mobileBg {
    background-repeat: no-repeat;
    background-size: cover;
}

.homeBlock__fon-img img,
.homeBlock__fon-mobileBg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

@media (max-width: 640px) {

    .homeBlock__fon-img,
    .yourDocuments__fon-bg {
        display: none;
    }
}

.homeBlock__fon-mobileImg {
    display: none;
}

.yourDocuments__fon-mobileBg {
    display: none;
}

@media (max-width: 640px) {

    .homeBlock__fon-mobileImg,
    .yourDocuments__fon-mobileBg {
        display: block;
        object-position: center;
    }
}

@media (max-width: 1024px) {
    .homeBlock__fon--mobCenter .homeBlock__fon-img {
        object-position: left 15% bottom 0;
    }
}

@media (max-width: 768px) {
    .homeBlock__fon--mobCenter .homeBlock__fon-img {
        object-position: left 0 bottom 0;
    }
}

.homeBlock__logo {

    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: left;
    min-width: 147px;
    height: 60px;
}

.homeBlock__logo img {
    width: 145px;
}

@media (max-width: 1280px) {
    .homeBlock__logo {
        min-width: 120px;
        height: 50px;
    }
}

@media (max-width: 1200px) {
    .homeBlock__logo {
        min-width: 96px;
        height: 39px;
    }

    .homeBlock__logo img {
        width: 96px;
    }
}

.homeBlock__menu {
    position: relative;
    display: flex;
}

.homeBlock__menu>li {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.homeBlock__menu>li:first-child>a {
    padding-left: 22px;
}

.homeBlock__menu>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 22px;
    font-weight: 800;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    color: #342a72;
}

ul.cats>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    color: #574e81;
    font-weight: bold;
}

@media (max-width: 1280px) {
    .homeBlock__menu>li>a {
        padding: 0 16px;
        font-size: 16px;
        line-height: 16px;
    }
}

.homeBlock__menu>li>a:before,
ul.cats>li>a:before {
    position: absolute;
    bottom: 8px;
    left: 22px;
    right: 23px;
    height: 3px;
    background-color: transparent;
    transition: background-color .1s ease-in-out;
    content: '';
}

ul.cats>li>a:before {
    width: 100%;
    left: 0;
}

@media (max-width: 1280px) {
    .homeBlock__menu>li>a:before {
        left: 16px;
        right: 16px;
    }
}

.homeBlock__menu>li>ul {
    position: absolute;
    width: 162px;
    height: 0;
    top: 50px;
    left: 0;
    border-radius: 0 20px 20px 20px;
    background-color: #f0f2fa;
    box-shadow: 0 35px 62px 0 rgba(89, 82, 140, 0.3);
    transition: opacity .1s ease-in-out;
    opacity: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: max-content;
}

.homeBlock__menu>li>ul li {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
}

.homeBlock__menu>li>ul li:first-child a {
    padding-top: 15px;
}

.homeBlock__menu>li>ul li:last-child a {
    padding-bottom: 15px;
}

.homeBlock__menu>li>ul a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 14px 10px 23px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #342a72;
    transition: background-color .1s ease, color .1s ease;
    width: 100%;
}

.homeBlock__menu li.menu-item-has-children:hover:before {
    opacity: .97;
}

/* .homeBlock__menu > li:hover > a:after {
  transform: rotate(180deg);
} */
.homeBlock__menu li.menu-item-has-children>a {
    padding-right: 36px;
}

.homeBlock__menu li.menu-item-has-children>a:after {
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 12px;
    height: 8px;
    right: 19px;
    top: 50%;
    margin-top: -4px;
    transition: transform .2s ease;
    content: '';
}

.homeBlock__menu>li>ul a:hover {
    background-color: #59528c;
    color: #fff;
}

.homeBlock__menu>li:hover:before {
    opacity: .97;
}

.homeBlock__menu>li:hover>a:before {
    opacity: 1;
    background-color: #645aa9;
}

.homeBlock__menu>li:hover>a:after {
    transform: rotate(180deg);
}

.homeBlock__menu>li:hover>ul {
    opacity: .97;
    height: auto;
}

.homeBlock__menu>li.active>a:before,
ul.cats>li.active>a:before {
    background-color: #eb6352;
}

/* .homeBlock__menu > li.menu-item-has-children > a {
  color: red !important;
} */
.homeBlock__menu li.menu-item-has-children:before,
.homeBlock__menu-submenu:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(#f0f2fa, #e4e5f1);
    transition: opacity .1s ease-in-out;
    opacity: 0;
    content: '' !important;
}

.homeBlock__menu-submenu>a {
    padding-right: 40px !important;
}

.homeBlock__menu-submenu>a:before {
    right: 40px !important;
}

.homeBlock__menu-submenu>a:after {
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 12px;
    height: 8px;
    right: 22px;
    top: 50%;
    margin-top: -4px;
    transition: transform .2s ease;
    content: '';
}

.homeBlock__menu-submenu:hover>a:before {
    display: none;
}

.homeBlock__top {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 35px;
    z-index: 10;
}

@media (max-width: 1200px) {
    .homeBlock__top {
        justify-content: center;
        padding-top: 9px;
    }
}

.homeBlock__top-col {
    position: relative;
    display: flex;
    align-items: center;
}


@media (max-width: 1024px) {
    .homeBlock__top-col {
        justify-content: space-between;
        width: 100%;
    }

    .homeBlock__top-col {}

    .homeBlock__top-col.fone {
        background-color: #f4f4f9;
        box-shadow: 0 17px 41px 0 rgb(159 173 201 / 50%);
        position: fixed;
        padding: 40px 20px 0px 20px;
        height: 135px;
    }

    .homeBlock__top {
        z-index: 999;
    }

    .homeBlock__content {
        /* margin-top: 70px; */
    }
}

.homeBlock__top-col .nav {
    display: none;
    top: 7px;
    left: -5px;
}

@media (max-width: 1024px) {
    .homeBlock__top-col .nav {
        display: inline-flex;
    }
}

.homeBlock__top-col .language {
    display: none;
    margin-right: 0;
    top: 7px;
}

@media (max-width: 1024px) {
    .homeBlock__top-col .language {
        display: inline-flex;
    }
}

.homeBlock__top-col .language__title {
    background-image: url(../images/language.svg);
    background-size: 21px auto;
    background-position: left;
    background-repeat: no-repeat;
    min-width: auto;
    width: 30px;
    height: 21px;
    overflow: hidden;
    color: transparent;
}

.homeBlock__top-col .language__title:after {
    width: 10px;
    height: 8px;
    margin-top: -3px;
}

.homeBlock__top-col .language__cont {
    width: 80px;
    top: 25px;
    left: auto;
    right: -10px;
    padding-top: 0;
    border-radius: 8px;
}

.homeBlock__top-col:nth-child(2) {
    padding: 18px 0 0 55px;
}

@media (max-width: 1280px) {
    .homeBlock__top-col:nth-child(2) {
        padding: 18px 0 0 25px;
    }
}

@media (max-width: 1024px) {
    .homeBlock__top-col:nth-child(2) {
        display: none;
    }
}

.homeBlock__top-col:nth-child(3) {
    margin-left: auto;
    margin-right: 0;
    padding-top: 18px;
}

.homeBlock__top-col:nth-child(3) .button:not(:first-child) {
    margin-left: 10px;
}

@media (max-width: 1330px) {
    .homeBlock__top-col:nth-child(3) {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 250px;
    }

    .homeBlock__top-col:nth-child(3) span:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .homeBlock__top-col:nth-child(3) {
        flex-direction: column;
    }

    .homeBlock__top-col:nth-child(3) .button {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .homeBlock__top-col:nth-child(3) {
        display: none;
    }
}

.homeBlock__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.homeBlock__content-col {
    position: relative;
    display: flex;
    flex-direction: column;
}

.homeBlock__content-col:nth-child(1) {
    padding: 95px 40px 0 0;
}

@media (max-width: 1024px) {
    .homeBlock__content-col:nth-child(1) {
        align-items: center;
        justify-content: flex-start;
        padding: 70px 0 0 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .homeBlock__content-col:nth-child(1) {
        padding: 36px 0 0 0;
    }
}

.homeBlock__content-col:nth-child(1) .button {
    display: none;
}

@media (max-width: 1024px) {
    .homeBlock__content-col:nth-child(1) .button {
        display: inline-flex;
    }
}

.homeBlock__content-col:nth-child(2) {
    padding-top: 57px;
}

@media (max-width: 1024px) {
    .homeBlock__content-col:nth-child(2) {
        display: none;
    }
}

.homeBlock__content .title {
    max-width: 650px;
    padding-left: 90px;
}

@media (max-width: 1024px) {
    .homeBlock__content .title {
        padding-left: 0;
        margin: 0 auto 12px auto;
    }

    .homeBlock__content .title * {
        text-align: center !important;
    }
}

.homeBlock__content .title h1:before {
    position: absolute;
    top: 26px;
    left: -79px;
    width: 51px;
    height: 6px;
    content: '';
    background-color: #eb6352;
}

@media (max-width: 1024px) {
    .homeBlock__content .title h1:before {
        display: none;
    }
}

@media (min-width: 1024px) {
    .homeBlock__content .title h1 {
        opacity: 0;
        transition: opacity .5s ease-in-out;
        transition-delay: .1s;
    }

    .homeBlock__content .title h1:before {
        width: 0;
        transition: width .5s ease-in-out;
        transition-delay: .7s;
    }

    .homeBlock__content .title p {
        opacity: 0;
        transition: opacity .5s ease-in-out;
        transition-delay: .3s;
    }
}

@media (max-width: 1200px) {
    .homeBlock__content .form {
        min-width: 410px;
    }
}

@media (min-width: 1024px) {
    .homeBlock__content .form {
        opacity: 0;
        transition: opacity .5s ease-in-out;
        transition-delay: 1.1s;
    }
}

.homeBlock--detail {
    min-height: 580px;
}

@media (max-width: 768px) {
    .homeBlock--detail {
        min-height: 320px;
    }
}

.homeBlock--detail .homeBlock__fon {
    top: -60px;
}

@media (max-width: 768px) {

    .tax-blog_type .homeBlock--detail .homeBlock__fon,
    .single-blog_post_type .homeBlock--detail .homeBlock__fon {
        top: 0;
    }
}

.homeBlock--ready .title h1 {
    opacity: 1;
}

.homeBlock--ready .title h1:before {
    width: 51px;
}

.homeBlock--ready .title p {
    opacity: 1;
}

.homeBlock--ready .form {
    opacity: 1;
}

.services {
    display: block;
    position: relative;
    text-align: left;
    z-index: 1;
}

.fx.services__block {
    margin: 0;
}

.services__block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 20px -20px 0 -20px;
}

@media (max-width: 768px) {
    .services__block {
        margin: 10px -10px 0 -10px;
    }
}

@media (max-width: 480px) {
    .services__block {
        margin: 9px -5px 0 -5px;
    }
}

.services__box {
    position: relative;
    display: flex;
    width: 25%;
    padding: 20px;
}

.catt .services__box {
    width: 20%;
}

@media (max-width: 1024px) {
    .services__box {
        width: 33.33%;
    }
}

@media (max-width: 768px) {

    .services__box {
        width: 50%;
        padding: 10px;
    }

    .catt .services__box {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .services__box {
        padding: 5px;
    }
}

.services__cont {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    box-shadow: 0 10px 62px 0 rgba(193, 205, 228, 0.4);
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    transform: translateZ(0);
    cursor: pointer;
}

@media (max-width: 768px) {
    .services__cont {
        border-radius: 16px;
    }
}

.services__cont-img {
    display: block;
    position: relative;
    text-align: left;
    height: 265px;
    overflow: hidden;
}

.fx .services__cont-img {
    height: 200px;
}

@media (max-width: 640px) {
    .services__cont-img {
        height: 190px;
    }
}

@media (max-width: 480px) {
    .services__cont-img {
        height: 145px;
    }
}

.services__cont-img:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0;
    content: '';
    background-color: #eb6352;
    transition: width 1s ease-in-out;
}

.services__cont-img>img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transform: scale(1.001);
    transition: transform 1.2s ease;
}

.services__cont-content {
    display: block;
    position: relative;
    text-align: left;
    min-height: 85px;
    padding: 20px 35px 20px 35px;
}

@media (max-width: 1024px) {
    .services__cont-content {
        padding: 20px 25px 20px 25px;
    }
}

@media (max-width: 768px) {
    .services__cont-content {
        min-height: 70px;
        padding: 14px 19px 10px 19px;
    }
}

@media (max-width: 640px) {
    .services__cont-content {
        min-height: auto;
        padding: 10px 19px 9px 19px;
    }
}

.services__cont-title {
    display: block;
    position: relative;
    text-align: left;
    max-width: 170px;
    margin-bottom: 6px;
    font-weight: 800;
    font-size: 21px;
    line-height: 23px;
    color: #332a71;
}

@media (max-width: 1024px) {
    .services__cont-title {
        font-size: 19px;
        line-height: 21px;
    }
}

@media (max-width: 640px) {
    .services__cont-title {
        max-width: 120px;
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 0;
    }
}

.services__cont-content .services__cont-info {
    display: block;
    position: relative;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #8d89a9;
}

.fx .services__cont-info.nn>p {
    line-height: 26px;
}

@media (max-width: 640px) {
    .services__cont-info {
        font-size: 13px;
        line-height: 16px;
    }
}

.services__cont:hover .services__cont-img:after {
    width: 100%;
}

.services__cont:hover .services__cont-img>img {
    transform: scale(1.1);
}

.services__button {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

@media (max-width: 640px) {
    .services__button {
        margin-top: 5px;
    }
}

.services__button .button {
    padding: 0 28px;
}

@media (max-width: 640px) {
    .services__button .button {
        padding: 0 24px;
    }
}

.services--country {
    margin-top: 42px;
    /* margin-bottom: -30px; */
}

@media (max-width: 640px) {
    .services--country {
        margin-top: 12px;
        margin-bottom: 0;
    }
}

.services--country .services__block {
    justify-content: center;
}

.services__block {
    justify-content: center;
}

.serviceDetail {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 95px;
    z-index: 1;
}

.tax-blog_type .serviceDetail {
    z-index: 0;
}


.serviceDetail__block {
    position: relative;
    display: flex;
    margin-top: 71px;
}

@media (max-width: 1024px) {
    .serviceDetail__block {
        display: block;
        margin-top: 0;
    }
}

.serviceDetail__side {
    position: relative;
    display: flex;
    width: 50%;
    flex-direction: column;
}

.serviceDetail__side.non {
    width: auto;
}

.serviceDetail__side:nth-child(1) {
    width: 100%;
    padding-right: 69px;
}

.serviceDetail__side.cl:nth-child(1) {
    width: 65%;
    padding-right: 0;
}

.serviceDetail__block .title .col-rev p {
    line-height: 24px;
    margin-top: -3px;
}

@media (max-width: 1024px) {
    .serviceDetail__side:nth-child(1) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 18px;
    }
}

.serviceDetail__side:nth-child(2) {
    align-items: flex-end;
}

@media (max-width: 1024px) {
    .serviceDetail__side:nth-child(2) {
        align-items: center;
        width: 100%;
        padding-top: 0;
    }
}

.serviceDetail__text {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 66px;
    font-size: 18px;
    line-height: 34px;
    color: #332a71;
}

@media (max-width: 768px) {
    .serviceDetail__text {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 768px) {
    .serviceDetail__text {
        margin-top: 32px;
    }
}

.serviceDetail__text h2 {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    color: #332a71;
}

@media (max-width: 768px) {
    .serviceDetail__text h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 13px;
    }
}

.serviceDetail__text ul,
.textBlock__cont ul {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 21px;
    margin-bottom: 70px;
}

@media (max-width: 768px) {

    .serviceDetail__text ul,
    .textBlock__cont ul {
        margin-top: 13px;
        margin-bottom: 35px;
    }
}

.serviceDetail__text ul li,
.textBlock__cont ul li {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 25px;
    font-size: 18px;
    line-height: 25px;
    color: #332a71;
}

@media (max-width: 768px) {

    .serviceDetail__text ul li,
    .textBlock__cont ul li {
        font-size: 14px;
        line-height: 21px;
        padding-left: 20px;
    }
}

.serviceDetail__text ul li:not(:last-child),
.textBlock__cont ul li:not(:last-child) {
    margin-bottom: 9px;
}

.serviceDetail__text ul li:before,
.col-rev ul li:before,
.textBlock__cont ul li:before {
    position: absolute;
    top: 6px;
    left: 1px;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    background-color: #eb6352;
    content: '';
}

@media (max-width: 768px) {

    .serviceDetail__text ul li:before,
    .textBlock__cont ul li:before {
        width: 8px;
        height: 8px;
    }
}

.serviceDetail__text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 34px;
    color: #332a71;
}

@media (max-width: 768px) {
    .serviceDetail__text p {
        font-size: 14px;
        line-height: 21px;
    }
}

.serviceDetail__text p:not(:last-child) {
    margin-bottom: 34px;
}

.serviceDetail__text a {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    color: #7074e7;
    text-decoration: underline;
}

.serviceDetail__text a:hover {
    color: #8a8eff;
}

.serviceDetail .path {
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .serviceDetail .path {
        margin-bottom: 10px;
    }
}

.serviceDetail .form {
    min-width: auto;
    max-width: 443px;
}

.advantages {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 85px;
}

@media (max-width: 768px) {
    .advantages {
        margin-top: 50px;
    }

    .advantages:before {
        background-image: url(../images/advantages/mobile-fon.jpeg) !important;
    }
}

.advantages:before {
    background-image: url(../images/advantages/fon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -260px;
    left: 0;
    width: 100%;
    height: 742px;
    content: '';
}

@media (min-width: 2000px) {
    .advantages:before {
        left: 50%;
        width: 2000px;
        margin-left: -1000px;
    }
}

.advantages__block {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    padding: 0 28px;
}

@media (max-width: 768px) {
    .advantages__block {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 7px;
    }
}

@media (min-width: 1024px) {
    .advantages__block.active .advantages__box {
        opacity: 1;
        transform: translateY(0);
    }
}

.advantages__box {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 200px;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .advantages__box {
        width: 33.33%;
        max-width: none;
        margin-top: 17px;
    }
}

.advantages__box-chek {
    background-image: url(../images/chek.svg);
    background-size: 46px auto;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: left;
    width: 92px;
    height: 92px;
    margin-bottom: 11px;
    border-radius: 1000px;
    background-color: #473f8c;
}

@media (max-width: 1024px) {
    .advantages__box-chek {
        width: 75px;
        height: 75px;
        background-size: 37px auto;
    }
}

@media (max-width: 768px) {
    .advantages__box-chek {
        width: 65px;
        height: 65px;
        background-size: 32px auto;
        margin-bottom: 8px;
    }
}

.advantages__box-title {
    display: block;
    position: relative;
    text-align: center;
    max-width: 200px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #342a72;
}

@media (max-width: 768px) {
    .advantages__box-title {
        font-size: 15px;
        line-height: 17px;
    }
}

@media (min-width: 1024px) {
    .advantages__box {
        opacity: 0;
        transform: translateY(50px);
        transition: all .4s ease, opacity .6s ease;
    }

    .advantages__box:nth-child(1) {
        transition-delay: .1s;
    }

    .advantages__box:nth-child(2) {
        transition-delay: .3s;
    }

    .advantages__box:nth-child(3) {
        transition-delay: .5s;
    }

    .advantages__box:nth-child(4) {
        transition-delay: .7s;
    }

    .advantages__box:nth-child(5) {
        transition-delay: .9s;
    }
}

.advantages--indent {
    margin-top: 157px;
}

@media (max-width: 768px) {
    .advantages--indent {
        margin-top: 100px;
    }
}

@media (max-width: 640px) {
    .advantages--indent {
        margin-top: 58px;
    }
}

.textBlock {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 120px;
}

.textBlock__cont {
    display: block;
    position: relative;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    color: #332a71;
}

@media (max-width: 768px) {
    .textBlock__cont {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
}

.textBlock__cont h1,
.textBlock__cont h2 {
    font-weight: 800;
    color: #332a71;
}

.textBlock__cont h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 11px;
}

@media (max-width: 1024px) {
    .textBlock__cont h1 {
        font-size: 46px;
        line-height: 46px;
    }
}

@media (max-width: 768px) {
    .textBlock__cont h1 {
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 7px;
    }
}

.textBlock__cont h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .textBlock__cont h2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 12px;
    }
}

.textBlock__cont p {
    font-size: 18px;
    line-height: 34px;
    color: #332a71;
}

.fx .nn p {
    font-size: 15px;
}

.tax-blog_type .textBlock__cont p {
    font-size: 18px;
}

@media (max-width: 768px) {
    .textBlock__cont p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
}

.textBlock__cont p:not(:last-child) {
    margin-bottom: 34px;
}

@media (max-width: 768px) {
    .textBlock__cont p:not(:last-child) {
        margin-bottom: 10px;
    }
}

.textBlock__cont span.scroll-to-form,
.textBlock__cont a,
.textBlock__cont span.scroll-to-partnership-form {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    color: #7074e7;
    text-decoration: underline;
    cursor: pointer;
}

.textBlock__cont span.scroll-to-form:hover,
.textBlock__cont a:hover {
    color: #8a8eff;
}

.textBlock--indent {
    /* margin-top: 50px; */
}

@media (max-width: 768px) {
    .textBlock--indent {
        margin-top: 100px;
    }
}

@media (max-width: 640px) {
    .textBlock--indent {
        margin-top: 52px;
    }
}

@media (max-width: 768px) {
    .textBlock--first .textBlock__cont h2 {
        font-size: 26px;
        line-height: 27px;
    }
}

.textBlock--left {
    border: 1px solid #f00;
}

@media (max-width: 768px) {
    .textBlock--left .textBlock__cont h2 {
        text-align: left !important;
        border: 1px solid #f00;
    }
}

.yourDocuments {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 60px;
}

@media (max-width: 640px) {
    .yourDocuments {
        margin-top: 50px;
    }
}

.yourDocuments .title h2 {
    max-width: 550px;
}

@media (max-width: 768px) {
    .yourDocuments .title h2 {
        max-width: none;
    }
}

.yourDocuments .title p {
    max-width: 610px;
}

@media (max-width: 768px) {
    .yourDocuments .title p {
        max-width: none;
    }
}

.yourDocuments__fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 851px;
}

@media (min-width: 2000px) {
    .yourDocuments__fon {
        left: 50%;
        width: 2000px;
        margin-left: -1000px;
    }
}

.yourDocuments__fon>img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.yourDocuments__form {
    display: block;
    position: relative;
    text-align: left;
    max-width: 695px;
    padding: 40px 0 50px 0;
}

@media (max-width: 640px) {
    .yourDocuments__form {
        padding: 20px 0 60px 0;
    }
}

.yourDocuments__form .form {
    min-width: auto;
}

.team {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 100px;
    margin-bottom: -10px;
}

@media (max-width: 768px) {
    .team {
        margin-top: 68px;
        margin-bottom: 0;
    }
}

.team__block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .team__block {
        justify-content: center;
        margin-top: 20px;
    }
}

.team__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    margin-bottom: 45px;
}

@media (max-width: 1200px) {
    .team__box {
        width: 25%;
    }
}

@media (max-width: 1024px) {
    .team__box {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .team__box {
        width: 50%;
        margin-bottom: 27px;
    }
}

.team__box-img {
    display: block;
    position: relative;
    text-align: left;
    width: 148px;
    height: 148px;
    margin-bottom: 11px;
    border-radius: 1000px;
    box-shadow: 0 3px 62px 0 rgba(89, 82, 140, 0.3);
    overflow: hidden;
}

@media (max-width: 768px) {
    .team__box-img {
        width: 116px;
        height: 116px;
        margin-bottom: 9px;
    }
}

.team__box-img>img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team__box-name {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #342a72;
}

@media (max-width: 768px) {
    .team__box-name {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 18px;
    }
}

.team__box-info,
.team__box-info p {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #817d9c;
}

.team__box-info p {
    color: #817d9c !important;
}

@media (max-width: 768px) {
    .team__box-info {
        font-size: 13px;
        line-height: 15px;
    }
}

.contacts {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 10px;
}

.contacts__block {
    position: relative;
    display: flex;
    min-height: 560px;
    margin-top: 45px;
}

@media (max-width: 1280px) {
    .contacts__block {
        min-height: 450px;
    }
}

@media (max-width: 1024px) {
    .contacts__block {
        flex-direction: column;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .contacts__block {
        margin-top: 0;
    }
}

.contacts__side {
    position: relative;
    display: flex;
    width: 50%;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .contacts__side {
        width: 100%;
    }
}

.contacts__side:last-child {
    align-items: flex-end;
    justify-content: center;
    padding: 0 28px 117px 0;
}

@media (max-width: 1024px) {
    .contacts__side:last-child {
        align-items: flex-start;
        padding: 0;
    }
}

.contacts__map {
    background-image: url(../images/map2.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: -48px;
    width: 847px;
    height: 560px;
}

@media (max-width: 1280px) {
    .contacts__map {
        top: -30px;
        left: -60px;
        width: 640px;
        height: 380px;
    }
}

@media (max-width: 1024px) {
    .contacts__map {
        position: relative;
        display: block;
        top: 0;
        left: 0;
    }
}

@media (max-width: 768px) {
    .contacts__map {
        width: auto;
        height: 410px;
        margin: 0 -20px;
        background-size: auto 440px;
    }
}

.contacts__cont {
    display: block;
    position: relative;
    text-align: left;
}

@media (max-width: 768px) {
    .contacts__cont .title h2 {
        text-align: left;
    }
}

.contacts__inform {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .contacts__inform {
        margin-top: 23px;
    }
}

.contacts__inform li {
    display: block;
    position: relative;
    text-align: left;
    min-height: 30px;
}

.contacts__inform li:not(:last-child) {
    margin-bottom: 21px;
}

.contacts__inform li:before {
    position: absolute;
    top: -4px;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 1000px;
    background-color: #eb6352;
    content: '';
}

@media (max-width: 768px) {
    .contacts__inform li:before {
        width: 23px;
        height: 23px;
    }
}

.contacts__inform li.contacts__inform-location {
    margin-bottom: 28px;
}

@media (max-width: 768px) {
    .contacts__inform li.contacts__inform-location {
        margin-bottom: 23px;
    }
}

.contacts__inform li.contacts__inform-location:before {
    background-image: url(../images/location-white.svg);
    background-size: 12px auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .contacts__inform li.contacts__inform-location:before {
        background-size: 10px auto;
    }
}

.contacts__inform li.contacts__inform-phone {
    margin-bottom: 17px;
}

@media (max-width: 768px) {
    .contacts__inform li.contacts__inform-phone {
        margin-bottom: 9px;
    }
}

.contacts__inform li.contacts__inform-phone:before {
    background-image: url(../images/phone-white.svg);
    background-size: 13px auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .contacts__inform li.contacts__inform-phone:before {
        background-size: 11px auto;
    }
}

.contacts__inform li.contacts__inform-whatsApp {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .contacts__inform li.contacts__inform-whatsApp {
        margin-bottom: 9px;
    }
}

.contacts__inform li.contacts__inform-whatsApp:before {
    background-image: url(../images/social-networks/whatsapp.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0;
}

.contacts__inform li.contacts__inform-email:before {
    background-image: url(../images/email-white.svg);
    background-size: 16px auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .contacts__inform li.contacts__inform-email:before {
        background-size: 13px auto;
    }
}

.contacts__inform a {
    font-size: 18px;
    line-height: 22px;
    color: #332a71;
    padding-left: 0;
}

.contacts__inform span {
    display: flex;
    font-size: 18px;
    line-height: 22px;
    color: #332a71;
}

.contacts__inform li {
    padding-left: 42px;
}

@media (max-width: 768px) {

    .contacts__inform span,
    .contacts__inform a {
        padding-left: 0px;
        font-size: 14px;
        line-height: 18px;
    }
}

.contacts__inform span {
    display: block;
    position: relative;
    text-align: left;
}

.contacts__inform span:not(:last-child) {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .contacts__inform span:not(:last-child) {
        margin-bottom: 2px;
    }
}

.hFooter {
    height: 403px;
}

@media (max-width: 1024px) {
    .hFooter {
        height: 550px;
    }
}

.footer {
    display: block;
    position: relative;
    text-align: left;
    background-color: #f4f4fb;
    /*   height: 403px; */
    min-height: 403px;
    margin-top: -403px;
}

@media (max-width: 1024px) {
    .footer {
        height: 550px;
        margin-top: -550px;
    }
}

.footer__logo {
    background-size: content;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: left;
    min-width: 147px;
    /*     height: 60px; */
}

.footer__logo img {
    width: 147px;
    display: block;
    margin: auto;
}

@media (max-width: 1024px) {
    .footer__logo {
        min-width: 145px;
        /*         height: 58px; */
        margin-top: 0;
    }
}

.footer__block {
    display: block;
    position: relative;
    text-align: left;
    padding-right: 50px;
}

@media (max-width: 1280px) {
    .footer__block {
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    .footer__block {
        display: flex;
        flex-direction: column;
        flex: none;
        align-items: center;
        width: 100% !important;
        padding-right: 0;
    }
}

.footer__block:nth-child(1) {
    width: 178px;
}

@media (max-width: 1280px) {
    .footer__block:nth-child(1) {
        width: auto;
        flex: 1;
    }
}

@media (max-width: 1200px) {
    .footer__block:nth-child(1) {
        width: 140px;
    }
}

.footer__block:nth-child(2) {
    width: 206px;
}

@media (max-width: 1280px) {
    .footer__block:nth-child(2) {
        width: auto;
        flex: 1;
    }
}

@media (max-width: 1200px) {
    .footer__block:nth-child(2) {
        width: 165px;
    }
}

.footer__block:nth-child(3) {
    width: 236px;
}

@media (max-width: 1280px) {
    .footer__block:nth-child(3) {
        width: auto;
        flex: 1;
    }
}

@media (max-width: 1200px) {
    .footer__block:nth-child(3) {
        width: 175px;
    }
}

.footer__block .footer__block-list li:first-child a,
.footer__block-title {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 17px;
    line-height: 17px;
    color: #332a71;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .footer__block-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 1024px) {

    .footer__block .footer__block-list li:first-child a,
    .footer__block-title {
        font-weight: 700;
        margin-bottom: 12px;
    }
}

.footer__block-list {
    display: block;
    position: relative;
    text-align: left;
}

@media (max-width: 1024px) {
    .footer__block-list li:not(:first-child) {
        display: none;
    }

    .menu-schengen-ru-container,
    .menu-schengen-container {
        margin-top: 0;
    }

}

.footer__block-list li {
    display: block;
    position: relative;
    text-align: left;
}

.footer__block-list li:first-child {
    margin-bottom: 12px !important;
}

.footer__block-list li:first-child a {
    margin-bottom: 0 !important;
}

.footer__block-list li:not(:last-child) {
    margin-bottom: 10px;
}

.footer__block-list a {
    font-size: 16px;
    line-height: 20px;
    color: #332a71;
    transition: color .1s ease;
}

.footer__block-list a:hover {
    color: #6357b1;
    text-decoration: underline;
}

.footer__block .footer__block-title:not(:first-child) {
    margin-top: 41px;
}

@media (max-width: 1024px) {
    .footer__block .footer__block-title:not(:first-child) {
        margin-top: 0;
    }
}

.footer__tel {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 26px;
    line-height: 26px;
    color: #332a71;
}

.footer_phone {
    width: 100%;
}


@media (max-width: 1024px) {
    .footer__tel {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
    }
}

.footer__author {
    display: block;
    position: relative;
    text-align: left;
    margin-right: 19px;
    font-size: 15px;
    line-height: 15px;
    color: #574e81;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .footer__author {
        font-size: 14px;
        line-height: 18px;
        margin: 15px 0 0 0;
    }
}

.footer__author:hover {
    color: #6357b1;
    text-decoration: underline;
}

.footer__top {
    display: block;
    position: relative;
    text-align: left;
    padding-bottom: 120px;
    /* 100 */
}

@media (max-width: 1024px) {
    .footer__top {
        padding-bottom: 140px;
    }
}

.footer__top-row {
    position: relative;
    display: flex;
}

@media (max-width: 1024px) {
    .footer__top-row {
        display: block;
    }
}

.footer__top-col {
    position: relative;
    display: flex;
}

@media (max-width: 1024px) {
    .footer__top-col {
        display: block;
        width: 100%;
    }
}

.footer__top-col:nth-child(1) {
    padding-top: 56px;
    gap: 30px;
    padding-top: 56px;
    flex-direction: column;
    align-items: center;
    max-width: 180px;
    margin-right: 70px;
}

.footer__block:last-child {
    padding-right: 0px;
}

@media (max-width: 1396px) {
    .footer__top-col:nth-child(1) {
        min-width: 190px;
    }
}

@media (max-width: 1024px) {
    .footer__top-col:nth-child(1) {
        min-width: auto;
        padding-top: 31px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
}

.footer__top-col:nth-child(2) {
    padding-top: 78px;
    width: 100%;
    justify-content: flex-end;
}

@media (max-width: 1280px) {
    .footer__top-col:nth-child(2) {
        justify-content: space-between;
        width: 100%;
        padding-right: 50px;
    }
}

@media (max-width: 1024px) {
    .footer__top-col:nth-child(2) {
        padding: 35px 0 0 0;
    }
}

.footer__top-col:nth-child(3) {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: 0;
    padding-top: 76px;
}

@media (max-width: 1200px) {
    .footer__top-col:nth-child(3) {
        padding-top: 79px;
    }
}

@media (max-width: 1024px) {
    .footer__top-col:nth-child(3) {
        align-items: center;
        padding-top: 22px;
    }

    .footer__top-col:nth-child(3) .socialNetworks {
        justify-content: center;
    }
}

.footer__bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e3e3f6;
}

@media (max-width: 1024px) {
    .footer__bottom {
        padding: 27px 0 15px 0;
    }
}

.footer__bottom-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

@media (max-width: 1024px) {
    .footer__bottom-row {
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        min-height: auto;
    }
}

.footer__bottom-col {
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    .footer__bottom-col:nth-child(1) {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .footer__bottom-col:nth-child(1) {
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }
}

.footer__bottom-col:nth-child(1)>span {
    display: block;
    position: relative;
    text-align: left;
    font-size: 15px;
    line-height: 15px;
    color: #574e81;
}

@media (max-width: 1024px) {
    .footer__bottom-col:nth-child(1)>span {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
    }
}

.footer__bottom-col:nth-child(1)>span:nth-child(1) {
    margin-right: 19px;
}

@media (max-width: 1200px) {
    .footer__bottom-col:nth-child(1)>span:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
}

@media (max-width: 1024px) {
    .footer__bottom-col:nth-child(1)>span:nth-child(1) {
        margin-bottom: 5px;
    }
}

.footer__bottom-col:nth-child(1)>span:nth-child(2) {
    margin-right: 16px;
}

@media (max-width: 1024px) {
    .footer__bottom-col:nth-child(1)>span:nth-child(2) {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .ios .services__cont-title {
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .ios .services__cont-info {
        font-weight: 400;
    }
}


.content a {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    color: #7074E7;
    text-decoration: underline;
}

.content a:hover {
    color: #8A8EFF;
}

ul.cats {
    list-style-type: none;
}

ul.cats>li>a:hover {
    color: #574e81;
}

ul.cats>li:hover>a:before {
    opacity: 1;
    background-color: #645aa9;
}

/*ul.cats>li>a {
  text-decoration: none;
}
*/
.block-post {
    display: flex;
    align-items: center;
}

.services__block.fx>.services__box {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding: 0 0 20px 0;
}

.fx a.services__cont {
    text-decoration: none;
    max-width: 1000px;
}

.services__cont-category {
    color: #e94c10fa;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;

}

.services__cont-date {
    font-size: 13px;
    color: grey;
    padding-left: 15px;
    margin-left: 4px;
    position: relative;
}

.services__cont-date:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 4px;
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.pagination .my:first-child {
    opacity: 0;
}

.pagination .page-numbers.current {
    background-color: #746cad;
    color: #fff;
}

.pagination .next.page-numbers {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.pagination .page-numbers {
    margin-right: 16px;
    background-color: #746cad;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.pagination .wrap_pagination_block {
    display: flex;
}


.pagination .page-numbers:hover {
    background-color: #8c83cf;
    color: #fff;
}

.fx .pagination .prev.page-numbers {}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    /* display: none; */
    margin-right: 0;
    background-color: #332a71;
    border-radius: 30px;
    padding: 10px 23px;
    color: #fff;
    text-decoration: none;
    width: 36px;
    height: 36px;
    font-weight: 500;
}

.pagination a.prev.page-numbers:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
}

.pagination a.next.page-numbers:after {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
}

.pagination a.next.page-numbers,
.pagination .prev.page-numbers {
    width: auto !important;
}

.pagination .prev.page-numbers {
    padding: 10px 37px;
}

.services.services--country.cat-1 {
    margin-bottom: 70px;
}

.homeBlock--detail.mh {
    min-height: 100px;
}

.page-template-blog-template.page-template-blog-template-php {
    /* background-color: #fff; */
}

.page-template-blog-template.page-template-blog-template-php .homeBlock__fon-img,
.page-template-service-category-template.page-template-service-category-template-php .homeBlock__fon-img {
    /* height: 20%; */
    object-fit: cover;
    object-position: top;
    /* box-shadow: 0 18px 60px 0 rgb(159 173 201 / 37%); */
}

.single.single-blog_post_type {
    /* background-color: #fff; */
}

.last_pagination_item {
    opacity: 0;
}

.single.single-blog_post_type .homeBlock__fon-img {
    /* height: 20%; */
    object-fit: cover;
    object-position: top;
    /* box-shadow: 0 18px 60px 0 rgb(159 173 201 / 37%); */
}

.single.single-blog_post_type .serviceDetail__block {
    margin-top: 71px;
}

.single-blog_post_type .path {
    margin-bottom: 22px;
    margin-left: 4px;
}

.single-blog_post_type h1 {
    margin-top: 0;
    font-size: 40px;
    line-height: 52px;
    padding-right: 205px;
}

.pagination .page-numbers.current.wrap_class {
    padding: 10px 14px;
}

.pagination .page-numbers.wrap_class {
    padding: 8px 16px;
}

.rel-art {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #332a71;
}

.pagination .wrap_pagination_block span.current,
.pagination .my span.current {
    background-color: #eb6352;
}

.col-rev {
    position: relative;
    /*display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;*/
}

.post-first-paragraph {
    margin-left: 425px;
    min-height: 320px;
    margin-bottom: 30px;

}

.serviceDetail__block .title .col-rev .post-description .post-first-paragraph>p {
    line-height: 34px;
}

.col-rev img {
    margin-right: 50px;
    border-radius: 25px;
    min-width: 375px;
    height: 300px;
    object-fit: cover;
}

.post-img {
    float: left;
    margin-bottom: 30px;
    margin-top: 6px;
}

.serviceDetail__side.non {}

.serviceDetail__side.non .form {
    width: 260px !important;
    padding: 42px 49px 41px 48px;
    letter-spacing: -0.4px;
    margin-top: 141px;
}

.serviceDetail__side.non .form>h2 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 11px;
}

.serviceDetail__side.non .form ul.cats {
    margin-left: 3px;
}

.serviceDetail__side h2 {
    font-size: 30px;
}

.page-template-blog-template.page-template-blog-template-php .fx .services__box {
    width: 100%;
}

.cont-cat-1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.form.mm {
    width: 260px;
    min-width: auto;
    margin-left: 60px;
}

.form.mm h2 {
    font-size: 25px;
    margin-bottom: 8px;
    font-weight: 800;
}

.tax-blog_type .homeBlock__fon-img {
    height: auto;
}

.tax-blog_type .services--country {
    margin-bottom: 50px;
}

.avatar .user--refresh {
    background-color: gold !important;
}

.outsid {
    display: none;
}

.services__block.fx {
    margin-right: 0;
}

.services__block.fx .services__cont-content .services__cont-title {
    /* max-width: none; */
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 600px;
    font-size: 20px;
    line-height: 27px;

}

.services__block.fx .services__cont-content p {
    font-size: 15px;
}

.services__block.fx .services__cont-content {
    height: 200px;
    padding: 23px 35px 20px 40px;
    width: 100%;
}

.services__block.fx .services__cont-content .services__read-more {
    margin-top: 5px;
    text-align: right;
}

.services__block.fx .services__cont-content .services__read-more span {
    color: red;
}

.services__block.fx .services__cont-content .services__read-more span:hover {
    text-decoration: underline;
}

.single-blog_post_type .services__block.fx .services__cont-content {
    padding: 29px 35px 20px 40px;
}

.services__block.fx .services__cont-img {
    min-width: 250px;
    max-width: 250px;
}

.services__block.fx .services__cont-content p {
    line-height: 24px;
}


.tax-blog_type .services__block.fx {
    display: flex;
    justify-content: space-between;
}

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

body.tax-blog_type {
    /* background-color: #fff; */
}

.blog_page_serv {
    margin-top: 71px;
}

.blog_page_serv h1 {
    margin-top: 6px;
}

.page-template-blog-template .services--country.cat-1 {
    margin-top: 41px;
}

li.tete::marker {
    font-size: 15px;
    color: grey;
}

.services__cont-pre-header {
    display: flex;
    align-items: baseline;
}

.fx .services__cont-category {
    margin-right: 10px;
}

.seoo {
    margin-top: 57px;
}

#disqus_thread {
    margin-top: 75px;
    margin-bottom: 100px;
}

.related-articles {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 0;
}

.related-articles .services__cont-img {
    width: 250px;
}

.related-articles .services__cont-img img {
    border-radius: 25px 0 0 25px;
    height: 200px;
    object-fit: cover;
    min-width: auto;
}

.related-articles li {
    color: grey;
    float: left;
    margin: -1px -5px 0 6px;
}

.related-articles li::marker {
    font-size: 1.2em;
}

.rel-art {
    margin-bottom: 11px;
}

.single-blog_post_type .services--country.cat-1 {
    margin-top: 20px;
}

.single-blog_post_type .serviceDetail__block {
    margin-bottom: 9px;
}

.single-blog_post_type .s-e-o {
    margin-top: 0;
}

.serviceDetail.sty {
    z-index: 0;
}

.single-blog_post_type .serviceDetail.sty {
    margin-bottom: 0;
}

.tax-blog_type .services__block.fx {
    justify-content: space-between;
}

.tax-blog_type .fx a.services__cont {
    display: flex;
}

.tax-blog_type .catt .services__box {
    width: 100%;
}

.tax-blog_type h1 {
    font-size: 56px;
    font-weight: bold;
}

.tax-blog_type .services__block.fx .services__cont-img {
    /* min-width: 250px; */
    width: 250px;
}

.tax-blog_type .services__block.fx .services__cont-content {
    width: 75%;
}

.serviceDetail__block .title .col-rev .post-description p {
    line-height: 32px;
}

.pagination .my {
    display: flex;
}

.button_a200 {
    margin-bottom: 65px !important;
}


/*---Kurilshik 2023-02-21---*/
.textBlock--indent {
    margin-top: 120px;
    z-index: 2;
}

.page-template-about-template .textBlock--indent,
.textBlock--first,
.tax-blog_type .textBlock--first,
.page-template-blog-template .textBlock--first {
    margin-top: 0px !important;
}

.__jivoMobileButton {
    margin-bottom: 36px !important;
}

div#jivo-iframe-container .__jivoMobileButton {
    margin-bottom: 36px !important;
}

#jivo-iframe-container .__jivoMobileButton {
    margin-bottom: 36px !important;
}

.container ol {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 10px 0px 20px 20px;
    counter-reset: myCounter;
}

.container ol li {
    margin: 10px 0px 10px 15px;
    list-style: none;
    position: relative;
}

.container ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background: #51488d;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: -35px;
    top: -5px;
    font-size: 15px;
}

/*wpdisqus 2023-03-23*/
#wpdcom {
    font-family: 'Geometria', sans-serif;
    margin: 7px 0 15px 0;
}

#wpdcom .wpd-prim-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    padding: 0 22px 1px 22px;
    border: none;
    border-radius: 1000px;
    transition: background-color 0.2s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    cursor: pointer;
    background-color: #332a71;
    color: #FFFFFF;
    font-family: 'Geometria', sans-serif;
}

#wpdcom .wpd-prim-button:hover {
    background-color: #4d4294;
}

#comments {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    width: 100%;
}

#wpdcom #wpd-threads {
    margin-bottom: 60px;
}

#wpdcom .wpd-blog-administrator .wpd-comment-label {
    color: #ffffff;
    background-color: #6d64a9;
    border: none;
}

#comments #wpdcom span,
#respond #wpdcom span,
#wpdcom span {
    color: #ffffff;
}

#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-administrator .wpd-avatar img {
    border-color: #877add;
}

#wpdcom .wpd-blog-administrator .wpd-comment-author,
#wpdcom .wpd-blog-administrator .wpd-comment-author a {
    color: #332a71;
}

#wpdcom .wpd-thread-head .wpd-thread-info {
    border-bottom: 3px solid #eb6352;
}

#wpdcom .wpd-thread-head .wpdiscuz-user-settings {
    border-bottom: 3px solid #eb6352;
}

.wpd-thread-info span,
.wpd-sbs-toggle span,
.wpdf-sorting span {
    color: #332a71 !important;
}

.wpd-comment-label {
    display: none !important;
}

.serviceDetail__text ul li {
    line-height: 32px;
}

.serviceDetail__text ul li:before,
.col-rev ul li:before {
    top: 11px;
}


._orientationRight_b095 .button_af3d {
    margin-right: 20px;
}

input::placeholder {
    /* color: #574e81; */
}

input:not(:focus)::placeholder {
    /* color: transparent; */
}


/* May 2023 */
.menuMobile__tel {
    display: flex;
    position: relative;
    text-align: left;
    vertical-align: top;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color: #332a71;
    text-decoration: none;
    padding: 0 22px 1px 22px;
    border: none;
    border-radius: 1000px;
    background-color: #332a71;
    transition: background-color 0.2s ease;
    font-weight: 700;
    color: #ffffff !important;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.menuMobile__bottom-col a {
    color: #ffffff !important;
}

.footer__top {
    padding-bottom: 80px;
}

.footer__top-col:nth-child(3) {
    width: min-content;
}

.underfooter .container {
    justify-content: flex-start;
    gap: 100px;
}

.rating-stars {
    display: flex;
    margin-top: 30px;
    border-top: 1px solid #ddddeb;
    padding: 40px 0px 0px 0px;
    justify-content: flex-end;
    align-items: center;
}

.post-ratings {
    width: auto;
    font-size: 16px;
    height: 50px;
}

.col-rev .rating-stars img {
    margin-right: 5px;
}

.col-rev .rating-stars img:last-child {
    margin-right: 15px;
}

.reviews-google {
    padding-top: 60px;
    padding-bottom: 40px;
    color: #332a71;
}

.wp-gr .wp-google-text {
    color: #332a71 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    font-family: 'Geometria', sans-serif !important;
}

.wp-gr .wp-google-review {
    margin-top: 40px !important;
}

.wp-gr.wpac a.wp-google-name {
    font-size: 18px !important;
    color: #332a71 !important;
    font-weight: 800 !important;
}

.wp-gr .wp-google-time {
    color: #8d88b1 !important;
    font-size: 14px !important;
    font-family: 'Geometria', sans-serif !important;
    padding-top: 5px !important;
}

.wp-gr .wp-google-url {
    margin: 20px auto 0px auto !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 37px !important;
    padding: 0 22px 1px 22px !important;
    border: none !important;
    border-radius: 1000px !important;
    background-color: #332a71 !important;
    transition: background-color 0.2s ease !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 15px !important;
    color: #fff !important;
    cursor: pointer !important;
    user-select: none !important;
    font-family: 'Geometria', sans-serif !important;
}

.wp-gr .wp-google-content-inner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 20px;
}

.wp-gr .wp-google-url:hover {
    background-color: #4d4294 !important;
}

.title {
    margin-bottom: 20px !important;
}

.wp-star svg {
    margin-top: -3px !important;
}

.services__block.fx .services__cont-content .services__read-more span {
    color: #5f51bb;
    font-size: 14px;
    font-weight: 500;
}

.services__block.fx .services__cont-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.services__block.fx .services__cont-content .services__cont-title {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    flex-grow: 0;
    height: auto;
}

.services__cont-content .services__cont-info {
    font-size: 15px;
    line-height: 18px;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

.services__cont-date {
    margin-left: 2px;
}

.location-links-span a {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    color: #7074E7;
    text-decoration: underline;
}

.checkbox-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 32px;
    position: relative;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 500;
}

.checkbox-line input {
    position: absolute !important;
    z-index: -1 !important;
    opacity: 0 !important;
}

.checkbox+label {
    display: flex;
    flex-direction: row;
    align-items: center;
    user-select: none;
    padding-top: 1px;
    width: 100%;
    cursor: pointer;
}

.checkbox+label::before {
    content: '';
    transition: 0.2s;
    display: flex;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
}

.checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: rgb(123, 97, 182, .5);
}

.checkbox:checked+label::before {
    border-color: #332a71;
    background-color: #332a71;
    background-image: url(../images/ico-check.svg);
    background-size: auto;
    background-position-x: 60%;
}



.checkbox:disabled+label::before {
    background-color: #e9ecef;
}


/*form loader*/
.form-loading {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 244, 251, 1);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    font-weight: 500;
    z-index: 999;
    border-radius: 50px;
}

.loader-text {
    display: flex;
    margin-top: 20px;
}

.loader-wrapper {
    display: flex;
}

.form-loading.--show {
    display: flex;
}

.loader {
    width: 48px;
    height: 48px;
    border: 10px solid #332a71;
    border-bottom-color: #f26d5c;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.underfooter .underfooter-right a.socialNetworks-tw,
.underfooter .underfooter-right a.socialNetworks-li {
    transition: 0.2s;
}


/*steps*/
.content-steps {
    display: flex;
    flex-direction: column;
}

.content-steps-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 16px !important;
    line-height: 28px !important;
}

.content-steps-line.--right {
    justify-content: flex-end;
}

.content-steps h3 {
    font-size: 20px !important;
}

.content-steps-line-left,
.content-steps-line-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    max-width: calc(50% - 80px);
    min-width: calc(50% - 80px);
    padding-right: 20px;
    align-items: flex-end;
}

.content-steps-line-left p {
    text-align: right !important;
    font-size: 16px !important;
    line-height: 28px !important;
}

.content-steps-line-center {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 15px 0px 0px 0px;
}

.content-steps-line-center-inner {
    display: flex;
    border-top: 2px solid #e3e1f4;
    border-right: 2px solid #e3e1f4;
    width: 80px;
    height: auto;
    min-height: 100%;
}

.content-steps-line-center-inner-label-start,
.content-steps-line-center-inner-label-number {
    padding: 4px;
    background: #ffffff;
    border: 3px solid #e3e1f4;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: -44px;
    left: 22px;
}

.content-steps-line-center-inner-label-start div,
.content-steps-line-center-inner-label-number div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    min-height: 100px;
    background: #eb6352;
    border-radius: 50%;
    min-width: 100px;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

.content-steps-line.--right .content-steps-line-left {
    justify-content: flex-start;
    align-items: flex-start;
}

.content-steps-line.--right .content-steps-line-left p {
    text-align: left !important;
}

.content-steps-line-center {
    display: flex;
    width: 160px;
    min-width: 160px;
    position: relative;
}

.content-steps-line-center-inner-label-number div {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
    font-size: 14px !important;
}

.content-steps-line.--right .content-steps-line-center {
    align-items: flex-start;
    justify-content: flex-end;
}

.content-steps-line.--right .content-steps-line-center-inner {
    border-right: 0px;
    border-left: 2px solid #e3e1f4;
    width: 60px;
    margin-right: 20px;
}

.content-steps-line.--right .content-steps-line-center-inner-label-number {
    top: -7px;
    left: 59px;
}

.content-steps-line .content-steps-line-center-inner-label-number {
    top: -7px;
    left: 57px;
}

.content-steps-line-right {
    align-items: flex-start;
}

.content-steps-th {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
    width: 100%;
}

.content-steps-line-left h3 {
    text-align: right;
}

.content-steps .content-steps-line:last-child .content-steps-line-center-inner {
    max-height: 10px;
    height: 10px;
    min-height: 10px;
}

.faq-accordion .faq-main {
    border: 1px solid #dfe6f3;
    margin-bottom: 15px;
    background: #fafbfd;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 20px;
}

.faq-title h4 {
    font-weight: 700;
    font-size: 16px !important;
}

@media (max-width: 767.98px) {
    .faq-title h4 {
        font-size: 14px !important;
    }
}

.faq-content {
    font-size: 16px;
    padding: 20px 30px 30px 30px;
}

.faq-main.open .faq-title {
    background-color: #f0f2f8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.footer__tel {
    display: flex;
    transition: 0.2s;
    position: relative;
    text-align: left;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #ffffff;
}

.footer_phone {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    padding: 0px 22px 1px 22px;
    border: none;
    border-radius: 1000px;
    background-color: #332a71;
    transition: background-color 0.2s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    margin-bottom: 20px;
    width: fit-content;
}

.footer_phone:hover {
    background-color: #4d4294;
}

.rating-stars {
    gap: 20px;
}

.rating-stars h2 {
    font-size: 20px !important;
    margin: 0 0 32px 0 !important;
}

.share-buttons {
    margin: 20px 0 80px 0 !important;
}


/*--ul-plane--*/
.ul-plane {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul-plane li {
    display: flex;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

.ul-plane li::before {
    content: "";
    display: block;
    width: 16px !important;
    height: 20px !important;
    background: transparent url(../images/ico-plane.svg) center center no-repeat !important;
    background-size: cover !important;
    position: absolute;
    z-index: 2;
    top: 4px !important;
    left: 0px !important;
    opacity: 1 !important;
}

.location-links-span a {
    margin-right: 10px;
}

/*--icon for usless prev--*/
.services__cont-content .services__cont-info {
    position: relative;
    padding: 5px 0px 0px 25px;
}

.page-template-services-template .services__cont-content p:nth-child(3) {
    position: relative;
    padding: 2px 0px 0px 25px;
}

.page-template-services-template .services__cont-content .services__cont-info {
    position: relative;
    padding: 2px 0px 0px 25px;
}

.services__cont-content .services__cont-info::before {
    content: "";
    display: block;
    z-index: 2;
    top: 4px;
    left: 0px;
    width: 17px;
    position: absolute;
    height: 17px;
    background: url(../images/ico-clock.svg) center center no-repeat;
    background-size: contain;
}

.services__cont-content .services__cont-info p,
.page-template-services-template .services__cont-content p:nth-child(3) {
    color: #6c678b;
    font-weight: 500;
}

.yourDocuments__fon {
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-blog-template-php .services__cont-content .services__cont-info::before,
.blog_post_type-template-default .services__cont-content .services__cont-info::before {
    display: none;
}

.page-template-blog-template-php .services__cont-content .services__cont-info,
.blog_post_type-template-default .services__cont-content .services__cont-info {
    padding-left: 0px;
}

.rating-stars {
    display: none;
}

.image-for-content {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 30px 0px;
}

.custom_text_field {
    font-size: 14px;
    font-weight: 800;
    display: flex;
    padding: 2px 0px 0px 37px;
}

.homeBlock__menu>li>a {
    padding: 0 15px;
}

strong,
b {
    font-weight: 700 !important;
}


/*404*/
.errorBlock,
.errorBlock__background {
    width: 100%;
    display: flex;
}

.error-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start !important;
    width: 100% !important;
    min-height: auto !important;
    padding-left: 25% !important;
}

.error-box-wrapper .error-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
    border-radius: 24px;
    background-color: transparent;
    padding: 0;
    max-width: 500px;
    gap: 15px;
}

.error-box-wrapper .error-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit !important;
    border-radius: 24px;
    background-color: transparent !important;
    padding: 150px 50px 0px 0px !important;
    max-width: 500px !important;
    gap: 15px !important;
}

.error-th h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 0px;
    font-weight: 800;
}

.error-box-wrapper .error-box .error-text {
    font-size: 18px;
    line-height: 32px;
}

.error-box-wrapper .error-box .error-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 15px;
    padding-top: 10px;
}

.error-bottom .button {
    width: auto;
    white-space: nowrap;
}

.errorBlock__fon-bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/*--Service-time--*/
.service-time-for-header {
    display: flex;
    position: absolute;
    z-index: 2;
    left: 35px;
    top: -170px;
    height: 142px;
    width: 142px;
    padding: 0px 25px 35px 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #ffffff;
    transform: rotate(352deg);
    align-items: center;
}

.service-time-for-header::before {
    content: "";
    display: flex;
    position: absolute;
    z-index: 0;
    height: 142px;
    width: 142px;
    background: url(../images/header-label-blue.svg) center center no-repeat;
    opacity: 0.93;
    top: 0;
    left: 0;
}

.service-time-for-header p {
    font-size: 25px;
    color: #ffffff;
    font-weight: 800;
    transform: scaleY(1.1);
    text-transform: uppercase;
    text-align: center;
}

.tax-blog_type .services__cont-content .services__cont-info::before {
    display: none;
}

.tax-blog_type .services__cont-content .services__cont-info {
    padding-left: 0;
}

.ht_ctc_chat_style svg {
    border-radius: 50%;
}



/*--2023-10 green status fix--*/
.form {
    position: relative;
}

.result {
    display: flex;
    justify-content: space-between;

}

.alert-success {
    display: flex;
    width: 100%;
    height: 90%;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 25px;
    left: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}


/*--2023-11--*/
.underfooter-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.underfooter .underfooter-right a.socialNetworks-tw,
.underfooter .underfooter-right a.socialNetworks-li {
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-template-blog-template .title--big {
    z-index: 0;
}


@media (max-width: 1680px) {
    .error-box-wrapper {
        padding-left: 45% !important;
    }

    .homeBlock__fon-img,
    .join-form .yourDocuments__fon {
        background-position: center;
    }
}

@media (max-width: 1360px) {
    .button {
        text-align: center;
    }

    .footer__top-col:nth-child(3) {
        padding-top: 73px;
    }

    .errorBlock__fon-bg {
        background-position-x: 50%;
    }

    .error404 .homeBlock__content-col {
        display: none !important;
    }
}


@media (max-width: 1024px) {
    .footer__bottom {
        padding: 27px 0 15px 0;
    }

    .footer__block-list li:not(:first-child) {
        display: inherit;
    }

    .footer__block-list li:not(:first-child) a {
        font-size: 14px;
    }

    .footer__block-list {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    .footer__block-list li {
        text-align: center;
    }

    .footer__bottom {
        position: inherit;
    }

    .footer__top {
        padding-bottom: 20px;
        background: #f4f4fb;
    }

    .footer__top-col:nth-child(3) {
        width: 100%;
    }

    .socialNetworks li,
    .socialNetworks_footer li:not(:first-child) {
        margin-left: 15px !important;
    }

    .footer__top-col:nth-child(3) {
        padding-top: 20px;
    }

    .underfooter .container {
        justify-content: flex-start;
        gap: 20px;
        flex-direction: column;
    }

    .underfooter .underfooter-left {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .underfooter .underfooter-right a {
        margin-right: 4px;
        margin-left: 4px;
        transition: 0.2s;
        -webkit-transition: 0.2s;
    }

    .underfooter .underfooter-left span,
    .underfooter .underfooter-right span {
        margin-right: 0;
        margin-bottom: 15px;
        display: flex;
        widtH: 100%;
        align-items: center;
        justify-content: center;
    }

    .socialNetworks_footer .footer__email:before {
        background-size: 16px auto;
    }

    .socialNetworks_footer .footer__map:before {
        background-size: 13px auto;
    }

    .services__block.fx .services__cont-content .services__cont-title {
        flex-grow: 0;
        height: auto;
        overflow: visible;
    }

    .services__cont-date {
        font-size: 11px;
    }

    .services__cont-date:before {
        top: 2px;
    }

    .cont-cat-1 .form.mm .cats {
        display: block;
    }

    .error-box-wrapper {
        padding-left: 0px !important;
    }

    .error-box-wrapper .error-box {
        padding: 70px 20px 0px 20px !important;
    }

    .error-th h1 {
        font-size: 36px;
        line-height: 26px;
        margin-bottom: 0px;
        font-weight: 800;
        text-align: center;
    }

    .error-box-wrapper .error-box {
        justify-content: center !important;
        align-items: center !important;
    }

    .error-box-wrapper .error-box .error-text {
        font-size: 16px !important;
        line-height: 26px !important;
        text-align: center !important;
    }

    .errorBlock__fon-bg {
        background-position-x: 0;
    }

    .errorBlock__fon-bg {
        background-position-x: 10%;
        background-size: auto !important;
    }

    .underfooter .underfooter-right span {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .underfooter-right {
        margin-top: 20px;
    }
}


@media (max-width: 768px) {
    .footer__bottom {
        padding-bottom: 85px;
    }

    .homeBlock--detail .homeBlock__fon {
        top: -50px;
    }

    .socialNetworks li {
        padding-left: 10px;
    }

    .serviceDetail p {
        text-align: left;
    }

    .page-template-blog-template .form h2 {
        text-align: left !important;
    }

    .tax-blog_type h1 {
        font-size: 26px;
        line-height: 26px;
        font-weight: 800;
    }

    .tax-blog_type .homeBlock__menu>li>a:before,
    ul.cats>li>a:before {
        bottom: -0px;
    }

    .__jivoDesktopButton {
        margin-bottom: 36px !important;
    }

    .container ol li {
        line-height: 130%;
        text-align: left;
        margin: 5px 0px 5px 15px
    }

    .container ol li::before {
        counter-increment: myCounter;
        content: counter(myCounter);
        display: flex;
        width: 24px;
        height: 24px;
        border-radius: 15px;
        background: #51488d;
        color: #ffffff;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 2;
        left: -35px;
        top: -4px;
        font-size: 12px;
        line-height: 0;
    }

    .textBlock__cont h2 {
        font-size: 20px !important;
    }

    .textBlock__cont h2,
    .textBlock__cont h3 {
        text-align: left !important;
    }

    .textBlock__cont p {
        text-align: left;
    }

    .textBlock__cont h2,
    .textBlock__cont h3 {
        text-align: left !important;
    }

    .textBlock__cont p {
        text-align: left;
    }

    .textBlock__cont {
        text-align: left;
    }

    .textBlock__cont h2,
    .textBlock__cont h3 {
        text-align: left !important;
    }

    #wpdcom {
        padding: 0px 20px;
    }

    #comments {
        padding: 40px 40px;
    }

    .reviewsAboutUsFlex {
        flex-direction: column;
    }

    .reviewsAboutUsFlex .title {
        padding-bottom: 10px;
    }

    #wpdcom .wpd-prim-button {
        font-size: 14px;
        line-height: 14px;
    }

    .block-post .services__cont-img>img {
        max-width: 140px;
    }

    .path li {
        font-size: 11px;
    }

    .post-ratings img {
        margin-right: 5px;
        margin-bottom: -10px;
        width: auto;
    }

    .rating-stars em {
        display: inline;
        text-align: center;
        margin-top: 12px;
        padding-top: 3px;
        line-height: 120%;
    }

    .post-ratings {
        width: 100%;
        font-size: 15px;
        text-align: right;
    }

    .share-buttons {
        margin: 0px 0px 40px 0px !important;
    }

    /*.title.title--big.title--left .col-rev img {
      margin-right: 5px !important;
      margin-bottom: 0 !important;
      width: auto !important;
  }*/

    .wp-gr.wpac a.wp-google-name {
        font-size: 15px !important;
    }

    .wp-gr .wp-google-text {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .wp-gr .wp-google-time {
        font-size: 13px !important;
        padding-top: 1px !important;
        padding-bottom: 6px !important;
    }

    .wp-gr .wp-google-url {
        height: 30px !important;
        font-size: 14px !important;
    }

    .services__block.fx .services__cont-content .services__read-more span {
        font-size: 12px;
    }

    .services__block.fx .services__cont-content .services__read-more {
        margin-top: 0;
        text-align: left;
    }

    .post-img img {
        width: 100% !important;
    }

    .services__block.fx .services__cont-content .services__cont-title {
        font-size: 13px;
        line-height: 130% !important;
    }

    .content-steps-line-left {
        order: 3;
        text-align: left;
        align-items: flex-start;
        width: auto;
        font-size: 13px !important;
        padding-left: 0px;
        min-width: calc(100% - 110px);
    }

    .content-steps-line-left p,
    .content-steps-line-right p {
        text-align: left !important;
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .content-steps-line-right {
        display: none;
    }

    .content-steps-line-center-inner {
        position: absolute;
        z-index: 1;
        right: -10px;
        top: 11px;
        border-top: 2px solid #e3e1f4;
        border-left: 2px solid #e3e1f4;
        border-right: 0;
        width: 65px;
        margin-right: 15px;
    }

    .content-steps-line-left h3,
    .content-steps-line-right h3 {
        font-size: 16px !important;
    }

    .content-steps-line-center-inner-label-start div,
    .content-steps-line-center-inner-label-number div {
        width: 80px;
        height: 80px;
        min-height: 80px;
        min-width: 80px;
        font-size: 13px !important;
    }

    .content-steps-line-center-inner-label-start,
    .content-steps-line-center-inner-label-number {
        top: -32px;
        left: -5px;
    }

    .content-steps-line-center {
        width: 110px;
        min-width: 110px;
    }

    .content-steps-th {
        padding-bottom: 30px;
    }

    .content-steps-line-center-inner-label-number div {
        width: 30px;
        height: 30px;
        min-height: 30px;
        min-width: 30px;
        font-size: 12px !important;
    }

    .content-steps-line.--right .content-steps-line-right {
        display: flex;
        min-width: calc(100% - 110px);
    }

    .content-steps-line.--right .content-steps-line-left {
        display: none;
    }

    .content-steps-line.--right {
        justify-content: flex-start;
    }

    .content-steps-line.--right .content-steps-line-center-inner-label-number {
        top: -7px;
        left: 18px;
    }

    .content-steps-line .content-steps-line-center-inner-label-number {
        top: -7px;
        left: 18px;
    }

    .content-steps-th {
        justify-content: flex-start;
    }

    .checkbox-line {
        font-size: 16px;
        padding: 5px 0px 0px 0px;
    }

    .cats {
        justify-content: space-between;
        flex-direction: column;
    }

    .rating-stars {
        gap: 0px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .rating-stars h2 {
        margin-bottom: 5px !important;
        text-align: right !important;
        font-size: 15px !important;
    }

    .footer__tel,
    .footer_phone,
    a.footer_phone .footer__tel,
    .footer__tel a {
        color: #ffffff !important;
    }

    .footer__top-row .footer_phone {
        /*display: none;*/
    }

    a[href^="x-apple-data-detectors:"] {
        color: inherit;
        text-decoration: inherit;
    }

    .ul-plane li::before {
        width: 12px !important;
        height: 19px !important;
        top: 0px !important;
    }

    .serviceDetail__text ul li {
        line-height: 24px;
    }

    .serviceDetail__text ul li:before,
    .col-rev ul li:before {
        top: 8px;
    }

    .services__cont-info,
    .services__cont-info p {
        font-size: 13px;
    }

    .services__cont-content .services__cont-info::before {
        top: 5px;
        left: 0px;
        width: 13px;
        height: 13px;
    }

    .services__cont-content .services__cont-info {
        padding: 5px 0px 0px 19px;
    }

    .services__cont-content {
        min-height: auto;
        padding: 10px 19px 13px 19px;
    }

    .page-template-services-template .services__cont-content p:nth-child(3) {
        font-size: 13px;
    }

    .page-template-services-template .services__cont-content .services__cont-info {
        padding: 3px 0px 0px 19px;
    }

    .page-template-services-template .services__cont-content p:nth-child(3) {
        position: relative;
        padding: 2px 0px 0px 19px;
    }

    .iti__selected-dial-code {
        font-weight: 500;
        font-size: 13px;
    }

    .iti__country {
        font-size: 13px;
    }

    .service-time-for-header {
        transform: scale(0.7) rotate(352deg);
        left: 0px;
        top: -180px;
    }

    .service-time-for-header p {
        text-align: center;
    }
}


@media (max-width: 640px) {

    .homeBlock__fon-mobileImg,
    .yourDocuments__fon-mobileBg {
        background-size: cover;
        background-position: center;
    }

}


@media (max-width: 440px) {

    .homeBlock__fon-mobileImg,
    .yourDocuments__fon-mobileBg {
        background-position-y: 30%;
    }

    .error-th h1 {
        font-size: 25px;
        line-height: 26px;
        margin-bottom: 0px !important;
        font-weight: 800;
    }

    .ht_ctc_chat_style {
        bottom: 66px;
        right: 6px;
    }

    .alert-success {
        font-size: 16px;
        font-weight: 500;
        height: 80%;
    }

    .iti__selected-dial-code {
        font-weight: 500;
        font-size: 13px !important;
    }

}








.result._subscribe {
    position: absolute;
    /* bottom: -70px;*/
    z-index: 10;
}

.result._subscribe .alert-error {
    bottom: 20px;
}

.result._subscribe .alert-success {
    bottom: -70px;
}

.test-test {
    background: red;
}

.iti__selected-flag {
    padding: 0 6px 0 20px !important;
}

.iti__selected-dial-code {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #574e81;
}

.iti__country-list {
    border: 0 !important;
    border-radius: 15px;
    margin-top: 10px !important;
    min-height: 215px;
    max-width: 345px;
    overflow: hidden;
    box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
}

.iti__country {
    padding: 5px 20px !important;
}




/*vacancy*/
.vacancies {
    margin: 50px 0px;

}

.vacancies__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 420px;
    grid-template-columns: 1fr 420px;
    grid-gap: 80px;
}

@media (max-width: 991.98px) {
    .vacancies__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.vacancies-content-item {
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 62px 0px rgba(193, 205, 228, 0.4);
    box-shadow: 0px 10px 62px 0px rgba(193, 205, 228, 0.4);
    padding: 30px;
    margin-bottom: 40px;
}

.vacancies-content-item:last-child {
    margin-bottom: 0;
}

.vacancies-content-item__ttl time {
    font-size: 13px;
    color: #a3a0b9;
    margin-bottom: 8px;
    display: block;
}

.vacancies-content-item__ttl span {
    font-size: 20px;
    font-weight: 700;
    color: #332a71;
    margin-bottom: 8px;
}

.vacancies-content-item__ttl p {
    font-size: 16px;
    line-height: 160%;
}

.vacancies-content-item__content {
    margin: 30px 0px;
}

.vacancies-content-item__text h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.vacancies-content-item__text ul,
.vacancies-content-item__text li,
.vacancies-content-item__text p {
    line-height: 160%;
}

.vacancies-content-item__text ul,
.vacancies-content-item__text ol,
.vacancies-content-item__text p {
    margin-bottom: 20px;
}

.vacancies-content-item__text ul:last-child,
.vacancies-content-item__text ol:last-child,
.vacancies-content-item__text p:last-child {
    margin-bottom: 0px;
}

.vacancies-content-item__text ul li {
    list-style-type: none;
    padding-left: 10px;
    position: relative;
}

.vacancies-content-item__text ul li::before {
    position: absolute;
    content: "-";
    left: 0;
    top: 0px;
}

.vacancies-content-item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 13px;
    gap: 38px;
}

.vacancies-content-item__button._active .vacancies-content-item__button-txt span:first-child {
    display: none;
}

.vacancies-content-item__button._active .vacancies-content-item__button-txt span:last-child {
    display: block;
}

.vacancies-content-item__button._active a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vacancies-content-item__button span {
    cursor: pointer;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 500;
}

.vacancies-content-item__button span:last-child {
    display: none;
}

.vacancies-content-item__button a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
}

html {
    scroll-behavior: smooth;
}

.form textarea {
    height: 126px;
    padding-top: 12px;
    padding-bottom: 21px;
    resize: none;
}

.form__box-title span {
    color: #eb6352;
    margin-left: 3px;
}

@media (max-width: 767.98px) {
    .yourDocuments.footer-vacancy {
        margin-top: 100px;
    }
}

@media (max-width: 767.98px) {
    .yourDocuments.join-form {
        padding: 100px 0px 200px;
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 640px) {
    .yourDocuments.join-form {
        padding-top: 500px;
        margin-top: -100px;
        padding-bottom: 50px;

    }

    .yourDocuments.join-form .yourDocuments__fon {
        background-size: contain;
    }
}

.page-template-vacancies .advantages:before,
.page-template-partnership .advantages:before {
    top: -120px;
    height: 530px;
}

@media (max-width: 640px) {
    .advantages.vacancy {
        margin-top: -150px;
    }
}

.yourDocuments.vacancy-form {
    margin-top: 160px;
}

.page-template-vacancies .advantages--indent,
.page-template-partnership .advantages--indent {
    margin-top: 50px;
    margin-bottom: 80px;
}

@media (max-width: 768px) {

    .page-template-vacancies .advantages--indent,
    .page-template-partnership .advantages--indent {
        margin-top: 0;
        padding-bottom: 50px;
    }

    .page-template-vacancies .yourDocuments__fon,
    .page-template-partnership .yourDocuments__fon {
        height: 600px;
    }

    .page-template-vacancies .yourDocuments.join-form,
    .page-template-partnership .yourDocuments.join-form {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .page-template-vacancies .advantages--indent,
    .page-template-partnership .advantages--indent {
        margin-top: 0;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .page-template-vacancies .advantages:before,
    .page-template-partnership .advantages:before {
        top: -40px;
        height: 530px;
    }
}

@media (max-width: 640px) {

    .page-template-vacancies .advantages--indent,
    .page-template-partnership .advantages--indent {
        margin-top: 0;
        padding-bottom: 40px;
        padding-top: 0px;
    }

    .vacancies-content-item__ttl p {
        font-size: 14px;
        line-height: 160%;
    }

    .vacancies-content-item__ttl span {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .yourDocuments__form._mob {
        display: none;
    }
}




/*adaptive-correct*/
@media (max-width: 767.98px) {
    .iti__selected-dial-code {
        font-size: 13px;
    }

    .checkbox-line {
        font-size: 13px;
    }
}

/*form-textarea*/
.form__box.form__box-textarea {
    display: block;
    position: relative;
    text-align: left;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
}

.form__box-textarea .form__box-input {
    height: 110px;
    padding-left: 0;
    padding-right: 0;
}

.form__box-textarea textarea {
    resize: none !important;
}

/*fix result*/
.result {
    display: flex;
    z-index: 2;
    left: 0;
    width: 100%;
    justify-content: space-between;
    top: 0;
}

.alert-success,
.alert-error {
    padding: 20px;
    margin-top: 15px;
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
    inset: 0;
    top: -15px;
    width: calc(100% + 98px);
    height: calc(100% + 79px);
    width: 100%;
    height: 100%;
}

.alert-error {
    bottom: inherit;
    font-size: 18px;
    top: -80px;
    height: auto;
}

ul.cats {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

ul.cats li::before {
    display: none;
}

ul.cats li {
    padding-left: 0px !important;
}

ul.cats li:not(:last-child) {
    margin-bottom: 0px !important;
}




/* video-box */
.video-box {
    display: flex;
    padding: 40px 40px;
    background-color: #505087;
    border-radius: 40px;
    justify-content: center;
    margin: 40px 0px;
}

.video-box iframe {
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .video-box {
        padding: 15px 30px;
    }
}



/*--menu mobile
  .menuMobile__list li a:first-child{
    pointer-events: none;
  }
  .sub-menu a{
    pointer-events: all !important;
  }--*/


.form {
    padding: 0;
}

.contact-us-form,
.partnership-form,
.vacancy-form {
    padding: 38px 49px 41px 49px;
}

.partnership-form,
.vacancy-form {
    margin-bottom: 50px;
}

.form.mm {
    padding: 30px 40px 20px 40px;
}

.press.main {
    margin-top: 120px;

}

.press__button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: fit-content;
}

.press-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .press-wrapper {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .press-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.press-item {
    display: grid;
    grid-gap: 25px;
    padding: 50px 50px 35px 50px;
    background-color: #f5f5fb;
    border-radius: 20px;
}

@media (max-width: 991.98px) {
    .press-item {
        padding: 35px 40px 30px 40px;
    }
}

.press-item:nth-child(2n) {
    background: #f9f9fd;
}

.press-item__icon {
    height: 34px;

}

@media (max-width: 767.98px) {
    .press-item__icon {
        height: 28px;

    }
}

.press-item__icon img {
    height: 100%;
    width: fit-content;
}

.press-item__ttl {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .press-item__ttl {
        font-size: 14px;
    }
}

.press-item__date {
    font-size: 14px;
    color: #8681ab;
}

.main-banner.homeBlock {
    min-height: 800px;
}

@media (max-width: 1024px) {
    .main-banner.homeBlock {
        min-height: 590px;
        margin-bottom: 160px;
    }
}

@media (max-width: 767.98px) {
    .main-banner.homeBlock {
        margin-bottom: 40px;
    }
}

.main-banner .homeBlock__fon {
    height: 800px;
}

@media (max-width: 1024px) {
    .main-banner .homeBlock__fon {
        height: 590px;
    }
}

.main-banner .homeBlock__container {
    position: static;
}

.main-banner .homeBlock__content {
    z-index: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 440px;
    grid-template-columns: 65% 440px;
    position: absolute;
    left: 0;
    right: 0;
    top: 114px;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1500px) {
    .main-banner .homeBlock__content {
        -ms-grid-columns: 65% 440px;
        grid-template-columns: 65% 440px;
    }
}

.main-banner .homeBlock__content .title {
    max-width: 100%;
}

.main-banner .homeBlock__content .cfs-hyperlink {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 37px;
    padding: 0 22px 1px 22px;
    border: none;
    border-radius: 1000px;
    background-color: #332a71;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #fff !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 90px;
}

@media (max-width: 768px) {
    .main-banner .homeBlock__content .cfs-hyperlink {
        font-size: 14px;
    }
}

.main-banner .homeBlock__content .cfs-hyperlink span {
    color: #fff;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .main-banner .homeBlock__content {
        display: block;
        margin-left: auto;
        margin-right: auto;
        bottom: -140px;
        top: auto;
    }

    .main-banner .homeBlock__content .cfs-hyperlink {
        margin-left: auto;
        margin-right: auto;
    }

    .main-banner .homeBlock__content .button {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .main-banner .homeBlock__content {
        bottom: -20px;
    }
}

.main-banner .homeBlock__content-col {
    display: block;
    height: fit-content;
}

@media (max-width: 1024px) {
    .main-banner .homeBlock__content-col:nth-child(2) {
        display: none;
    }
}

.main-banner-slider {
    position: absolute;
    inset: 0;
    overflow: visible;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(78.25%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff 78.25%);
}

.main-banner-slider__slide {
    opacity: 0 !important;
}

.main-banner-slider__slide.swiper-slide-active {
    opacity: 1 !important;
}

.main-banner-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 16px;
    position: static !important;
    width: fit-content !important;
    ;
}

.main-banner-slider__navigation {
    position: relative;
    z-index: 10;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.main-banner-slider__navigation-next,
.main-banner-slider__navigation-prev {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.main-banner-slider__navigation-prev::before,
.main-banner-slider__navigation-next::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6676 18.4949C13.8151 18.3401 13.9322 18.1563 14.012 17.954C14.0918 17.7517 14.1329 17.5349 14.1329 17.3159C14.1329 17.0969 14.0918 16.8801 14.012 16.6778C13.9322 16.4755 13.8151 16.2916 13.6676 16.1368L6.71104 8.84695C6.56528 8.68898 6.39078 8.56336 6.19789 8.47759C6.005 8.39181 5.79766 8.34751 5.58818 8.34751C5.37871 8.34751 5.17137 8.39181 4.97848 8.47759C4.78559 8.56336 4.61109 8.68898 4.46533 8.84695C4.31781 9.00174 4.20079 9.18562 4.12094 9.38791C4.0411 9.59021 4.00001 9.80702 4.00001 10.026C4.00001 10.245 4.0411 10.4618 4.12094 10.6641C4.20079 10.8664 4.31781 11.05 4.46533 11.2048L11.4219 18.4949C11.5677 18.6529 11.7422 18.7785 11.9351 18.8643C12.1279 18.9501 12.3353 18.9941 12.5448 18.9941C12.7542 18.9941 12.9616 18.9501 13.1545 18.8643C13.3473 18.7785 13.5219 18.6529 13.6676 18.4949Z' fill='%23535B94'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6676 1.4864C13.8151 1.64119 13.9322 1.82485 14.012 2.02715C14.0918 2.22945 14.1329 2.44625 14.1329 2.66523C14.1329 2.88421 14.0918 3.10102 14.012 3.30332C13.9322 3.50562 13.8151 3.6895 13.6676 3.84429L6.71104 11.1524C6.56359 11.3072 6.38853 11.4301 6.19587 11.5138C6.00321 11.5976 5.79672 11.6406 5.58818 11.6406C5.37965 11.6406 5.17316 11.5976 4.9805 11.5138C4.78784 11.4301 4.61278 11.3072 4.46533 11.1524C4.31787 10.9976 4.2009 10.8137 4.1211 10.6114C4.0413 10.4091 4.00022 10.1923 4.00022 9.97334C4.00022 9.75438 4.0413 9.53755 4.1211 9.33525C4.2009 9.13296 4.31787 8.94912 4.46533 8.79429L11.4219 1.4864C11.7205 1.17533 12.1241 1.00058 12.5448 1.00058C12.9654 1.00058 13.369 1.17533 13.6676 1.4864Z' fill='%23535B94'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: block;

}


.main-banner-slider__navigation-next::before {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .main-banner-slider__navigation {
        margin-bottom: -180px;
        display: none;
    }
}

@media (max-width: 767.98px) {
    .main-banner-slider__navigation {
        margin-bottom: -50px;

    }
}

.main-banner-slider .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #C6C9DF;
    opacity: 1;
}

@media (max-width: 1024px) {
    .main-banner-slider .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

.main-banner-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #eb6352;
    width: 16px;
    height: 16px;
}

@media (max-width: 1024px) {
    .main-banner-slider .swiper-pagination .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
    }
}

.main-banner-text-slider__slide {
    opacity: 0 !important;
}

.main-banner-text-slider__slide.swiper-slide-active {
    opacity: 1 !important;
}

.whowe {
    background: white;
    padding: 0 0 80px 0px;
    min-height: 781px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0px;
}

@media (max-width: 991.98px) {
    .whowe {
        padding: 0 0 30px;
        margin-top: 0px;

    }
}

.whowe__container {
    position: static;
    width: 100%;
    margin-top: -100px;
}

.whowe__wrapper {
    display: -ms-grid;
    display: grid;
}

@media (max-width: 1679.98px) {
    .whowe__wrapper {
        max-width: 54%;
    }
}

@media (max-width: 991.98px) {
    .whowe__wrapper {
        max-width: 100%;
    }
}

.whowe__image div>img {
    object-fit: contain;
    height: 100%;
    margin-left: auto;
    right: 0;
    position: absolute;
}

@media (max-width: 1680px) {
    .whowe__image div>img {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .whowe__image {
        position: absolute;
        height: 100%;
        width: 100%;
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .whowe__image div {}

    .whowe__image div:last-child {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .whowe__image {
        margin: 0 -20px;
        height: 100vw;
    }

    .whowe__image div>img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 150%;
        height: 100vw;
    }

    .whowe__image div:last-child {
        display: none;
    }
}

@media (max-width: 440px) {
    .whowe__image div>img {
        width: 100%;
    }

    .whowe__image div {
        background-size: contain !important;
    }

    .whowe__image div:first-child {
        display: none;
    }

    .whowe__image div:last-child {
        display: block;
    }
}

.whowe__content {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .whowe__content {
        margin-top: -80px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .whowe__content {
        margin-top: 0px;
    }
}

.whowe__content h2 {
    color: #332a71;
    font-size: 48px;
    font-weight: 800;
    line-height: 133.333%;
    margin-bottom: 40px;
}

@media (max-width: 1360px) {
    .whowe__content h2 {
        line-height: 110%;
    }
}

@media (max-width: 767.98px) {
    .whowe__content h2 {
        font-size: 26px;
        margin-bottom: 22px;
    }
}

.whowe__content ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 42px;
}

@media (max-width: 767.98px) {
    .whowe__content ul {
        grid-gap: 20px;
    }
}

.whowe__content ul li {
    list-style-type: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 5px;
    color: #332a71;
    padding-left: 63px;
    position: relative;
    line-height: 177%;
}

@media (max-width: 1360px) {
    .whowe__content ul li {
        padding-left: 45px;
        line-height: 145%;
    }
}

@media (max-width: 767.98px) {
    .whowe__content ul li {
        padding-left: 40px;
        font-size: 14px;
    }
}

.whowe__content ul li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 36 43' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.90625 41.9252L36 0C35.1059 5.75245 33.5425 11.3807 31.3415 16.7701C28.3473 22.904 28.4342 28.1471 31.3415 35.7825C35.8784 47.7202 26.4721 36.6256 24.8229 33.5401C23.2281 30.5633 21.7657 33.5162 19.23 37.2666C14.3498 44.487 9.90625 41.9252 9.90625 41.9252Z' fill='%23EB6351'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8864 13.974C23.8864 13.974 26.4937 10.0628 22.3045 15.4363C18.1152 20.8098 13.3545 23.0413 5.21938 23.7844C-7.50485 24.9512 6.59694 28.5277 10.0952 28.6559C13.4718 28.782 12.6505 28.5234 13.6326 27.9476C17.0983 25.9203 23.8864 13.974 23.8864 13.974Z' fill='%23EB6351'/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 42.367px;
}

@media (max-width: 1360px) {
    .whowe__content ul li::before {
        width: 26px;
    }
}

@media (max-width: 767.98px) {
    .whowe__content ul li::before {
        width: 20px;
        height: 23.537px;
    }
}

.whowe__content ul li span {
    font-size: 24px;
    font-weight: 800;
    line-height: 133%;
}

@media (max-width: 1360px) {
    .whowe__content ul li span {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .whowe__content ul li span {
        font-size: 20px;
        font-weight: 800;
        line-height: 140%;
    }
}

@media (max-width: 767.98px) {
    .whowe__content ul li span {
        font-size: 14px;
    }
}

.text-with-video {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 40px;
    padding: 40px 0px;
}

.text-with-video__video {
    display: flex;
}

.text-with-video__text {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767.98px) {
    .text-with-video {
        flex-direction: column;
    }
}

/*--2025-03-04 Mubarak--*/
/*.form{
  background: rgba(244, 244, 251, 0.9) url("/wp-content/themes/thevisa/assets/images/eid-mubarak.png") top right no-repeat;
  background-position-x: 92%;
  background-position-y: 4%;
}*/

@media (max-width: 768px) {
    .form__title {
        text-align: left;
    }
}


/*--<p> fix--*/
.fix__p p {
    margin: 0 !important;
}

.fix__ul-small-padding {
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}

@media (max-width: 768px) {
    .fix__ul-small-padding {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 992px) {

    .main-banner-text-slider__slide {
        display: none;
    }

    .main-banner-text-slider__slide:first-child {
        opacity: 1 !important;
        display: block;
    }

    .main-banner-slider__slide:first-child {
        opacity: 1 !important;
    }
}

.service-plans {
    position: relative;
    margin-bottom: 90px;
    z-index: 1;
}

.service-plans .title {
    margin-bottom: 40px !important;
}

@media (max-width: 767.98px) {
    .service-plans .title {
        margin-bottom: 30px !important;
    }
}

.service-plans .title h2 {
    font-size: 48px;
    text-align: center !important;
}

@media (max-width: 1024px) {
    .service-plans .title h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .service-plans .title h2 {
        font-size: 26px;
    }
}

.service-plans__bg {
    padding-bottom: 49%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -10%;
}

@media (max-width: 767.98px) {
    .service-plans__bg {
        display: none;
        margin-bottom: -20%;
        padding-bottom: 93%;
    }
}

.service-plans__bg.mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .service-plans__bg.mobile {
        display: block;
    }
}

.service-plans__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

@media (max-width: 991.98px) {
    .service-plans__items {
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .service-plans__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.service-plan {
    border-radius: 25px;
    background: #f0f2f9;
    padding: 40px 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media (max-width: 991.98px) {
    .service-plan {
        padding: 25px 40px;
    }
}

.service-plan__ttl {
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .service-plan__ttl {
        font-size: 24px;
        line-height: 27px;
    }
}

@media (max-width: 767.98px) {
    .service-plan__ttl {
        font-size: 22px;
        line-height: 154%;
    }
}

.service-plan__term {
    color: #332a71;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 188.889%;
    border-radius: 28px;
    background: #c0c9ec;
    padding: 0px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .service-plan__term {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .service-plan__term {
        font-size: 14px;
        line-height: 200%;
    }
}

.service-plan__list {
    padding-top: 30px;
}

@media (max-width: 767.98px) {
    .service-plan__list {
        padding-top: 20px;
    }
}

.service-plan__list ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
}

@media (max-width: 767.98px) {
    .service-plan__list ul {
        grid-gap: 10px;
    }
}

.service-plan__list ul li {
    position: relative;
    list-style-type: none;
    padding-left: 40px;
    line-height: 152%;
}

@media (max-width: 767.98px) {
    .service-plan__list ul li {
        font-size: 14px;
        padding-left: 30px;
    }
}

.service-plan__list ul li::before {
    content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 29 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1039 0.895466C18.7888 0.895466 24.208 6.31478 24.208 12.9995C24.208 19.6841 18.7888 25.1038 12.1039 25.1038C5.41905 25.1038 -5e-05 19.6841 -5e-05 12.9995C-5e-05 6.31478 5.41905 0.895466 12.1039 0.895466Z' fill='%23EB6352'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3364 17.0058L9.60727 10.5592C8.87119 9.65858 9.00451 8.33173 9.90516 7.59598C10.8056 6.85986 12.1324 6.9931 12.8685 7.89374L18.5975 14.3403' fill='%23332A71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.0947 0.698562C27.1942 -0.0375479 25.8675 0.095688 25.1314 0.996318L15.1373 14.3407C14.4012 15.2409 14.5345 16.5682 15.4352 17.3039C16.3357 18.04 17.6624 17.9068 18.3985 17.0061L28.3926 3.66179C29.1287 2.76152 28.9954 1.43467 28.0947 0.698562Z' fill='%23332A71'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
    top: 0px;
    width: 25px;
    height: 25px;
}

@media (max-width: 767.98px) {
    .service-plan__list ul li::before {
        width: 20px;
        height: 20px;
        top: 1px;
    }
}

.service-plan__showmmore {
    padding-top: 38px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .service-plan__showmmore {
        padding-top: 30px;
        font-size: 14px;
    }
}

.service-plan__showmmore::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.280273 0.30464C0.366269 0.218587 0.468423 0.150323 0.580811 0.103748C0.693198 0.0571737 0.813647 0.0332031 0.935303 0.0332031C1.05696 0.0332031 1.17741 0.0571737 1.28979 0.103748C1.40218 0.150323 1.50434 0.218587 1.59033 0.30464L5.64026 4.36264C5.72802 4.44767 5.79781 4.54946 5.84546 4.66198C5.89311 4.7745 5.91772 4.89545 5.91772 5.01764C5.91772 5.13983 5.89311 5.26078 5.84546 5.3733C5.79781 5.48582 5.72802 5.58761 5.64026 5.67264C5.55426 5.75869 5.45211 5.82696 5.33972 5.87353C5.22733 5.92011 5.10689 5.94408 4.98523 5.94408C4.86357 5.94408 4.74312 5.92011 4.63074 5.87353C4.51835 5.82696 4.41632 5.75869 4.33032 5.67264L0.280273 1.61464C0.192514 1.52961 0.122726 1.42782 0.0750732 1.3153C0.0274205 1.20278 0.00292969 1.08183 0.00292969 0.959641C0.00292969 0.837447 0.0274205 0.7165 0.0750732 0.603981C0.122726 0.491462 0.192514 0.389666 0.280273 0.30464Z' fill='%23342A72'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.7301 0.30464C9.64411 0.218587 9.54208 0.150323 9.42969 0.103748C9.3173 0.0571737 9.19685 0.0332031 9.0752 0.0332031C8.95354 0.0332031 8.83309 0.0571737 8.7207 0.103748C8.60832 0.150323 8.50616 0.218587 8.42017 0.30464L4.36011 4.36264C4.27409 4.44866 4.20585 4.55077 4.1593 4.66316C4.11275 4.77554 4.08887 4.896 4.08887 5.01764C4.08887 5.13929 4.11275 5.25974 4.1593 5.37212C4.20585 5.48451 4.27409 5.58662 4.36011 5.67264C4.44612 5.75866 4.54826 5.82689 4.66064 5.87344C4.77303 5.91999 4.89349 5.94395 5.01514 5.94395C5.13678 5.94395 5.25724 5.91999 5.36963 5.87344C5.48201 5.82689 5.58415 5.75866 5.67017 5.67264L9.7301 1.61464C9.90292 1.44045 10 1.20502 10 0.959641C10 0.714265 9.90292 0.478832 9.7301 0.30464Z' fill='%23342A72'/%3E%3C/svg%3E");
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    position: relative;
}

.service-plan__showmmore span {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 8%;
    /* 1.12px */
    text-underline-offset: 25%;
    /* 3.5px */
    text-underline-position: from-font;
}

.service-plan__showmmore span:last-child {
    display: none;
}

.service-plan__showmmore._active span {
    display: inline-block;
}

.service-plan__showmmore._active span:first-child {
    display: none;
}

.service-plan__showmmore._active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 2px;
}

.service-plan__button {
    margin-left: auto;
    display: block;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
}

.seo-links-ttl {
    margin-top: 95px;
}

@media (max-width: 768px) {
    .seo-links-ttl {
        margin-top: 50px;
    }
}

.seo-links {
    display: grid;
    grid-gap: 10px;
}

.seo-links__btn.button {
    display: flex;
    margin-top: 20px;
    width: fit-content;
    gap: 10px;
    color: white;
    text-decoration: none;
}

.seo-links__btn.button:hover {
    color: white;
}

.seo-links__btn svg {
    width: 20px;
    height: 20px;
}

.seo-links__txt {
    margin-top: 20px;
}

.service-blog {
    position: relative;
    z-index: 2;
}

.service-button-form.button {
    display: none;
    margin: 20px auto;
    width: 300px;
}

@media (max-width: 1024px) {
    .service-button-form.button {
        display: flex;
    }
}

.team {
    display: none !important;
}


/**** Form message ****/
.form__message {
    display: none;
    padding: 15px 12px;
    justify-content: center;
    background-color: #EB6352;
    color: #ffffff;
    gap: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.form__message__bold {
    font-weight: 800;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .form__message {
        font-size: 15px;
        padding: 15px 8px;
    }
}

.label-fix {
    display: none;
}

/**** end Form message ****/


.main-banner-slider__navigation {
    bottom: 120px;
}

.blog-post-content p {
    margin-bottom: 20px !important;
}

.blog-post-content ul {
    margin-bottom: 35px;
}