.assets-img{
    width: 150px;
    height: 150px;
}
.mobile{
    display: none;
    width: 300px;
    background-color: var(--bixola-black);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    padding: 30px 15px;
}
.mobile-nav__overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer;
    z-index: 995;
}
.mobile-logo{
    margin-bottom: 40px;
}
.main-menu__list{
    padding: 0;
}
.li{
    list-style-type: none;
    height: 46px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}
.first-li{
    border-top: 1px solid hsla(0, 0%, 100%, .1);
}
.main-menu__list > li > a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: var(--bixola-font);
    font-weight: 500;
}
.why-content{
    flex-direction: column;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
}
.stock-images{
    margin-left: -150px;
}
.stock-images img{
    height: 650px;
    width: 425px;
}
.goals-content{
    max-width: 70%;
    margin-bottom: 20px;
}
.function-container{
    display: flex;
    align-items: center;
    justify-content: unset;
    column-gap: 10px;
}
.services-one__icon-function{
    position: unset ;
    display: flex ;
    align-items: center;
    justify-content: center;
}
.share-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
    padding: 39px 35px 34px;
    border-radius: var(--bixola-bdr-radius);
    margin-bottom: 30px;
    z-index: 1;
    height: 270px;
}
.center{
    text-align: center;
    font-weight: 600;
}
.marginmin{
    margin-top: -60px;
}
.share-one__text {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 30px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}
.share-circle{
    position:absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: gray;
}
.share-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    font-size: 26px;
    color: #000;
    font-weight: 700;
}
.share-img-2{
    position: absolute;
    left: 50%;
    top: 77%;
    transform: translate(-50%, -50%);
}
.share__title{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    text-align:center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.history-one__content {
    position: relative;
    display: flex;
    background-color: #f7f4f4;
    padding: 39px 45px 34px;
    border-radius: var(--bixola-bdr-radius);
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}
.nopadding{
    padding: 30px 10px 10px 0 !important;
    /*height: 230px;*/
}
.textmin .feature-one__text{
    font-size: 25px;
}
.textmin .feature-one__text{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}
.hexagon {
    width: 120px;
    height: 102px;
    background-color: #c92727;
    clip-path: polygon(
            25% 0%,  /* верхняя левая точка */
            75% 0%,  /* верхняя правая точка */
            100% 50%, /* средняя правая точка */
            75% 100%, /* нижняя правая точка */
            25% 100%, /* нижняя левая точка */
            0% 50%   /* средняя левая точка */
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.growth .share-content{
    justify-content: center;
    position: relative;
}



.gray{
    background-color: gray;
    position: absolute;
    left: calc(50% + 45px);
    top: calc(50% - 60px);
    transform: translate(-50%, -50%);
}
.pink{
    background-color: rgb(253, 75, 75);
    position: absolute;
    left: calc(50% + 45px);
    top: calc(50% + 60px);
    transform: translate(-50%, -50%);
}
.red{
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% + 0px);
    transform: translate(-50%, -50%);
}



.growth-year{
    text-align: center;
    font-size: 30px;
    line-height: 28px;
    color: black;
    font-weight: 700;
    margin-bottom: 40px;
}
.growth-container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
}
.growth-content{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.color{
    border-radius: 5px;
    height: 20px;
    width: 70px;
}
.color-1{
    background-color: #c92727;
}
.color-2{
    background-color: gray;
}
.color-3{
    background-color: rgb(253, 75, 75);
}
.growth-text{
    font-size: 25px;
    color: black;
    font-weight: 600;
}
.growth{
    background-color: #f7f9fa;
}
.network-ul{
    /*list-style: none;*/
}
.network-li{
    margin-left: -15px;
}
.network-li::marker{
    color: #ae0101;
}
.network-billion{
    font-size: 26px;
    line-height: 28px;
    color: var(--bixola-base);
    font-weight: 700;
}
.network-subtitle{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
.position-img-1{
    margin-bottom: 20px;
}
.position{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;

    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #c92727;
    border-radius: 50px;
}
.position-1, .position-7{
    width: 93%;
}
.position-3, .position-5{
    width: 97%;
}
.position-4{
    width: 100%;
}
.position-2, .position-6{
    width: 95%;
}
.position-text{
    font-size: 18px;
    color: white;
}
.position-rang{
    font-size: 20px;
    line-height: 1;
    font-weight: 700 !important;
    color: white;
    text-align: center;
}
.positions{
    row-gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.text-mark{
    margin-top: 61px;
}
.position-graph{
    margin: auto 0;
}
.diagram img{
    width: 100%;
    height: AUTO;
}
.diagram-content-text{
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.history{
    position: relative;
}
/*вправо*/
.history-1:after, .history-2:after, .history-4:after, .history-5:after, .history-11:after, .history-10:after
{
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    /*height: 5px;*/
    background-color: transparent;
    border-top: 4px dashed #ae0101;
    right: -15px;
    top: calc(50% - 10px);
}
/*влево*/
.history-8:after, .history-9:after,.history-14:after
{
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    background-color: transparent;
    border-top: 4px dashed #ae0101;
    left: -15px;
    top: calc(50% - 10px);
}
/*вниз*/
.history-3:after
{
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    background-color: transparent;
    border-right: 4px dashed #ae0101;
    left: calc(50%);
    bottom: 0;
}
/*вверх*/
.history-7:after, .history-12:after, .history-13:after
{
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    background-color: transparent;
    border-right: 4px dashed #ae0101;
    left: calc(50%);
    top: -30px;
}






















@media screen and (max-width: 1440px) {
    .position-text {
        font-size: 15px;
        color: white;
    }
}
@media screen and (max-width: 1200px){
    .history-1{
        order:1;
    }
    .history-2{
        order: 2;
    }
    .history-3{
        order:4;
    }
    .history-4{
        order:6;
    }
    .history-5{
        order:5;
    }
    .history-6{
        order:3;
    }
    .history-7{
        order:8;
    }
    .history-8{
        order: 7;
    }
    .history-9{
        order:9;
    }
    .history-10{
        order:11;
    }
    .history-11{
        order:12;
    }
    .history-12{
        order:10;
    }
    .history-13{
        order:13;
    }
    .history-14{
        order:14;
    }
    .position-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .position-graph{
        margin-bottom: 85px;
    }
    .position-text {
        font-size: 16px;
        color: white;
    }
    .testi-flex{
        display:flex;
        justify-content: center;
        align-items:center;
        flex-direction: column;
    }
    .testimonial-one__carousel{
        margin-top: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stock-images{
        margin-left: 0;
    }
    .history-1:after,
    .history-2:after,
    .history-3:after,
    .history-4:after,
    .history-5:after,
    .history-6:after,
    .history-7:after,
    .history-8:after,
    .history-9:after,
    .history-10:after,
    .history-11:after,
    .history-12:after,
    .history-13:after,
    .history-14:after{
        content: "";
        position: absolute;
        display: block;
        width: unset;
        background-color: transparent;
        border-top: unset;
        border-right: unset;
        right: unset;
        top: unset;
        left: unset;
        bottom: unset;
    }


    /*вправо*/
    .history-1:after, .history-10:after ,.history-8:after
    {
        content: "";
        position: absolute;
        display: block;
        width: 30px;
        background-color: transparent;
        border-top: 4px dashed #ae0101;
        right: -15px;
        top: calc(50% - 10px);
    }
    /*влево*/
    .history-14:after, .history-12:after, .history-3:after, .history-4:after
    {
        content: "";
        position: absolute;
        display: block;
        width: 30px;
        background-color: transparent;
        border-top: 4px dashed #ae0101;
        left: -15px;
        top: calc(50% - 10px);
    }
    /*вниз*/
    .history-2:after
    {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        background-color: transparent;
        border-right: 4px dashed #ae0101;
        left: calc(50%);
        bottom: 0;
    }
    /*вверх*/
    .history-7:after, .history-13:after, .history-5:after, .history-11:after, .history-9:after
    {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        background-color: transparent;
        border-right: 4px dashed #ae0101;
        left: calc(50%);
        top: -30px;
    }
}
@media screen and (max-width: 992px){
    .feature-one__text-margin{
        margin-top: -25px;
    }
}
@media screen and (max-width: 768px){
    .growth-container{
        align-items: center;
    }
    .growth-content {
        justify-content: flex-start;
        width: 90%;
    }
    .position-graph{
        margin-bottom: 25px;
    }
    .position-img{
        width:100%;
        height: auto;
    }
    .position-img-1{
        margin-bottom: 20px;
    }
    .text-mark{
        margin-top: 20px;
        font-size: 14px;
        line-height: 17px;
    }
    .position{
        width: 100%;
    }
    .position-text{
        font-size: 16px;
    }
    .position-rang{
        font-size: 17px;
    }
    .diagram-content-text {
        line-height: 1;
        font-size: 14px;
    }


}
@media screen and (max-width: 767px){
    .history-1{
        order:1;
    }
    .history-2{
        order: 2;
    }
    .history-3{
        order:3;
    }
    .history-4{
        order:6;
    }
    .history-5{
        order:5;
    }
    .history-6{
        order:4;
    }
    .history-7{
        order:7;
    }
    .history-8{
        order: 8;
    }
    .history-9{
        order:9;
    }
    .history-10{
        order:12;
    }
    .history-11{
        order:11;
    }
    .history-12{
        order:10;
    }
    .history-13{
        order:13;
    }
    .history-14{
        order: 14;
    }
    .history-1:after,
    .history-2:after,
    .history-3:after,
    .history-4:after,
    .history-5:after,
    .history-6:after,
    .history-7:after,
    .history-8:after,
    .history-9:after,
    .history-10:after,
    .history-11:after,
    .history-12:after,
    .history-13:after,
    .history-14:after{
        content: "";
        position: absolute;
        display: block;
        width: unset;
        background-color: transparent;
        border-top: unset;
        border-right: unset;
        right: unset;
        top: unset;
        left: unset;
        bottom: unset;

    }
    .history-1:after,
    .history-2:after,
    .history-3:after,
    .history-4:after,
    .history-5:after,
    .history-6:after,
    .history-7:after,
    .history-8:after,
    .history-9:after,
    .history-10:after,
    .history-11:after,
    .history-12:after,
    .history-13:after
    {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        background-color: transparent;
        border-right: 4px dashed #ae0101;
        left: calc(50%);
        bottom: 0;
    }
}
@media screen and (max-width: 576px){
    .position-text{
        font-size: 18px;
        color: white;
    }
    .position-rang{
        font-size: 20px;
        line-height: 1;
        font-weight: 700 !important;
        color: white;
        text-align: center;
    }
    .main-slider__shape-1{
        left: 10px;
    }
    .growth-text{
        font-size: 20px;
    }
    .growth-container{
        margin-bottom: 0px;
    }
    .position-text{
        font-size: 16px;
    }
    .position-rang{
        font-size: 18px;
    }
}
@media screen and (max-width: 534px){
    .position-text{
        font-size: 15px;
        line-height: 1.1;
    }
    .position-rang{
        font-size: 17px;
        line-height: 1.1;
    }
}
@media screen and (max-width: 400px){
    .team-one__img img{
        height: 240px;
    }
    .position-rang {
        font-size: 15px;
        line-height: 1.1;
    }
    .position-text {
        font-size: 13px;
    }

}
@media screen and (max-width: 350px){
    .services-one__title {
        font-size: 18px;
        line-height: 1.3;
    }
    .team-one__img img{
        height: 215px;
    }
}








