.vxr_61_main_box {
    padding: 100px 0;
    background: linear-gradient(135deg, #3E2723 0%, #5D4037 100%);
    position: relative;
    overflow: hidden;
}

.vxr_61_main_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://images.unsplash.com/photo-1558030006-450675393462?w=1920&q=80') center/cover no-repeat;
    opacity: 0.05;
}

.vxr_61_container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.vxr_61_header {
    text-align: center;
    margin-bottom: 60px;
}

.vxr_61_label {
    display: inline-block;
    background: rgba(255, 171, 145, 0.15);
    color: #FFAB91;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.vxr_61_title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.2;
}

.vxr_61_title span {
    color: #FFAB91;
}

.vxr_61_subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.vxr_61_steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 60px;
}

.vxr_61_step {
    flex: 1;
    max-width: 260px;
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.vxr_61_step_number {
    font-size: 64px;
    font-weight: 900;
    color: rgba(255, 171, 145, 0.1);
    line-height: 1;
    margin-bottom: -25px;
    position: relative;
    z-index: 1;
}

.vxr_61_step_icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 171, 145, 0.3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.vxr_61_step_icon i {
    font-size: 30px;
    color: #FFAB91;
}

.vxr_61_step:hover .vxr_61_step_icon {
    background: rgba(255, 171, 145, 0.2);
    transform: scale(1.1);
}

.vxr_61_step_title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.vxr_61_step_text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

.vxr_61_step_line {
    flex-shrink: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 171, 145, 0.5), rgba(255, 171, 145, 0.1));
    margin-top: 65px;
}

.vxr_61_cta {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    backdrop-filter: blur(10px);
}

.vxr_61_cta_content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.vxr_61_cta_icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FFAB91 0%, #FF8A65 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vxr_61_cta_icon i {
    font-size: 28px;
    color: #3E2723;
}

.vxr_61_cta_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}

.vxr_61_cta_text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.vxr_61_cta_actions {
    display: flex;
    gap: 15px;
}

.vxr_61_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vxr_61_btn_phone {
    background: #fff;
    color: #3E2723;
}

.vxr_61_btn_phone:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.vxr_61_btn_telegram {
    background: #5D4037;
    color: #fff;
}

.vxr_61_btn_telegram:hover {
    background: #4E342E;
    transform: translateY(-3px);
}

@media (max-width: 1024px) {
    .vxr_61_steps {
        flex-wrap: wrap;
        gap: 30px;
    }
    .vxr_61_step {
        flex: 0 0 calc(50% - 15px);
        max-width: none;
    }
    .vxr_61_step_line {
        display: none;
    }
    .vxr_61_cta {
        flex-direction: column;
        text-align: center;
    }
    .vxr_61_cta_content {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .vxr_61_main_box {
        padding: 60px 0;
    }
    .vxr_61_title {
        font-size: 28px;
    }
    .vxr_61_step {
        flex: 0 0 100%;
    }
    .vxr_61_cta {
        padding: 30px 20px;
    }
    .vxr_61_cta_actions {
        flex-direction: column;
        width: 100%;
    }
    .vxr_61_cta_btn {
        justify-content: center;
    }
}

.vxr_61_step_icon.vxrCA981 {
    transform: scale(1) rotate(0deg);
}

.vxr_61_step_icon.vxrE70E0 {
    transform: scale(1) rotate(0deg);
}

.vxr_61_step_icon.vxr17E65 {
    transform: scale(1) rotate(0deg);
}

.vxr_61_step_icon.vxr5341B {
    transform: scale(1) rotate(0deg);
}