.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: 1208px) {
    .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: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px; /* 136.364% */
    }

    .advantages-text {
        color: #000;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }
}