body {
    /* background-image: url(../img/dev/bg.png);
    background-size: cover; */
}
* {
    /* color: red!important; */
}
.mw-100 {
    max-width: 100%!important;
}
/* 
    Paddings
*/

.ca-ex-about.support{
    background-position: right;
    background-size: cover;
    background-image: url(../img/ex/bbbb.jpg)!important;
}
.inner_page_banner {
    z-index: 1;
}
.ca-ex .inner{
    padding-top: 160px!important;
    padding-bottom: 200px!important;
}
.ca-ex-about {
    padding-top: 240px!important;
    padding-bottom: 270px!important;
}
.ca-ex-about .text {
    max-width: 400px!important;
}
.tsx .inner{
    padding-top: 170px;
}
.tsx-about {
    padding-top: 40px;
    padding-bottom: 70px;
}
.cse .inner{
    padding-top: 140px;
    padding-bottom: 180px;
}
.cse-about {
    padding-top: 90px;
    padding-bottom: 70px;
    min-height: 690px;
    display: flex; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 330px;
}


/* header  */
.exchange-header {
    z-index: 1;
    margin-top: 25px;
    height: 184px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url(../img/ex/hbg.png);
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.exchange-header__title {
    position: relative;
    font-size: 48px;
    color: #fff;
    display: inline;
}
.exchange-header__decor {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    opacity: .2;
}
.exchange-header__decor__wrapper {
    position: relative;
    display: flex;
    flex-direction: row; 
}
.exchange-header__decor-item {
    color: #fff;
    font-size: 48px;
    margin-left: 50px; 
}

/*  
    FONTS
*/
.ex-title {
    position: relative;
    font-size: 61px!important;
    line-height: 71px!important;
    color: #5C5C5C!important;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}
.ex-title.liner::after {
    content: '';
    position: absolute; 
    left: 0;
    bottom: -40%;
    height: 2px;
    width: 100px;
    background-color: #C81000;
}
.ex-title .red {
    font-weight: 500!important;
    color: #C81000!important; 
    display: block;
}

.description {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
.description.de-bold {
    font-weight: 700!important;
    font-size: 22px!important;
    line-height: 28px!important;
    color: #5C5C5C!important;
    
}
.description.de-thin {
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 20px!important;
    color: #5C5C5C!important;
}
.description.de-second {
    font-size: 22px!important;
    line-height: 38px!important;
    color: #606060!important;
}

/* 
    blocks 
*/
.tsx__description {
    position: relative;
    margin-top: 38px;
    display: flex;
    flex-direction: row;
}
.tsx__description-item {
    width: 50%;
    max-width: 588px;
}
.item-second {
    padding-left: 60px;
}
.tsx__sub-about {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tsx__sub-about-descr {
    display: flex;
    align-items: center;
    max-width: 580px;
    position: relative;
}

/* 
    Fixes ******************************************************************
*/
.our_team .inner .text.w100 {
    max-width: 100%!important;
}
.our_team .inner .text { 
    max-width: 742px;
}
.support {
    background-image: none;
    overflow: hidden; 
}
.support.special-triangle:after {
    content: url(../img/ex/bottom-angle.png)!important;
}
.support:before {
    content: url(../img/ex/thxdesign.png)!important;
    right: unset!important;
    left: -23%!important; 
}
.support .text p {
    font-size: 16px!important;
}
.support.no-after:after {
    content:''!important;
}
.big_heading.right {
    left: unset;
    right: 0;
}



/* 
    elements
*/
.ca-ex__long-dots {
    position: absolute;
    top: 0;
    right: 0;
}
.ca-ex__small-dots {
    position: absolute;
    bottom: 70px;
    right: 0;
}
.ca-ex__half-dots {
    position: absolute;
    bottom: 0; 
    left: 0;
}

.ca-ex__line {
    position: absolute;
    top: -70%;
    right: 50px;
} 
.tsx__line {
    position: absolute;
    top: 0;
    left: 0;
}
.small-line img {
    height: 70px;
}

.cse__dots { 
    position: absolute;
    top: 90px;
    left: 60%;
    transform: translateX(-50%);
}

.cse__round-dots {
    position: absolute;
    top: 50%;
    left: -14%;
    transform: translateY(-100%) rotate(90deg);
    opacity: .7;
}



/*

    Media

*/


@media screen and (max-width: 768px) {
    .exchange-header__decor, .ca-ex__long-dots, .ex-title.liner::after, .ca-ex__small-dots, .ca-ex__half-dots, .ca-ex__line, .tsx__line, .cse__round-dots{
        display: none!important;
    }
    .exchange-header__title {
        font-size: 34px;
    }
    .exchange-header {
        height: 124px;
        background-position: -190% 0px;
    }
    .our_team {
        z-index: 1;
    }
    .big_heading h2 {
        font-size: 30px;
    }
    .ca-ex .inner {
        padding-top: 80px!important;
        padding-bottom: 0!important;
    }
    .tsx__description {
        margin-top: -30px;
        flex-direction: column;
    }
    .tsx__description-item {
        width: 100%;
    }
    .item-second {
        margin-top: 20px;
        padding-left: 0;
    }
    .description.de-bold {
        font-size: 18px!important;
        line-height: 27px!important;
    }
    .ca-ex-about {
        padding-top: 30px!important;
        padding-bottom: 60px!important;
    }
    .tsx__sub-about {
        flex-direction: column;
    }
    .ex-title {
        font-size: 40px!important;
        line-height: 46px!important;
    }
    .cse .inner {
        padding-bottom: 20px;
    }
  }

  @media screen and (max-width: 992px) {
    
    .exchange-header {
        background-position: -171% 0px;
    }
    .ca-ex__line {
        display: none!important;
    }
    .ex-title {
        font-size: 49px!important;
        line-height: 62px!important;
    }
    .ca-ex .inner {
        padding-top: 130px!important;
        padding-bottom: 110px!important;
    }
    .cse-about {
        min-height: 350px;
    }
    .ca-ex-about {
        padding-top: 80px!important;
        padding-bottom: 120px!important;
    }
    .cse-about:before {
        left: -35%!important;
    }
    .cse .inner .text {
        max-width: 432px!important;
    }
  }

@media screen and (min-width: 992px) {
    .our_team .inner .text h4 span {
        white-space: nowrap;
    }
  }
  @media screen and (min-width: 1352px) {
    .cse-about {
        background-position-x: 400px;
    }
  }
  
  @media screen and (min-width: 1360px) {
    .support:before {
        bottom:-13%!important;
        left: -14%!important;
    }
  }



  @media screen and (min-width: 1400px) {
    .cse-about {
        min-height: 656px;
    }
    .support:before {
        left: -10%!important;
    }
  }
  @media screen and (min-width: 1600px) {
    .cse-about {
        min-height: 466px;
    }
  }



  