.traders{
    margin-bottom: 95px;
    overflow: hidden;
    position: relative;
}

.traders:before {
    content: "";
    position: absolute;
    top: 355px;
    width: 100vw;
    height: 50%;
    background-image: url("../images/traders/line-one.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.traders:after {
    content: "";
    position: absolute;
    top: 300px;
    width: 110vw;
    height: 55%;
    left: -80px;
    background-image: url("../images/traders/line-two.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.traders__wrapper{
    position: relative;
}
.traders__wrapper:before{
    content: "";
    position: absolute;
    width: 530px;
    height: 530px;
    left: 50%;
    top: 290px;
    transform: translateX(-50%);
    background: rgba(70, 80, 242, 0.46);
    filter: blur(190px);
}
.traders__container{
    max-width: 1313px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.traders__title{
/*    font-family: 'RealHeadWebW04-Black', sans-serif;*/
    font-weight: 900;
    font-size: 56px;
    line-height: 96.19%;
    color: #FFFFFF;
    margin: 143px 0 50px;
}

.traders__left-item{
    width: 263px;
}

.traders__left-subtitle{
/*    font-family: 'Roboto', sans-serif;*/
    font-weight: 700;
    font-size: 16px;
    line-height: 160.19%;
    text-align: center;
    letter-spacing: 7.5px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.traders__left-title{
  /*  font-family: 'RealHeadWebW04-Black', sans-serif; */
    font-weight: 900;
    font-size: 99px;
    line-height: 96.19%;
    margin: -11px 0 12px;
    text-align: center;
    background-image: linear-gradient(269.84deg, #7C47EA 0.14%, #50BAD9 96.59%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.traders__left-des{
/*    font-family: 'Roboto', sans-serif;*/
    font-weight: 300;
    font-size: 16px;
    line-height: 160.19%;
    text-align: center;
    color: #FFFFFF;
}

.traders__content{
    display: flex;
    justify-content: space-between;
}

.traders__content-left{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding-top: 37px;
}

.traders__content-right img{
    margin-right: -109px;
}

.traders__content-right{
    position: relative;
}

.traders__content-right:before{
    content: "";
    position: absolute;
    top: 63px;
    right: -113px;
    width: 285px;
    height: 485px;
    background-size: cover;
    background-position: center;
    background-image: url('../images/traders/iphone.png');
    z-index: 1;
    animation: jumpTraders 4s infinite ease-out;
}

.traders__content-right:after{
    content: "";
    position: absolute;
    top: 33px;
    left: 0;
    width: 285px;
    height: 368px;
    background-size: cover;
    background-position: center;
    background-image: url('../images/traders/coin.png');
    z-index: 1;
    animation: jumpTraders 4s 2s infinite ease-out;
}

.traders__right-img{
    max-width: 1055px;
}

@keyframes jumpTraders {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 2000px) {
    .traders:before {
        content: "";
        position: absolute;
        top: 300px;
        width: 2064.15px;
        height: 320.14px;
        background-image: url("../images/traders/line-one.svg");
        background-repeat: no-repeat;
    }

    .traders:after {
        content: "";
        position: absolute;
        top: 300px;
        left: -70px;
        width: 2124.63px;
        height: 380.14px;
        background-image: url("../images/traders/line-two.svg");
        background-repeat: no-repeat;
    }
}

@media (max-width: 1330px){
    .traders__title{
        text-align: center;
    }
    .traders__content{
        flex-direction: column;
    }
    .traders__content-left{
        flex-direction: row;
        justify-content: center;
        margin-bottom: 10px;
        column-gap: 25px;
    }
    .traders__content-right {
        max-width: 1055px;
        margin: 0 auto;
    }
    .traders__content-right img{
        margin-right: 0;
    }
    .traders__content-right:before {
        right: 0;
    }
}

@media (max-width: 1200px) {
    .traders__wrapper:before {
        top: 360px;
        left: 0;
    }
}

@media (max-width: 1150px) {
    .traders__right-img {
        max-width: 770px;
    }
    .traders__content-right:before {
        width: 183px;
        height: 317px;
    }
    .traders__content-right:after {
        top: 33px;
        left: 40px;
        width: 136px;
        height: 205px;
    }
}

@media (max-width: 802px) {
    .traders__right-img {
        max-width: 500px;
    }
    .traders:after{
        position: static;
    }
    .traders:before{
        position: static;
    }
    .traders__content-left {
        flex-wrap: wrap;
    }
    .traders__content-right:before {
        width: 140px;
        height: 162px;
        top: 47px;
    }
    .traders__content-right:after {
        top: 33px;
        left: 35px;
        width: 71px;
        height: 128px;
    }
}

@media (max-width: 525px) {
    .traders__right-img {
        max-width: 369px;
    }
    .traders__wrapper:before{
        top: 700px;
        left: 100px;
        width: 193.14px;
        height: 193.48px;
        background: rgba(70, 80, 242, 0.46);
        filter: blur(76.7779px);
    }
    .traders__content-left {
        margin-bottom: 24px;
        row-gap: 34px;
    }
    .traders__container {
        padding: 0 10px;
    }
    .traders__right-img {
        max-width: 359px;
    }
    .traders__content-right:before {
        width: 97px;
        height: 162px;
        top: 23px;
    }
    .traders__content-right:after {
        top: 9px;
        left: 13px;
    }
    .traders__title{
        font-size: 33px;
        margin: 50px 0 12px;
    }
}
