.section-3d {
    padding: 16% 0;
    color: #fff;
    font-family: "Pragmatica Extended", sans-serif;
    position: relative;
    z-index: 200;
    background-image: url(/upload/landings/tanki/app/img/360/bg-360.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 100px;
}

.section-3d::after {
    content: "";
    top: -15%;
    left: -50%;
    background-position: center;
    background-image: url(/upload/landings/tanki/app/img/360/lighting.svg);
    background-repeat: no-repeat;
    height: 87%;
    width: 100%;
    background-size: contain;
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    right: -50%;
}


.titles360 {
    gap: 16px;
    align-items: center;

}

.direction {
    margin-bottom: 60px;
}

.section-3d .feature {
    width: 280px;
    height: 128px;
    text-align: center;
    background-color: #DB3616;
    border-radius: 8px;
    margin-right: 0 !important;
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
}

.big {
    font-size: 34px;
    line-height: 44px;
}

.container360 {
    max-width: 1750px;
}

.small {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

.text-360 {
    font-family: "Pragmatica Extended", sans-serif;
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
}

.section-3d .direction img {
    width: 35px;
    height: 25px;
}


@media (max-width:1750px) {
    .sprite-spin {
        transform: scale(1.2) translateY(-7%);
    }
}

@media (max-width:1575px) {
    .sprite-spin {
        transform: scale(1.1) translateY(-7%);
    }
}

@media (max-width:1450px) {
    .sprite-spin {
        transform: scale(1) translateY(-7%);
    }
}

@media (max-width: 1024px) {
    .section-3d .feature {
        flex-basis: 49%;
    }

    .titles360 {
        flex-wrap: wrap;
    }

    .section-3d::after {
        top: -11%;
        height: 66%;
    }


}

@media (max-width: 822px) {
    .section-3d::after {
        top: -9%;
        height: 48%;
    }

}

@media (max-width:680px) {
    .section-3d::after {
        top: -10%;
        height: 55%;
    }

    .section-3d .feature {
        flex-basis: unset;
    }

    .sprite-spin {
        transform: scale(1.15) translateY(-7%);
    }

    .direction {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media (max-width:595px) {
    .section-3d::after {
        top: -14%;
        height: 55%;
    }

}


@media (max-width:500px) {
    .section-3d::after {
        top: -17%;
    }
}

@media (max-width:360px) {
    .section-3d::after {
        top: -19%;
    }
}