.system {
    padding: 0 30px 30px;
}
.system_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 405px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 14px;
    overflow: hidden;
}
.system_title {
    position: relative;
    z-index: 1;
    max-width: 730px;
    width: 100%;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #005D28;
}
.system_text {
    position: relative;
    z-index: 1;
    max-width: 730px !important;
    width: 100%;
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}

.system_img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media(max-width: 1600px) {
    .system_text {
        max-width: 650px !important;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 1024px) {
    .system_wrapper {
        min-height: 550px;
        justify-content: start;
    }
    .system_title {
        max-width: 420px;
        font-size: 28px;
        line-height: 36px;
    }
    .system_text {
        max-width: 390px;
    }
}

@media(max-width: 767px) {
    .system {
        padding: 0 20px 30px;
    }
    .system_wrapper {
        padding: 30px 20px;
    }
    .system_title {
        max-width: 420px;
        margin: 0 0 20px;
        font-size: 22px;
        line-height: 24px;
    }
    .system_text {
        max-width: 390px;
    }
}





.system_info {
    padding: 0 30px 60px;
}
.system_info_title {
    max-width: 50%;
    width: 100%;
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.system_info_main {
    display: flex;
    align-items: start;
    gap: 40px;
}
.system_info_block {
    margin: 0 !important;
    max-width: 50%;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}

@media(max-width: 1600px) {
    .system_info_block {
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 1024px) {
    .system_info_main {
        flex-direction: column;
        gap: 20px;
    }
    .system_info_title {
        margin: 0 0 20px;
        max-width: 100%;
        font-size: 28px;
        line-height: 32px;
    }
    .system_info_block {
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    .system_info {
        padding: 0 15px 30px;
    }
    .system_info_title {
        font-size: 22px;
        line-height: 24px;
    }
}





.system_advantages {
    padding: 0 30px 60px;
}
.system_advantages_title {
    max-width: 50%;
    width: 100%;
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.system_advantages_items {
    display: flex;
    align-items: center;
    gap: 20px;
}
.system_advantages_item {
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 33%;
    width: 100%;
    padding: 20px;
    min-height: 290px;
    border-radius: 20px;
    overflow: hidden;
}
.system_advantages_item_title {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #005D28;
    transition: .3s;
}
.system_advantages_item:hover .system_advantages_item_title {
    color: var(--black);
}
.system_advantages_item_text {
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #676767;
}

.system_advantages_item_1 {
    background-image: url(../img/system/system_advantages_1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.system_advantages_item_2 {
    background-image: url(../img/system/system_advantages_2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.system_advantages_item_3 {
    background-image: url(../img/system/system_advantages_3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media(max-width: 1600px) {
    .system_advantages_item_title {
        margin: 0 0 5px;
        font-size: 18px;
        line-height: 135%;
    }
    .system_advantages_item_text {
        font-size: 14px;
        line-height: 18px;
    }
    .system_advantages_items {
        gap: 10px;
    }
}

@media(max-width: 1024px) {
    .system_advantages_title {
        margin: 0 0 20px;
        max-width: 100%;
        font-size: 28px;
        line-height: 32px;
    }
    .system_advantages_items {
        flex-direction: column;
    }
    .system_advantages_item {
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    .system_advantages {
        padding: 0 15px 30px;
    }
    .system_advantages_title {
        font-size: 22px;
        line-height: 24px;
    }
}




.system_better {
    padding: 0 30px 60px;
}
.system_better_title {
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.system_better_items {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
.system_better_item {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 20px;
}
.system_better_item_top {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 0.5px solid rgba(0, 93, 40, 1);
}
.system_better_item_img {
    width: 60px;
    margin-right: 20px;
}
.system_better_item_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #005D28;
}

.system_better_item_competitors {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
.system_better_item_competitors_text {
    margin: 0 !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #676767;
}
.system_better_item_competitors_value {
    display: flex;
    align-items: center;
    margin: 0 !important;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #676767;
}
.system_better_item_competitors_value::before {
    content: '';
    display: block;
    position: relative;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='23' height='23' rx='3.5' stroke='%23696969'/%3e%3cpath d='M18 18L12 12M12 12L6 6M12 12L18 6M12 12L6 18' stroke='%23EA4335' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.system_better_item_liniya {
    display: flex;
    align-items: center;
    gap: 30px;
}
.system_better_item_liniya_img {
    width: 110px;
}
.system_better_item_liniya_value {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}
.system_better_item_liniya_value p {
    margin: 0 !important;
}
.system_better_item_liniya_value b {
    font-weight: 700;
    color: rgba(0, 93, 40, 1);
}
.system_better_item_liniya_value::before {
    content: '';
    display: block;
    position: relative;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='23' height='23' rx='3.5' stroke='%23005D28'/%3e%3cpath d='M17.8981 8.24029C17.9743 8.31627 18.0347 8.40653 18.076 8.5059C18.1172 8.60527 18.1384 8.71179 18.1384 8.81938C18.1384 8.92696 18.1172 9.03349 18.076 9.13286C18.0347 9.23223 17.9743 9.32249 17.8981 9.39846L10.5369 16.7597C10.4609 16.8359 10.3706 16.8963 10.2713 16.9375C10.1719 16.9788 10.0654 17 9.9578 17C9.85022 17 9.74369 16.9788 9.64432 16.9375C9.54495 16.8963 9.45469 16.8359 9.37872 16.7597L6.10705 13.488C5.95347 13.3345 5.86719 13.1262 5.86719 12.909C5.86719 12.6918 5.95347 12.4835 6.10705 12.3299C6.26063 12.1763 6.46894 12.09 6.68614 12.09C6.90334 12.09 7.11164 12.1763 7.26522 12.3299L9.9578 15.0241L16.74 8.24029C16.8159 8.16412 16.9062 8.10369 17.0056 8.06246C17.1049 8.02122 17.2115 8 17.319 8C17.4266 8 17.5332 8.02122 17.6325 8.06246C17.7319 8.10369 17.8222 8.16412 17.8981 8.24029Z' fill='%23005D28'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media(max-width: 1600px) {
    .system_better_item_title {
        font-size: 18px;
        line-height: 20px;
    }
    .system_better_item_competitors_text {
        width: 85px;
        font-size: 14px;
        line-height: 18px;
    }
    .system_better_item_competitors_value {
        font-size: 14px;
        line-height: 18px;
    }
    .system_better_item_liniya_img {
        width: 85px;
    }
    .system_better_item_liniya_value {
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 1024px) {
    .system_better_title {
        margin: 0 0 20px;
        font-size: 28px;
        line-height: 32px;
    }
    .system_better_items {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media(max-width: 767px) {
    .system_better {
        padding: 0 15px 30px;
    }
    .system_better_title {
        font-size: 22px;
        line-height: 24px;
    }
    .system_better_item {
        padding: 20px;
    }
    .system_better_item_competitors,
    .system_better_item_liniya {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .system_better_item_img {
        width: 40px;
    }
}



.system_products {
    padding: 0 30px 60px;
}
.system_products_title {
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.system_products_items {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
.system_products_item {
    display: flex;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
}
.system_products_item_media {
    max-width: 370px;
    width: 100%;
}
.system_products_item_media_img {
    width: 100%;
}
.system_products_item_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 405px;
    width: 100%;
}
.system_products_item_title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0.5px solid #005D28;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #005D28;
}
.system_products_item_text {
    margin: 0 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #676767;
}
.system_products_item_btn {
    max-width: 225px;
    width: 100%;
    background: var(--green-1);
    color: var(--white-2) !important;
    transition: .3s;
}
.system_products_item_btn:hover {
    background: var(--green-2);
    color: var(--green-1) !important;
}

@media(max-width: 1250px) {
    .system_products_items {
        grid-template-columns: repeat(1, 1fr);
    }
    .system_products_item_info {
        max-width: 100%;
    }
}

@media(max-width: 1024px) {
    .system_products_title {
        margin: 0 0 20px;
        font-size: 28px;
        line-height: 32px;
    }
    .system_products_item_title {
        font-size: 20px;
        line-height: 140%;
    }
    .system_products_item_info {
        gap: 30px;
    }
}
@media(max-width: 767px) {
    .system_products {
        padding: 0 15px 30px;
    }
    .system_better_title {
        font-size: 22px;
        line-height: 24px;
    }
    .system_products_item {
        flex-direction: column;
        padding: 20px;
    }
    .system_products_item_media {
        max-width: 550px;
        margin: 0 auto;
    }
    .system_products_item_info {
        gap: 20px;
    }
    .system_products_item_title {
        font-size: 20px;
        line-height: 24px;
    }
}