.whywe-block {
    margin-top: var(--ninety);
    position: relative;
}

.whywe-block .whywe-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: var(--thirty);
}

.whywe-block .whywe-holder {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    gap: var(--thirty);
}

.whywe-item__long {
    grid-column: span 2;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    background: linear-gradient(45deg, #0F716B, #63c4bd66);
}

.whywe-item__long-photo {
    height: 100%;
    width: auto;
    display: flex;
    overflow: hidden;
    max-width: 350px;
    max-height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.whywe-item__long-photo img {
    width: auto;
    height: auto;
    display: flex;
    object-fit: contain;
    border-radius: 10px;
}

.whywe-item__long-inner {
    width: 60%;
    display: flex;
    flex-direction: column;
    height: auto;
    align-self: stretch;
    justify-content: space-between;
    gap: clamp(1.375rem, 0.975rem + 2vw, 3.375rem);
    padding-bottom: var(--twentyFive);
}

.whywe-item__long-text__holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: var(--thirty);
    padding-bottom: unset;
    max-width: 100%;
}

.whywe-item__long-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: var(--h3);
    line-height: 120%;
    color: var(--white);
}

.whywe-item__long-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: var(--1614);
    line-height: 140%;
    color: var(--white);
}

.whywe-item__long-snoska {
    display: flex;
    flex-direction: row;
    gap: var(--twenty);
    align-items: center;
    width: fit-content;
    max-width: 380px;
    padding-left: var(--twenty);
    padding-right: var(--twenty);
}

.whywe-item__long-snoska__title,
.whywe-item__long-snoska__title>* {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--white);
}

.whywe-item__long-snoska__title>* {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
}

.whywe-item__long-snoska__value {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: var(--1816);
    line-height: 120%;
    color: var(--white);
}

.whywe-item__long-snoska__dep {
    width: 1px;
    height: 30px;
    background: var(--hover);
    display: flex;
}


/* обычные секции */
.whywe-item {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    align-self: stretch;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.whywe-item__inner {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    align-self: stretch;
    gap: var(--twenty);
    padding: var(--thirty);
}

.whywe-item__top {
    display: flex;
    flex-direction: row;
    gap: var(--twenty);
    align-items: flex-start;
}

.whywe-item__icon {
    width: clamp(3.75rem, 3.625rem + 0.625vw, 4.375rem);
    height: clamp(3.75rem, 3.625rem + 0.625vw, 4.375rem);
    display: flex;
    border-radius: 70px;
    background: var(--primary);
    align-items: center;
    place-content: center;
    flex-shrink: 0;
}

.whywe-item__icon img,
.whywe-item__icon svg {
    width: clamp(3.125rem, 3rem + 0.625vw, 3.75rem);
    height: clamp(3.125rem, 3rem + 0.625vw, 3.75rem);
    display: flex;
    margin: auto auto;
    object-fit: contain;
}

.whywe-item__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: var(--h4);
    line-height: 120%;
    color: var(--black);
}

.whywe-item__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: var(--1614);
    line-height: 140%;
    color: var(--black);
}

@media(max-width:1100px) {
    .whywe-block .whywe-holder {
        grid-template-columns: 1fr 1fr;
    }

    .whywe-item__top {
        align-items: center;
    }
}

@media(max-width:600px) {

    .whywe-item__title,
    .whywe-item__long-title {
        font-size: 18px;
    }
}

@media(max-width:500px) {
    .whywe-block .whywe-holder {
        grid-template-columns: 1fr;
    }

    .whywe-item__long-photo {
        display: none;
    }

    .whywe-item__long-inner {
        width: 100%;
    }

    .whywe-item__long {
        grid-column: span 1;
    }

    .whywe-item__long-inner {
        gap: 10px;
    }
}

#primary > div > div.nav-content__holder > div.content > div.whywe-block.alignwide > div > div > div> div > div.whywe-item__top > div.whywe-item__icon > svg > g > path{
    fill: #ffffff;
}