﻿section {
    
}

.cyb-uc-blocReparation__repair-proof {
    display: flex;
    flex-direction: column;
    height: max-content;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    gap: 50px;
    padding: 80px 0;
}

    .cyb-uc-blocReparation__repair-proof iframe {
        max-width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
        width: auto;
        display: none;
    }

.cyb-uc-blocReparation__repair-proof__content {
    display: flex;
    gap: 48px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .cyb-uc-blocReparation__repair-proof__content p {
        font-weight: 400;
        font-size: 20px;
        max-width: 1000px;
    }

.cyb-uc-blocReparation__repair-proof__icons {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    width: 100%
}

.cyb-uc-blocReparation__repair-proof__icons__el {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

    .cyb-uc-blocReparation__repair-proof__icons__el img {
        height: 30px;
        width: auto;
    }

    .cyb-uc-blocReparation__repair-proof__icons__el span {
        font-weight: 600;
        text-transform: uppercase;
    }

.cyb-uc-blocReparation__cta {
    background: #242424;
    border-radius: 4px;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
}

.cyb-uc-blocReparation__cta__txt {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #FFC600;
    transition: transform 0.3s ease-out;
}

.cyb-uc-blocReparation__cta img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    height: 40%;
    width: auto;
    transition: transform 0.3s ease-out;
}

.cyb-uc-blocReparation__cta:hover .cyb-uc-blocReparation__cta__txt {
    transform: translateX(15px);
}

.cyb-uc-blocReparation__cta:hover img {
    transform: translate(70%, -50%);
}

@media screen and (max-width: 1920px) {
    .cyb-uc-blocReparation__repair-proof {
        max-width: 1280px;
    }
}
@media screen and (max-width: 750px) {
    .cyb-uc-blocReparation__repair-proof__icons {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .cyb-uc-blocReparation__repair-proof {
        padding: 80px 40px;
    }
}
