.advantages-block {
    padding: 34px 50px 0;
}

.advantages-block-content {
    gap: 26px;
}

.advantages-row {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 10px;
    justify-content: space-between;
}

.advantages-card {
    flex: 1 0 0;
    height: 260px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    overflow: hidden;
    align-items: stretch;
}

.advantages-img {
    width: 327px;
    height: 260px;
    flex-shrink: 0;
    background-image: url("image/advantages/advantages-img.webp");
    background-size: cover;
}

.advantages-card-content {
    flex: 1 0 0;
    padding: 10px 20px 10px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
}

.advantages-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 136.364% */
    max-width: 330px;
}

.advantages-block .camera-page-promo-block-row-container {
    height: 260px;
    padding: 40px 40px 30px;
}

.advantages-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    max-width: 410px;
}

.advantages-block .camera-page-promo-block-row-btn {
    height: 50px;
}

.advantages-list-block {
    padding: 80px 50px 100px;
}

.advantages-list-block-content {
    align-items: stretch;
    gap: 12px;
}

.advantages-list-row {
    padding-right: 40px;
    height: 244px;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.advantages-list-img {
    height: 244px;
    width: 346px;
    border-radius: 10px;
    background-size: cover;
    display: flex;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.advantages-list-row:nth-child(1) .advantages-list-img {
    background-image: url("image/advantages/advantages-list-img-1.webp");
}

.advantages-list-row:nth-child(2) .advantages-list-img {
    background-image: url("image/advantages/advantages-list-img-2.webp");
}

.advantages-list-row:nth-child(3) .advantages-list-img {
    background-image: url("image/advantages/advantages-list-img-3.webp");
}

.advantages-list-row:nth-child(4) .advantages-list-img {
    background-image: url("image/advantages/advantages-list-img-4.webp");
}

.advantages-list-row:nth-child(5) .advantages-list-img {
    background-image: url("image/advantages/advantages-list-img-5.webp");
}

.advantages-list-row:nth-child(6) .advantages-list-img {
    background-image: url("image/advantages/advantages-list-img-6.webp");
}

.advantages-list-row:nth-child(7) .advantages-list-img {
    background-image: url("image/advantages/advantages-list-img-7.webp");
}

.camera-page-promo-block-row-btn:hover {
    background: #FFA326;
}

.advantages-list-column {
    padding: 37px 0;
    width: 306px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.advantages-list-column-title {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 136.364% */
}

.advantages-list-column-title-icon-safe {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background-image: url("icon/advantages/advantages-list-column-title-icon-safe.svg");
}

.advantages-list-column-title-icon-unsafe {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background-image: url("icon/advantages/advantages-list-column-title-icon-unsafe.svg");
}

.advantages-list-column-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.advantages-list-img-text {
    display: flex;
    width: 286px;
    max-width: 286px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #48924E;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

@media (min-width: 990px) and (max-width: 1439px) {
    .advantages-block {
        padding: 30px 30px 0;
    }

    .advantages-img {
        width: 257px;
        height: 203px;
        flex-shrink: 0;
    }

    .advantages-card {
        height: 203px;
    }

    .advantages-block .camera-page-promo-block-row-container {
        width: 300px;
        height: 203px;
    }

    .advantages-title {
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 26.4px */
        width: 413px;
    }

    .advantages-block-content {
        gap: 20px;
    }

    .advantages-img {
        margin-left: -97px;
    }

    .advantages-card {
        gap: 14px;
    }

    .advantages-text {
        width: 416px;
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
    }

    .advantages-card-content {
        gap: 12px;
    }

    .advantages-block .camera-page-promo-block-row-container {
        padding: 16px 27px 30px;
    }

    .camera-page-promo-block-row-container-icon {
        right: 0;
        bottom: 50%;
        transform: translate(50%, 50%);
    }

    .camera-page-promo-block-row-title {
        line-height: 23px;
    }

    .camera-page-promo-block-row-text-container {
        gap: 10px;
    }

    .camera-page-promo-block-row-container-arrow {
        right: 35px;
        bottom: 85px;
    }

    .advantages-block .camera-page-promo-block-row-btn {
        height: 38px;
        width: 238px;
        align-self: center;
    }

    .advantages-list-block {
        padding: 30px;
    }

    .advantages-list-row {
        height: 190px;
        padding-right: 17px;
    }

    .advantages-list-img {
        height: 190px;
        width: 269px;
        padding: 23px;
    }

    .advantages-list-img-text {
        width: 223px;
        height: 31px;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */
    }

    .advantages-list-column {
        width: 272px;
        padding-top: 20px;
        gap: 12px;
    }

    .advantages-list-column:last-child {
        width: 322px;
    }
}

@media (max-width: 989px) {
    .advantages-block {
        padding: 20px 20px 0;
    }

    .advantages-row {
        flex-direction: column;
    }

    .advantages-card {
        flex: unset;
        height: auto;
        position: relative;
    }

    .advantages-img {
        position: absolute;
        bottom: 0;
        left: -5px;
        width: 276.88px;
        height: 289px;
        background-image: url("image/advantages/advantages-img-mobile.webp");
    }

    .advantages-card-content {
        padding: 30px 30px 198px;
        z-index: 1;
    }

    .advantages-block .camera-page-promo-block-row-container {
        padding: 30px;
        height: 184px;
    }

    .advantages-block .camera-page-promo-block-row-container-arrow {
        bottom: 80px;
    }

    .advantages-list-block {
        padding: 15px 20px;
    }

    .advantages-list-row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        height: auto;
        padding: 0;
    }

    .advantages-list-img {
        width: 100%;
        height: auto;
        aspect-ratio: 305/226;
    }

    .advantages-list-img-text {
        height: 40px;
    }

    .advantages-list-column {
        width: 100%;
        padding: 0 20px;
    }

    .advantages-list-column:last-child {
        padding-bottom: 22px;
    }
}