.why-choose__block {
    padding: 0;
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
}
.why-choose__container {
    position: relative;
}
.why-choose__container.why-choose__container-small {
    max-width: 1510px;
}
.why-choose__content {
    margin-top: 60px;
}
.why-choose__content.why-choose__content-bg {
    padding-top: 91px;
    margin-top: 0;
    position: relative;
}
.why-choose__content-bg-paralax {
    position: absolute;
    width: 100%;
    max-width: calc(100% - 190px);
    height: 100%; 
    background: url('../img/why-choose/why_logo.svg') top center / contain no-repeat;
    background-position: center 29px;
    z-index: 0;
    transform: translateY(0);
    transition: transform 0.1s linear;
}
.why-choose__content.why-choose__content-bg::before {
    content: '';
    position: sticky;
    top: 0;
    height: 100vh;
    
    z-index: 0;
}
.why-choose__content-bg .why-choose__items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
}
.why-choose__item {
    margin-bottom: 24px;
}
.why-choose__content-bg .why-choose__items .why-choose__item, .why-choose__item:last-child {
    margin-bottom: 0;
}
.why-choose__box {
    border-radius: 16px 16px 0px 0px;
    border-bottom: 1px solid #6D45D9;
    background: rgba(66, 19, 143, 0.30);
    backdrop-filter: blur(15px);
    padding: 32px 24px;
    height: 100%;
    position: relative;
}
.why-choose__box svg {
    margin-top: 8px;
    width: 42px;
    height: 42px;
}
.why-choose__item {
    flex: 1;
}
.why-choose__name {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
}
.why-choose__text {
    margin-top: 16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    letter-spacing: 0.16px;
}
.why-choose__row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap:0;
    align-items: stretch;
}
.why-choose__image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.why-choose__item:nth-child(4n + 1) .why-choose__image {
    background: #170929 url('../img/why-choose/why_bg_1.png') center / cover no-repeat;
}
.why-choose__item:nth-child(4n + 2) .why-choose__image {
    background: #170929 url('../img/why-choose/why_bg_2.png') center / cover no-repeat;
}
.why-choose__item:nth-child(4n + 3) .why-choose__image {
    background: #170929 url('../img/why-choose/why_bg_3.png') center / cover no-repeat;
}
.why-choose__item:nth-child(4n + 4) .why-choose__image {
    background: #170929 url('../img/why-choose/why_bg_4.png') center / cover no-repeat;
}
.why-choose__image img {
    position: absolute;
}
.why-choose__info {
    background: rgba(66, 19, 143, 0.30);
    backdrop-filter: blur(15px);
    padding: 32px 24px 32px 16px;
    flex: 1;
    position: relative;
}
.why-choose__content:not(.why-choose__content-bg) .why-choose__items .why-choose__item:nth-child(even) .why-choose__image {
    order: 2
}
.why-choose__info:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(90deg, #6D45D9 0%, #27F5D1 100%)
}
.why-choose__content:not(.why-choose__content-bg) .why-choose__items .why-choose__item:nth-child(even) .why-choose__info {
    order: 1;
    border-right: none;
}
.why-choose__content:not(.why-choose__content-bg) .why-choose__items .why-choose__item:nth-child(even) .why-choose__info:after {
    content: "";
    right: unset;
    left: 0;
}
.why-choose__box:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #6D45D9 0%, #27F5D1 100%)
}
@media screen and (max-width: 1440px) {
    .why-choose__content.why-choose__content-bg {
        padding-top: 75px;
    }
}
@media screen and (max-width: 1024px) {
    .why-choose__block {
        padding-bottom: 120px;
    }
    .why-choose__content.why-choose__content-bg {
        padding-top: 68px;
    }
    .why-choose__content-bg-paralax {
        max-width: calc(100% - 64px);
    }
    .why-choose__image img {
        height: calc(100% + 60px)
    }
}
@media screen and (max-width: 991px) {
    .why-choose__content-bg .why-choose__item {
        flex-basis: calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
    .why-choose__content-bg .why-choose__items {
        gap: 16px;
    }
}
@media screen and (max-width: 850px) {
    .why-choose__content.why-choose__content-bg {
        padding-top: 85px;
    }
    .why-choose__image img{
        height: 100%;
        max-height: 100%;
    }
}
@media screen and (max-width: 550px) {
    .why-choose__content {
        margin-top: 32px;
    }
    .why-choose__content-bg .why-choose__item {
        flex-basis: 100%;
        max-width: 100%;
    }
    .why-choose__row {
        flex-wrap: wrap;
    }
    .why-choose__image {
        flex-basis: 100%;
        max-height: 155px;
    }
    .why-choose__image img {
        position: static;
    }
    .why-choose__content:not(.why-choose__content-bg) .why-choose__items .why-choose__item:nth-child(even) .why-choose__image {
        order: 1
    }
    .why-choose__content:not(.why-choose__content-bg) .why-choose__items .why-choose__item:nth-child(even) .why-choose__info {
        order: 2
    }
    .why-choose__info:after {
        content: "";
        top: unset;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }
    .why-choose__block {
        padding-bottom: 80px;
    }
    .why-choose__content.why-choose__content-bg {
        padding-top: 80px;
    } 
    .why-choose___title.title {
        font-size: 35px;
    }
}
