.three-d-back{
    border: 1px solid #BF9086;
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 20px 8px 14px;
    color: #BF9086;
    transition: all 0.3s;
}
.three-d-back:hover{
    background: #BF9086;
    color: #fff;
    transition: all 0.3s;
}
.three-d-back:hover .three-d-back-arrow{
    background-image: url(/local/templates/nagatinskiy/assets/images/arr-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.three-d-title{
    color: #BF9086;
    font-family: 'Wremena';
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
.three-d-title > span{
    font-size: 58px;
    line-height: 30px;
}
.title-wrap{
    display: flex;
    padding-bottom: 15px;
    padding-top: 5px;
    gap: 20px;
    align-items: center;
}
.three-d-back-arrow {
    /*position: absolute;*/
    width: 16px;
    height: 16px;
    /*top: calc(50% - 7px);*/
    /*right: 18px;*/
    background-image: url(/local/templates/nagatinskiy/assets/images/new_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.infr_section.three-d{
    padding-top: 33px;
}
.infr_section.three-d .subtitle{
    font-size: 40px;
    text-transform: uppercase;
    color: #BF9086;
    font-family: 'Wremena';
    padding-bottom: 12px;   
}
@media (max-width: 768px) {
    .title-wrap{
        flex-direction: column;
    }
    .three-d-back{
        width: 100%;
        justify-content: center;
    }
}