/*
#ffffff
#003357
#174d74
#323d51
#000000
#002e4f
grey-blue
#67869c
#174d73
*/

.butttons a:first-child {
    margin-right: 15px;
}

.fa-phone {
    color: #002e4f;
    border: 1px solid #002e4f;
    border-radius: 50%;
    font-size: 20px;
    /*  padding: 7px 9px; */
    padding: 11px 14px;
    transition: 0.3s;
}

.butttons {
    display: flex;
    align-items: center;
}

.fa-phone:hover {
    color: #fff;
    background-color: #002e4f;
}

* {
    font-family: AvenirNextCyr;
}

body {
    overflow-x: hidden;
    font-family: Gotham-Pro;
}

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

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a p {
    color: inherit;
    text-decoration: none;
}

input {
    max-width: 100%;
}

.fixed-top {
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.7);
}

.fixed-top.fixeded {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.nopad {
    padding: 0px;
}

#article h1 {
    margin: 0;
}

#slider-main .owl-nav,
#slider-1 .owl-nav {
    position: absolute;
    width: 90%;
    top: 35%;
    left: 5%;
    height: 0px;
}

#slider-1 .owl-nav {
    width: 111%;
    left: -5%;
}

#slider-main .owl-next,
#slider-1 .owl-next {
    float: right;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}

#slider-main .owl-prev,
#slider-1 .owl-prev {
    float: left;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}

.owl-carousel#slider-main .owl-item .filter {
    filter: brightness(0.5);
}


/*.owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #003f74;
    float: left;
    margin-left: 7px;
    transition: 0.4s;
    background: azure;
}
.owl-dots .owl-dot.active {
    background: #a70007;
    border-color: #a70007;
}*/

button.button-page:focus {
    outline: 0;
}

button#modal_form_submit {
    background: none;
    background-color: #000F9F;
    border-color: #000F9F;
    border: 1px solid #000F9F;
    transition: .3s ease;
}

button#modal_form_submit:hover {
    background: none;
    color: #3C3C3B;
    background-color: #ffffff;
    border-color: #3C3C3B;
}

button.button-page {
    height: 44px;
    font-size: 14px;
    border-radius: 22px;
    padding-left: 23px;
    padding-right: 23px;
    line-height: 28px;
    color: #3C3C3B;
    background-color: #ffffff00;
    border-color: #3C3C3B;
    transition: .3s ease;
}

button.button-page:hover {
    background-color: #3C3C3B;
    color: #fff;
    cursor: pointer;
}

.fake_men {
    height: 0;
}

.btn-login .text {
    font-size: 14px;
    font-weight: 500;
}

#header li {
    padding: 15px;
    font-size: 14px;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.absolute_top_right {
    text-align: right;
    z-index: 10;
    margin-top: 50vh;
    margin-bottom: 325px;
}

.top_man {
    overflow: hidden;
    position: relative;
    margin-top: -100px;
    /* background: url(/images/top_background.jpg); */
    background-position: center;
    background-size: cover;
    color: white;
}

.absolute_top_right h2 {
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: -0.7px;
    /*     text-shadow: 1px 1px 3px black; */
}

.absolute_top_right h1 {
    font-size: 47.5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -1px;
    /*     text-shadow: 1px 1px 3px black; */
}


/*.top_man img{
    width: 100%;
    margin-top: -100px;
}*/

.btn.btn-primary,
.btn.btn-default,
.btn.btn-success {
    height: 44px;
    font-size: 14px;
    border-radius: 22px;
    padding-left: 23px;
    padding-right: 23px;
    line-height: 28px;
}

.btn-primary {
    color: #fff;
    background-color: #323d51;
    border-color: #252d3c;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #323d51;
    border-color: #252d3c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3f4d67;
    border-color: #2f394c;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 64, 87, 0.48);
}

.btn>span.text {
    margin-left: 11px;
}

.color {
    color:
}

.btn-success {
    background-color: transparent;
    color: #174d73;
    border-color: #174d73;
}

.btn-success:hover {
    color: #fff;
    background-color: #3f4d67;
    border-color: #2f394c;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 64, 87, 0.48);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #323d51;
    border-color: #252d3c;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

h2.title {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #323d51;
    margin-top: 93px;
    margin-bottom: 0;
}

h3.children_title {
    font-size: 24px;
    font-family: 'AvenirNextCyr-Demi';
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.5px;
    color: #000000;
    margin-top: 70px;
    margin-bottom: 0;
}

p.children_title {
    margin-top: 0;
    margin-bottom: 52px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.64;
    letter-spacing: -0.5px;
    color: #000000;
}

p.children_title span {
    font-size: 18px;
    line-height: 0.85;
    letter-spacing: -0.4px;
    color: #323d51;
}

#products .card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 11px 27.8px 1.2px rgba(0, 0, 0, 0.08);
    border: 0;
    height: 100%;
}

#products .card-body {
    padding: 22px;
}

#products .card h4.header {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.4px;
    color: #000000;
    margin-top: 27px;
    margin-bottom: 20px;
}

#products .card p.dir {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.3px;
    color: #323d51;
    margin-bottom: 35px;
}

#products .card .card-img img {
    width: 100%;
}

#products .card p.min_amout {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    margin-bottom: 18px;
}

#products .card p.strategy {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    margin-bottom: 16px;
}

.viewall {
    margin-top: 38px;
}

#our_team .card {
    border: 0;
    max-width: 300px;
    margin: 0 auto;
}

.owl-nav {
    position: absolute;
    top: 132px;
    left: 0;
    right: 0;
    height: 0;
    display: block !important;
}

.owl-next {
    position: absolute;
    right: -10px;
    font-size: 50px;
    color: #003f74;
    width: 40px;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    outline: 0;
}

.owl-prev {
    position: absolute;
    left: -10px;
    font-size: 50px;
    color: #003f74;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
}

.owl-next:focus,
.owl-prev:focus {
    outline: 0;
}

#geography img {
    margin-top: 70px;
}

#our_team_carousel {
    margin-top: 70px;
}

#our_team .card h4.header {
    font-size: 18px;
    font-weight: bold;
    line-height: 0.97;
    letter-spacing: -0.4px;
    color: #323d51;
    line-height: 1.25;
}

#our_team .card p {
    font-size: 14.5px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #323d51;
}

#our_team .card-body {
    padding: 1.25rem 0;
}

footer {
    color: #fff;
    /*min-height: 622px;
    background-image: linear-gradient(to right, #003357, #174d74);*/
}

footer a.nav-link {
    color: #fff;
}

footer hr {
    border-top: 1px solid #fff;
    margin-top: 27px;
    margin-bottom: 0;
}

footer p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.3px;
    text-align: left;
    color: #fff;
}

footer h3 {
    font-family: AvenirNextCyr-Demi;
    font-size: 32.5px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: -0.7px;
}

footer h3.phone {
    margin-top: 90px;
}

footer p.right_text {
    margin-top: 80px;
}

hr.bottom_line {
    margin-top: 53px;
    margin-bottom: 28px;
}

footer .nav-link {
    display: block;
    padding: 27px 15px 0 15px;
}

footer .copyright {
    margin-top: 59px;
    margin-bottom: 55px;
    font-family: AvenirNextCyr-Demi;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.3px;
    text-align: left;
    color: #ffffff;
}

h1.title {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #323d51;
    margin-top: 93px;
    margin-bottom: 0;
}

p.file {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 20px;
}

p.access {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.animated {
    animation-duration: 0.3s;
}


/*
#contacts h1.header {
    font-family: AvenirNextCyr;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -1.2px;
    text-align: left;
    color: #323d51;
    opacity: 0.3;
    margin-top: 45px;
    margin-bottom: 55px;
}*/


/*
#blog h1.header {
    font-family: AvenirNextCyr;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -1.2px;
    text-align: left;
    color: #323d51;
    opacity: 0.3;
    margin-top: 45px;
    margin-bottom: 55px;
}
*/

#blog h2.title {
    margin-bottom: 24px;
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.97;
    letter-spacing: -0.4px;
    text-align: left;
    color: #323d51;
    margin-top: 0;
}

#contacts h2.title {
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.97;
    letter-spacing: -0.4px;
    text-align: left;
    color: #323d51;
    margin-top: 0;
}

#contacts p {
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: left;
    color: #323d51;
    margin-bottom: 55px;
}

div#map {
    width: 100%;
    height: 100%;
    min-height: 400px;
}


/*
#article h1.header {
    font-family: AvenirNextCyr;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -1.2px;
    text-align: left;
    color: #323d51;
    opacity: 0.3;
    margin-top: 45px;
    margin-bottom: 55px;
}
*/

#article h2.title {
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.97;
    letter-spacing: -0.4px;
    text-align: left;
    color: #323d51;
    margin-top: 0;
}

#article table.table {
    margin-top: 40px;
}

#article table.table {
    font-family: AvenirNextCyr;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.3px;
    text-align: left;
    color: #323d51;
}

#article .table-striped tbody tr:nth-of-type(odd) {
    background-color: #eef3f8;
}

#article .table-striped tr>td:nth-child(1) {
    width: 35%;
}


/*
#team h1.header {
    font-family: AvenirNextCyr;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -1.2px;
    text-align: left;
    color: #323d51;
    opacity: 0.3;
    margin-top: 45px;
    margin-bottom: 55px;
}
*/

#team h2.name {
    font-family: AvenirNextCyr;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.73;
    letter-spacing: -0.5px;
    text-align: left;
    color: #323d51;
    margin-bottom: 0;
}

#team p.post {
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.97;
    letter-spacing: -0.4px;
    text-align: left;
    color: #323d51;
    margin-top: 15px;
    margin-bottom: 0;
}

#team .description {
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: left;
    color: #323d51;
    margin-top: 40px;
}

#team .item-team {
    margin-bottom: 50px;
}

span.divider i {
    color: #323d51;
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    font-family: AvenirNextCyr;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.3px;
    text-align: left;
    color: #323d51;
    margin-top: 35px;
}

.breadcrumb li.active {
    color: #000F9F;
}

#article .files h3.title {
    font-family: AvenirNextCyr;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #323d51;
}

#article .files p.small {
    margin-bottom: 0;
}


/*
#report h1.header {
    font-family: AvenirNextCyr;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -1.2px;
    text-align: left;
    color: #323d51;
    opacity: 0.3;
    margin-top: 45px;
    margin-bottom: 55px;
}*/

.files h3.title {
    font-family: AvenirNextCyr;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #323d51;
}

.files p.small {
    font-family: AvenirNextCyr;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #323d51;
    margin-bottom: 0;
}

.row.files {
    margin-bottom: 50px;
}


/*
#fund h1.header {
    font-family: AvenirNextCyr;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: -1.2px;
    text-align: left;
    color: #323d51;
    opacity: 0.3;
    margin-top: 45px;
    margin-bottom: 55px;
}
*/

#fund h2.title {
    font-family: AvenirNextCyr;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    text-align: left;
    color: #323d51;
    margin: 0;
}

#fund p.strategy {
    margin-top: 40px;
    margin-bottom: 22px;
}

ul.child_menu {
    min-width: 220px;
}

#header ul.nav.navbar-nav.menu li {
    padding: 0;
}

#header ul.nav.navbar-nav.menu li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 15px;
    color: #323d51;
    font-weight: 500;
}

#header ul.nav.navbar-nav.menu li.active>a {
    font-weight: bold;
}

#header ul.nav.navbar-nav.menu li.dropdown>ul>li.active>a {
    font-weight: bold;
}

#header ul.nav.navbar-nav.menu li ul.child_menu a:hover {
    background: #284057;
    color: #fff;
    transition: 0.3s;
}

#header ul.nav.navbar-nav.menu li ul.child_menu a {
    transition: 0.3s;
}

h2.header-1 {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #323d51;
    margin-top: 93px;
    margin-bottom: 60px;
}

#slider-1 .owl-stage {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#slider-1 .owl-stage .item {
    width: 60%;
}

.dropdown.dropActive>.dropdown-menu {
    display: block;
}

@media(min-width:992px) AND (max-width: 1023px) {}

@media(min-width:768px) AND (max-width: 991px) {
    .absolute_top_right h1 {
        font-size: 39.5px;
    }
}

@media(min-width:557px) AND (max-width:767px) {}

@media(min-width:425px) AND (max-width:556px) {}

@media(max-width:991px) {
    /*  div#navbarToggler {
       max-height: 200px;
       overflow-y: auto;
   } */
}

@media(min-width:320px) AND (max-width: 424px) {
    h2.title {
        font-size: 32px;
    }
    p.children_title {
        margin-top: 4px;
        font-size: 22px;
        line-height: 0.9;
    }
    #products .card h4.header {
        margin-top: 0px;
    }
}

@media(max-width:991px) {
    #header ul.nav.navbar-nav.menu li a {
        padding: 5px 15px;
        font-size: 14px;
    }
    #header ul.nav.navbar-nav.menu li ul.child_menu {
        border: 0;
        box-shadow: none;
        border-radius: 0;
        list-style: outside;
        color: #284057;
        padding-left: 45px;
    }
    div#navbarToggler {
        background: #fff;
    }
    #header ul.nav.navbar-nav.menu li ul.child_menu a:hover {
        background: transparent;
        color: #000;
    }
}

@media(min-width: 320px) {
    /*     .dropdown:hover > .dropdown-menu {
    display: block;
} */
}

@media(min-width: 320px) AND (max-width: 425px) {
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
        max-width: 60%;
    }
    a.navbar-brand img {
        max-width: 70%;
    }
    /*  #article h1.header {
        font-size: 36px;
        line-height: 1;
    }*/
    .bg-light {
        background-color: rgba(255, 255, 255, 1) !important;
    }
}

.open_fonds .col-xs-12.col-sm-6.col-md-6.col-lg-4 {
    margin-bottom: 30px;
}

.close_fonds .col-xs-12.col-sm-6.col-md-6.col-lg-4 {
    margin-bottom: 30px;
}

.table_head_fixed {
    position: absolute;
    top: 40px;
    width: calc(100% - 47px);
    display: table;
    background: #fff;
    table-layout: fixed;
}

@media(max-width: 991px) {
    .table_head_fixed {
        width: calc(100% - 30px);
    }
}

#fund .table-responsive {}

#fund ul.nav.nav-tabs {
    margin-top: 30px;
}

.report_uk .files img.img-fluid {
    max-width: 65px;
}

@media(max-width:425px) {
    .report_uk .files img.img-fluid {
        max-width: 50px;
    }
    /* h1.header {
        font-size: 35px !important;
    }*/
    .fake_men {
        height: 0;
    }
}

#article img {
    max-width: 100% !important;
    height: auto !important;
}

@media(max-width:767px) {
    #team h2.name {
        line-height: 30px;
        margin-top: 10px;
    }
    footer h3 {
        font-size: 26.5px;
    }
    #article .files h3.title {
        font-size: 17px;
    }
}

@media(max-width:580px) {
    .top_man {
        background-position: right;
    }
}

#article a {
    color: #3C3C3B;
    font-size: 18px;
    text-decoration: underline;
}

@media(max-width: 767px) {
    #slider-1 .owl-stage .item {
        margin: 0 auto;
    }
    .absolute_top_right {
        margin: auto 0;
        text-align: center;
    }
    body.home {
        padding-top: 66px;
    }
    .absolute_top_right h2 {
        font-size: 10px;
    }
    .absolute_top_right h1 {
        font-size: 12px;
    }
    .top_man {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #slider-1 .owl-nav {
        width: 100%;
        left: 0;
    }
    #products .card {
        margin-bottom: 30px;
        height: auto;
    }
    body.home h2.title {
        margin-top: 10px;
    }
    #our_team_carousel {
        margin-top: 15px;
    }
    div#navbarToggler {
        overflow-y: visible;
        padding-bottom: 15px;
    }
    .btn-login {
        margin-top: 0;
    }
    .butttons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    /* .butttons .btn.btn-primary, .btn.btn-default, .btn.btn-success {
    height: 30px;
    font-size: 14px;
    border-radius: 22px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 15px;
} */
    .butttons a {
        margin-left: 10px;
    }
    h3.children_title {
        margin-top: 15px;
    }
    h2.title {
        margin-top: 30px;
    }
    /*    div{
 border: 1px solid;
}  */
}