






.advantages {
    background-color: #222222;
    padding: 80px 20px;
}

.advantages-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 32px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.advantages-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.advantages-title {
    font-family: Inter, Sans-serif;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #fff;
}

.advantages-header img {
    max-width: 390px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.advantages-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    width: 100%;
    margin-bottom: 40px;
}

.advantages-item {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.advantages-content {
    display: flex;
    flex-direction: column;
    gap: 12px;  
}

.advantages-content h3 {
    font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: right;
}

.advantages-content h4 {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1em;
    text-align: right;
}

.elementor-icon {
    margin-bottom: 24px;
}

.elementor-icon svg {
    width: 45px;
    height: 45px;
    height: auto;
    display: block;
    fill: #fff;
}

.advantages-cta {
    display: flex;
    align-items: center;
    gap: 24px;
}

.advantages-cta a:first-child {
    background-color: #FB3E37;
    color: #fff;
    padding: 16px 24px;
    font-family: Inter, Sans-serif;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

.advantages-cta a:last-child {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    color: #000;
    padding: 16px 24px;
    font-family: Inter, Sans-serif;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

.call-us-icon-white svg {
    fill: #000;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .advantages-title {
        font-size: 42px;
    }
    .advantages-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .advantages-header {
        align-items: center;
    }
    .advantages-title {
        text-align: center
    }
    .advantages-title {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .advantages {
        padding: 50px 12px;
    }
    .advantages-title {
        font-size: 8.4vw;
    }
    .advantages-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .advantages-header {
        align-items: center;
        gap: 16px;
    }
    .advantages-item {
        align-items: start;
    }
    .advantages-title {
        text-align: center
    }
    .advantages-title {
        max-width: 400px;
    }
    .advantages-block {
        gap: 32px;
    }
    .advantages-header img {
        max-width: 70%;
    }
    .advantages-grid {
        gap: 42px;
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
    .advantages-item {
        flex-direction: row;
        align-items: start;
        gap: 12px;
    }
    .advantages-content {
        gap: 8px;
    }
    .advantages-content h4 {
        text-align: left;
        font-size: 3.4vw;
    }
    .advantages-content h3 {
        font-size: 4.8vw;
        text-align: left;
    }
    .elementor-icon svg {
        width: 32px;
        height: 32px;
    }
    .advantages-cta {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }
    .advantages-cta a {
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}