body {
    background-color: #121212;
    color: #E1E4E6;
    overflow-x: hidden;
}

.app .private__footer .footer {
    background-color: #474747;
}

.app .private__footer .disclaimer {
    background-color: #ffffff;
    color: #6B6B6B;
    padding: 0rem 0 2rem;
    margin-top: 32px;
}

.pageprivate .cookie.active {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100vw;
}

.private__header-colored {
    background-color: #181818 !important;
}

.private__footer .footer a {
    cursor: pointer;
}

#privateconsult .open-form-box .form .fields .form-check {
    padding-top: 24px;
    max-width: 587px;
}

.pageprivate .open-form-box .form .fields .form-check .form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.125em;
    vertical-align: top;
    background-color: #2C2C2C;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 2.667px;
    border: none;
    appearance: none;
    print-color-adjust: exact;
}

.privet_any_question .description {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20.13px !important;
    color: #929292 !important;
}

.pageprivate .open-form-box .form .fields .form-check .form-check-input:checked {
    background-color: #2C2C2C;
    border: none;
}

.pageprivate .form-check-input:checked[type="checkbox"] {
    background-image: url('data:image/svg+xml,%3csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath fill-rule="evenodd" clip-rule="evenodd" d="M16.7293 5.31576C17.1072 5.71852 17.087 6.35136 16.6842 6.72926L8.15793 14.7293C7.75654 15.1059 7.12627 15.0873 6.74773 14.6877L3.27405 11.0211C2.89422 10.6201 2.91133 9.98722 3.31226 9.60738C3.71319 9.22755 4.34612 9.24466 4.72596 9.64559L7.5152 12.5898L15.3158 5.27075C15.7185 4.89285 16.3514 4.91301 16.7293 5.31576Z" fill="%23928770"/%3e %3c/svg%3e');
}

.pageprivate .open-form-box .form .fields .form-check label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #929292;
}

.privet__whatinanalysis .privet__advantages_inner .line {
    width: 1px;
    background: #6E6B59;
    max-height: 0;
}

.privet__whatinanalysis .privet__advantages_inner .line:nth-child(6) {
    display: none;
}

.privet__whatinanalysis .privet__advantages_inner .line.animate {
    -webkit-transition: max-height 3s;
    -moz-transition: max-height 3s;
    -ms-transition: max-height 3s;
    -o-transition: max-height 3s;
    transition: all 3s ease-in-out;
    background: #6E6B59;
    max-height: 300px;
}

.adv-line {
    min-width: 1px;
    background: linear-gradient(180deg, #6E6B59 0%, #47413F 100%);
    max-height: 160px;
}

#advline3 {
    display: none;
}

.page__content {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.page__content section:not(.private__hero, .privet__advantages, .privet__personal) {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    -ms-transition: all 1.6s ease-in-out;
    -o-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
}

.page__content section.privet__personal {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    -ms-transition: all 1.6s ease-in-out;
    -o-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
}

.privet__team_title[data-aos=slide-up] {
    transform: translate3d(0, 115%, 0);
}

.page__content section:not(.private__hero, .privet__advantages).active-anim {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.page__content section.privet__personal.deactivate-anim {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: all 1.6s ease-in-out;
}

.page__content section.privet__personal.deactivate-anim .privet__personal_content {
    visibility: hidden;
}

.page__content section.privet__personal.deactivate-anim .container {
    padding: 0;
    scale: 1.20;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}


.page__content section.privet__personal.active-anim-personal {
    opacity: 1;
    -webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    -ms-transition: all 1.6s ease-in-out;
    -o-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
}



.privet__form .open-form .open-form-box .form .fields .input-box .form-floating.is-error:after {
    content: attr(data-error);
    color: #6B6B6B;
    display: block;
    margin-top: 0.75rem;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}



.about_us:not(.pageprivate) .region-error-wrapper.active-region-error {
    display: flex;
}

.about_us:not(.pageprivate) .region-error-wrapper {
    display: none;
    flex-direction: row;
    border-radius: 2px;
    background: #FEF6EA;
    padding: 8px;
    gap: 8px;
    align-content: center;
    align-items: center;
    margin-top: 16px;
}

.about_us:not(.pageprivate) .region-error-wrapper .region-error-icon img {
    width: 100%;
}

.about_us:not(.pageprivate) .region-error-wrapper .region-error-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #242624;
}




.region-error-wrapper.active-region-error {
    display: flex;
}

.region-error-wrapper {
    display: none;
    flex-direction: row;
    border-radius: 2px;
    background: #2E2323;
    padding: 8px;
    gap: 8px;
    align-content: center;
    align-items: center;
    margin-top: 16px;
}

.region-error-wrapper .region-error-icon img {
    width: 100%;
}

.region-error-wrapper .region-error-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #E1E4E6;
}

.app .pageprivate .content-simple {
    margin-bottom: 0rem;
}

.swipermaximum-button-prev.deactivated {
    opacity: 0.2;
    pointer-events: none;
}

.swipermaximum-button-next.deactivated {
    opacity: 0.2;
    pointer-events: none;
}

.swiper-scrollbar-drag {
    background: #6E6B59 !important;
    border-radius: var(--swiper-scrollbar-border-radius, 2px);
}

.private__header .burger.opened {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.app .about_us .private__footer .disclaimer .links .link {
    border: none
}

.app .about_us .private__footer .middle .social .col:not(:last-child) {
    margin: 0;
}

.app .about_us .footer .middle .social .row {
    column-gap: 12px;
    row-gap: 12px;

}

.app .about_us .footer .middle .social {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 32px;
    padding: 0;
}

.privet__whatdowork .seminar-program.marathon .content-simple-box .cnt-col-img .stepper .c-stepper__item .c-stepper__content .c-stepper__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.privet__enjoprivate .privet__personal_text {
    text-align: center;
    padding: 0px 120px;
}




.app .private__footer .disclaimer .links .link a {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #242624;
    border-bottom: 0.0625rem solid #D3D4D3;
    text-decoration: none;
}

.app .private__footer .language-wrapper span {
    color: #fff;
}

.app .private__footer .language-wrapper {
    height: auto;
}

.app .private__footer .language-wrapper {
    border-radius: 2px;
}

.app .page .private__header {
    background: none;

}

.app .about_us .private__footer .privet__anyquestion .social {
    display: none;
}

.app .private__header .hide-on-scroll .private__submenu {
    width: 100%;
    background-color: #fff;
    z-index: 9;
    margin-left: 0;
    padding-left: 275px;
}

.app .pageprivate .private__header .hide-on-scroll .private__submenu.private_submenu_fixed {
    background: #121212;
}

.app .pageprivate .private__header .hide-on-scroll .private__submenu {
    width: 100%;
    background: none;
    z-index: 9;
    margin-left: 0;
}


.app .private__header .hide-on-scroll.menu_hidden .private__submenu {}

.pageprivate .private__header .private__submenu {
    padding-left: 258px;
}

.app body .private__header .private__submenu {}

.pageprivate .private__header .hide-on-scroll.menu_hidden .private__submenu {}

.private_submenu_fixed {
    position: fixed !important;
}

@media(min-width:1220px) {
    .app body .private__header .private__submenu {}

    .app .pageprivate .private__header .private__submenu {}

    .app .private__header .hide-on-scroll.menu_hidden .private__submenu {}

    .pageprivate .private__header .hide-on-scroll.menu_hidden .private__submenu {}
}

.pageprivate .modal {
    margin-top: 0;
    padding-bottom: 0;
    background-color: #121212;
}

.pageprivate .modal-backdrop.show {
    --bs-backdrop-bg: #121212;
    --bs-backdrop-opacity: 0.97;
}

@media(max-width:1024.98px) {
    .pageprivate .modal {
        background: #121212 !important;
    }

    .pageprivate .modal-backdrop.show {
        background: #121212 !important;
        --bs-backdrop-bg: #121212;
        --bs-backdrop-opacity: 0.97;
    }
}

.pageprivate .modal-backdrop.fade.show {
    margin-top: 0;
}

.privet__form .open-form .open-form-box .form .text-box {
    padding-right: 0;
}

.private-number-change {
    color: #928770;
}

.page:not(.pageprivate) #SMSVerification .field-with-error.is-error:after {
    content: attr(data-error);
    font-size: 0.875rem;
    line-height: 1rem;
    color: #E97070;
    display: block;
    margin-top: 0.75rem;
}

#SMSVerification .field-with-error.is-error:after {
    content: attr(data-error);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #6B6B6B;
    display: block;
    margin-top: 0.75rem;
}

.page:not(.pageprivate) #SMSVerification .form-floating.is-error {

    border: 1px solid #E97070;

}

.page:not(.pageprivate) #SMSVerification .form-floating {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DEE0E3;
}

.page:not(.pageprivate) #SMSVerification .inputsup .smsexpire {
    color: #242624;
}

.page:not(.pageprivate) #SMSVerification .form-control {
    max-width: 587px;
    color: #242624;
    border-radius: 0;
    border: none;
    background-color: #fff;
}

.page:not(.pageprivate) #SMSVerification .inputsup {
    margin-right: 0px;
}

.page:not(.pageprivate) #SMSVerification .modal-content {
    background: #fff;
}

.page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(1) {
    order: 0
}

.page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(2) {
    order: 1
}

.page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(3) {
    order: 3
}

.page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(4) {
    order: 6
}

.page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(5) {
    order: 5
}

#smsnumber {
    margin-bottom: 24px;
}

@media(max-width:1024px) {
    #smsnumber {
        margin-top: 8px;
        margin-bottom: 24px;
    }
}

.page:not(.pageprivate) #SMSVerification .btn {
    height: 56px;
    margin-left: 12px;
    display: flex;
}

.page:not(.pageprivate) #SMSVerification .form-control {
    height: 54px;
}

.page:not(.pageprivate) #SMSVerification .sms-resend-code {
    display: none;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.page:not(.pageprivate) #SMSVerification .form-floating {
    height: 56px;
    padding-right: 16px;
}

.page:not(.pageprivate) #SMSVerification .fields .input-box {
    row-gap: 0px;
}

.page:not(.pageprivate) #SMSVerification .modal-dialog {
    max-width: max-content;
}

.page:not(.pageprivate) #SMSVerification .text-box {
    display: none;
}

@media(max-width:1024px) {

    .privet_any_question .title {
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 130% !important;
    }

    .page:not(.pageprivate) #SMSVerification .modal-dialog {
        max-width: none;
    }

    .page:not(.pageprivate) #SMSVerification .modal-dialog {
        height: calc(100vh - 64px);
    }

    .page:not(.pageprivate) #SMSChangenumber .modal-dialog {
        height: calc(100vh - 64px);
    }

    .page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(1) {
        order: 0
    }

    .page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(2) {
        order: 1
    }

    .page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(3) {
        order: 3
    }

    .page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(4) {
        order: 6
    }

    .page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(5) {
        order: 5
    }

    .page:not(.pageprivate) #SMSVerification .form-control {
        height: 46px;
    }

    .page:not(.pageprivate) #SMSVerification .form-floating {
        height: 48px;
    }

    .page:not(.pageprivate) #SMSVerification .form-floating>.form-control:focus~label,
    .form-floating>.form-control:not(:placeholder-shown)~label,
    .form-floating>.form-control-plaintext~label,
    .form-floating>.form-select~label {
        transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem);
    }

    .page:not(.pageprivate) #SMSVerification .btn {
        height: 48px;
        margin-left: 12px;
        margin-top: 0;
    }
}

@media(max-width:640px) {




    .page:not(.pageprivate) #SMSVerification .form-control {
        height: 46px;
    }

    .page:not(.pageprivate) #SMSVerification .form-floating {
        height: 48px;
    }

    .page:not(.pageprivate) #SMSVerification .form-floating>label {
        padding: 0.7rem 1.25rem;
    }

    .page:not(.pageprivate) #SMSVerification .fields .row .col-sm-12:nth-child(3) {
        order: 2;
    }

    .page:not(.pageprivate) #SMSVerification .smscode-inform {
        padding-top: 0px;
    }

    .page:not(.pageprivate) #SMSVerification .btn {
        margin-top: 32px;
        height: 48px;
        margin-left: 0px;
    }
}

.page:not(.pageprivate) #SMSVerification .change_number {
    display: none;
}

.page:not(.pageprivate) #SMSVerification .smsverification-timer-text {
    padding-top: 12px;
    color: #6B6B6B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.page:not(.pageprivate) #SMSVerification .smscode-inform {
    color: #212A34;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 32px;
}

@media(max-width:1024px) {
    .page:not(.pageprivate) #SMSVerification .smsverification-timer-text {
        padding-top: 12px;
        color: #6B6B6B;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .page:not(.pageprivate) #SMSVerification .smscode-inform {
        color: #212A34;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

.page:not(.pageprivate) .smscode-text {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    color: #242624;
    padding-bottom: 24px;
}

.btngreen-white {
    color: #72BF44 !important;
    background-color: #fff !important;
    border: 1px solid #72BF44 !important;
    padding: 1rem 2rem;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}


@media(max-width:1024px) {
    .page:not(.pageprivate) .smscode-text {
        padding-bottom: 24px;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        color: #242624;
    }
}

@media(max-width:640px) {
    .page:not(.pageprivate) .smscode-text {
        padding-bottom: 24px;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        color: #242624;
    }
}

#privateconsult .modal-content,
#privatethanks .modal-content,
#SMSVerification .modal-content,
#SMSChangenumber .modal-content,
#privateregionerror .modal-content {
    background: none;
    border: none;
}

.smschange-button-group {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: nowrap;
}

@media(max-width:1024px) {
    .smschange-button-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex-wrap: nowrap;
    }
}

#SMSVerification .modal-dialog {
    max-width: 1082px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

#SMSChangenumber .modal-dialog {
    max-width: 1082px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

#privateconsult .modal-dialog,
#privatethanks .modal-dialog,
#privateregionerror .modal-dialog {
    max-width: 1082px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

#privateconsult form,
#privatethanks form,
#SMSVerification form,
#privateregionerror form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#SMSChangenumber form {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

#privateconsult .modal-content .modal-body .btn-close,
#privatethanks .modal-content .modal-body .btn-close,
#privateregionerror .modal-content .modal-body .btn-close,
#SMSVerification .modal-content .modal-body .btn-close {
    position: absolute;
    right: -52px;
    top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.3125rem;
    height: 2.3125rem;
    z-index: 20;
    border: 0;
    background: none;
}

#SMSChangenumber .modal-content .modal-body .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.3125rem;
    height: 2.3125rem;
    z-index: 20;
    border: 0;
    background: none;
}

#privateconsult .open-form-box .text-box,
#privatethanks .open-form-box .text-box,
#privateregionerror .open-form-box .text-box,
#SMSVerification .open-form-box .text-box,
#SMSChangenumber .open-form-box .text-box {
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#privateconsult .open-form-box .text-box .subtitle,
#privatethanks .open-form-box .text-box .subtitle,
#privateregionerror .open-form-box .text-box .subtitle,
#SMSVerification .open-form-box .text-box .subtitle,
#SMSChangenumber .open-form-box .text-box .subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #929292;
}

#privateconsult .open-form-box .text-box .title,
#privatethanks .open-form-box .text-box .title,
#privateregionerror .open-form-box .text-box .title,
#SMSVerification .open-form-box .text-box .title,
#SMSChangenumber .open-form-box .text-box .title {
    font-weight: 500;
    font-size: 72px;
    line-height: 93.6px;
    font-family: 'Playfair Display';
    max-width: 806px;
}

#privateconsult .form-control,
#privatethanks .form-control,
#privateregionerror .form-control,
#SMSChangenumber .form-control {
    max-width: 587px;
    color: #E1E4E6;
    background-color: #2C2C2C;
    border-radius: 2px;
    border: none;
}

#SMSVerification .form-control {
    max-width: 587px;
    color: #E1E4E6;
    border-radius: 0;
    border: none;
    background-color: #2C2C2C;
}

#SMSVerification .form-control.is-error {
    background-color: #2E2323;
}

#privateconsult .fields,
#privatethanks .fields,
#privateregionerror .fields,
#SMSVerification .fields,
#SMSChangenumber .fields {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#privateconsult .open-form-box .form .fields .input-box .form-floating.is-error:after {
    content: attr(data-error);
    color: #6B6B6B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#privateconsult .fields .input-box>*,
#privatethanks .fields .input-box>*,
#privateregionerror .fields .input-box>*,
#SMSVerification .fields .input-box>* {

    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.change_number {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #928770;
}

#privateconsult .fields .input-box,
#privatethanks .fields .input-box,
#SMSVerification .fields .input-box {
    width: 587px;
    row-gap: 36px;
}

#privateregionerror .fields .input-box {
    width: auto;
}

#SMSVerification .fields .input-box {
    width: 587px;
    row-gap: 12px;
}

#privateconsult .private-btn,
#privatethanks .private-btn,
#privateregionerror .private-btn {
    margin-top: 36px;
}

#SMSVerification .private-btn {
    margin-top: 0;
    margin-left: 0px;

}

#SMSVerification .private-btn.disabled {
    pointer-events: none;
    background: #0c0c0c;

}

#SMSVerification .repeat-btn {
    display: none;
}

#SMSVerification .repeat-btn {
    color: #928770;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
}

#SMSVerification .smsverification-wrong {
    display: none;
}

#SMSVerification .smsverification-wrong a {
    color: #928770;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}


#SMSVerification .repeat-btn.vis {
    display: flex;
}

#SMSVerification .smsverification-wrong.vis {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #E1E4E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

#SMSVerification .smsverification-change-text.hdn {
    display: none !important;
}

#SMSVerification .smsverification-change-text .private-number-change:hover {
    color: #928770;
}

#SMSVerification .smsverification-change-text .private-number-change.disabled {
    pointer-events: none;
}

#SMSVerification .smsverification-timer-text.hdn {
    display: none !important;
}

.smsverification-timer-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #6B6B6B;

}

.smsverification-button-text {
    margin-top: 12px !important;
}

.smsverification-change-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #929292;

}

.smsverification-timer-text .inputsup .smsexpire {
    color: #6B6B6B;
}

.input-prvt-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #2C2C2C;
    align-content: center;
    align-items: center;
    height: 64px;
    padding: 16px 20px;
    border-radius: 2px;
}

.input-prvt-group.is-error {
    background-color: #2E2323;
}

.inputsup {
    min-width: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.smsexpire {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #E1E4E6;
}

#privateconsult .privet_text_form,
#privatethanks .privet_text_form,
#privateregionerror .privet_text_form,
#SMSVerification .privet_text_form {
    max-width: 587px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.app .pageprivate .private__header .header .container .mainmenu-container .mainmenu .mainmenu__list .mainmenu__item a:hover {
    border-bottom: 2px solid #928770;
}

.app .page .private__header .header .container .mainmenu-container .mainmenu .mainmenu__list .mainmenu__item a {
    color: #212A34;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 0.48px;
}

.pageprivate .page__content {
    margin-top: 0;
}

.app body:not(.pageprivate) .private__header .private__submenu .is-active a {
    color: #61AF32;
}

.app body .private__header .private__submenu {
    position: absolute;
    top: 65px;
}

.app .page .private__header .header .right-container .row .col-auto:first-child {
    margin-right: 17px;
}

.app .page .private__header .header .right-container .row .col-auto:nth-child(2) {
    margin-right: 12px;
}

.app .page .private__header .header .right-container .row .col-auto:nth-child(3) {
    margin-right: 32px;
}

.app .page .private__header .private__submenu div:last-child a {
    color: #72BF44;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.app .page .private__header .quotes-container {
    margin-right: 0;
}

.app .page .private__header .language-wrapper {
    background: #F6F6F6;

}

.app .page .private__header .language-wrapper span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 0.72px;
    color: #242624;
}

.menu_hidden {
    padding: 0 !important;
}

.app .page .private__header .header .container .mainmenu-container .mainmenu .mainmenu__list li.is-active a {
    border-bottom: 0.125rem solid #72BF44;
}

.app .page .private__header .private__submenu a {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #242624;
}

.app .page .private__header .header {
    background: inherit;
    border: none;
    margin-bottom: 0;
    background-color: #fff;
}

.app .page .private__header .header .container:nth-child(1) {
    border-bottom: 1px solid #F6F6F6;
}

/**/
.page_parallaks {
    width: 100vw;
    height: 100vw;
    perspective: 1px;
    perspective-origin: center center;
    overflow-x: hidden;
}

.page__content {
    overflow-x: clip;
}

.back_dev {
    width: 100vw;
    height: 100vw;

}

.private__footer .footer .row:nth-child(2) {
    column-gap: 32px;
}

.private__footer .privet_footer_links.mob {
    display: none !important;
}

.private__header {
    background: #121212;
}

.overflow_parallaks {
    position: absolute;
    width: 100vw;
    height: 100vw;
    top: 50vw;
    background: #121212;
}

#parallax {
    transform-style: preserve-3d;
    height: 90vw;
}

.keyart_layer {
    background-position: bottom center;
    background-size: cover;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.text_hiddenet {
    display: none;
}

[data-aos=backgroundchange] {
    transform: skewX(45deg);
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos=backgroundchange].aos-animate {
    transform: skewX(0);
    opacity: 1;
}

#keyart-0 {
    background-image: url('/images/private/hero_background-t.svg');
    transform: translate3d(-11px, -46px, -1.3px) scale(1.7);
}

#keyart-1 {
    transform: translate3d(0px, -228px, -1.3px) scale(2.31);
    top: 183px;
}

/**/
.privet_modal_form {
    display: none;
}

.privet_modal_form.show {
    display: flex;
    position: absolute;
    width: 100vw;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-color: #181818;
    z-index: 9;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.privet_modal_form .privet__form .close_form {
    position: absolute;
    right: 68px;
    top: 65px;
}

.pageprivate section:not(.private__header, .private__hero, .privet__advantages, .back_dev, .private__footer) {
    padding-top: 120px;
    padding-bottom: 120px;
    height: 70vw;
}

.privet__advantages {
    height: auto;
}

.privet__personal {
    padding-top: 158px !important;
    padding-bottom: 158px !important;
}

.privet__advantages_wrapper {
    min-height: 500px;
}

.app .page .private__header .burger {
    content: url(/images/svg/menu.svg);
}

.app .page .private__header .burger.opened {
    width: 1rem;
    height: 1rem;
    content: url(/images/svg/close.svg);
}

.private__header .burger.open {
    content: url(/images/private/PopupClose.svg);
}

.privet-mobile_menu {
    display: none;
}

.privet-mobile_menu.open {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    right: 0;
    bottom: 0;
    background-color: #181818;
    z-index: 9;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 20px;
    overflow: auto;
}

.privet-mobile_menu_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.privet-mobile_menu_content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    row-gap: 86px;
}

.privet-mobile_menu_content .mobile_menu_list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 44px;
    align-items: center;
    align-content: center;
}

.privet-mobile_menu_content .mobile_menu_list ul li a {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    font-family: 'Playfair Display';
    color: #FAFBFC;
}

.privet-mobile_menu_content .mobile_menu_link_group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 24px;
    align-items: center;
    padding-bottom: 60px;
}

.mobile_menu-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #928770;
}





.privet-mobile_menu_footer .language-wrapper span:before {
    content: attr(data-country);
}

.privet-mobile_menu_footer .language-wrapper span:after {
    content: attr(data-lng);
}

.privet-mobile_menu_footer .language-wrapper {
    display: flex;
    column-gap: 12px;
    width: auto;
}

.privet-mobile_menu_footer {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.block-scroll {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    position: fixed;
}

.pageprivate section:not(.private__header, .private__hero, .private__footer) .container {
    padding-left: 120px;
    padding-right: 120px;
}

.privet__personal {
    height: auto !important;
}

.privet_whatdoanalyse {
    height: auto !important;
}

.privet__whatinanalysis {
    height: auto !important;
}

.privet__finadvisory {
    height: auto !important;
}

.privet__whatinadvisory {
    height: auto !important;
}

.privet__getmaximum {
    height: auto !important;
}

.privet__team {
    height: auto !important;
}

.privet__enjoprivate {
    height: auto !important;
}

.privet__form {
    height: auto !important;
}

.privet__form .open-form {
    margin-bottom: 0rem;
}

.private__header .header {
    background: inherit;
    border-bottom: 1px solid #3F433E;
    margin-bottom: 0;
}

.private__header .header .container .mainmenu-container .mainmenu .mainmenu__list .mainmenu__item a {
    line-height: 15.6px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FAFBFC;
}

.private__header .burger {
    content: url(/images/private/burger.svg);
}

.private__header .header .container .mainmenu-container .mainmenu .mainmenu__list li.is-active a:hover {
    border-bottom: 2px solid #928770;
}

.private__header .header .container .mainmenu-container .mainmenu .mainmenu__list li.is-active a {
    border-bottom: 2px solid #928770;
}

.private__header .header .container .mainmenu-container .mainmenu .mainmenu__list>.mainmenu__item:last-child a {
    color: inherit;
}

.private__header .header .container .mainmenu-container .mainmenu .mainmenu__list li a:hover {
    border-bottom: 0.125rem solid #72BF44;
}

.private__header .logo-container {
    margin-right: 7.563rem;
}

.private__header .private__submenu {
    margin-left: 215px;
    padding: 0px 0px;
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    height: 56px;
    align-content: center;
    align-items: center;
}

.private__submenu .menu_item {
    height: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.private__header .private__submenu a {
    line-height: 18.2px;
    font-weight: 400;
    font-size: 14px;
    color: #929292;
    cursor: pointer;
}

.private__header .private__submenu a:hover {
    color: #928770;
}

.private__header .language-wrapper {
    background: none;
    height: 40px;
    width: auto;
    column-gap: 12px;
}

.private__header .language-wrapper:hover {}

.pageprivate .private__footer .language-wrapper {
    background: none;
    border: 1.5px solid rgb(146, 135, 112);
    border-radius: 2px;
}

.private__header .language-wrapper span,
.pageprivate .private__footer .language-wrapper span {
    line-height: 18.2px;
    font-weight: 400;
    font-size: 14px;
    color: #928770;
}

.join_private .private-btn {
    padding: 9px 28px;
    background: none;
    border: 1.5px solid #928770;
    color: #928770;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: inline;
}

form .private-btn {
    max-width: 587px;
    width: 100%;
}

.page__content.am .private-btn {
    width: auto;
}

.page__content.am .privet__finadvisory .privet__personal_title {
    font-size: 60px;
    line-height: 130%;
}

.page__content.am .privet_whatdoanalyse .cnt-col-text {
    width: 50%;
}


.private-btn {
    width: 275px;
    height: 64px;
    padding: 16px 28px;
    background: none;
    border-radius: 2px;
    border: 2px solid #928770;
    color: #928770;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.privet__advatage_img {
    width: 100%;
}

.privet__advatage_img img {
    width: 100%;
}

.private-btn:hover {
    background-color: #928770;
    color: #C7D0DA;
}

/* HERO */
.private__hero {
    padding-top: 8rem;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.background-top {
    transform: translateZ(-10px) scale(2);
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.private__hero .container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.private_hero_background-t {
    position: absolute;
    width: 1440px;
    margin: 0px 240px;
}

.private_hero_background-b {
    position: absolute;
    width: 1440px;
    margin: 0px 240px;
}

.private_hero_background img {
    width: 100%;
}

.private__hero-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-top: 66px;
}

.hero-inner-subtitle h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #929292;
}

@media(max-width:1200px) {
    .hero-inner-subtitle h1 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        color: #717174;
    }
}

.private__hero-inner::before {
    position: absolute;
    content: url("/images/private/before.svg");
    left: -200px;
    top: 60%;
}

.private__hero-inner::after {
    position: absolute;
    content: url("/images/private/after.svg");
    right: -200px;
    top: 60%;
}

.private__hero-inner .hero-inner-title {
    font-weight: 400;
    font-size: 98px;
    line-height: 117.6px;
    text-align: center;
    font-family: 'Playfair Display';
}

.private__hero-inner .hero-inner-description {
    padding-top: 47px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
    color: #929292;
    max-width: 440px;
    text-align: center;
}

/* advantage */
.privet__advantages_wrapper {}

.privet__advantages_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.privet__advantages_element {
    padding-left: 32px;
    padding-right: 64px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    position: relative;
}

.privet__advantages_element:first-child {
    border-left: none;
    padding-left: 0;
}

.privet__advantages_element:last-child {
    padding-right: 0;
}

.advantages_element-header {
    padding-top: 16px;
    column-gap: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.advantages_element-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Playfair Display';
    max-width: 236px;
}

.advantages_element-description {
    max-width: 282px;
    padding-top: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #929292;
}

.adv_show {
    display: flex !important;
}

.adv_hide {
    display: none;
}

.advantages_element-hidden {
    display: none;
    padding-top: 16px;
    max-width: 282px;
    color: #717174;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 16px;
}

.advantages_element-button {
    padding-top: 26px;
}

.advantages_element-button a {
    color: #5E5C4D;

    cursor: pointer;
}

/* PERSONAL*/
.privet__personal_inner {
    padding: 72px 64px;
    background-color: #1d201e;
    border-radius: 30px;
}

.privet__personal_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    column-gap: 64px;
}

.privet__personal_description {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.privet__personal_description .privet__personal_title {
    font-weight: 500;
    font-size: 72px;
    line-height: 93px;
    font-family: 'Playfair Display';
    color: #E1E4E6;
}

.privet__personal_description .privet__personal_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #929292;
}

.privet__personal_description .privet__personal_button {
    margin-top: 64px;
}

/* GET MAXIMUM */
.privet__getmaximum {
    background-color: #1D201E;
}

.privet__getmaximum_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.privet__getmaximum_iiner {
    max-width: 782px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    row-gap: 24px;
    text-align: center;
}

.privet_getmaximum_title {
    font-weight: 500;
    font-size: 72px;
    line-height: 93px;
    font-family: 'Playfair Display';
}

.privet__getmaximum_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #929292;
}

.privet__getmaximum_button {
    margin-top: 64px;
}

.maximum_slider {
    height: 300px;
    margin-top: 76px;
    display: flex;
}

.maximum_element {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 16px;
}




.swiper_whatin .maximum_element .maximum_element_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Playfair Display';
    max-width: 360px;
}


.maximum_element .maximum_element_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Playfair Display';
    max-width: 360px;
}

.am .swiper_whatin .maximum_element .maximum_element_title {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    font-family: 'Playfair Display';
    max-width: 360px;
}


.am .maximum_element .maximum_element_title {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    font-family: 'Playfair Display';

}










.maximum_element .maximum_element_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    color: #929292;
    padding-top: 16px;
}

@media(min-width:1024px) and (max-width:1360px) {
    .maximum_element .maximum_element_title {
        font-weight: 500;
        font-size: 22px;
        line-height: 36px;
        font-family: 'Playfair Display';
        max-width: 360px;
    }

    .maximum_element .maximum_element_description {
        font-weight: 400;
        font-size: 14px;
        line-height: 20.8px;
        color: #929292;
        padding-top: 16px;
    }



}

/* TEAM */
.privet__team_title {
    position: relative;
    font-weight: 500;
    font-size: 72px;
    line-height: 93px;
    font-family: 'Playfair Display';
    max-width: 588px;
    z-index: 2;
}

.privet__team_content {
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    column-gap: 24px;*/
}

.privet__team_description .privet__team_description-text {
    padding-top: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #929292;
    max-width: 383px;
}

.privet__team_people-photo img {
    width: 100%;
}

.privet__team_description .privet__team_description-button {
    margin-top: 64px;
}

.privet__team_people {
    /*  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    column-gap: 24px;
    margin-top: -40px;
    z-index: 1; */
}

.privet__team_people .privet__team_people_element {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 24px;
}

.privet__team_people .privet__team_people_element .privet__team_people-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Playfair Display';
}

/* analyse */
.privet__whatinanalysis .advantages_element-header {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    row-gap: 24px;
}

.privet__whatinanalysis .privet__advantages_element .advantages_element-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    color: #929292;
}


.privet__whatinanalysis .privet__advantages_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    row-gap: 64px;
}

.privet__whatinanalysis .privet__advantages_wrapper .privet__whatinanalysis_title {
    font-weight: 500;
    font-size: 72px;
    line-height: 93px;
    font-family: 'Playfair Display';
}

.privet__whatinanalysis .privet__advantages_inner .privet__advantages_element .advantages_element-header .advantages_element-title {
    max-width: none;
}




.privet__whatinanalysis_button {
    margin-top: 40px;
}

/*Что входит в анализ */
.privet_whatdoanalyse {
    background-color: #1D201E;
}

.am .privet_whatdoanalyse .cnt-title {
    font-weight: 500;
    font-size: 68px;
    line-height: 93px;
    font-family: 'Playfair Display';
    max-width: 400px;
}

.privet_whatdoanalyse .cnt-title {
    font-weight: 500;
    font-size: 72px;
    line-height: 93px;
    font-family: 'Playfair Display';
    max-width: 400px;
}

.pageprivate .content-simple .content-simple-box {
    column-gap: 24px;
}

.privet_whatdoanalyse .cnt-title {
    font-weight: 500;
    font-size: 72px;
    line-height: 93px;
    font-family: 'Playfair Display';
    max-width: 400px;
}

.privet_whatdoanalyse .text-l {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #929292;
}

.privet_whatdoanalyse .cnt-prbutton {
    padding-top: 64px;
}

.privet_whatdoanalyse .seminar-program .content-simple-box .cnt-col-img .stepper .c-stepper__item:first-child::before {
    content: attr(data-num);
    flex: 0 0 64px;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: 1px solid #928770;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: #928770;
    font-family: 'Playfair Display';
    padding-bottom: 12px;
}

.privet_whatdoanalyse .seminar-program .content-simple-box .cnt-col-img .stepper .c-stepper__item::before {
    content: attr(data-num);
    flex: 0 0 64px;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: 1px solid #3F433E;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: #3F433E;
    font-family: 'Playfair Display';
    padding-bottom: 12px;
}

.privet_whatdoanalyse .cnt-col-img {
    max-width: 484px;
}

.csteper-colored::before {
    border: 1px solid #928770 !important;
    color: #928770 !important;
    transition: all 1s ease-in-out;
}

.csteper-colored::after {
    background-color: #928770 !important;
    transition: all 1s ease-in-out;
}

.privet_whatdoanalyse .seminar-program .content-simple-box .cnt-col-img .stepper .c-stepper__item:not(:last-child):after {
    content: "";
    position: absolute;
    left: -0.5rem;
    top: 4rem;
    bottom: 0;
    z-index: 0;
    transform: translateX(calc(5rem / 2));
    width: 1px;
    background-color: #3F433E;
}

.privet_whatdoanalyse .seminar-program.marathon .content-simple-box .cnt-col-img .stepper .c-stepper__item:not(:last-child) {
    padding-bottom: 2.5rem;
}

.privet_whatdoanalyse .c-stepper__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Playfair Display';
}

.privet_whatdoanalyse .c-stepper__prdescription {
    padding-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    color: #929292;
}

/**/

.privet__whatinadvisory {
    background-color: #1D201E;
}

.privet__whatdowork.privet_whatdoanalyse {
    background: none;
}

.privet__enjoprivate .privet__personal_description {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    text-align: center;
}

.privet__enjoprivate .privet__personal_description .privet__personal_button {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/* FORM */
.privet__form .open-form .open-form-box {
    background: none;
}

.privet__form .open-form .open-form-box .form .text-box .subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #929292;
}

.privet__form .open-form .open-form-box .form .text-box .title {
    font-weight: 500;
    font-size: 72px;
    line-height: 93.6px;
    font-family: 'Playfair Display';
}

.privet__form .open-form .open-form-box .form .fields {
    max-width: 587px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.privet_text_form {
    padding-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    color: #929292;
}

.privet_text_form a {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    color: #928770;
}

.privet__form .form-control {
    height: 64px;
    background-color: #2C2C2C;
    color: #929292;
    border-radius: 2px;
    padding: 16px 20px;
    border: none;
}

/* footer*/
.pageprivate .private__footer .footer {
    background-color: #171918;
}

.app .about_us .private__footer .footer .contacts {
    margin-bottom: 0;
}

.pageprivate .private__footer .footer .contacts {
    min-width: auto !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    padding-right: 100px;
}

.pageprivate .private__footer .footer .contacts .social {
    min-width: auto !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

.privet_footer_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.private__footer .footer .middle .middle-item:not(:last-child, .social) {
    display: flex;
    flex-direction: column;
    margin-right: 0;
}

.privet_footer_links .privet_events_title {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    color: #929292;
}

.private__footer .privet_footer_links {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.app .about_us .private__footer .privet_footer_links a {

    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20.8px !important;
    color: var(--bs-link-color) !important;
}

.app .pageprivate .private__footer .privet_footer_links a {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20.8px !important;
    color: #928770 !important;
}

.privet_menu_wrapper ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 16px;
}

.privet_menu_wrapper ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 23.94px;
    color: #E1E4E6 !important;
}

.privet_menu_title:not(:first-child) {
    padding-top: 32px;
}

.privet_menu_title {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    color: #929292;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.private_menu_wrapper .privet_menu_title {
    padding-top: 32px;
}

.private_menu_wrapper .privet_footer_links {
    padding-top: 32px;
}

.privet__anyquestion:not(.last-footer-block) .privet_footer_links {
    padding-top: 32px;
}

.last-footer-block .privet_footer_link.get_consult {
    padding-top: 20px;
}

.privet_footer_number {
    font-weight: 500 !important;
    font-size: 32px !important;
    line-height: 48px !important;
    color: #E1E4E6 !important;
    margin-bottom: 0 !important;
}

.privet_footer_adres {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 23.94px !important;
    color: #E1E4E6 !important;
}

.privet_footer_group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 12px;
}

.privet_any_question {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 12px;
    padding-bottom: 12px;
}

.privet_any_question .title {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 23.94px !important;
    color: #E1E4E6 !important;
}



.pageprivate .privet_any_question .description a {
    color: #928770 !important;
}

.privet_any_question .description a {
    color: #72BF44 !important;
}

.privet_any_question.security_text {
    padding-top: 16px;
}

.pageprivate .private__footer .disclaimer {
    background-color: #171918;
    color: #929292;
    padding: 0rem 0 2rem;
    margin-top: 0;
}

.pageprivate .private__footer .disclaimer .links .link a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.94px;
    color: #E1E4E6;
    border: none;
}

.app .about_us .private__footer .footer .row:nth-child(3) hr {
    margin-top: 40px;
}

.app .private__footer .footer hr {
    margin-top: 0;
    border-color: #6B6B6B;
}

.pageprivate .private__footer .footer hr {
    border-color: #3F433E;
}

.pageprivate .private__footer .footer hr:last-child {
    margin-top: 24px;
}

.pageprivate .private__footer .footer .last .copyright {
    color: #a2a2a2;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.privet__getmaximum .swiper_container,
.privet__whatinadvisory .swiper_container {
    padding-left: 120px;
}



.swiper_container .maximum_element {
    /*width: 380px;
    max-width: 380px;*/
}



.swiper-progress-bar {
    width: 100%;
    height: 1px;
    position: relative;
    margin: 20px auto;
    background: rgba(94, 92, 77, 0.40);
    position: absolute;
    top: -60px;
}


.swiper-progress-bar .progress {
    height: inherit;
    left: 0;
    top: 0;
    position: absolute;
    background: #928770;
    z-index: 1;
}

.cirklet svg {
    margin-top: -3px;
    fill: #1D201E;
}

.progress-sections .cirklet:first-child svg {
    fill: #928770;
}

.swiper-progress-bar .progress-sections {
    left: 0;
    top: 0;
    position: absolute;
    height: inherit;
    width: inherit;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.swiper-progress-bar .progress-sections span {
    flex: 1;
    height: inherit;

}

.swiper-progress-bar .progress-sections span:last-child {
    border-right-width: 0;
}

.advantages_element_open {
    display: none;
}

.swipermaximum_elements,
.swiperprivet_elements,
.swiperwhatin_elements {
    display: none;
}

.privet__getmaximum .swiper_container,
.privet__whatinadvisory .swiper_container {
    margin-top: 116px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 0;
}

.swiperprivet_elements {
    display: none;
}

.privet__team_people.pc-active {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
}

.privet__team_content.pc-active {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 24px;
}

.swiperprivet_team.pc-active {
    margin-top: -36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 25px;
}

#privateconsult form .col-12,
#privatethanks form .col-12,
#privateregionerror form .col-12,
#SMSVerification form .col-12 {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

#privateconsult .privet_text_form,
#privatethanks .privet_text_form,
#privateregionerror .privet_text_form,
#SMSVerification .privet_text_form {
    text-align: center;
}

#privateconsult .modal-content .modal-body .btn-close,
#privatethanks .modal-content .modal-body .btn-close,
#privateregionerror .modal-content .modal-body .btn-close,
#SMSVerification .modal-content .modal-body .btn-close {
    right: 1.5rem;
}

#privateconsult .fields,
#privatethanks .fields,
#privateregionerror .fields,
#SMSVerification .fields {
    width: 100%;
}

#privatethanks .privet__form_wrapper .privet_icon_succes,
#privateregionerror .privet__form_wrapper .privet_icon_succes,
#SMSVerification .privet__form_wrapper .privet_icon_succes {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#privatethanks .privet__form_wrapper .title,
#SMSVerification .privet__form_wrapper .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    text-align: center;
    padding-top: 40px;
}

#privateregionerror .privet__form_wrapper .title {
    color: #E1E4E6;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    font-family: 'Playfair Display';
    padding-top: 40px;
    text-align: center;
}

#privatethanks .privet__form_wrapper .subtittle.disabled a,
#SMSVerification .privet__form_wrapper .subtittle.disabled a {
    color: #928770;
    pointer-events: none;
    cursor: pointer;
    opacity: 0.4;
}

#thanks-bill .popup-info .subtittle.disabled {
    display: none;
}

#privatethanks .privet__form_wrapper .subtittle.disabled,
#SMSVerification .privet__form_wrapper .subtittle.disabled {
    pointer-events: none;
}

#thanks-bill .popup-info .subtittle a {

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #2D7D2F;
}

#privatethanks .privet__form_wrapper .subtittle a,
#SMSVerification .privet__form_wrapper .subtittle a {
    color: #928770;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
}

#thanks-bill .popup-info .subtittle {
    padding-top: 12px;
    display: block;
}

#privatethanks .privet__form_wrapper .subtittle,
#SMSVerification .privet__form_wrapper .subtittle {
    padding-top: 24px;
}

#privateregionerror .privet__form_wrapper .subtittle {
    padding-top: 40px !important;
    text-align: center;
    padding-top: 0px;
    font-family: "GT America LCG";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    color: #E1E4E6;
    text-align: center;
    max-width: 350px;
}

#privatethanks .privet__form_wrapper .repeatsent,
#SMSVerification .privet__form_wrapper .repeatsent {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #6B6B6B;
    padding-top: 16px;
}

#privatethanks .fields .input-box .col-12,
#SMSVerification .fields .input-box .col-12 {
    width: 100%;
}

#privatethanks .privet__form_wrapper,

#SMSVerification .privet__form_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

#privateregionerror .privet__form_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}












@media(max-width: 1439.9px) {
    .swiperprivet_team {
        margin-top: 52px;
    }

    .privet__getmaximum .swiper_container,
    .privet__whatinadvisory .swiper_container {
        padding-left: 120px;
        padding-right: 120px;
        margin-top: 116px;
    }
}







@media(max-width: 1439.9px) {




    .app .pageprivate .private__header .language-wrapper {
        width: auto;
    }

    .privet__team_people.pc-active {
        display: flex;
        flex-direction: row;
        column-gap: 25px;
    }

    .privet__team_content.pc-active {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        column-gap: 24px;
    }

    .swiperprivet_team.pc-active {
        margin-top: -36px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        column-gap: 25px;
    }




    .privet__getmaximum .swiper_container,
    .privet__whatinadvisory .swiper_container {
        padding-left: 120px;
        padding-right: 120px;
        margin-top: 116px;
    }

    .privet__advantages_element {
        padding-right: 32px;
    }

    .advantages_element-header {
        column-gap: 16px;
    }

    .swipermaximum_elements,
    .swiperprivet_elements,
    .swiperwhatin_elements {
        display: none;
    }

    .privet__personal_description .privet__personal_title {
        font-weight: 500;
        font-size: 72px;
        line-height: 93px;
        font-family: 'Playfair Display';
        color: #E1E4E6;
    }

    .privet__personal_description .privet__personal_text {
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        color: #929292;
    }

    .privet__personal_icon img {
        max-width: 300px;
    }

    .pageprivate section:not(.private__header, .private__hero, .privet__advantages, .back_dev, .private__footer) {
        height: auto;
    }

    .private__header .header .container .mainmenu-container .mainmenu .mainmenu__list .mainmenu__item a {
        line-height: 15.6px;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
    }

    .private_hero_background-t {
        margin: 0;
    }

    .private_hero_background-b {
        margin: 0;
    }

    .app .about_us .private__header .mainmenu-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 1px;
    }

    .app body .private__header .mainmenu-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 1px;
    }




    .private__header .mainmenu-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .private__hero-inner::before,
    .private__hero-inner::after {
        display: none;
    }
}

@media(max-width: 1200px) {
    .privet__personal_description .privet__personal_title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet__personal_description .privet__personal_text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
}

@media(max-width: 1024px) {
    #privateregionerror .privet__form_wrapper .subtittle {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        padding-top: 24px !important;
    }

    #privateregionerror .privet__form_wrapper .title {
        padding-top: 40px;
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    #SMSVerification form {
        padding-top: 56px;
    }

    .last-footer-block .privet_footer_link.get_consult {
        padding-top: 0px;
    }

    .privet_any_question .description {
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 130% !important;
    }

    .pageprivate .open-form .open-form-box .form .fields .form-check label {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .adv-line {
        display: none;
    }

    .privet__whatinanalysis .privet__advantages_inner .line {
        display: none;
    }

    .privet__advantages .privet__advantages_element {
        border-right: none;
    }

    .advantages_element-text {
        width: 80%;
    }

    .app .about_us .private__footer .privet__anyquestion .social {
        display: flex;
    }

    .app .about_us .private__footer .contacts .social {
        display: none;
    }

    #privateconsult .fields,
    #privatethanks .fields,
    #privateregionerror .fields,
    #SMSVerification .fields {
        width: 100%;
    }

    #privatethanks .privet__form_wrapper .privet_icon_succes,
    #privateregionerror .privet__form_wrapper .privet_icon_succes,
    #SMSVerification .privet__form_wrapper .privet_icon_succes {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    #privatethanks .privet__form_wrapper .title,
    #SMSVerification .privet__form_wrapper .title {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        text-align: center;
        padding-top: 40px;
    }

    #privatethanks .privet__form_wrapper .subtitle a,
    #SMSVerification .privet__form_wrapper .subtitle a {
        color: #928770;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        cursor: pointer;
    }

    #privatethanks .privet__form_wrapper .subtitle,
    #privateregionerror .privet__form_wrapper .subtitle,
    #SMSVerification .privet__form_wrapper .subtitle {
        padding-top: 24px;
    }

    #privatethanks .fields .input-box .col-12,
    #privateregionerror .fields .input-box .col-12,
    #SMSVerification .fields .input-box .col-12 {
        width: 100%;
    }

    #privatethanks .privet__form_wrapper,
    #privateregionerror .privet__form_wrapper,
    #SMSVerification .privet__form_wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }


    #privateconsult form .col-12,
    #privatethanks form .col-12,
    #privateregionerror form .col-12,
    #SMSVerification form .col-12 {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    #privateconsult form,
    #privatethanks form,
    #privateregionerror form,
    #SMSVerification form {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    #privateconsult .modal-body,
    #privatethanks .modal-body,
    #privateregionerror .modal-body,
    #SMSVerification .modal-body,
    #SMSChangenumber .modal-body {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0px 16px;
    }

    #privateconsult .private-btn,
    #privatethanks .private-btn,
    #SMSVerification .private-btn {
        width: 410px;
    }

    #SMSVerification .private-btn {
        width: 100%;
        height: 48px;
    }

    .input-prvt-group {
        height: 48px;
        padding: 12px 20px;
    }

    #privateconsult .modal-content .modal-body .btn-close,
    #privatethanks .modal-content .modal-body .btn-close,
    #privateregionerror .modal-content .modal-body .btn-close,
    #SMSVerification .modal-content .modal-body .btn-close {
        right: 18px;
    }

    #privateconsult .open-form-box .text-box .subtitle,
    #privatethanks .open-form-box .text-box .subtitle,
    #privateregionerror .open-form-box .text-box .subtitle,
    #SMSVerification .open-form-box .text-box .subtitle,
    #SMSChangenumber .open-form-box .text-box .subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    #privateconsult .open-form-box .text-box .title,
    #privatethanks .open-form-box .text-box .title,
    #privateregionerror .open-form-box .text-box .title,
    #SMSVerification .open-form-box .text-box .title,
    #SMSChangenumber .open-form-box .text-box .title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    #privateconsult .privet_text_form,
    #privatethanks .privet_text_form,
    #privateregionerror .privet_text_form,
    #SMSVerification .privet_text_form,
    #SMSChangenumber .privet_text_form {
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        width: 410px;
    }

    #privateconsult .modal-content .modal-body .btn-close,
    #privatethanks .modal-content .modal-body .btn-close,
    #privateregionerror .modal-content .modal-body .btn-close,
    #SMSVerification .modal-content .modal-body .btn-close,
    #SMSChangenumber .modal-content .modal-body .btn-close {
        right: 1.5rem;
    }

    .app .pageprivate .private__footer .language-wrapper {
        display: flex;
        border: none;
    }

    .app .about_us .private__footer .language-wrapper {
        display: flex;
    }

    .app .pageprivate .private__footer .language-wrapper {
        background: #1D201E;
    }

    .app .about_us:not(.pageprivate) .private__header .mainmenu-container .mainmenu {
        background-color: #fff;
        border: none;
    }

    .private__footer .disclaimer .text {
        color: #929292;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .app .about_us .private__footer .disclaimer .links .link {

        border: none;
    }

    .private__footer .disclaimer .links .link {
        padding-bottom: 4px;
        border-bottom: 1px solid #3F433E;
    }

    .private__footer .disclaimer .links .link a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .pageprivate .private__footer .footer .last .copyright,
    .private__footer .footer .last .copyright {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        max-width: 188px;
        display: flex;
        flex-direction: column;
    }

    .private__footer .privet_footer_links .get_consult {
        margin-top: 24px;
    }

    .private__footer .privet_footer_links.block-ordered .get_consult {
        margin-top: 4px;
    }

    .privet__anyquestion {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 32px;
        padding-top: 0;
        column-gap: 32px;
    }

    .privet__anyquestion .block-ordered:nth-child(1) {
        order: 0 !important;
        width: calc(50% - 16px);
    }

    .privet__anyquestion .block-ordered:nth-child(2) {
        order: 2 !important;
        width: calc(50% - 16px);
    }

    .privet__anyquestion .block-ordered:nth-child(3) {
        order: 1 !important;
        width: calc(50% - 16px);
    }

    .privet__anyquestion .block-ordered:nth-child(4) {

        order: 4 !important;
    }

    .privet__anyquestion .privet_any_question .title {
        order: 0 !important;
    }

    .privet__anyquestion .privet_footer_links:nth-child(1) {
        width: 100%;
        order: 1;
    }


    .privet__anyquestion .privet_any_question {
        width: 100%;
        order: 0;
        padding-top: 0;
    }

    .privet__anyquestion .privet_footer_links {
        display: flex !important;
        width: 100%;
        order: 3;
    }

    .privet__anyquestion .social {
        width: 100%;
        order: 4;
    }



    .private__footer .footer .privet_menu_wrapper .privet_menu_title {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }

    .private__footer .footer .privet_menu_wrapper ul li a {
        color: #E1E4E6;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .private__footer .footer .privet_footer_block .middle-item:nth-child(1) {
        width: 100%;
    }

    .private__footer .footer .privet_footer_block .middle-item:nth-child(2) {
        width: calc(50% - 32px);
    }

    .private__footer .footer .privet_footer_block .middle-item:nth-child(3) {
        width: calc(50% - 32px);
    }

    .private__footer .footer .row:nth-child(2) {
        margin-top: 32px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 32px;
    }

    .privet_menu_wrapper {
        width: 50%;
    }



    .private__footer .privet_footer_links.mob {
        display: flex !important;
        padding-top: 12px;
    }

    .private__footer .footer .contacts .social {
        display: none;
    }

    .private__footer .footer .contacts .privet_footer_number {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 48px;
    }

    .private__footer .footer .contacts .privet_footer_adres {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .private__footer .logo__link img {
        width: 140px;
    }

    .open-form .open-form-box .form .text-box {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .privet__form .open-form .open-form-box .form .text-box .subtitle {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .privet__form .open-form .open-form-box .form .text-box .title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet__form {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .privet__enjoprivate {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .privet__whatdowork .content-simple-box .cnt-col-img .stepper {
        margin-top: 56px;
    }

    .privet__whatinadvisory {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .privet__finadvisory {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .privet__whatinanalysis .privet__advantages_inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 32px;
        justify-content: flex-start;
        column-gap: 24px;
    }

    .privet__whatinanalysis .privet__advantages_element .advantages_element-description {
        padding-left: 0px;
        max-width: 300px;
    }

    .privet__whatinanalysis .privet__advantages_element {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: calc(50% - 24px);
        padding: 24px 16px;
    }

    .privet__whatinanalysis .privet__advantages_wrapper {
        row-gap: 42px;
    }

    .privet__whatinanalysis .privet__advantages_wrapper .privet__whatinanalysis_title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet__whatinanalysis {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .privet_whatdoanalyse .seminar-program.marathon .content-simple-box .cnt-col-img .stepper .c-stepper__item:not(:last-child) {
        padding-bottom: 48px;
    }

    .privet_whatdoanalyse .seminar-program .content-simple-box .cnt-col-img .stepper .c-stepper__item:not(:last-child):after {
        content: "";
        position: absolute;
        left: -20px;
        top: 40px;
        bottom: 0;
        z-index: 0;
        transform: translateX(calc(5rem / 2));
        width: 1px;
        height: calc(100% - 40px);
        background-color: #928770;
    }


    .privet_whatdoanalyse .seminar-program .content-simple-box .cnt-col-img .stepper .c-stepper__item:first-child::before {
        content: attr(data-num);
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #928770;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: none;
        color: #928770;
        font-family: 'Playfair Display';
    }








    .privet_whatdoanalyse .seminar-program .content-simple-box .cnt-col-img .stepper .c-stepper__item:before {
        content: attr(data-num);
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #928770;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: none;
        color: #928770;
        font-family: 'Playfair Display';
    }

    .privet_whatdoanalyse .content-simple .container-content .content-simple-box .cnt-col-img .stepper .c-stepper__item {
        display: flex;
        flex-direction: row;
        column-gap: 21px;
    }

    .privet_whatdoanalyse {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .pageprivate .privet__team {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .pageprivate .privet__getmaximum {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .pageprivate .privet__advantages {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .pageprivate .privet__personal {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .privet__whatinadvisory .privet_getmaximum_title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet__getmaximum_description {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .privet_whatdoanalyse .cnt-title {
        font-size: 34px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 130% !important;
        max-width: none;
    }

    .privet_whatdoanalyse .text-l {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .privet__team_title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet__team_description .privet__team_description-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        max-width: none;
    }

    .privet__team_description .privet__team_description-button {
        margin-top: 32px;
    }

    .swiperprivet_team {
        margin-top: 52px;
    }


    .privet__getmaximum .swiper_container,
    .privet__whatinadvisory .swiper_container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .maximum_element .maximum_element_title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        width: auto;
    }

    .maximum_element .maximum_element_description {
        margin-top: 8px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .swipermaximum-pagination,
    .swiperwhatin-pagination {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        color: #858586;
    }

    .swiperprivet_elements {
        display: none;
    }

    .swipermaximum_elements,
    .swiperwhatin_elements {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-end;
        column-gap: 12px;
        margin-top: 24px;
    }

    /**/
    .privet__personal_inner {
        padding: 40px;
    }

    .privet__personal_icon img {
        max-width: 261px;
    }

    .privet_whatdoanalyse .cnt-prbutton .private-btn {
        height: 54px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;

    }

    .privet__getmaximum_button .private-btn {
        height: 54px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .privet__personal_description .privet__personal_button {
        width: 100%;
        margin-top: 40px;
    }

    .privet__team_description-button .private-btn {
        height: 54px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .privet__personal_description .privet__personal_button .private-btn {
        width: 100%;
        height: 54px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .privet__personal_description .privet__personal_text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .privet__personal_description .privet__personal_title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        font-family: 'Playfair Display';
        color: #E1E4E6;
    }

    .privet__personal_description {
        order: 2;
    }

    .pageprivate section:not(.private__header, .private__hero, .privet__advantages, .back_dev, .private__footer) {
        height: auto;
    }

    .privet__personal_content {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        flex-wrap: nowrap;
        row-gap: 40px;
    }

    .advantages_element-description {
        padding-left: 76px;
        max-width: none;

    }

    .advantages_element_open {
        display: block;
    }

    .advantages_element_open.is-open {
        position: absolute;
        content: url('/images/private/640tabletopen.svg');
        right: 0;
        width: 32px;
        height: 32px;
        bottom: 16px;
    }

    .advantages_element_open.is-close {
        position: absolute;
        content: url('/images/private/640tabletclose.svg');
        right: 0;
        width: 32px;
        height: 32px;
        bottom: 16px;
    }

    .advantages_element-header {
        padding-top: 16px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        column-gap: 32px;
    }

    .pageprivate section:not(.private__header, .private__hero, .private__footer) .container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .advantages_element-hidden {
        padding-left: 76px;
        max-width: 640px;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 1s ease-in-out;
        color: rgba(133, 133, 134, 0.20);
    }

    .advantages_element-hidden_mob {
        display: block !important;
        color: #717174;
    }

    .advantage_hidden_block {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: flex-end;
        column-gap: 24px;
        position: relative;
    }

    .privet__advantages_element {
        padding: 0px;
        border-left: none;
    }

    .advantages_element-title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        order: 2;
        max-width: 200px;
    }

    .privet__advantages_inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .private__header .header .container .mainmenu-container .mainmenu .mainmenu__list .mainmenu__item a {
        line-height: 15.6px;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
    }

    .private__header .header .row {
        justify-content: space-between;
        height: 64px;
    }

    .private__header .private__submenu {
        display: none;
    }

    .app .page .private__header .mainmenu-container {
        background: none;
    }

    .private__header .mainmenu-container {
        /*background-color: #121212;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color: #FAFBFC;
        width: 100%;
        display: flex;
    }

    .app .page:not(.pageprivate) .private__header .mainmenu-container .mainmenu {
        background-color: #fff;
        border: none;
        margin-top: -1px;
        height: 40px;
    }

    .private__header .mainmenu-container .mainmenu {
        background-color: #121212;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color: #FAFBFC;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        width: 1024px;
        height: 39px;
    }

    .private__header .header {
        height: 64px;
    }

    .private__header .header .container {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);


    }

    .private__hero-inner .hero-inner-title {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .private__hero-inner .hero-inner-description {
        padding-top: 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        padding-bottom: 40px;
        max-width: 335px;
        color: #717174;
    }

    .private__hero-inner {
        padding-top: 123px;
    }

    .private-btn {
        height: 54px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }
}

@media(max-width:640px) {
    #privateregionerror .privet__form_wrapper .subtittle {
        padding-top: 20px !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    #privateregionerror .privet__form_wrapper .title {
        padding-top: 40px;
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    #SMSVerification form {
        padding-top: 40px;
    }

    .privet__anyquestion .block-ordered:nth-child(1) {
        order: 0 !important;
        width: 100%;
    }

    .privet__anyquestion .block-ordered:nth-child(2) {
        order: 1 !important;
        width: 100%;
    }

    .privet__anyquestion .block-ordered:nth-child(3) {
        order: 2 !important;
        width: 100%;
    }

    .privet__anyquestion .block-ordered:nth-child(4) {

        order: 4 !important;
    }



    .privet_any_question.security_text {
        order: 4;
    }

    .swiper_whatin .maximum_element .maximum_element_title {
        width: auto;
        font-size: 26px;
    }

    .page__content.am .privet__finadvisory .privet__personal_title {
        font-size: 32px;
        line-height: 130%;
    }

    .page__content.am .privet_whatdoanalyse .cnt-col-text {
        width: 100%;
    }

    .privet__enjoprivate .privet__personal_text {
        padding: 0;
    }

    .privet__team_people .privet__team_people_element .privet__team_people-title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet__team_description .privet__team_description-button .private-btn {
        width: 100%;
    }

    .advantages_element-icon img {
        max-width: 46px;
    }

    .privet__advantages .advantages_element-title {
        max-width: 150px;
    }

    .private__hero-inner {
        padding-top: 0;
    }

    .advantages_element-text {
        width: 100%;
    }

    #privatethanks .privet__form_wrapper .privet_icon_succes,
    #privateregionerror .privet__form_wrapper .privet_icon_succes,
    #SMSVerification .privet__form_wrapper .privet_icon_succes {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    #privatethanks .privet__form_wrapper .title,
    #SMSVerification .privet__form_wrapper .title {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        text-align: center;
        padding-top: 0px;
    }

    #privatethanks .privet__form_wrapper .fields .title,
    #privateregionerror .privet__form_wrapper .fields .title,
    #SMSVerification .privet__form_wrapper .fields .title {
        padding-top: 40px;
    }

    #privatethanks .privet__form_wrapper .subtitle a,
    #SMSVerification .privet__form_wrapper .subtitle a {
        color: #928770;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        cursor: pointer;
    }

    #privatethanks .privet__form_wrapper .subtitle,
    #privateregionerror .privet__form_wrapper .subtitle,
    #SMSVerification .privet__form_wrapper .subtitle {
        padding-top: 24px;
    }

    #privateconsult .modal-body,
    #privatethanks .modal-body,
    #privateregionerror .modal-body,
    #SMSVerification .modal-body {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    #privateconsult .private-btn,
    #privateregionerror .private-btn,
    #privatethanks .private-btn {
        max-width: 410px;
        width: 100%;
    }

    #SMSVerification .private-btn {
        margin-left: 0;
        width: 100%;
    }

    #privateconsult .modal-content .modal-body .btn-close,
    #privatethanks .modal-content .modal-body .btn-close,
    #privateregionerror .modal-content .modal-body .btn-close,
    #SMSVerification .modal-content .modal-body .btn-close {
        right: 18px;
    }

    #privateconsult .open-form-box .text-box .subtitle,
    #privatethanks .open-form-box .text-box .subtitle,
    #privateregionerror .open-form-box .text-box .subtitle,
    #SMSVerification .open-form-box .text-box .subtitle,
    #SMSChangenumber .open-form-box .text-box .subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    #privateconsult .open-form-box .text-box .title,
    #privatethanks .open-form-box .text-box .title,
    #privateregionerror .open-form-box .text-box .title,
    #SMSVerification .open-form-box .text-box .title,
    #SMSChangenumber .open-form-box .text-box .title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }


    #privateconsult .fields .input-box,
    #privatethanks .fields .input-box,
    #privateregionerror .fields .input-box,
    #SMSVerification .fields .input-box {
        width: 100%;
    }

    #privateconsult .privet_text_form,
    #privatethanks .privet_text_form,
    #privateregionerror .privet_text_form,
    #SMSVerification .privet_text_form {
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        max-width: 410px;
        width: 100%;
    }

    .private__footer .footer .last .copyright {
        max-width: none;
    }

    .app .about_us .private__header .header {
        height: 105px;
    }

    .privet__anyquestion {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 0px;
        column-gap: 0px;
        padding-top: 0;
    }


    .privet__anyquestion .privet_footer_links:nth-child(1) {
        width: 100%;
        order: 0;
    }

    .private__footer .footer .privet__anyquestion .social {
        display: flex;
        margin-top: 0;
    }

    .private__footer .privet_footer_links .get_consult {
        margin-top: 0px;
    }

    .privet__anyquestion .privet_any_question {
        width: 100%;
    }

    .private__footer .footer .middle .middle-item.contacts p {
        margin-bottom: 0px;
    }

    .private__footer .footer .privet_footer_block .middle-item:nth-child(2) {
        width: 100%;
    }

    .private__footer .footer .privet_footer_block .middle-item:nth-child(3) {
        width: 100%;
    }

    .private__footer .disclaimer .links {
        row-gap: 8px;
    }

    .privet__whatinanalysis .privet__advantages_inner {
        row-gap: 48px;
    }

    .privet__whatinanalysis {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .privet__whatinanalysis .privet__advantages_element {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        padding: 0;
    }

    .privet__whatinanalysis .privet__advantages_element .advantages_element-title {
        max-width: 200px;
    }

    .private__footer .footer .privet_menu_title:nth-child(1) {
        margin-top: 16px;
    }

    .private__footer .footer .privet_menu_title {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 15.6px */
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }

    .private__footer .footer .privet_menu_wrapper ul li a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .private__footer .privet_footer_links.mob {
        margin-top: 32px;
        display: flex !important;
    }

    .privet_footer_links .privet_events_title {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 15.6px */
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }

    .privet_footer_links a {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet__anyquestion .privet_footer_links {
        display: flex !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .private_menu_wrapper .privet_footer_links {
        padding-top: 16px;
    }

    .private__footer .disclaimer .text {
        color: #929292;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .private__footer .disclaimer .links .link {
        color: #E1E4E6;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        padding-bottom: 4px;
        border-bottom: 1px solid #3F433E;
    }



    .private__footer .footer .contacts .social {
        display: none;
    }

    .private__footer .logo__link img {
        width: 140px;
    }

    .private__footer .footer .row:nth-child(2) {
        margin-top: 32px;
        display: flex;
        flex-direction: column;
        row-gap: 32px;
    }

    .private__footer .footer .middle .middle-item.contacts .privet_footer_number {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 48px;
        max-width: 300px;
    }

    .private__footer .footer .middle .middle-item.contacts .privet_footer_adres {
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        max-width: 300px;

    }

    .private__footer .footer .container {
        padding: 0 24px;
    }

    .open-form .open-form-box .form .text-box {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;

    }

    .privet__form .open-form .open-form-box .form .text-box .subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        text-align: center;
    }

    .privet__form .open-form .open-form-box .form .text-box .title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        text-align: center;
        max-width: 300px;
    }

    .private-btn {
        height: 48px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .privet__personal_description .privet__personal_button .private-btn {
        height: 48px;
    }

    .privet_whatdoanalyse .cnt-prbutton .private-btn {
        height: 48px;
    }

    .privet__whatinanalysis_button .private-btn {
        width: 100%;
        height: 48px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .privet__whatinadvisory .privet_getmaximum_title {
        max-width: 200px;
    }

    .privet__whatinadvisory .privet__getmaximum_button .private-btn {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        height: 48px;
    }

    .advantages_element-title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet__whatinanalysis .privet__advantages_element .advantages_element-description {
        padding-top: 12px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        padding-left: 70px;
        max-width: auto;
    }

    .privet__advantages_wrapper .privet__whatinanalysis_button {
        width: 100%;
        margin-top: 0px;
    }

    .privet__advantages_wrapper .privet__whatinanalysis_button .private-btn {
        width: 100%;
    }

    .pageprivate .private__footer .footer .contacts {
        padding-right: 0;
    }

    .privet__whatinanalysis .advantages_element-header {
        padding-top: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 24px;
    }

    .pageprivate .private__footer .disclaimer .links .link a {
        text-decoration: none;
        font-weight: 400;
        font-size: 18px;
        line-height: 23.94px;
        color: #E1E4E6;
        border: none;
        border-bottom: 1px solid #3F433E;
    }

    .privet_menu_wrapper {
        width: 100%;
    }

    .privet_text_form {
        text-align: center;
    }

    .privet__form {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .privet__enjoprivate .privet__personal_description .privet__personal_title {
        width: auto;
    }

    .privet__whatinanalysis .privet__advantages_wrapper {
        row-gap: 48px;
    }

    .privet__whatinanalysis .privet__advantages_wrapper .privet__whatinanalysis_title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .swiperprivet-pagination {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        color: #858586;
    }

    .privet_whatdoanalyse .seminar-program .content-simple-box .cnt-col-img .stepper .c-stepper__item:before {
        content: attr(data-num);
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #928770;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: none;
        color: #928770;
        font-family: 'Playfair Display';
    }

    .privet_whatdoanalyse .seminar-program.marathon .content-simple-box .cnt-col-img .stepper {
        margin-top: 56px;
    }

    .privet_whatdoanalyse .seminar-program.marathon .content-simple-box .cnt-col-img .stepper .c-stepper__item:not(:last-child) {
        padding-bottom: 48px;
    }

    .privet_whatdoanalyse .seminar-program .content-simple-box .cnt-col-img .stepper .c-stepper__item:not(:last-child):after {
        content: "";
        position: absolute;
        left: -20px;
        top: 40px;
        bottom: 0;
        z-index: 0;
        transform: translateX(calc(5rem / 2));
        width: 1px;
        height: calc(100% - 40px);
        background-color: #928770;
    }

    .privet_whatdoanalyse .content-simple .container-content .content-simple-box .cnt-col-img .stepper .c-stepper__item .c-stepper__content .c-stepper__title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet_whatdoanalyse .content-simple .container-content .content-simple-box .cnt-col-img .stepper .c-stepper__item .c-stepper__content .c-stepper__prdescription {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .privet_whatdoanalyse .content-simple .container-content .content-simple-box .cnt-col-img .stepper .c-stepper__item {
        display: flex;
        flex-direction: row;
        column-gap: 24px;
    }

    .privet_whatdoanalyse .cnt-title {
        max-width: 200px;
    }

    .swiperprivet_elements {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-end;
        column-gap: 12px;
        margin-top: 24px;
    }

    .swiperprivet_team {
        margin-top: 56px;
    }

    .privet__team_title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .privet__team_description .privet__team_description-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .privet__team_description .privet__team_description-button {
        margin-top: 40px;
    }

    .maximum_slider {
        margin-top: 0;
    }

    .swiper_maximum>.swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        top: 0 !important;
        left: 24px !important;
    }

    .privet__getmaximum_iiner {
        row-gap: 16px;
    }



    .privet__getmaximum .swiper_container,
    .privet__whatinadvisory .swiper_container {
        margin-top: 66px;
        padding-left: 24px;
        position: relative;
        padding-top: 30px;
        padding-right: 24px;
    }

    .privet__getmaximum_button {
        margin-top: 24px;
    }

    .privet__getmaximum_description {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .privet_getmaximum_title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .advantages_element_open {
        display: none;
    }

    .pageprivate section:not(.private__header, .private__hero, .privet__advantages, .back_dev, .private__footer) {
        height: auto;
    }

    .private__header .header .container {}

    .pageprivate section:not(.private__header, .private__hero, .private__footer) .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .pageprivate .privet__personal .container {
        padding: 0px 12px !important;
    }

    .pageprivate section:not(.private__header, .private__hero, .private__footer) {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .private__header .header .container .mainmenu-container .mainmenu .mainmenu__list .mainmenu__item a {
        line-height: 15.6px;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
    }

    .app .about_us .private__header .header .right-container .row .col-auto:nth-child(4) {
        display: block;
    }

    .private__header .header .right-container .row .col-auto:not(.col-auto:nth-child(4), .col-auto:nth-child(3)) {
        display: none;
    }

    .private__header .header .row {
        justify-content: space-between;
        height: 64px;
    }

    .private__header .private__submenu {
        display: none;
    }

    .private__header .mainmenu-container {
        display: flex;
    }

    .private__header .mainmenu-container .mainmenu {
        background-color: #121212;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color: #FAFBFC;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        width: 100%;
    }

    .private__header .logo-container {
        width: 30%;
    }

    .private__header .logo-container {
        margin-right: 0;
    }

    .page__content.am .private__hero-inner .hero-inner-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .private__hero-inner .hero-inner-title {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .private__hero {
        height: 450px;
        padding-top: 12rem;
    }

    .private__hero-inner::before,
    .private__hero-inner::after {
        display: none;
    }

    .private__hero-inner .hero-inner-description {
        padding-top: 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        padding-bottom: 40px;
        max-width: 305px;
    }

    .privet__advantages_inner {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        row-gap: 40px;
    }

    .advantages_element-header {
        column-gap: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .privet__advantages_element {
        padding-right: 0px;
    }

    .advantages_element-title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        order: 2;
        max-width: 640px;
    }

    .advantages_element-description {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        padding-left: 70px;
        max-width: 640px;
    }

    .advantages_element-hidden {
        padding-left: 70px;
        max-width: 640px;
        padding-left: 70px;
        max-width: 640px;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 1s ease-in-out;
        color: rgba(133, 133, 134, 0.20);


    }

    .advantages_element-hidden_mob {
        display: block !important;
        color: #717174;
    }

    .privet__advantages_element {
        padding-left: 0;
        border-left: none;
    }

    .privet__personal_inner {
        padding: 56px 16px;
    }

    .privet__personal_content {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        flex-wrap: nowrap;
        row-gap: 40px;
    }

    .privet__personal_description {
        order: 2;
    }

    .privet__personal_description .privet__personal_title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        width: 150px;
    }

    .privet_whatdoanalyse .cnt-prbutton .private-btn {
        width: 100%;
    }

    .privet__personal_description .privet__personal_text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%
    }

    .privet__personal_icon {
        order: 1;
    }

    .privet__personal_icon img {
        width: 100%;
    }

    .privet__personal_description .privet__personal_button {
        margin-top: 16px;
    }

    .privet_any_question.security_text {
        margin-top: 32px;
    }

    .privet__anyquestion div:nth-child(1) {

        order: 0 !important;
    }

}


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

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

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

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

@font-face {
    font-family: 'FreeSerif';
    src: url('/fonts/FreeSerifBold.ttf') format('ttf'), url('/fonts/FreeSerifBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}