html, body {
    overflow-x: hidden; /* отключает горизонтальный скролл */
    /* overflow-y: scroll;  включает вертикальный скролл */
}

main > .container {
    padding: 0px 0px 0px;
    max-width: 100%;
}

.footer {
   /* background-color: #f5f5f5; */
    background-image: linear-gradient(#1A0832, #062E61);
    height: 250px;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    padding:0;
    margin:0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

@media(max-width:600px) {
    main > .container {
        padding: 0px 0px 0px;
        max-width: 100%;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* venture custom */
.navbar-img {
    background-image: url('../images/header_back1.png');
    background-repeat: no-repeat;
}

.our_mission1{
  display: inline-block;
}

.our_mission1_mobile{
    display: none;
}

.why_web3 {
    display: inline-block;
}

.why_web3_mobile {
    display: none;
}

.aims6 {
    display: inline-block;
}

.aims6_mobile {
    display: none;
}

.team {
    display: inline-block;
}

.team-mobile {
    display: none;
}

.our_values_logo {
    width:100%;
    max-width: 35%;
    height: auto;
    padding-bottom:0%;
    padding-left:10%;
}

.about_4 {
    width:100%; max-width: 200px; height: auto;
}

.row1 {
    width: 100%;
}

.row1 .top-left-part .logo img.img-main {
    height: 45px;
}

.row1 .top-left-part {
    width: 200px;
    margin-left:18%;
    margin-top:1%;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.row1 .top-left-part a {
    color: #fff;
    line-height: 59px;
    font-size: 18px;
    /*padding-left: 10px;*/
    text-transform: uppercase
}

.row1 .top-right-part {
    width: 100%;
    margin-left:70%;
    margin-top:2%;
}

.row1 .top-left-part-footer {
    width: 200px;
    margin-left:18%;
   /* margin-top:1%; */
    float: left;
}

.row1 .top-right-part-footer {
    width: 100%;
    margin-left:70%;
    margin-top:1%;
}

.row1 .top-right-part-footer a {
    margin-right:1%;
}

.row1 .left-part-footer {
     margin-top: 20px;
     margin-left:18%;
     margin-bottom: 20px;
 }

.row1 .left-part-footer a {
    margin-right: 10%;
    color: white;
    font-size: 16px;
    white-space: nowrap;
}

.row2 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.row2 .card-block {
    width:100%; max-width: 650px; height: auto;
}

.fund-name span {
    color: white;
    font-size: 3vw;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 5px;
}

.row3 {
    width: 100%;
    text-align: center;
    position: relative;
}

.row2 > div.centered {
    max-width: 600px;
    padding:5px;
    text-align:center;
    position: absolute;
    top:30%;
    right:50%;
    transform:translate(50%, -50%);
    color: white;
    font-size: 2vw;
    letter-spacing: 1px;
   /* word-break: break-all; */
    overflow: hidden;
}

.row2 > div.centered1 {
    max-width: 600px;
    padding:5px;
    text-align:center;
    position: absolute;
    top:65%;
    right:50%;
    transform:translate(50%, -50%);
    color: white;
    font-size: 2vw;
    letter-spacing: 1px;
    /* word-break: break-all; */
    overflow: hidden;
}

.row3 .our_values {
    max-width: 550px;
    height: auto;
    float: left;
}

.our_values > ul > li{
    background: url("../images/our_values_circle.png") no-repeat left 5px;
    list-style-type: none;
}

.our_values > ul > li {
  /*  list-style-image: url("../images/our_values_circle.png"); */
    color: #04129C;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    padding-left: 55px;
    padding-bottom: 10px;
}

.our_values_text {
    color: #103EB2;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin-left: 0%;
    padding-top: 10px;
    padding-bottom: 40px;
}

@media(max-width:1460px) {
    .row2 > div.centered {
        max-width: 500px;
    }

    .row2 > div.centered1 {
        max-width: 500px;
    }
}

@media(max-width:900px) {
    .row1 .top-left-part {
        width: 100px;
        margin-left:1%;
        margin-top:1%;
       /* float: left; */
        border-right: 1px solid rgba(0, 0, 0, .08)
    }

   /* .row1 .top-right-part {
        width: 200px;
        margin-left:45%;
        margin-top:3%;
    } */

    .row2 {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
    }


    .row1 .top-left-part-footer {
        width: 150px;
        margin-left:4%;
        margin-top:1%;
        float: left;
    }

    .row1 .top-right-part-footer {
        width: 100%;
        margin-left:25%;
        margin-top:5%;
    }

    .row1 .left-part-footer {
        margin-top: 20px;
        margin-left:4%;
        margin-bottom: 20px;
    }

    .row1 .left-part-footer a {
        margin-right: 2%;
        color: white;
        font-size: 16px;
        white-space: nowrap;
    }
}

.row1 .top-right-part .dropdown{
    float: left;
    margin-right: 10px;
    padding-top: 4px;
   /* margin-top:2%; */
}

/* carousel start */
.site-index .carousel-body {
    width: 100%;
    height: auto;
    background-image: linear-gradient(#062E61, #1A0832);
    padding-bottom: 30px;
}

.w-85 {
    width: 85% !important;
}

#investor-arrow1, #investor-arrow2 {
    visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .row2 > div.centered {
        min-width: 550px;
        font-size: 3vw;
    }
    .row2 > div.centered1 {
        min-width: 550px;
        font-size: 3vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .row2 > div.centered {
        min-width: 500px;
        font-size: 3vw;
    }

    .row2 > div.centered1 {
        min-width: 500px;
        font-size: 3vw;
    }

    .row1 .top-right-part-footer {
        margin-left:65%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
      position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
    }
}

/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    #investor-arrow1, #investor-arrow2 {
        visibility: visible;
    }

    .fund-name span {
        color: white;
        font-size: 10vw;
        font-weight: bold;
        text-transform: capitalize;
        letter-spacing: 5px;
    }

    .row1 .top-right-part {
        width: 200px;
        margin-left:70%;
        margin-top:3%;
    }

    .dropdown-menu {
         min-width: 1rem;
    }

    .dropdown-menu .dropdown-item {
        padding: 0.2rem 1.0rem;
    }

    .row2 > div.centered {
        min-width: 500px;
        padding:1px;
        font-size: 4vw;
    }
    .row2 > div.centered1 {
        min-width: 500px;
        padding:1px;
        font-size: 4vw;
    }

    .our_values_text {
        font-size: 5vw;
    }

    .why_web3 {
        display: none;
    }

    .why_web3_mobile {
        display: inline-block;
    }

    .aims6 {
        display: none;
    }

    .aims6_mobile {
        display: inline-block;
    }

    .row1 .top-right-part-footer {
        margin-left: 60%;
    }
}

@media (max-width: 568px) {
    .row2 > div.centered {
        min-width: 300px;
        padding:2px;
        font-size: 100%;
    }
    .row2 > div.centered1 {
        min-width: 300px;
        padding:2px;
        font-size: 100%;
    }

    .our_mission1{
        display: none;
    }

    .our_mission1_mobile{
        display: inline-block;
    }

    .our_values > ul > li {
        /*  list-style-image: url("../images/our_values_circle.png"); */
        color: #04129C;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        padding-left: 55px;
        padding-bottom: 10px;
    }

    .our_values_logo {
        max-width: 55%;
    }

    .our_values_text {
        font-size: 8vw;
        padding-right: 11px;
    }

    .our_values > ul > li {
        max-width: 380px;
    }

    .team {
        display: none;
    }

    .team-mobile {
        display: inline-block;
    }

    .row1 .top-left-part-footer {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .row1 .top-right-part-footer {
       margin-left: 2%;
    }

    .row1 .top-right-part-footer a {
        padding-left: 10%;
    }
}

@media (max-width: 450px) {
    .our_values > ul > li {
        max-width: 330px;
    }

    .about_4 {
        max-width: 230px;
        padding-right: 30px;
    }
}

@media (max-width: 400px) {
    .our_values > ul > li {
        max-width: 310px;
    }
}


/* carousel stop */

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-position: center;
    object-fit: cover;
}
.stopfade {
  /*  opacity: .5; */
}

@media screen and (max-device-width: 800px) {
    #bgvid { display: none; }
}
