300;400;500;700&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
    ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
font-size: 2em;
margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}

/* Text-level semantics
    ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

/* Embedded content
    ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
border-style: none;
}

/* Forms
    ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}

/* Interactive
    ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
display: list-item;
}

/* Misc
    ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
display: none;
}


body{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

img{
    max-width: 100%;
}
html,
body {
  height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}
.header .container{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo{
    height: 30px;
    width: 150px;
}
.header .logo a{
    display: block;
}
.header .menu{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}
.header .menu li{
    padding: 0 15px;
}
.header .menu a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.top_bg{
    height: 700px;
    position: relative;
}
.top_bg .bg_video{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.top_bg .bg_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_bg .container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 10;
}
.top_bg h1{
    font-size: 42px;
    color: #1f1f1f;
    font-weight: 300;
}

.our_advantages{
    padding-top: 105px;
    padding-bottom: 180px;
    background-color: #212121;
    color: #fff;
    text-align: center;
}
.our_advantages h2{
    margin-bottom: 110px;
    font-size: 82px;
    font-weight: 300;
}
.our_advantages .detail{
    margin-bottom: 50px;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
}
.our_advantages .value{
    font-size: 120px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}
.our_advantages .value .znak{
    font-size: 50px;
}
.our_advantages .value .plus {
    font-size: 85px;
    position: relative;
    top: -10px;
}
.our_advantages .subdescription{
    font-size: 14px;
    font-weight: 300;
}
.our_advantages .advantages_list{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
}
.our_advantages .advantages_list__item{
    width: 30%;
}
.footer{
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #00326f;
}
.footer .menu{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.footer .menu a{
    color: #fff;
    padding: 0 15px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}
.footer .logo{
    width: 150px;
    margin-bottom: 35px;
    margin-top: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.footer .copy_wrap{
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.page_about{
    padding-top: 15px;
}

.page_about .top_about{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}
.page_about .top_about h1{
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 34px;
}
.page_about .top_about .small_description{
    font-weight: 400;
}
.page_about .top_about .l-section,
.page_about .top_about .r-section{
    max-width: 560px;
}
.page_about .bottom_title{
    padding-top: 44px;
    padding-bottom: 45px;
    font-size: 38px;
    line-height: 1.35;
    position: relative;
    max-width: 960px;
    text-align: center;
    margin: 60px auto;
}   
.page_about .bottom_title::before,
.page_about .bottom_title::after{
    content: '';
    position: absolute;
    width: 140px;
    height: 1px;
    background: #000;
    left: calc(50% - 70px);
}
.page_about .bottom_title::before{
    top: 0;
}
.page_about .bottom_title::after{
    bottom: 0;
}
.page_about .bottom_title h2{
    font-weight: 300;
    font-size: 38px;
}

.fix_top_mision{
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 80px);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.fix_top_mision .container{
    height: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.fix_top_mision .black_bg{
    background: #00326f;
    padding: 20px;
    font-size: 18px;
    line-height: 1.55;
    color: #fff;
    font-weight: 300;
    width: 560px;
}
.fix_top_mision .black_bg .text{
    overflow: hidden;
    max-height: 435px;
    position: relative;
}
.fix_top_mision .black_bg .text.visible{
    max-height: initial;
}
.fix_top_mision .black_bg .text.visible::after{
    display: none;
}
.fix_top_mision .black_bg .text::after{
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,50,111,1) 100%);
}

.view_more{
    background: transparent;
    border: 0;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}
.view_more.active .icon{
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.view_more .icon{
    position: relative;
    width: 100%;
    height: 30px;
}
.view_more .icon::before,
.view_more .icon::after{
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    width: 2px;
    height: 20px;
    background: #fff;
}
.view_more .icon::before{
    transform: rotate(-60deg);
    left: calc(50% - 8px);
}
.view_more .icon::after{
    transform: rotate(60deg);
    left: calc(50% + 8px);
}

.financial_review_list{
    display: flex;
    flex-direction: column;
    padding-top: 105px;
    padding-bottom: 40px;
}
.financial_review_list__item{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
}
.financial_review_list__item .l-section{
    height: 200px;
    width: 360px;
    margin-right: 40px;
}
.financial_review_list__item .l-section img{
    object-fit: cover;
}
.financial_review_list__item .title{
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 4px;
}
.financial_review_list__item .r-section{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.55;
    width: 560px;
}
.financial_review_list__item .date{
    color: #7a7a7a;
    margin-bottom: 18px;
}
.financial_review_list__item .detail{
    margin-bottom: 18px;
    font-size: 18px;
}
.financial_review_list__item .link{
    color: #ff8562;
    text-decoration: none;
    font-size: 18px;
}

.page_portfolio{
    padding-top: 150px;
    padding-bottom: 150px;
}
.page_portfolio h1{
    text-align: center;
    font-size: 82px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 40px;
}
.page_portfolio .subtitle{
    max-width: 560px;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 auto 100px;
    font-weight: 300;
}
.portfolio_list .financial_review_list__item {
    align-items: center;
    margin-bottom: 40px;
    display: none;
}
.portfolio_list .financial_review_list__item:nth-of-type(1),
.portfolio_list .financial_review_list__item:nth-of-type(2){
    display: flex;
}
.portfolio_list .financial_review_list__item .l-section{
    height: auto;
    max-width: 260px;
}
.portfolio_list .financial_review_list__item .r-section{
    width: 660px;
}
.portfolio_list .financial_review_list__item .name{
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 4px;
    font-weight: 700;
}
.portfolio_list .financial_review_list__item .link{
    font-size: 16px;
    margin-bottom: 18px;
    display: block;
    color: #0059ff;
}
.portfolio_list .financial_review_list__item .description{
    font-size: 18px;
}
.page_our_management.fix_top_mision .black_bg{
    background: rgba(0,50,111,0.90);
}
.page_our_management.fix_top_mision .black_bg h1{
    font-size: 42px;
    font-weight: 100; 
    margin-top: 0;
}
.fix_top_mision .black_bg p:last-child{
    margin-bottom: 0;
}
.team{
    padding: 150px 0;
}
.team_list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
}
.team_list .team_list__item{
    padding: 0 20px;
    width: 50%;
    text-align: center;
}
.team_list .team_list__item .img_wrap{
    height: 360px;
    margin-bottom: 30px;
}
.team_list .team_list__item .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_list .team_list__item .info_wrap{
    padding: 0 20px;
}
.team_list .team_list__item .name{
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 4px;
    font-weight: 700;
}
.team_list .team_list__item .position{
    color: #7a7a7a;
    font-size: 14px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
}
.team_list .team_list__item .position::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #40caed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.team_list .team_list__item .expirience{
    font-size: 15px;
    font-weight: 300;
}
.wpcf7-form-control {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
    width: 100%;
}
.grey-small {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 10px;
}
.form_audit .label_input{
    font-size: 18px;
    color: #111;
    margin-bottom: 5px;
    width: 100%;
}
.form_audit {
    width: 50%;
    margin: 0 auto;
    max-width: 560px;
}
.wpcf7-not-valid-tip{
    font-size: 15px;
    font-weight: 300;
}
.contact_us{
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact_us h1{
    text-align: center;
    font-size: 82px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 40px;
}
.wpcf7-textarea {
    height: 80px;
    resize: none;
}
.wpcf7-submit{
    background: #000;
    color: #fff;
    border: 2px solid #000;
    transition: all 0.3s;
    height: 50px;
    width: 250px;
    margin: 0 auto;
    display: block;
}
.wpcf7-submit:hover{
    background: #fff;
    color: #000;
    transition: all 0.3s;
}
.wpcf7-spinner{
    display: none;
}
.left_mob_menu,
.mob-only,
.burger{
	display: none;
}
.copy_wrap{
    opacity: 0.7;
}

.h2_subtitle{
    font-weight: 400;
    text-align: center;
}

.map_wrap svg path{
    stroke: white;
    position: relative;
}
.map_wrap svg path.active{
    /*fill: #F8B32D;*/
    fill: #00326f;
}
.map_wrap .counrty_wrap{
    position: relative;
    text-align: center;
}
.map_wrap .counrty_wrap .location{
    display: flex;
    flex-direction: column-reverse;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    color: #FF5449;
    font-weight: 400;
    opacity: 0;
}
.map_wrap .counrty_wrap .location:hover{
    opacity: 1;
}
.map_wrap .counrty_wrap .location::before{
    content: '';
    background-image: url('../img/location_red.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.map_wrap .counrty_wrap .location.india{
    top: 51%;
    left: 64%;
}
.map_wrap .counrty_wrap .location.sriLanka{
    top: 65%;
    left: 64%;
    flex-direction: column;
}
.map_wrap .counrty_wrap .location.vietnam{
    top: 54%;
    left: 70%;
}
.map_wrap .counrty_wrap .location.colombia{
    top: 62%;
    left: 28%;
}
.map_wrap .counrty_wrap .location.dominican{
    top: 55%;
    left: 26%;
}
.map_wrap .counrty_wrap .location.ukraine{
    top: 36%;
    left: 54%;
}
.map_wrap .counrty_wrap .location.bulgaria{
    top: 40%;
    left: 51%;
}
.map_wrap .counrty_wrap .location.spain{
    top: 42%;
    left: 45.4%;
}
.map_wrap .counrty_wrap .location.cyprus{
    top: 45%;
    left: 53.5%;
}
.map_wrap .counrty_wrap .location.mexico{
    top: 52%;
    left: 22%;
}
.map_wrap .counrty_wrap .location.canada{
    top: 25%;
    left: 20%;
    display: none;
}
.map_wrap .counrty_wrap .location.luxembourg{
    top: 35%;
    left: 48%;
}
.map_wrap .counrty_wrap .location.germany{
    top: 33%;
    left: 47%;
}
.map_wrap .counrty_wrap .location.romania{
    top: 42%;
    left: 50%;
}
.map_wrap .counrty_wrap .location.czech{
    top: 35%;
    left: 50%;
}
.map_wrap .counrty_wrap .location.denmark{
    top: 30%;
    left: 47.5%;
}
.map_wrap .counrty_wrap .location.sweden{
    top: 19%;
    left: 50%;
}
.map_wrap .counrty_wrap .location.latvia{
    top: 29%;
    left: 52%;
}
.map_wrap .counrty_wrap .location.greece{
    top: 42%;
    left: 50.8%;
}
.map_wrap .counrty_wrap .location.lithuania{
    top: 30%;
    left: 51%;
}
.map_wrap .counrty_wrap .location.philippines{
    top: 60%;
    left: 74%;
}
.map_wrap .counrty_wrap .location.serbia{
    top: 39%;
    left: 51%;
}

@media (max-width: 1200px){
    .header .menu li {
        padding: 0 10px;
    }
    .fix_top_mision{
        height: auto;
        padding-top: 50px;
    }
    .fix_top_mision .container{
        padding-bottom: 50px;
    }
    .contact_us,
    .page_portfolio{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_us h1,
    .page_portfolio h1{
        font-size: 60px;
        margin-bottom: 20px;
    }
    .page_portfolio .subtitle{
        margin-bottom: 20px;
    }
    .portfolio_list .financial_review_list__item{
        margin-bottom: 0;
    }
    .team {
        padding: 50px 0;
    }
    .form_audit{
        width: 100%;
    }
    .top_bg{
        height: auto;
    }
    .top_bg .container{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .map_wrap .counrty_wrap .location.vietnam{
        display: none;
    }
    .map_wrap .counrty_wrap svg{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 996px){
    .header_wrap_info .menu-header{
        display: none;
    }
    .header .menu#menu-header-menu-1{
        display: none;
    }
    .no-scroll {
        overflow: hidden;
    }
    .bg_black.show {
        background-color: rgba(256,256,256,.7);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        -webkit-transition: opacity .45s cubic-bezier(.23,1,.32,1) 0ms;
        -o-transition: opacity .45s cubic-bezier(.23,1,.32,1) 0ms;
        transition: opacity .45s cubic-bezier(.23,1,.32,1) 0ms;
        width: 100%;
        z-index: 20;
    
    }
    .mob_only{
        display: block;
    }
    .desk_only{
        display: none;
    }
    
    .burger {
        
        align-items: center;
        border-radius: 5px;
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        min-width: 40px;
        width: 40px;
    }
    .visuallyHidden {
        clip: rect(0 0 0 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .hamburger {
        height: 40px;
        margin: -10px auto 0;
        position: relative;
        width: 28px;
    }
    .hamburger .bar {
        background-color: #000;
        border-radius: 5px;
        display: block;
        height: 3px;
        padding: 0;
        position: absolute;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        width: 28px;
    }
    .bar1 {
        top: 20px;
    }
    .bar2, .bar3 {
        top: 27px;
    }
    .bar3 {
        right: 0;
    }
    .bar4 {
        top: 34px;
    }
    .checkbox1:checked+label>.hamburger1>.bar1 {
        background-color: transparent;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
    .checkbox1:checked+label>.hamburger1>.bar2 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .checkbox1:checked+label>.hamburger1>.bar3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .checkbox1:checked+label>.hamburger1>.bar4 {
        background-color: transparent;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    .left_mob_menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-items: flex-start;
        background: #fff;
        border-radius: 0  0;
        -webkit-box-shadow: 2px 2px 12px hsl(0deg 0% 49% / 25%);
        box-shadow: 2px 2px 12px hsl(0deg 0% 49% / 25%);
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        left: -350px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 0;
        position: fixed;
        top: 0px;
        -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
        -o-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
        transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        width: 320px;
        z-index: 1450;
    }
    .left_mob_menu.visible {
        left: 0;
        -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
        -o-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
        transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    }
    .left_mob_menu.visible .top .close {
        background: transparent;
        border: 0;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 24px;
        width: 24px;
    }

    .left_mob_menu.visible .top .close:before,
    .left_mob_menu.visible .top .close::after{
        background: #1d234f;
        border-radius: 4px;
        content: "";
        height: 2px;
        position: absolute;
        width: 17px;
    }
   

    .left_mob_menu.visible .top .close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        
    }
    .left_mob_menu.visible .top .close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .left_mob_menu .top{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #1d234f;
        padding: 10px 15px;
    }
    .left_mob_menu .top .logo{
        color: #1d234f;
        font-weight: 600;
        font-size: 22px;
        font-family: Georgia, 'Times New Roman', serif;
        letter-spacing: 1px;
        max-width: 150px;
    }
    .left_mob_menu .menu-left-wrap ul{
        list-style: none;
        padding-left: 15px;
        margin-left: 0;
        padding-top: 15px;
        font-size: 18px;

    }
    .left_mob_menu .menu li{
        margin-bottom: 8px;
    }
    .left_mob_menu .menu a{
        display: block;
        text-decoration: none;
        font-size: 27px;
        font-weight: 300;
        color: #000;
    }
    .left_mob_menu .nav_wrap{
        width: 100%;
    }
    .our_advantages,
    .top_bg .container{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .our_advantages h2{
        margin-bottom: 30px;
    }
    .our_advantages .advantages_list{
        flex-direction: column;
        align-items: center;
    }
    .footer .menu a{
        font-weight: 300;
        padding: 0 5px;
    }
    .our_advantages .detail{
        margin-bottom: 15px;
    }
    .our_advantages .advantages_list__item{
        margin-bottom: 20px;
        width: 100%;
    }
    .page_about .top_about{
        flex-direction: column;
    }
    .page_about .top_about .l-section, .page_about .top_about .r-section{
        max-width: initial;
        width: 100%;
        margin-bottom: 30px;
    }
    .page_about .bottom_title{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .fix_top_mision .container{
        justify-content: center;
        align-items: center;
    }
    .financial_review_list{
        padding-top: 50px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px){
    .our_advantages h2{
        font-size: 40px;
    }
    .footer #menu-footer-menu{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-top: 65px;
    }
    .footer #menu-footer-menu li{
        margin-bottom: 20px;
    }
    .footer #menu-footer-menu a{
        font-weight: 500;
    }
    .footer{
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .our_advantages{
        padding-bottom: 20px;
    }
    .our_advantages .value{
        font-size: 180px;
    }
    .our_advantages .detail{
        font-size: 25px;
    }
    .top_bg h1{
        font-size: 35px;
    }
    .page_about .top_about h1    {
        font-size: 30px;
        font-weight: 700;
    } 
    .page_portfolio h1{
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .contact_us h1 {
        font-size: 44px;
        margin-bottom: 20px;
        font-weight: 400;
        text-align: center;
    }
    .page_portfolio .subtitle{
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 45px;
        padding: 0 15px;
    }
    .page_about {
        padding-top: 55px;
    }
    .page_about .top_about .r-section,
    .page_about .top_about .small_description{
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 20px;
    }
    .financial_review_list__item{
        flex-direction: column;
        max-width: 80%;
        margin: 0 auto 60px;
    }
    .financial_review_list__item .title{
        font-size: 20px;
    }
    .financial_review_list__item .link,
    .financial_review_list__item .date{
        font-size: 12px;
        line-height: 1.45;
    }
    .financial_review_list__item .detail{
        font-size: 14px;
        line-height: 1.45;
    }
    .page_about .bottom_title h2{
        font-size: 26px;
        line-height: 1.35;
        padding-left: 5px;
        padding-right: 5px;
    }
    .page_about .bottom_title{
        margin-bottom: 60px;
    }
    .portfolio_list .financial_review_list__item .l-section,
    .portfolio_list .financial_review_list__item .r-section,
    .financial_review_list__item .l-section,
    .financial_review_list__item .r-section{
        width: 100%;
        max-width: initial;
        margin-right: 0;
        height: auto;
    }
    .financial_review_list__item .l-section{
        margin-bottom: 20px;
    }
    .portfolio_list .financial_review_list__item .name{
        font-size: 20px;
    }
    .portfolio_list .financial_review_list__item .link{
        font-size: 12px;
        line-height: 1.45;
    }
    .portfolio_list .financial_review_list__item .description{
        font-size: 14px;
        line-height: 1.45;
    }
    .page_our_management.fix_top_mision .black_bg h1{
        font-size: 29px;
    }
    .team_list{
        flex-direction: column;
    }
    .team_list .team_list__item{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact_us, .page_portfolio{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .portfolio_list .financial_review_list__item{
        margin-bottom: 30px;
    }
    .portfolio_list{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .fix_top_mision .container{
        padding-top: calc(93vh - 80px);
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .fix_top_mision .black_bg{
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #1f1f1f;
        font-size: 16px;
        line-height: 1.45;    
    }
    .fix_top_mision{
        background-position: left top;
    }
    .page_our_management.fix_top_mision .black_bg{
        background: #1f1f1f;
        padding-top: 90px;
    }
    .page_our_management.fix_top_mision .black_bg h1{
        font-size: 24px;
    }
    .team{
        padding-top: 90px;
    }
    .team_list .team_list__item .img_wrap{
        height: 215px;
        margin-bottom: 20px;
    }
    .team_list .team_list__item .name{
        font-size: 18px;
    }
    .team_list .team_list__item .position{
        font-size: 12px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .team_list .team_list__item .expirience{
        font-size: 12px;
        line-height: 1.45;
    }
    .team_list .team_list__item{
        margin-bottom: 60px;
    }
    .fix_top_mision .black_bg .text{
        max-height: initial;
    }
    .fix_top_mision .black_bg .text::after,
    .view_more{
        display: none;
    }
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
