@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Hanken+Grotesk:wght@300&family=Lato&family=Lora&display=swap');

@font-face {
    font-family: 'Berlingske Serif';
    src: local('/dist/fonts/Berlingske Serif Light'), local('Berlingske-Serif-Light'),
    url('/dist/fonts/BerlingskeSerif-Lt.woff2') format('woff2'),
    url('/dist/fonts/BerlingskeSerif-Lt.woff') format('woff'),
    url('/dist/fonts/BerlingskeSerif-Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

:root {
    font-size: 16px;
    --bg: #0c111d;
    --white: #ffffff;
    --white2: rgba(255, 255, 255, 0.7);
    --white3: rgba(255, 255, 255, 0.8);
    --blue: #0756EF;
    --blueHover: #033c8c;
    --text: #c4cbd4;
    --gray: #8899a8;
    --graySection: #f5f5f5;
    --blueSection: #10161f;
    --grayMain: #505050;
    --transition: 0.3s ease;
    --color-bgFooter: #0C111D;
    --color-white40: rgba(255, 255, 255, 0.4);
    --color-white70: rgba(255, 255, 255, 0.7);
    --color-white90: rgba(255, 255, 255, 0.9);
}

html {
    scroll-behavior: smooth;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

a,
.border-gray-300,
.nav-icons button svg,
.nav-icons button svg g,
button,
.btn-arrow {
    transition-duration: 167ms;
}

.btn-arrow:after {
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbD0iIzA3NTZFRiIgZD0iTTE3LjEzNiA3LjMzN2EyIDIgMCAwIDAtMS40MDctLjU3M2wtNi4wNzUtLjAwN2ExIDEgMCAxIDAgLjAwOCAybDQuNjQ1LS4wMDYtNy4wNyA3LjA3YTEgMSAwIDEgMCAxLjQxMyAxLjQxNWw3LjA3MS03LjA3djQuNjUyYTEgMSAwIDAgMCAyLjAwMi4wMDdsLS4wMDgtNi4wNzRhMiAyIDAgMCAwLS41OC0xLjQxNFoiLz4KPC9zdmc+") no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-top: 3px;
    margin-left: 6px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

embed {
    vertical-align: top;
}

input[type=text], textarea {
    outline: none;
    border-radius: 0;
}

body {
    margin: 0;
    font-family: "Assistant", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    background: var(--white);
    color: var(--grayMain);
    line-height: 1.6;
}

h1, .h1, h2, h3, h4, h5, h6 {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]), .h1 {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

strong {
    font-weight: 600;
}

h1:not([class]),
.h1:not([class]), .h1 {
    font-size: 48px;
}

h1.font-normal,
h2.font-normal,
h3.font-normal {
    font-weight: 400;
    line-height: 1.33;
}

h1.font-medium,
h2.font-medium,
h3.font-medium {
    font-weight: 500;
    line-height: 1.33;
}

h2:not([class]),
.h2:not([class]) {
    font-size: 34px;
}

h3:not([class]),
.h3:not([class]) {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 1em;
}

h5,
.h5 {
    font-size: .83em;
}

h6,
.h6 {
    font-size: .67em;
}

ol:not([class]),
ul:not([class]) {
    list-style: auto;
    padding: 20px 0 0 20px;
    display: inline-block;
}

ul:not([class]) {
    list-style: disc;
    padding: 0;
}

ol:not([class]) li:not(:last-child) {
    margin-bottom: 4px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 90vw;
}

.w-full {
    width: 100%;
}

.inner-page-body h3 {
    color: #111111;
    font-size: 20px;
    font-family: Berlingske Serif;
    font-weight: 300;
    line-height: 30px;
}


p a {
    color: var(--blue);
    text-decoration: underline;
}

.inner-page-body a:not(.btn-outline) {
    color: var(--blue);

}

.inner-page-body a:not(.btn-outline):hover,
.forget:hover,
.lineee p a,
.checkbox-custom a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.checkbox-custom a:hover {
    text-decoration: none;
}

.advisor-content.default-text {
    color: #fff;
}

.inner-page-body ul:not(.service-list) {
    margin-bottom: 30px;
    padding-left: 30px;
    list-style: none;
}

.inner-page-body ul:not(.service-list) li {
    position: relative;
}

.inner-page-body ul:not(.service-list) li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    background: #828282;
    border-radius: 100%;
    left: -20px;
    top: 13px;
}

.menu-left.modNumbers li {
    margin-bottom: 1rem;
    padding-left: 5px;
    margin-left: 15px;
}

.inner-page-body ul:not(.service-list) ul {
    display: block;
    list-style: circle;
    padding-top: 10px;
}

.li1 ul li {
    list-style: none;
}

.modNumbers {
    list-style: auto !important;
}

.inner-page-body ul:not(.service-list) li:not(:last-child) {
    margin-bottom: 10px;
}

.grid {
    display: grid;
}

.grid-5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem; /* Р В°Р В±Р С• РЎРѓР С”РЎвЂ“Р В»РЎРЉР С”Р С‘ Р С—Р С•РЎвЂљРЎР‚РЎвЂ“Р В±Р Р…Р С• */
}

.gap-6 {
    gap: 24px
}

.min-h-154 {
    min-height: 616px;
}

.min-h-162 {
    min-height: 648px;
}

.min-h-175 {
    min-height: 700px;
}

.rounded14 {
    border-radius: 48px;
}

.p-10 {
    padding: 40px;
}

.p-8 {
    padding: 32px;
}

.px-8 {
    padding-left: 32px;
    padding-right: 32px;
}

.py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mt-6 {
    margin-top: 24px;
}

.mt-8 {
    margin-top: 20px;
}

.mt-8v2 {
    margin-top: 32px;
}

.mt-10 {
    margin-top: 40px;
}

.mt-16 {
    margin-top: 64px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.justify-end {
    justify-content: end;
}


.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

a {
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--blue);
}

.header {
    position: relative;
    background: var(--bg);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-bottom: 0;
}

.top-bar {
    padding: 3rem 0;
    border-bottom: solid 1px #D9D9D91A;
}

header a {
    color: var(--white2);
    font-weight: 300;
}

.logo {
    max-width: 236px;
}

.logo img {
    width: 100%;
}

.font-normal {
    font-weight: 400;
}

.nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav {
    display: none;
}

.nav-menu {
    padding: 22px 0;
}

.nav-menu a:hover,
.nav-menu li.active a {
    color: var(--white);
}

.has-dropdown {
    position: relative;
}

.menu-left li {
    position: relative;
}

.mobile-menu .menu-left li > .submenu,
aside .menu-left li > .submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 1.8s ease, opacity 0.3s ease;
}

.mobile-menu .menu-left li:hover > .submenu,
aside .menu-left li:hover > .submenu {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu .menu-columns {
    height: 100%;
}

.mobile-menu .menu-column,
.mobile-menu .footer-column {
    display: flex;
    align-items: center;
}


.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    padding: 22px 16px;
    border-top: solid 4px var(--blue);
    border-radius: 4px;
    min-width: 166px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    pointer-events: none;
    flex-direction: column;
    gap: 22px !important;
}

.dropdown li.active a,
.dropdown li a:hover {
    color: var(--blue) !important;
}

.dropdown li a {
    color: var(--grayMain) !important;
    font-size: 14px;
}

.has-dropdown a {
    position: relative;
}

.has-dropdown a:before {
    content: '';
    position: absolute;
    bottom: -25px;
    height: 25px;
    width: 100%;
}

/* Р СџР С•Р С”Р В°Р В·Р В°РЎвЂљР С‘ Р Р…Р В° Р Т‘Р ВµРЎРѓР С”РЎвЂљР С•Р С—РЎвЂ“ Р С—РЎР‚Р С‘ hover */
@media (min-width: 1025px) {
    .has-dropdown:hover .dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* Р С’Р С”РЎвЂљР С‘Р Р†Р Р…Р С‘Р в„– Р С”Р В»Р В°РЎРѓ Р Т‘Р В»РЎРЏ Р СР С•Р В±РЎвЂ“Р В»РЎРЉР Р…Р С•РЎвЂ” Р Р†Р ВµРЎР‚РЎРѓРЎвЂ“РЎвЂ” */
.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px);
    pointer-events: auto;
}

.buttons {
    display: none;
    gap: 1.5rem;
}

section .buttons a {
    min-width: 200px;
}

button {
    cursor: pointer;
}

.btn-arrow {
    color: var(--blue);
    font-size: 18px;
    font-weight: 400;
}

.btn-arrow,
.text a.read:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: var(--blue) !important;
}

.btn-arrow:hover {
    text-decoration: none;
}

.btn, .btn-outline {
    padding: 0.75rem 2.25rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1rem;
    height: 49px;
    font-weight: 300;
}

.btn {
    background: var(--blue);
    color: var(--white);
}

.btn-outline {
    border: 1px solid var(--blue);
    color: var(--white);
}

.btn-outline:hover {
    color: var(--white);
}

.btn:hover,
.meta .tag:hover {
    background: var(--blueHover);
    color: var(--white);
}

header .btn-outline:hover {
    color: var(--white);
}

.btn-outline:hover {
    color: var(--white2);
}

.burger {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    padding-top: 5px;
}

.burger span {
    width: 18px;
    height: 2px;
    background: var(--white3);
    transition: all 0.3s ease;
    border-radius: 4px;
}

.h-100vh {
    height: 100vh;
}

.mobile-menu .h-100vh {
    height: calc(100vh - 5rem);
}

.mobile-menu .menu-left li a {
    font-size: 18px;
    color: var(--color-white70);
}

.mobile-menu .menu-left .submenu li a {
    font-size: 16px;
    color: var(--color-white40);
}

.mobile-menu .menu-left li a:hover {
    color: var(--white) !important;
}

.mobile-menu .footer-column {
    color: var(--color-white70);
    font-size: 0.9rem;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.mobile-menu .footer-column h4 {
    margin-bottom: 30px;
}


/* Р С’Р Р…РЎвЂ“Р СР В°РЎвЂ РЎвЂ“РЎРЏ Р С—Р ВµРЎР‚Р ВµРЎвЂљР Р†Р С•РЎР‚Р ВµР Р…Р Р…РЎРЏ Р Р…Р В° РЎвЂ¦РЎР‚Р ВµРЎРѓРЎвЂљР С‘Р С” */
.burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c111d;
    color: var(--white);
    z-index: 1100;
    overflow-y: auto;
    transition: top 0.5s ease;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.mobile-menu.open {
    top: 0;
}

.footer-links a,
.copyright {
    font-weight: 300 !important;
}

.mobile-menu-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.mobile-menu {
    padding-top: 3rem;
}


.mobile-menu .close {
    display: none;
}

.menu-columns {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.menu-columns .footer-column > .flex {
    border-left: solid 1px #1b2229;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
}

.menu-columns .footer-column > .flex a:hover {
    color: #0956c5;
}

.menu-left li,
.menu-right p,
.menu-right h4 {
    margin-bottom: 0.5rem;
}

.menuModal {
    flex-wrap: wrap;
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 860px;
}

.mobile-menu .footer-links ul {
    width: 100%;
}

.mobile-menu .copyright {
    margin: 0;
    padding: 0;
    border: none;
    flex: 0 0 auto;
    max-width: 320px;
    min-width: 200px;
}


.burger:hover span {
    background: var(--white);
}


/*.hero {*/
/*    padding: 4rem 1rem;*/
/*    text-align: left;*/
/*}*/
/*.hero .tagline {*/
/*    color: var(--blue);*/
/*    font-size: 1rem;*/
/*}*/
/*.hero h1 {*/
/*    font-size: 2.5rem;*/
/*    margin: 1rem 0;*/
/*}*/
/*.hero .description {*/
/*    color: var(--text);*/
/*    margin-bottom: 2rem;*/
/*}*/
.cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

/* Mobile Menu */
/*.mobile-menu {*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    background: var(--bg);*/
/*    color: var(--white);*/
/*    display: none;*/
/*    z-index: 1000;*/
/*}*/

.mobile-menu-inner {
    padding: 2rem;
}

.menu-columns {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.menu-left {
    list-style: none;
    padding: 0;
}

.menu-left li {
    margin-bottom: 1rem;
}

.submenu {
    padding-left: 1.5rem;
    color: var(--gray);
}

.mobile-menu .menu-column {
    max-height: 100%;
}

.mobile-menu .menu-left .submenu li:first-child,
.sidebar .submenu li:first-child {
    padding-top: 1rem;
}

.menu-left .submenu li {
    margin-bottom: 0.4rem;
}

.menu-right div {
    margin-bottom: 1.5rem;
}

.close {
    background: none;
    border: none;
    color: var(--white);
    font-size: 2rem;
    float: right;
    cursor: pointer;
}

.bg-white {
    background: var(--white);
}

.relative {
    position: relative;
}


/* Hero Slider */
main > section:not(.bg-blue):not(:first-child):not(.p-0):not(.consultation-cta) {
    padding-top: 100px;
}

main > section.bg-blue:not(.p-0),
main > section.bg-gray:not(.p-0) {
    padding-bottom: 100px;
}


main > section.mt-20 {
    margin-top: 100px;
}

.text-center {
    text-align: center;
}

.mobile-menu .container {
    width: 100%;
}

.breadcrumbs {
    gap: 10px;
    margin-bottom: 16px;
}

.breadcrumbs li span,
.breadcrumbs li a {
    opacity: 0.6;
}

.breadcrumbs li span {
    margin-left: 10px;
}

.breadcrumbs li,
.breadcrumbs li a {
    color: #258EFF;
    font-weight: 600;
    font-size: 16px;
}


section.hero-slider video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.hero-slider.relative::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #0c111d;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, #0c111d, rgb(12 17 29 / 83%));
}

section.hero-slider > div {
    position: relative;
    z-index: 2;
}

.message.success {
    background: #63d19b;
    margin-top: 1rem;
    padding: 1rem;
    color: #fff;
    text-align: center;
}

.message.error {
    background: #ea8888;
    margin-top: 1rem;
    padding: 1rem;
    color: #fff;
    text-align: center;
}

.pb-6 {
    padding-bottom: 24px;
}

.breadcrumbs li a:hover {
    color: var(--white);
}

.hero-slider {
    display: grid;
    place-items: start;
    min-height: calc(100vh - 202px);
    color: var(--white);
    background: var(--bg);
    overflow: hidden;
    margin-top: -1px;
}

.hero-slider.inner-pageMod {
    min-height: auto;
}

.hero-slider .container {
    height: 100%;
    width: 90vw;
}

.hero-slider .slide {
    max-width: 100%;

    height: 100%;
    position: absolute; /* Р В°Р В±Р С• relative, Р В·Р В°Р В»Р ВµР В¶Р Р…Р С• Р Р†РЎвЂ“Р Т‘ Р С”Р С•Р Р…РЎвЂљР ВµР в„–Р Р…Р ВµРЎР‚Р В° */
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none; /* РЎвЂ°Р С•Р В± Р Р…Р Вµ Р СР С•Р В¶Р Р…Р В° Р В±РЎС“Р В»Р С• Р Р…Р В°РЎвЂљР С‘РЎРѓР С”Р В°РЎвЂљР С‘ Р Р…Р В° Р Р…Р ВµР Р†Р С‘Р Т‘Р С‘Р СРЎвЂ“ РЎРѓР В»Р В°Р в„–Р Т‘Р С‘ */
}

.hero-slider .slide.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    display: block;
    /*animation: fadeIn 1s ease forwards;*/
}

.hero-slider .slide .slideDescription .h1 {
    max-width: 600px;
}

.hero-slider .slide .slideDescription .h1.mod750 {
    max-width: 750px;
}

.hero-slider .slide .slideDescription {
    height: calc(100% - 84px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-slider h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-slider .description {
    margin-bottom: 2rem;
    color: var(--white);
    font-size: 18px;
    max-width: 475px;
    font-weight: 300;
}

.slider-buttons a {
    min-width: 200px;
}

.slider-indicators {
    display: flex;
    gap: 2rem;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
}

.slider-indicators .dot {
    width: 127px;
    height: 6px;
    background-color: rgb(236, 236, 236);
    cursor: pointer;
    opacity: 0.141;
    transition: var(--transition);
}


.slider-indicators .dot.active {
    opacity: 0.659;
}

.subheading {
    font-size: 16px;
    color: var(--blue);
    margin-bottom: 10px;
}

.intro-content > *:not(:first-child) {
    margin-top: 20px;
}

/*.intro-content > p:first-child {*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*    font-family: "Hanken Grotesk", sans-serif;*/
/*    margin-bottom: 30px;*/
/*    margin-top: 10px;*/
/*}*/

.intro-content > p:not(:first-child) {
    margin-bottom: 30px;
}

/*.colLeft {*/
/*    max-width: 465px;*/
/*}*/

.intro-stats-block > div > strong {
    font-size: 45px;
    font-family: "Lora", sans-serif;
    color: var(--blue);
    font-weight: 300;
    display: block;
    margin-bottom: 6px;
}

.header.pb-10 {
    padding-bottom: 90px;
}

.estimate {
    margin-top: 10px;
}

.estimate .est {
    line-height: 1;
    font-size: 32px;
    margin-left: 14px;
}

.estimate .smallText {
    font-size: 12px;
    line-height: 1.1;
    margin-top: 14px;
}

.avatars img:not(:last-child) {
    margin-right: -10px;
}

.avatars img {
    max-width: 44px;
}

.bonds-section {

}

.bonds-section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
}

.bonds-image {
    flex: 1 1 320px;
}
.bonds-image img {
    border-radius: 8px;
    object-fit: cover;
    max-width: 420px;
    width: 100%;
}

.bonds-text {
    flex: 1 1 660px;
}
.bonds-text h2,
.featured-bonds h2{
    color: #0050d8;
    margin-bottom: 32px;
}
.bonds-text p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 40px;
}

.bonds-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 50px;
}
.benefit {
    display: flex;
    gap: 14px;
    flex-direction: column;
}

.benefit p{
    margin: 0;
}
.benefit img {
    width: auto;
    max-height: 32px;
}
.benefit h4 {
    font-size: 16px;
    font-family: "Assistant", sans-serif;
    margin-bottom: 14px;
}
.benefit p {

}

.book-inside:not(.mod0){
    margin-top: 400px !important;
}

.featured-bonds{
    padding-bottom: 100px;
    margin-top: -398px;
}
.check{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}
.check li{
    position: relative;
    padding-left: 36px;
}
.check li:before{
    content: '';
    background: url('/dist/images/check.png') center no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 5px;
}

.bond-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;

}
.bond-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #cccccc;
}
.bond-card-logo {
    padding: 32px;
    background: #0c111d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}
.bond-card-logo img {
    max-width: 140px;
}
.bond-card-content {
    padding: 24px;
}
.bond-card-content .title {
    margin-bottom: 2px;
    color: #505050;
    font-weight: normal;
}
.bond-card-content .meta {
    font-size: 13px;
    color: #505050;
    margin-bottom: 24px;
    font-weight: normal;
    margin-top: 0;
}
.bond-card-content .rate {
    font-size: 48px;
    font-weight: 300;
    color: #0756ef;
    margin-bottom: 21px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}
.bond-card-content .rate strong{
    font-weight: 200;
    margin-bottom: -6px;
}
.bond-card-content .rate span {
    font-size: 12px;
    color: #888;
    margin-left: 4px;
}
.bond-card-content .info {
    display: flex
;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    border-top: dashed 1px #cccccc;
    padding-top: 15px;
}

.bond-card-content .info strong {
    display: block;
    font-size: 14px;
    color: #111;

}

.testimonial-faq-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Testimonials */
.testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
}

.testimonial {
    flex: 1 1 480px;
    background: #fff;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.09);
    border-radius: 24px;
    padding: 24px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.testimonial-header > img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-header .stars img{
    max-width: 140px;
}

.user-info .name {
    font-weight: normal;
    font-size: 16px;
}

.user-info .location {
    color: #0756ef;
    font-size: 14px;
    line-height: 1;
}

.stars {
    margin-left: auto;
    color: #0756ef;
    font-size: 16px;
}

.testimonial-text {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

/* FAQ */
.faq-section h2 {
    text-align: center;
    color: #0756ef;
}


.faq-section .accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 950px;
    margin: 40px auto 0;
}

.faq-section .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.faq-section .accordion-title {
    width: 100%;
    text-align: left;
    padding: 26px 30px;
    font-size: 18px;
    background: white;
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
    color: #323238;
}
.faq-section .accordion-title::after {
    content: "﹀";
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
    color: #8d8d99;
    line-height: 1;
    height: 7px;
    margin-top: 7px;
}
.faq-section .accordion-title.active::after {
    transform: rotate(180deg);
}

.accordion-contentNew {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    padding: 0 20px;
    transition: max-height 0.3s ease;
}
.accordion-contentNew p {
    margin: 16px 10px 4px;
}
.accordion-title.active + .accordion-contentNew {
    max-height: 200px;
    padding-bottom: 16px;
}



.logos {
    display: flex;
    justify-content: space-between; /* або use gap + flex-wrap if needed */
    align-items: center;
    flex-wrap: nowrap; /* гарантує, що всі в одному рядку */
    gap: 50px;
    margin: 90px 0;
}

.logos > div {
    flex: 0 0 auto; /* не розтягується */
}
.logos div:first-child img{
    height: 40px;
}

video {
    object-fit: cover;
    object-position: center;
    width: 93%;
    height: calc(100% - 0.5rem);
    border-radius: .5rem;
}

.logos img {
    height: 25px; /* або будь-яка фіксована висота */
    width: auto;

    display: block;
}

.contactLand {
    height: max-content;
}

.contactLand .btn {
    height: 70px;
    font-size: 18px;
}

.h1.mod750 {
    line-height: 1.15;
}

.h1.mod750 span {
    font-size: 30px;
    margin-left: -10px;
}

.text img {
    width: 100%;
}

.text.gap-16 {
    gap: 64px !important;
}

.text ul li {
    list-style: none;
}

.text ul li:before {
    content: 'вњ“ ';
    color: var(--blue);
    padding-right: 5px;
}

.intro-stats-block > div:last-child {
    min-width: 182px;
}

.-mt-12 {
    margin-top: -3rem; /* Р°Р±Рѕ -48px */
}

.hankenGroteskFont {
    font-family: "Hanken Grotesk", sans-serif;
}


.consultation-cta .cta-content {

}


.consultation-cta {
    background: url('/dist/images/book-min.jpg') center/cover no-repeat;
    padding: 7rem 0;
    color: var(--white);
    border-top: 1px solid #1e2a3d;
}

.consultation-cta .cta-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.consultation-cta .btn-outline {
    display: inline-block;
    padding: 0.75rem 2rem;
    border: 1px solid var(--blue);
    text-decoration: none;
    transition: background 0.3s;
}

.consultation-cta .btn-outline:hover {
    background: var(--blue);
    color: white;
}

.site-footer {
    background: var(--color-bgFooter);
    color: var(--color-white70);
    font-size: 0.9rem;
    padding: 4rem 0 2rem;
}

.footer-top {
    display: grid;
    grid-template-columns: 25% 75%;
    /*gap: 2rem;*/
    padding-bottom: 4rem;
    border-bottom: 1px solid #1b2229;
    align-items: start;
    flex-wrap: wrap;
}

.footer-logo img {
    max-width: 150px;
}

.footer-columns {
    display: flex;
    padding-left: 9rem;
    margin-left: auto;
}

.footer-columns .footer-column {
    padding-left: 0;
}

address.flex.justify-between div:last-child {
    margin-left: 4rem;
}

.footer-column h4 {
    font-size: 14px;
    font-family: Assistant, sans-serif;
    margin-bottom: 16px;
    font-weight: 600;
    color: #E3E3E3CC;
}

.footer-column.gap-15 {
    gap: 48px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-column a {
    color: #E3E3E399;
    text-decoration: none;
}

.footer-column a:hover,
.footer-column li.active a {
    color: var(--white);
}

.footer-column address {
    font-style: normal;
    line-height: 1.5;
    color: #E3E3E399;
}

.footer-links {
    text-align: center;
    padding: 1.5rem 0 0;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
}

.footer-links a {
    color: #E3E3E3CC;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.footer-links a:hover,
.footer-links li.active a {
    color: var(--white)
}

.footer-legal {
    font-size: 12px;
    color: var(--color-white40);
    padding: 2rem 0 0;
    border-top: solid 1px #1b2229;
    margin-top: 1.5rem;
    font-weight: 300;
}

.footer-legal > *:not(:first-child) {
    margin-top: 20px;
}

.copyright {
    color: var(--color-white70);
    font-size: 14px;
    padding: 2rem 0 0;
    border-top: solid 1px #1b2229;
    margin-top: 2rem;
    font-weight: 600;
}

.gap-15 {
    gap: 60px
}

.gap-13 {
    gap: 52px
}

.pl-16 {
    padding-left: 66px;
}

/* Institutional Services */

.institutional-services {
    margin-bottom: 54px;
}

.institutional-content .colLeft {
    padding-right: 94px;
}

.institutional-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    position: relative;
    overflow: visible;
}
.book-inside h2{
    color: #0050d8
}
.book-inside .intro-content{
    max-width: 600px;
}

.img-land2 img{
    max-width: 85%;
}

.intro .institutional-content {
    grid-template-columns: 1fr 2fr;
}

.institutional-content .image {
    margin-bottom: -350px;
}

img.institutional-image {
    display: block;
    width: 150%;
    max-width: 150%;
    transform: translateX(-33.4%);
    height: auto;
    object-fit: cover;
    min-height: 575px;

}

.institutional-image img {
    width: 100%;
    height: auto;
}

.institutional-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.institutional-text p:not(:last-child) {
    margin-top: 1rem;
}


.read-more {
    color: #007AFF;
    text-decoration: none;
    font-weight: 300;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

/* Index Cards */
.index-cards {
    background: #fff;
    padding: 3rem 1rem;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.card {
    flex: 1 1 160px;
    padding: 1rem;
    position: relative;
}

.card span {
    font-size: 15px;
    color: #1c1c1c;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.card strong {
    display: block;
    font-weight: 300;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 25px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 4px;
}

.cards .card .flex {
    position: relative;
    padding-left: 18px;
}

.cards .card .flex:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 17px;
    left: 0;
    top: 13px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzU0OTFfNjEwMSkiPgo8cGF0aCBkPSJNOS42OTIxNCAwLjYyMjQ1N0wxLjM4MjQyIDguOTU5NjdDMS4yNjQxNCA5LjA3ODgxIDEuMjI5OTcgOS4yNTYyNSAxLjI5MjQ1IDkuNDEzN0MxLjMyNDA3IDkuNDg5NzEgMS4zNzc1MSA5LjU1NDY1IDEuNDQ2MDEgOS42MDAzMUMxLjUxNDUgOS42NDU5OCAxLjU5NDk5IDkuNjcwMzMgMS42NzczMiA5LjY3MDNMNi4yNTkxMSA5LjY3MDNMNi4yNTkxMSAyMC4wODM1QzYuMjU5MTUgMjAuMzEzNCA2LjQ0NTczIDIwLjUgNi42NzU2NSAyMC41TDEzLjM0MDEgMjAuNUMxMy41NyAyMC41IDEzLjc1NjYgMjAuMzEzNCAxMy43NTY2IDIwLjA4MzVMMTMuNzU2NiA5LjY3MDI2TDE4LjMyMDkgOS42NzAyNUMxOC40ODkyIDkuNjcwMjUgMTguNjQwOCA5LjU2ODYxIDE4LjcwNTggOS40MTI4NEMxOC43Mjc1IDkuMzYxMTggMTguNzM3NSA5LjMwNzA2IDE4LjczNzUgOS4yNTM3MUMxOC43Mzc1IDkuMTQ1NDMgMTguNjk1IDkuMDM4NzkgMTguNjE1OCA4Ljk1ODgxTDEwLjI4MTkgMC42MjE1OTdDMTAuMjQzMiAwLjU4MjkyIDEwLjE5NzIgMC41NTIyNjcgMTAuMTQ2NiAwLjUzMTM5M0MxMC4wOTYgMC41MTA1MjEgMTAuMDQxOCAwLjQ5OTgzNyA5Ljk4NzA0IDAuNDk5OTZDOS45MzIyNSAwLjUwMDAwOSA5Ljg3ODAxIDAuNTEwODUyIDkuODI3NDEgMC41MzE4N0M5Ljc3NjgxIDAuNTUyODg4IDkuNzMwODQgMC41ODM2NzEgOS42OTIxNCAwLjYyMjQ1N1oiIGZpbGw9IiMwNzU2RUYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF81NDkxXzYxMDEiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDIwLjUpIHJvdGF0ZSgtOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat;
    background-size: 100%;
}

.cards .card.down .flex:before {
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzU0OTFfNjEyMSkiPgo8cGF0aCBkPSJNMTAuMTkyMSAyMC4zNzc1TDEuODgyNDIgMTIuMDQwM0MxLjc2NDE0IDExLjkyMTIgMS43Mjk5NyAxMS43NDM3IDEuNzkyNDUgMTEuNTg2M0MxLjgyNDA3IDExLjUxMDMgMS44Nzc1MSAxMS40NDU0IDEuOTQ2MDEgMTEuMzk5N0MyLjAxNDUgMTEuMzU0IDIuMDk0OTkgMTEuMzI5NyAyLjE3NzMyIDExLjMyOTdMNi43NTkxMSAxMS4zMjk3TDYuNzU5MTEgMC45MTY1NDFDNi43NTkxNSAwLjY4NjYxOCA2Ljk0NTczIDAuNSA3LjE3NTY1IDAuNUwxMy44NDAxIDAuNTAwMDAxQzE0LjA3IDAuNTAwMDAxIDE0LjI1NjYgMC42ODY2MTggMTQuMjU2NiAwLjkxNjU0MUwxNC4yNTY2IDExLjMyOTdMMTguODIwOSAxMS4zMjk3QzE4Ljk4OTIgMTEuMzI5NyAxOS4xNDA4IDExLjQzMTQgMTkuMjA1OCAxMS41ODcyQzE5LjIyNzUgMTEuNjM4OCAxOS4yMzc1IDExLjY5MjkgMTkuMjM3NSAxMS43NDYzQzE5LjIzNzUgMTEuODU0NiAxOS4xOTUgMTEuOTYxMiAxOS4xMTU4IDEyLjA0MTJMMTAuNzgxOSAyMC4zNzg0QzEwLjc0MzIgMjAuNDE3MSAxMC42OTcyIDIwLjQ0NzcgMTAuNjQ2NiAyMC40Njg2QzEwLjU5NiAyMC40ODk1IDEwLjU0MTggMjAuNTAwMiAxMC40ODcgMjAuNUMxMC40MzIzIDIwLjUgMTAuMzc4IDIwLjQ4OTEgMTAuMzI3NCAyMC40NjgxQzEwLjI3NjggMjAuNDQ3MSAxMC4yMzA4IDIwLjQxNjMgMTAuMTkyMSAyMC4zNzc1WiIgZmlsbD0iI0NEMTkxQSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzU0OTFfNjEyMSI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggMC41IDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") no-repeat;
    background-size: 100%;
}

.card small {
    font-size: 16px;
    font-weight: 500;
}

.card.up small {
    color: var(--blue);
}

.card.down small {
    color: #CD191A;
}

.company-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.company-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.company-text p:not(:last-child) {
    margin-top: 1rem;
}


.company-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    margin-right: -1rem;
}

.company-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overflow-hidden {
    overflow: hidden;
}


/* Areas of Expertise */
.expertise {
    background: #fff;
    padding: 4rem 1rem;
}

.expertise-title {
    font-size: 2rem;
    margin: 1rem 0 2rem;
    text-align: center;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem; /* 3rem left + 3rem right = 6rem РјС–Р¶ item'Р°РјРё */
    /*gap: 2rem;*/
    position: relative;
}

.expertise-grid .expertise-item:not(:last-child) {


}

.expertise-grid .expertise-item:not(:first-child) {

}

.expertise-grid .expertise-item:last-child {
    border-color: transparent;
}

.expertise-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2.5rem;
    height: 100%;
    width: 1px;
    background-color: #e0e0e0;
    transform: translateX(50%);
}

.expertise-grid .expertise-item {
    position: relative;
}

.expertise-item h3 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #444444;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
}

.expertise-item p {
    margin-bottom: 30px;
}

.bg-blue {
    background: var(--blueSection);
}

.bg-gray {
    background: var(--graySection);
}


/* Investment Advisor */
.advisor {
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.advisor-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
    /*position: relative;*/
}

.advisor-image {
    position: absolute;
    left: 0;
    top: 0;
    /*bottom: 0;*/
    width: 50%;
    z-index: 1;
    margin-left: -1rem;
    height: 100%;
}

.advisor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advisor-content {
    position: relative;
    z-index: 2;
    margin-left: auto;
    /*padding: 4rem 2rem;*/
}

.py-20 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-41 {
    padding-top: 164px;
    padding-bottom: 164px;
}

.advisor-content h2 {

}

.advisor-buttons {
    display: flex;
    gap: 1rem;
}

.testimonial-slider blockquote {
    font-size: 20px;
    position: relative;
    padding: 80px 0 40px 70px;
}

.testimonial-slider blockquote:before {
    content: '“';
    font-size: 120px;
    color: var(--blue);
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-slider blockquote p:not(:first-child) {
    margin-top: 24px;
}


.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 4rem;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;

}

.testimonial-slide.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

.testimonial-card {
    background: #f4f4f4;
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
}

.testimonial-author img {
    border-radius: 100%;
    object-fit: cover;
    width: 56px;
    height: 56px;
}

.testimonial-author {
    gap: 14px
}

.testimonial-author strong {
    font-weight: 400;
}

.testimonial-author span {
    color: var(--blue);
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 1;
}

.testimonial-nav {
    right: 40px;
    position: absolute;
    bottom: 40px;
    display: flex;
    gap: 14px;
}

.testimonial-nav button {
    border-radius: 100%;
    background: var(--white);
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-items: center;
    border: none;
    color: var(--blue);
    justify-content: center;
    font-size: 20px;
}

.testimonial-nav button:hover {
    color: var(--white);
    background: var(--blue);
}

.testimonial-nav button:hover svg path {
    fill: var(--white);
}

.quote {
    font-style: italic;
    font-size: 1.1rem;
}

.author {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 1rem;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
}

.arrow.prev {
    left: -2rem;
}

.arrow.next {
    right: -2rem;
}

.testimonial-text .btn-arrow {
    display: inline-block;
    margin-top: 1rem;
    color: #0073e6;
    text-decoration: none;
}


.contactLand {
    max-width: 555px;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
}

.p-box {
    padding: 10px 30px 40px 30px;
}

/* Insights section */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 73px;
    margin-top: 28px;
}

.news-card .date {
    font-size: 16px;
}

.news-card h3 {
    font-weight: 400;
    font-size: 28px;
    font-family: "Assistant", sans-serif;
}

.news-card h3 a {
    color: var(--grayMain);

}

.news-card h3 a:hover {
    color: var(--blue);
}

.meta {
    display: flex;
    gap: 1rem;
    margin-top: 24px;
    font-size: 14px;
    align-items: center;
}

.meta .tag {
    background: var(--blue);
    color: var(--white);
    padding: 0.2rem 1.5rem;
    display: flex;
    height: 49px;
    justify-content: center;
    align-items: center;
}

.intro .description .title {
    font-size: 24px;
    line-height: 1.3;
}

.intro .description {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
}

.intro .description .btn-arrow:not(:hover) {
    color: var(--white);
}

.intro .description .btn-arrow:after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjI4IDYuMTE0YTEuNjY3IDEuNjY3IDAgMCAwLTEuMTczLS40NzhMOC4wNDUgNS42M2EuODMzLjgzMyAwIDEgMCAuMDA2IDEuNjY4bDMuODcyLS4wMDYtNS44OTMgNS44OTNhLjgzMy44MzMgMCAxIDAgMS4xNzkgMS4xNzhMMTMuMSA4LjQ3MXYzLjg3N2EuODM0LjgzNCAwIDEgMCAxLjY2OC4wMDZsLS4wMDYtNS4wNjJhMS42NjcgMS42NjcgMCAwIDAtLjQ4My0xLjE3OFoiLz4KPC9zdmc+") no-repeat;
}

.h-full {
    height: 100%;
}

.intro .shadow-bottom:hover {
    color: var(--white);
}

.intro .shadow-bottom {
    max-width: 420px;
    width: 100%;
}

.intro .shadow-bottom span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    text-decoration-color: var(--white) !important;
    /*color: var(--color-white70) !important;*/
}

.intro .shadow-bottom:hover span,
.intro .shadow-bottom span:hover {
    color: var(--white) !important;
    text-decoration: none;
}

.intro .shadow-bottom img {
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}

.shadow-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    pointer-events: none;
    z-index: 2;

    opacity: .5;

    transition: opacity 1s ease;

}

li.empty {
    background: transparent !important;
}

.shadow-bottom:hover::after {

    opacity: .75;
}

.hero-slider .container:not(.inner-pageMod) {
    min-height: 600px;
}

.adaptive-contentText.max110 {
    max-width: 584px;
}

.colLeft {
    /*padding-right: 124px;*/
    padding-right: 216px;
}

.colRight {
    padding-left: 124px;
    padding-right: 42px;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*.inner-page-layout {*/
/*    display: grid;*/
/*    grid-template-columns: 250px 1fr;*/
/*    gap: 3rem;*/
/*    align-items: start;*/
/*    */
/*}*/


.inner-page {
    background: #fff;
    /*padding: 4rem 0;*/
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1.6;
}

.inner-page--layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 3rem;
    align-items: start;
    color: #828282;
    line-height: 25px;
    font-weight: 300;
    font-size: 14px;
}

.inner-page--layout h2,
.inner-page--layout h3,
.inner-page--layout h4 {
    color: #111111;
}

.new-pre {
    border-bottom: solid 1px #82828233;
    padding-bottom: 40px;
}

.sidebar .side-nav ul {

}

.module {
    position: relative;
    padding-top: 40px;
}

.module:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #258EFF;
    display: inline-flex;
    position: absolute;
    top: 0;
}

.sidebar .side-nav ul li {
    /*padding: 0.5rem 0;*/
    font-size: 0.95rem;
}

.sidebar .side-nav ul li.active {
    color: var(--blue);
}

.sidebar .side-nav ul li a {
    text-decoration: none;
    color: #828282;
    font-size: 16px;
    transition: color 0.3s ease;
}

.sidebar .side-nav ul li.active > a {
    color: var(--blue);
}

.sidebar .side-nav ul li a:hover {
    color: var(--blueHover);
}

.sidebar .side-nav ul li ul li a {
    font-weight: 300;
    font-size: 16px;
}

.sidebar .contact-block {
    /*margin-top: 2rem;*/
    /*font-size: 0.85rem;*/
}

.sidebar {
    color: #828282
}

.sidebar .contact-block h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #111111;
    font-family: "Assistant", sans-serif;
}

.sidebar .contact-block .gap-6 {
    gap: 16px;
    font-size: 16px;
}

.sidebar .contact-block .gap-6 a {
    font-size: 15px;
}

.sidebar .contact-block a {
    font-weight: 300;
}

.sidebar .module:not(:first-child) {
    margin-top: 60px;
}

.contact-block a {
    color: var(--blue);
}

.contact-block a:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    text-decoration-color: var(--blue) !important;
}

.inner-page--content .label {
    color: var(--blue);
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.inner-page--content h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    color: #444444;
    border-bottom: solid 1px #d2ddee;
    padding-bottom: 1.5rem;
    margin-top: 14px;
}

.inner-page--content .lead {
    font-size: 1.125rem;
    color: #444;
    margin-bottom: 0rem;
}

.inner-page-body p {
    margin-bottom: 24px;
}

main {
    overflow: hidden;
}

.gap-12 {
    gap: 48px;
}

.gap-24 {
    gap: 96px;
}

.column-2 .text {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
}

.philosophy-grid-block + .philosophy-grid-block {
    margin-top: 4rem;
}

.philosophy-grid-block .image {
    max-width: 100%;
}

.philosophy-grid-block .image img {
    max-width: 100%;
}

.text a.read {
    color: var(--blue);
    margin-top: 16px;
    display: inline-flex
}

.philosophy-grid-block .text p:last-child {
    margin-bottom: 0;
}

.philosophy-grid-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    position: relative;
}

.philosophy-grid-block h3 {
    margin-bottom: 30px;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 400;
}

.philosophy-grid-block p {
    margin-bottom: 24px;
}

.navigate-acc .intro-content > p {
    font-size: 16px !important;
}

.service-list.grid-3.bg-gray li,
.service-list.grid-2.bg-gray li {
    position: relative;
    padding: 24px;
    background: #F9FAFB;
    font-size: 15px;
    line-height: 25px;
}

.image-left,
.image-right {
    position: relative;
    width: 128%;
    z-index: 1;
}


.image-left {
    left: -28%;
}

.image-right {
    /*right: -28%;*/
}

.image-left img,
.image-right img {
    width: 100%;
    height: auto;
    display: block;
}


.service-list {
    padding: 2rem 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    row-gap: 3rem;
    list-style: none;
}

.service-list.grid-3,
.service-list.list3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px !important;
    color: #828282;
}

.service-list.list3 {
    row-gap: 48px !important;
    margin-top: 32px;
}

.service-list.grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 64px !important;
    color: #828282;
}

.mb-8 {
    margin-bottom: 32px;
}

.service-list.grid-3,
.service-list.grid-2 {
    padding: 0;
}

.service-list.grid-2 .testimonial-author {
    margin-top: 24px;
    font-weight: 400;
}

.service-list.grid-2 .testimonial-author span {
    margin-top: 8px;
    font-size: 14px;
}

.service-list.grid-2 .testimonial-author > div {
    font-family: "Lora";
    color: #111111;
}

.list-news .title {
    /*font-family: "Lora";*/
    color: #111111;
    font-size: 22px;
}

.list-news li {
    border-bottom: solid 1px #82828233;
    padding: 32px 0;
}

.list-news li .date {
    /*font-size: 20px;*/
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
}

.list-news li > div:nth-child(2) {
    flex: 1;
}

.list-news li .tag {
    background: #F2F2F7;
    display: flex;
    font-size: 14px;
    color: #111;
    line-height: 1.1;
    min-width: 102px;
    height: 29px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.list-news.w-full li .tag {
    /*background: #0756EF;*/
    font-size: 14px;
    /*color: #fff;*/
}

#news-list + .pagination {
    margin-top: -60px;
}

.list-news li .more {
    background: #F2F2F7;
    width: 44px;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.list-news li .more:hover {
    background: var(--blue);;
}

.list-news li .more:hover svg path {
    fill: var(--white);
}

.gap-4 {
    gap: 14px;
}

.list .title {
    color: var(--blue);
}

.list .grid {
    margin-top: 40px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.list .item .image {
    margin-bottom: 24px;
}

.list .item .name {
    font-size: 20px;
    font-family: "Lora", serif
}

.list .item .job {
    margin-top: 8px;
}

.list .item > * {
    line-height: 1.1;
}

.list .item img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 2 / 2.75;
    object-fit: cover;
}

.list .grid-4 {
    gap: 98px;
    row-gap: 64px
}

.list .item {

}

.service-list.bg-gray {
    background: none;
}

.service-list.bg-gray strong {
    font-size: 16px;
    font-family: Assistant;
    font-weight: 400;
}

.service-list.grid-2 .testimonial-author span {
    font-family: Assistant;
}

.service-list h3 {
    font-family: Assistant;
    font-weight: 300;
}

.service-list:not(.grid-2):not(.grid-3) h3 {
    font-size: 16px;
    margin-bottom: 16px;
}

.service-list li {
    position: relative;
    padding-left: 2rem;
}

button.btn {
    border: none;
}

.mt-20 {
    margin-top: 80px;
}

.contactsTeam li h4 {
    margin-bottom: 0px;
    font-size: 18px;
}

.contactsTeam li h4 + div {
    color: #828282;
    font-size: 16px;
}

.contactsTeam li div:first-child {
    max-height: 52px;
    overflow: hidden;
}

.contactsTeam li {
    border: solid 1px #E5E5EA;
    padding: 16px;
}

.service-list.list3.contactsTeam {
    row-gap: 24px !important;
}

.service-list:not(.grid-3.bg-gray):not(.grid-2.bg-gray):not(.contactsTeam) li:before {
    content: "";
    width: 10px;
    height: 2px;
    background: var(--blue);
    position: absolute;
    left: 0;
    top: 9px;
}

.service-list li strong {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: -8px;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.philosophy-image {
    margin-top: 3rem;
}

.philosophy-image img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.py-31 {
    padding-top: 124px;
    padding-bottom: 124px;
}

.p-31 {
    padding: 124px;
}

.pl-31 {
    padding-left: 124px;
}

.intro .shadow-bottom img {
    width: 100%;
}

.inner-page-intro {
    background: #f5f5f5;
    margin-top: -154px;
    position: relative;
    margin-bottom: 124px;
}

.inner-page-intro:after {
    content: '';
    background: #f5f5f5;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}


.tabs {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 78px;
    border-bottom: solid 1px #0756EF4D;
    max-width: fit-content;

    margin-bottom: 64px;
}

.tab-button {
    border: none;
    border-bottom: solid 1px transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #828282;
    background: none;
    font-size: 20px;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    padding-bottom: 16px;
}

.tab-button.active {
    color: #090909;
    border-bottom: solid 1px #0756EF;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.files {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15%;
    row-gap: 64px;
}

.files li {
    position: relative;
    line-height: 1.1;
    padding-left: 58px;
}

.files li a {
    color: #828282;
    display: inline-flex;
    flex-direction: column;
}

.files li a:hover {
    color: var(--blue);
}

.files li:before {
    content: '';
    background: url('/dist/images/pdf-document-svgrepo-com 1.svg') no-repeat;
    height: 44px;
    width: 39px;
    position: absolute;
    left: 0;
    top: 2px
}

.files li .sizeFile {
    font-size: 18px;
    margin-top: 5px;
}

.files li .title {
    font-size: 20px;
}

.image-right img {
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}

.pagination {
    width: 100%;
    grid-column: 1 / span 3;
}

.review.service-list .testimonial-author {
    margin-top: 0;
}

.review.service-list {
    background: rgba(242, 242, 247, 0.50);
    padding: 40px;
    gap: 24px !important;
}

.testimonial-list li {
    min-height: 550px;
}

.testimonial-list .desc {
    font-size: 20px;
    margin-top: 24px;
}

.l-colReview {
    position: relative;
}

.l-colReview:before {
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCA0MCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODAxMzIgMC4yODAwMjlMMTMuMzc3NSAyLjkyMjg5QzEyLjQwNjIgNC4xNTYyMiAxMS4zOTA3IDUuOTE4MTMgMTAuMzMxMSA4LjIwODZDOS4yNzE1MiAxMC40OTkxIDguNDMyNjcgMTMuMDA5OCA3LjgxNDU3IDE1Ljc0MDdDNy4xOTY0NyAxOC40NzE3IDcuMDE5ODcgMjEuMjAyNiA3LjI4NDc3IDIzLjkzMzZDNy45MDI4NyAyMy42NjkzIDguNDc2ODIgMjMuNDkzMSA5LjAwNjYyIDIzLjQwNUM5LjUzNjQyIDIzLjIyODggMTAuMDY2MiAyMy4xNDA3IDEwLjU5NiAyMy4xNDA3QzEyLjM2MiAyMy4xNDA3IDEzLjgxOSAyMy43NTc0IDE0Ljk2NjkgMjQuOTkwN0MxNi4xMTQ4IDI2LjIyNDEgMTYuNjg4NyAyNy43NjU3IDE2LjY4ODcgMjkuNjE1N0MxNi42ODg3IDMyLjA4MjQgMTUuOTgyMyAzMy45NzY1IDE0LjU2OTUgMzUuMjk3OUMxMy4xNTY3IDM2LjYxOTMgMTEuNDM0OSAzNy4yOCA5LjQwMzk3IDM3LjI4QzYuNDAxNzYgMzcuMjggNC4wNjE4MSAzNi4xMzQ4IDIuMzg0MTEgMzMuODQ0M0MwLjc5NDcwMiAzMS40NjU3IDAgMjguNjAyNiAwIDI1LjI1NUMwIDIyLjk2NDYgMC4zOTczNTEgMjAuMjc3NyAxLjE5MjA1IDE3LjE5NDNDMi4wNzUwNiAxNC4wMjI5IDMuMjIyOTYgMTAuODk1NSA0LjYzNTc2IDcuODEyMThDNi4xMzY4NiA0LjcyODg0IDcuODU4NzIgMi4yMTgxMyA5LjgwMTMyIDAuMjgwMDI5Wk0zMy4xMTI2IDAuMjgwMDI5TDM2LjY4ODcgMi45MjI4OUMzNS43MTc0IDQuMTU2MjIgMzQuNzAyIDUuOTE4MTMgMzMuNjQyNCA4LjIwODZDMzIuNTgyOCAxMC40OTkxIDMxLjc0MzkgMTMuMDA5OCAzMS4xMjU4IDE1Ljc0MDdDMzAuNTA3NyAxOC40NzE3IDMwLjMzMTEgMjEuMjAyNiAzMC41OTYgMjMuOTMzNkMzMS4yMTQxIDIzLjY2OTMgMzEuNzg4MSAyMy40OTMxIDMyLjMxNzkgMjMuNDA1QzMyLjg0NzcgMjMuMjI4OCAzMy4zNzc1IDIzLjE0MDcgMzMuOTA3MyAyMy4xNDA3QzM1LjY3MzMgMjMuMTQwNyAzNy4xMzAyIDIzLjc1NzQgMzguMjc4MSAyNC45OTA3QzM5LjQyNiAyNi4yMjQxIDQwIDI3Ljc2NTcgNDAgMjkuNjE1N0M0MCAzMi4wODI0IDM5LjI5MzYgMzMuOTc2NSAzNy44ODA4IDM1LjI5NzlDMzYuNDY4IDM2LjYxOTMgMzQuNzQ2MSAzNy4yOCAzMi43MTUyIDM3LjI4QzI5LjcxMyAzNy4yOCAyNy4zNzMxIDM2LjEzNDggMjUuNjk1NCAzMy44NDQzQzI0LjEwNiAzMS40NjU3IDIzLjMxMTMgMjguNjAyNiAyMy4zMTEzIDI1LjI1NUMyMy4zMTEzIDIyLjk2NDYgMjMuNzA4NiAyMC4yNzc3IDI0LjUwMzMgMTcuMTk0M0MyNS4zODYzIDE0LjAyMjkgMjYuNTM0MiAxMC44OTU1IDI3Ljk0NyA3LjgxMjE4QzI5LjQ0ODEgNC43Mjg4NCAzMS4xNyAyLjIxODEzIDMzLjExMjYgMC4yODAwMjlaIiBmaWxsPSIjMDc1NkVGIi8+Cjwvc3ZnPgo=") no-repeat;
    position: absolute;
    width: 40px;
    height: 38px;
    left: -64px;
}

.testimonial-list .name,
.review .name {
    font-size: 22px;
    line-height: 1.1;
    margin-top: 8px;
}

.testimonial-list .city,
.review .city {
    display: inline-flex;
    font-size: 14px;
    background: #fff;
    height: 22px;
    padding: 0 5px;
    margin-top: 8px;
    align-items: center;
    justify-content: center;
}

.review .descCount {
    font-size: 14px;
    line-height: 1.1;
}

.review .border-t {
    border-top: solid 1px #CECECE;
    margin-top: 50px;
    padding-top: 50px;
    gap: 70px;
}

.review .border-t .count {
    color: #828282;
    font-size: 48px;
}

.review .border-t .line {
    min-width: 36px;
    height: 1px;
    background: #CECECE;
}

.slider {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.slider-viewport {
    overflow: hidden;
    flex: 1;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}

.slider .slide {
    background: #F2F2F7;
    text-align: center;
    flex-shrink: 0;
    margin-right: 24px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 2 / 3.5;
}

.slider .slide a:after {
    content: '';
    height: 31px;
    width: 31px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMSIgZmlsbD0ibm9uZSI+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj4KICAgIDxwYXRoIGZpbGw9IiNDN0M3Q0YiIGQ9Ik0xNS40LjY0Yy04LjI4NCAwLTE1IDYuNzE2LTE1IDE1IDAgOC4yODQgNi43MTYgMTUgMTUgMTUgOC4yODQgMCAxNS02LjcxNiAxNS0xNSAwLTguMjg0LTYuNzE2LTE1LTE1LTE1Wm01LjE4NCAxNS43OTUtNy41IDQuNjg4YS45MzcuOTM3IDAgMCAxLTEuNDM0LS43OTZ2LTkuMzc1YS45MzcuOTM3IDAgMCAxIDEuNDM0LS43OTVsNy41IDQuNjg4YS45MzkuOTM5IDAgMCAxIDAgMS41OVoiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImEiPgogICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjQuNjRoMzB2MzBILjR6Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+") no-repeat;
}

.slider .slide img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 3.5;
}

/* Remove margin on last slide to avoid spacing bug */
.slider-track .slide:last-child {
    margin-right: 0;
}

.slider-prev,
.slider-next {
    background: none;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.gap-24 {
    overflow: hidden;
}

.service-list.testimonial-list {
    grid-template-columns:  1fr  1fr  1fr;
}

.default-text h3 {
    font-family: Assistant;
    color: #0756EF;
    font-size: 18px;
    font-weight: 400;
}

.default-text h3:not(:first-child) {
    margin-top: 32px;
}

.consultation-wrapper {
    display: flex;
    min-height: 100vh;
    background-color: #131D29;
    background-image: url('/dist/images/WebP/booking-form.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}

.consultation-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(45deg, #131D29 10%, rgb(19 29 41 / 60%));
}


.consultation-wrapper > * {
    z-index: 2;
}

.notHidden {
    overflow: visible !important;
}

.bookDesc {
    position: sticky;
    bottom: 4rem;
}

.consultation-left-section {
    margin: 130px 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 80px;
    color: #fff;
    width: 40%;
    height: auto;
}

.consultation-left-title {
    font-size: 48px;
    line-height: 1;
    max-width: 300px;
    font-family: Assistant, sans-serif;
    font-weight: 300;
}

.consultation-left-section .logo {
    position: sticky;
    top: 8rem;
}

.consultation-left-section .logo img {
    height: 1.5rem;
    width: unset;
}

.bookDesc p {
    margin-top: 40px;
    max-width: 432px;
    font-size: 16px;
    font-weight: 300;

}

.consultation-right-section {
    width: 60%;
    background-color: #fff;
    border-radius: 8px;
    margin: 40px;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


button.consultation-time-button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}


button.consultation-time-button.selected {
    background: #0057ff;
    color: #fff;
}

.consultation-left-section.mod670 {
    width: 60%;
}

.consultation-right-section.mod670 {
    width: 40%;
    min-width: 620px;
}

.consultation-right-section > div {
    width: 85%;
    margin: 0 auto;
}

.consultation-footer-buttons > button {
    border-radius: 8px;
}

.inner-page--layout .contactsTeam a {
    color: #828282;
}

.consultation-footer-buttons > button.btn-outline {
    background: none;
    color: var(--blue);
}

.step-indicator-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.step {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background-color: #E6EFFE; /* Р±Р»Р°РєРёС‚РЅРёР№ РґР»СЏ РЅРµР°РєС‚РёРІРЅРёС… */
    color: black;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lora;
    font-size: 16px;
}

.step.active {
    background-color: var(--blue); /* СЏСЃРєСЂР°РІРѕ СЃРёРЅС–Р№ */
    color: white;
}

.step-line {
    height: 6px;
    width: 80px;
    background-color: #e7efff;
}

.step-line.active {
    background-color: var(--blue);;
}

.step-line.half-active {
    background: linear-gradient(to right, var(--blue) 50%, #E6EFFE 50%);
}

.consultation-calendar-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.consultation-calendar-section,
.consultation-time-section {
    flex: 1;
    min-width: 240px;
}

.consultation-calendar-section {
    min-width: 400px;
}

.consultation-title {
    text-align: center;
    font-size: 24px;
    margin: 44px 0;
    color: #111111;
    font-weight: 400;
}

.consultation-subtitle {
    color: #1A1A1A;
    font-size: 20px;
    font-family: Lora;
    font-weight: 500;
    margin-bottom: 22px;
}

.consultation-time-section .consultation-subtitle {
    color: #737373;
    font-size: 20px;
    font-family: Assistant;
    font-weight: 600;
}

.consultation-timezone {
    font-size: 14px;
    margin-top: 15px;
    color: #555;
}

.timeTitle {
    color: #1A1A1A;
    font-size: 16px;
    font-family: Assistant;
    font-weight: 700;
}

.timezone-wrapper {
    margin-top: 16px;
}


.timezone-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 250px;
}

.timezone-icon {
    position: absolute;
    left: 0px;
    font-size: 16px;
    pointer-events: none;
}

.dd {
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;

    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: rgba(26, 26, 26, 0.61);
    font-size: 15.96px;
    font-weight: 600;
}

.dd:hover,
.dd.bookable {
    background: rgba(7, 86, 239, 0.08);
    color: #0756EF;
}

.dd.active {
    background: #0756EF;
    color: #fff;
}

#calendar-controls button {
    border: none;
    padding: 0;
    background: none;
}

#calendar-controls button:hover path {
    fill: #0756EF;
}

#calendar-controls button:hover rect {
    fill: rgba(7, 86, 239, 0.08);
}


.month {
    color: #1A1A1A;
    font-size: 16px;
    font-family: Assistant;
    font-weight: 400;
}

.day {
    color: #1A1A1A;
    font-size: 12px;
    font-family: Assistant;
    font-weight: 600;
    text-transform: uppercase;
}

#step-wrapper {
    min-width: 525px;
}

.timezone-select {
    font-family: Assistant;
    font-weight: 300;
    width: 100%;
    padding: 0px 0px 0px 20px;
    border: 1px solid transparent;
    font-size: 14px;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D%22%23333%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2220%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.consultation-time-button {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(7, 86, 239, 0.60);
    background-color: white;
    color: #0057ff;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.consultation-time-button.active {
    background-color: #767676;
    color: white;
    border: none;
}

.consultation-time-section {
    border-left: solid 1px #E5E5EA;
    padding-left: 34px;
}

.consultation-time-section .flex > button {
    width: 50%;
}

.consultation-next-button {
    background-color: #0057ff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
}

.consultation-footer-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    width: 100%;
}


select,
input,
textarea {
    width: 100%;
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="gray" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 16px;
    color: #000;
    font-family: Assistant;
    font-weight: 300;
}

input::placeholder,
textarea::placeholder {
    color: #828282;
}

input,
textarea {
    background: #fff;

}

input,
textarea,
select {
    border-radius: 0px !important;
}

textarea {
    min-height: 140px;
}

label {
    display: block;
    margin: 20px 0 8px;
    font-weight: 400;
    color: #111111;
    font-size: 16px;
}

.mod670 h2 {
    color: #1C1C1C;
    font-size: 50px;
    font-family: Assistant;
    font-weight: 400;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 1.1;
}

.lineee p {
    opacity: 0.6;
}

.lineee p a {
    color: #033CD0;
}

.consultation-right-section.mod670 {
    padding: 68px 100px;
}

.forget {
    color: #033CD0;
    font-size: 18px;
    margin-top: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.consultation-right-section.mod670 .btn {
    height: 63px;
    width: 100%;
    background: #033CD0;
    font-size: 24px;
    font-weight: 300;
    font-family: Assistant;
    position: relative;
}

.consultation-right-section.mod670 .lineee {
    border-bottom: solid 1px #1c1c1c21;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.consultation-right-section.mod670 .btn svg {
    right: 20px;
    position: absolute;
}

.consultation-right-section.mod670 .btn:hover {
    background: var(--blue);
}

.navUserReg {
    padding-bottom: 24px;
    gap: 60px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.navUserReg a {
    opacity: 0.50;
    color: black;
    font-size: 20px;
    font-family: Assistant;
    font-weight: 300;
    border-bottom: solid 1px transparent;
    padding-bottom: 24px;
    line-height: 1;
}

.navUserReg li.active a {
    border-bottom: solid 1px #033CD0;
    opacity: 1;
}

.authorizationBox .item p {
    margin-bottom: 14px;
}

.authorizationBox .item {
    padding: 32px 0;
    color: #505050;
    font-size: 16px;
    border-bottom: solid 1px #D4DEE4;
}

.authorizationBox .advisor-content {
    margin: 0;
}

.authorizationBox .item h3 {
    color: #0C111D;
    font-size: 22px;
    font-family: Assistant;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 8px;
}

.accordion-header span {
    height: 40px;
}

.accordion {
    width: 50%;
}

.accordion-item {
    cursor: pointer;
}

.accordion-item:not(:last-child) {
    border-bottom: 1px solid #D4DEE4;

}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    font-weight: bold;
}

.accordion-content {
    display: none;
    padding-bottom: 56px;
}

.accordion-content.active {
    display: block;
}

.map-container {
    width: 50%;
    position: sticky;
    top: 0;
}

iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.checkbox-grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.checkbox-custom a {
    color: var(--blue);

}

.checkbox-custom {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: #828282;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.checkbox-custom input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 1px solid #D0D5DD;
    position: relative;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.checkbox-custom input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.checkbox-custom input[type="checkbox"]:checked::after {
    content: "\2713";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 6px;
}

.formContact form {
    max-width: 576px;
    margin: 0 auto;
}

.formContact {
    background: #F9FAFB;
    padding: 60px 35px 35px;
    max-width: 700px;
    margin: 100px 0 -421px;
    width: 100%;
}

.advisor-inner.modContact,
.accordionBox {
    gap: 64px;
}


.accordionBox {
    margin-top: 80px;
    color: #505050;
    font-size: 18px;
    margin-bottom: 30px;
}

.accordionBox .accordion-header {
    color: #505050;
    font-size: 28px;
    font-weight: 400;
}

.location-info {
    color: #505050;
    font-size: 18px;

}

.location-info strong {
    font-weight: 300;
    min-width: 125px;
    display: inline-flex;
}

.location-info .description {
    margin-bottom: 24px;
    font-size: 16px;
    max-width: 580px;
}

.info-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.info-columns .column {
    flex: 1 1 45%;

}


.info-columns .column,
.modContact,
.modContactList .service-list li,
.hours {
    font-size: 16px;
}


.location-info h3 {
    margin-bottom: 12px;
    color: #0C111D;
    font-size: 18px;
    font-family: Assistant;
    font-weight: 300;
}

.info-columns p {
    margin: 4px 0;
}

.info-columns a {
    color: #0756EF;
    text-decoration: none;
}


.hours p {
    margin: 4px 0;

}

.hours span {
    color: #0756EF;
}

.note {
    margin-top: 20px;
    color: #505050;
    font-size: 14px;
    max-width: 336px;
}

select {
    background-color: #fff;
}

.modContactList {
    color: #828282;
    font-size: 18px;
    /*margin-top: 40px;*/
}

.modContactList h3 {
    color: #111111;
    font-size: 20px !important;
    font-family: Assistant;
    font-weight: 400;
}

.modContactList .mt-2 {
    margin-top: 14px;
}

.modContactList a {
    color: #0756EF;
    font-size: 16px;
}

.descriptionBlock .description {
    max-width: 570px;
    margin-bottom: 1.5rem;
}
footer .footer-columns.modLandFooter {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;

    gap: 0;
}
.thanks-page .contactLand{
    max-width: 400px;
}

footer .footer-columns.modLandFooter .footer-column address {

    align-items: center;
}
footer .footer-columns.modLandFooter .footer-column{
    margin: 0 auto;
    text-align: center;
    gap: 0;
}
.thanks-page .modCol{
    align-items: center;
}

.hero-slider.thanks-page {
    min-height: auto;
}
.hero-slider.thanks-page .container:not(.inner-pageMod) {
    min-height: 300px;
}
.thank-u-page h2,
.thank-u-page .benefit h4{
    color: #0756ef;
}
.thank-u-page .bonds-text{
    padding-left: 80px;
}
.thank-u-page .bonds-image {
    flex: 1 1 420px;
}
.thank-u-page  .bonds-benefits {
    grid-template-columns: 1fr;
}


@media (max-width: 1440px) {
    .colRight {
        padding-right: 0px;
    }
    .thank-u-page .bonds-text{
        padding-left: 30px;
    }
    .hero-slider.thanks-page .container:not(.inner-pageMod) {
        min-height: 300px;
    }

    .consultation-right-section {
        width: 85%;
    }

    main > section:not(.bg-blue):not(:first-child):not(.p-0):not(.consultation-cta) {
        padding-top: 64px;
    }

    .consultation-cta {
        padding: 6rem 0 !important;
    }

    img.institutional-image {
        min-height: 475px;
    }

    .news-grid {
        gap: 5rem;
    }

    main > section.bg-blue:not(.p-0),
    main > section.bg-gray:not(.p-0) {
        padding-bottom: 64px;
    }

    main > section.mt-20 {
        margin-top: 64px;
    }

    .py-20 {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .py-41 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .gap-15 {
        gap: 40px;
    }

    .gap-13 {
        gap: 32px;
    }

    .pl-16 {
        padding-left: 40px;
    }

    .min-h-154 {
        min-height: 460px;
    }

    .min-h-162 {
        min-height: 480px;
    }

    .min-h-175 {
        min-height: 500px;
    }

    .hero-slider .container:not(.inner-pageMod) {
        min-height: 460px;
    }

    .adaptive-contentText.max110 {
        max-width: 460px;
    }

    .inner-page-intro {
        margin-top: -94px;
        margin-bottom: 50px;
    }

    .philosophy-grid-block {
        gap: 4rem;
    }

    .py-31 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .colLeft {
        padding-right: 50px;
    }

    .colRight,
    .pl-31 {
        padding-left: 50px;
    }

    .image-left {
        left: -10%;
    }

    .image-left, .image-right {
        position: relative;
        width: 110%;
        z-index: 1;
    }
}

@media (max-width: 1280px) {
    .institutional-content .colLeft {
        padding-right: 0;
    }
    .bonds-benefits{
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .logos{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #news-list + .pagination {
        margin-top: 0px;
    }

    .info-columns {

        flex-direction: column;

        gap: 30px;
    }

    .advisor-inner.modContact, .accordionBox {
        gap: 2rem;
    }

    #step-wrapper {
        min-width: auto;
    }

    .slider .slide {
        flex: 0 0 calc(25% - 18px); /* (100% - 2 * 24px) / 3 = ~calc(33.333% - 16px) */
        margin-right: 24px;
    }

    .footer-columns {
        padding-left: 0;
    }

    .gap-24 {
        gap: 48px;
    }

    .list .grid-4 {
        gap: 64px;
        row-gap: 64px;
    }

    .-mt-12 {
        margin-top: 0;
    }
    .bond-cards{
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    }
}

@media (max-width: 1170px) {
    main > section:not(.bg-blue):not(:first-child):not(.p-0) {
        padding-top: 48px !important;
    }
    .thank-u-page .bonds-text{
        padding-left: 0px;
    }
    .thanks-page .modCol {
        align-items: flex-start;
        gap: 24px;
    }
    .modCol{
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .modCol .slideDescription{
        width: 100%;
    }
    .hero-slider .slide .slideDescription .h1.mod750,
    .descriptionBlock .description{
        max-width: 100%;
    }

    .bond-cards {
        gap: 20px;
    }

    .consultation-right-section.mod670 {
        width: auto;
        min-width: auto;
    }

    .consultation-wrapper {
        flex-direction: column;
    }

    .consultation-left-section {
        margin: 50px 40px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 0px;
        color: #fff;
        width: auto;
        height: auto;
        gap: 40px;
    }

    .consultation-right-section {
        width: auto;
    }

    .service-list.testimonial-list {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));

    }

    .review .border-t {
        gap: 16px;
    }

    .pagination {
        width: 100%;
        grid-column: 1 / span 2;
    }

    .image-right img {
        min-height: auto;
    }

    .list .grid-4 {
        gap: 24px;
        row-gap: 24px;
    }

    .footer-column address {

        flex-direction: column;
    }

    .philosophy-grid-block {
        gap: 2rem;
    }

    .mobile-menu .footer-column {
        max-width: 370px;
    }

    .mobile-menu {
        padding-top: 2rem;
    }

    .mobile-menu .h-100vh {
        height: calc(100vh - 4rem);
    }

    .top-bar {
        padding: 2rem 0;
    }

    .expertise-grid .expertise-item:not(:last-child) {
        padding-right: 2rem;
    }

    .expertise-grid .expertise-item:not(:first-child) {
        padding-left: 2rem;
    }

    main > section.bg-blue:not(.p-0),
    main > section.bg-gray:not(.p-0) {
        padding-bottom: 48px;
    }

    main > section.mt-20 {
        margin-top: 48px;
    }

    .py-20 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .py-41 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .gap-15 {
        gap: 32px;
    }

    .gap-13 {
        gap: 24px;
    }


    .min-h-154 {
        min-height: 400px;
    }

    .min-h-162 {
        min-height: 420px;
    }

    .min-h-175 {
        min-height: 440px;
    }

    .hero-slider .container:not(.inner-pageMod) {
        min-height: 400px;
    }

    .adaptive-contentText.max110 {
        max-width: 400px;
    }

    .colLeft {
        padding-right: 34px;
    }

    .colRight {
        padding-left: 34px;
    }

    .p-10 {
        padding: 30px;
    }

    .rounded14 {
        border-radius: 38px;
    }

    .philosophy-grid-block p,
    .inner-page-body p {
        margin-bottom: 15px;
    }

    .intro-content > p:first-child {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .intro-content > p:not(:first-child) {
        margin-bottom: 15px;
    }


}

@media (max-width: 1024px) {
    .service-list {
        padding: 1rem 0;
        gap: 1rem;
        row-gap: 2rem;
        list-style: none;
    }
    .bonds-image {
        flex: 1 1 320px;
        margin: 0 auto;
        text-align: center;
    }
    .img-land2{
        margin: 0 auto;
    }
    .img-land2 img {
        max-width: 500px;
        width: 100%;
    }
    .book-inside .institutional-content {
        grid-template-columns: 1fr;

    }

    .book-inside .intro-content {
        max-width: 100%;
    }

    .bonds-text p{
        margin-bottom: 24px;
    }

    .bonds-benefits,
    .bonds-section-content{
        gap: 24px;
    }

    .formContact + .formContact {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .formContact {
        background: #F9FAFB;
        padding: 60px 35px 35px;
        max-width: 700px;
        margin: 0px 0 -421px;
        width: 100%;
        order: 1;
    }

    .authorizationBox .advisor-content {
        margin: 0;
        max-width: 700px;
        width: 100%;
    }

    .authorizationBox {
        margin-top: 372px;
    }

    .accordion,
    .map-container {
        width: 100%;
    }

    .advisor-inner.modContact, .accordionBox {
        flex-direction: column;
        display: flex;
    }

    .map-container,
    #map {
        min-height: 400px;
    }

    .slider .slide {
        flex: 0 0 calc(33.333% - 16px); /* (100% - 2 * 24px) / 3 = ~calc(33.333% - 16px) */
        margin-right: 24px;
    }

    .text.gap-16,
    .service-list.grid-2 {
        gap: 24px !important;
    }

    .pagination.mt-20 {
        margin-top: 40px;
    }

    footer .footer-columns {
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }

    footer .footer-column.pl-16 {
        padding-left: 0;
    }

    footer .footer-column address {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .footer-column li:not(:last-child) {
        margin-bottom: 15px;
    }

    .logo + .buttons {
        margin-right: 74px;
    }

    .nav-menu.flex.justify-between {
        position: absolute;
        right: 20px;
        top: 18px;
        padding-bottom: 0;
    }

    #navMenu {
        display: none !important;
    }

    .philosophy-grid-block + .philosophy-grid-block {
        margin-top: 3rem;
    }

    .image-left {
        left: -12%;
    }

    .image-left, .image-right {
        position: relative;
        width: 112%;
        z-index: 1;
    }

    .expertise-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .sidebar,
    .inner-page-intro:after {
        display: none;
    }

    .py-31 {
        padding: 32px !important;
    }

    .pl-31 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .inner-page-intro {
        margin-bottom: 32px;
    }

    .inner-page--layout {
        display: grid;
        grid-template-columns: auto;
    }

    .news-grid {
        gap: 2rem;
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    }

    .index-cards {
        padding: 2rem 1rem;
    }

    .colRight {
        padding-left: 0;
    }

    .expertise-grid .expertise-item:not(:first-child) {
        padding-left: 0;
    }

    .expertise-grid .expertise-item {
        padding-right: 2rem;
    }

    .expertise-grid .expertise-item:nth-child(2) {
        border-color: transparent;
    }

    .buttons {
        gap: 1rem;
    }

    /*.advisor-inner {*/
    /*    flex-direction: column;*/
    /*}*/
    /*.advisor-content {*/
    /*    margin-left: 0;*/
    /*    padding: 2rem 1.5rem;*/
    /*}*/
    .grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .nav {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        background: var(--bg);
        padding: 1rem 2rem;
        display: none;
    }

    .nav.open {
        display: flex;
        animation: slideIn 0.3s ease forwards;
    }

    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-columns {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        justify-content: center;
    }

    .footer-logo {
        margin-bottom: 2rem;
    }

    .testimonial-slider blockquote:before {
        font-size: 80px;
    }


    .testimonial-slider blockquote {
        font-size: 18px;
        padding: 50px 0 25px 70px;
    }

    h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]), .h1 {
        margin-bottom: 14px;
    }

    .mt-8 {
        margin-top: 18px;
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    img.institutional-image {
        min-height: 364px;
        max-height: 364px;
    }

    .institutional-services {
        margin-bottom: 54px;
    }

    py-20 {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .py-41 {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .gap-15 {
        gap: 24px;
    }

    .gap-13 {
        gap: 16px;
    }


    .min-h-154 {
        min-height: 360px;
    }

    .min-h-162 {
        min-height: 380px;
    }

    .min-h-175 {
        min-height: 400px;
    }

    .intro-stats-block > div > strong {
        font-size: 35px;
        font-family: "Lora", sans-serif;
        color: var(--blue);
        font-weight: 300;
        display: block;
        margin-bottom: 0;
    }

    .hero-slider .container:not(.inner-pageMod) {
        min-height: 360px;
    }
}

@media (max-width: 920px) {
    .adaptive-contentText.max110,
    .adaptive-contentText.max110 + .gap-13 {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .intro .shadow-bottom {
        max-width: 100%;
        width: 100%;
    }

    .files {
        grid-template-columns: 1fr 1fr;
        gap: 10%;
        row-gap: 64px;
    }

}

@media (max-width: 768px) {
    .gap-24 {
        gap: 24px;
    }

    .modLogo {
        flex-direction: column;
        gap: 20px;
    }

    .accordion-header span svg {
        max-width: 24px;
    }

    .location-info .description {
        margin-bottom: 24px;
        font-size: 16px;
        max-width: 580px;
    }

    .accordionBox .accordion-header {
        color: #505050;
        font-size: 22px;
        font-weight: 400;
    }

    .location-info h3 {

        font-size: 16px;
    }

    h3:not
    .accordionBox {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .lineee p {
        opacity: 0.6;
        font-size: 16px;
    }

    .mod670 h2 {
        color: #1C1C1C;
        font-size: 34px;
        font-family: Assistant;
        font-weight: 600;
        text-align: left;
        margin-bottom: 30px;
        margin-top: 0;
        line-height: 1.1;
    }

    .consultation-right-section.mod670 .lineee {
        border-bottom: solid 1px #1c1c1c21;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .consultation-right-section.mod670 .btn {
        height: 49px;
        width: 100%;
        background: #033CD0;
        font-size: 18px;
        font-weight: 300;
        font-family: Assistant;
        position: relative;
    }

    .consultation-right-section.mod670 {
        padding: 68px 40px;
    }

    .consultation-left-section {
        margin: 50px 40px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 0px;
        color: #fff;
        width: auto;
        height: auto;
        gap: 40px;
    }

    .bookDesc p {
        margin-top: 20px;
    }

    .consultation-left-title {
        font-size: 38px;
        line-height: 1.2;
        max-width: 300px;
    }

    .consultation-wrapper .logo img {
        max-width: 200px;
    }

    .consultation-right-section > div {
        max-width: 400px;
        margin: 0 auto;
    }

    .consultation-time-section {
        border-left: none;
        padding-left: 0;
    }

    .consultation-right-section {
        width: auto;
    }

    .consultation-wrapper {
        flex-direction: column;
    }

    .l-colReview:before {
        position: relative;
        display: inline-flex;
        left: 0;
    }

    .testimonial-list li {
        min-height: auto;
    }

    .service-list.testimonial-list {
        grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    }

    .pagination {
        width: 100%;
        grid-column: 1 / span 1;
    }

    .slider .slide {
        flex: 0 0 calc(50% - 12px); /* 12px = РїРѕР»РѕРІРёРЅР° РІС–РґСЃС‚СѓРїСѓ РјС–Р¶ РґРІРѕРјР° СЃР»Р°Р№РґР°РјРё */
        margin-right: 24px;
    }

    .service-list.list3 {
        row-gap: 24px !important;
        margin-top: 12px;
    }

    .tab-buttons {
        gap: 10px;
        flex-wrap: nowrap;
        margin-bottom: 24px;
        max-width: none;
    }

    .tab-button {
        width: 100%;
        font-size: 14px;
    }

    .new-pre {
        padding-bottom: 24px;
    }

    .pl-31 {
        padding-left: 0px;
        padding-right: 0;
    }

    .news-card h3 {
        font-size: 24px;
    }

    .advisor-image {
        margin: 0;
    }

    img.institutional-image {
        min-height: auto;
        max-height: none;
    }

    .institutional-services {
        margin-bottom: 0;
    }

    .institutional-content .image {
        margin-bottom: 0;
    }

    .institutional-content {
        display: grid;
        grid-template-columns: auto;
        gap: 1rem;
    }

    .card {
        flex: 1 1 auto;
        padding: 0rem;
        position: relative;
    }

    .company-content {
        display: grid;
        grid-template-columns: auto;
        gap: 1rem;
        align-items: center;
    }

    .index-cards {
        padding: 2rem 1rem 1rem;
    }

    .news-grid {
        gap: 2rem;
        grid-template-columns: auto;
    }

    .consultation-cta .cta-content {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .company-image {
        order: -1;
        position: relative;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        margin-right: 0;
    }

    .advisor-inner {

        grid-template-columns: auto;
        align-items: center;
        gap: 0rem;
        /* position: relative; */
    }

    .nav-menu.flex.justify-between {

        top: 10px;
        padding-bottom: 0;
    }

    .philosophy-grid-block + .philosophy-grid-block {
        margin-top: 1rem;
    }

    .philosophy-grid-block img {
        max-height: 400px;
        object-fit: cover;
    }

    .image-left, .image-right {
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .image-left {
        left: 0;
    }

    .philosophy-grid-block {
        display: grid;
        grid-template-columns: auto;
        gap: 1rem;
        /*margin-top: 2rem;*/
        position: relative;
    }

    .philosophy-grid-block .image img {
        width: 100%;
    }

    .company-layout {
        grid-template-columns: 1fr;
    }

    .grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .advisor-image {
        position: relative;
        width: 100%;
        height: auto;
    }

    .advisor-image img {
        height: auto;
    }

    .consultation-cta {
        padding: 3rem 1.5rem;
    }

    .consultation-cta .cta-content h2 {
        font-size: 1.5rem;
    }

    .consultation-cta .btn-outline {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }

    img.institutional-image {
        display: block;
        width: 100%;
        max-width: 100%;
        transform: none;
        height: auto;
        object-fit: cover;
        min-height: auto;
    }

    .testimonial-slider blockquote {
        font-size: 18px;
        padding: 50px 0 25px 0px;
    }

    .slider-indicators .dot {
        width: 47px;
        height: 4px;
        background-color: rgb(236, 236, 236);
        cursor: pointer;
        opacity: 0.141;
        transition: var(--transition);
    }

    .slider-indicators {
        display: flex;
        gap: 1rem;

    }

    .copyright {
        text-align: center;
    }

    .mobile-menu .container {
        padding: 0;
    }

    .mobile-menu .footer-links ul {
        width: 100%;
        text-align: left;
        gap: 10px;
    }


    .submenu {
        /*padding-top: 10px;*/
        padding-left: 1.5rem;
        color: var(--gray);
    }

    .mobile-menu .footer-links > .flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-left li {
        margin-bottom: 10px;
    }

    .mobile-menu .menu-columns .footer-column > .flex {
        border-top: solid 1px #1b2229;
        border-left: none;
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 0;
    }

    .mobile-menu .menu-columns {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-top: 2rem;
    }

}

@media (max-width: 600px) {
    .list-news li .tag {
        display: inline-flex;
    }
    .faq-section h2 {
        text-align: left;
        color: #0756ef;
    }
    .faq-section .accordion {
        margin: 12px auto 0;
        gap: 20px;
    }
    .faq-section .accordion-title::after {
        top: 16px;
    }
    .accordion-contentNew p {
        margin: 16px 0px 4px;
        font-size: 16px;
        line-height: 1.3;
    }

    .featured-bonds h2{
        margin-bottom: 24px;
    }

    .header.pb-10 {
        padding-bottom: 40px;
    }

    .bond-card-content .meta {
        font-size: 13px;
        color: #505050;
        margin-bottom: 16px;
    }
    .bond-card-content .rate {
        font-size: 36px;
    }
    .faq-section .accordion-title {
        width: 100%;
        text-align: left;
        padding: 18px 52px 18px 20px;
        font-size: 16px;
    }
    .bond-card-content {
        padding: 16px;
    }
    .bond-card-logo {
        height: 180px;
    }
    .testimonials {
        gap: 20px;
        margin-bottom: 40px;
    }
    .testimonial-header .stars img {
        max-width: 75px;
    }
    .check {
        gap: 10px;
    }
    .img-land2 img {
        max-width: 100%;
        margin-top: 32px;
    }
    .featured-bonds {
        padding-bottom: 48px;
        margin-top: -422px;
    }
    .bonds-benefits{
        gap: 0;
    }

    .formContact form > div:first-child {
        gap: 0;
        flex-direction: column;
    }

    .formContact {
        padding: 20px;
    }

    .checkbox-grid.grid-2,
    .checkbox-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .bg-blue .formContact + .py-41 {
        padding-top: 44px;
        padding-bottom: 0;
    }

    .consultation-right-section > div {
        max-width: 100%;
        margin: 20px auto 0;
    }

    .step-line {
        height: 4px;
        width: 40px;
    }

    .consultation-calendar-section {
        min-width: auto;
    }

    .consultation-left-title {
        font-size: 30px;
        line-height: 1.2;
        max-width: 300px;
    }

    .consultation-subtitle {
        color: #1A1A1A;
        font-size: 16px;
        font-family: Lora;
        font-weight: 500;
        margin-bottom: 14px;
        text-align: center;
    }

    .logo {
        max-width: 180px;
    }

    .consultation-left-section {
        margin: 20px 20px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 0px;
        color: #fff;
        width: auto;
        height: auto;
        gap: 20px;
    }

    .dd {
        padding: 1px;
        border-radius: 50%;
        cursor: pointer;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color: rgba(26, 26, 26, 0.61);
        font-size: 15.96px;
        font-weight: 600;
    }

    .consultation-title {
        font-size: 24px;
        margin: 24px 0;
    }

    .step-indicator-wrapper {
        gap: 6px;
    }

    .consultation-right-section {
        margin: 20px;
        padding: 20px;
    }

    .service-list.testimonial-list {
        grid-template-columns: 1fr;
    }

    .slider .slide {
        flex: 0 0 100%;
    }

    .list-news li {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    footer .footer-column address {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
    }

    .files {
        grid-template-columns: 1fr;
        gap: 10%;
        row-gap: 24px;
    }

    .burger {
        padding-top: 1px;
        margin-right: -10px;
    }


    h1:not([class]), .h1:not([class]), .h1 {
        font-size: 38px;
    }

    .mt-10 {
        margin-top: 20px;
    }

    h2:not([class]), .h2:not([class]) {
        font-size: 24px;
    }

    .hero-slider .description {
        font-size: 16px;
        max-width: 475px;
    }


    .testimonial-nav {
        right: 30px;
        position: absolute;
        bottom: 30px;
        display: flex;
        gap: 5px;
    }

    .bg-blue .py-41 {
        padding-top: 34px;
        padding-bottom: 64px;
    }

    .testimonial-slider blockquote p:not(:first-child) {
        margin-top: 15px;
    }

    .testimonial-nav button {
        border-radius: 100%;
        background: var(--white);
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-items: center;
        border: none;
        color: var(--blue);
        justify-content: center;
        font-size: 13px;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .inner-page--content .lead {
        font-size: 16px;

    }

    .logo {
        max-width: 200px;
    }

    .expertise-item p {
        margin-bottom: 0;
    }

    .adaptive-contentText.max110 + .gap-13 {
        display: flex;
        flex-direction: column;
    }

    .expertise-grid .expertise-item:not(:last-child) {
        border-right: none;
        padding-right: 0rem;
    }

    .nav-menu.flex.justify-between {
        position: absolute;
        right: 20px;
        top: 10px;
        padding-bottom: 0;
    }

    .breadcrumbs li, .breadcrumbs li a {
        font-size: 14px;
    }

    .inner-pageMod.hero-slider h1 {
        font-size: 30px;
        margin-bottom: 48px;
    }

    .inner-page--content h2 {
        font-size: 24px;
    }

    .py-31 {
        padding: 20px !important;
    }

    .footer-columns {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .footer-links ul {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-links {
        padding: 1.5rem 0;
    }

    .footer-column li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer-legal {
        padding: 1rem 0 0;
        font-size: 0.7rem;
    }

    .footer-legal {

        margin-top: 0rem;
    }

    footer .pl-16 {
        padding-left: 0;
    }


    .footer-column {
        /*grid-column: 1 / -1;*/
        text-align: left;
    }

    .footer-column {

    }
}

@media (max-width: 480px) {
    .grid-5 {
        grid-template-columns: 1fr;
    }
}


/* Desktop styles */
@media (min-width: 768px) {
    .intro-stats-block,
    .cards {
        gap: 10%;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .arrow.prev, .arrow.next {
        font-size: 1.5rem;
        left: 0.5rem;
        right: 0.5rem;
    }

    .nav {
        display: block;
    }

    .buttons {
        display: flex;
    }

    /*.burger {*/
    /*    display: flex;*/
    /*}*/
    .hero {
        text-align: left;
        padding: 6rem 1rem;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .mobile-menu .menu-columns {
        flex-direction: row;
        justify-content: space-between;
    }
}

.site-loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c111d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 1s ease-in-out;
}

.loader-content {
    text-align: center;
}

.loader-logo {
    max-width: 240px;
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeIn 1s ease forwards 0.1s;
}

.loader-bar {
    width: 240px;
    height: 2px;
    background-color: var(--blueSection);
    overflow: hidden;
    position: relative;
}

.loader-progress {
    width: 0;
    height: 100%;
    background-color: var(--blue);
    animation: loaderGrow 2s ease forwards;
}

@keyframes loaderGrow {
    to {
        width: 100%;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.loaded .site-loader {
    transform: translateY(-100%);
}

body.reveal-content main {
    /*animation: slideDown 1s ease forwards;*/
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}