
.products-item__title:after {
    width: 274px;
    height: 81px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    background-image: url(assets/img/products-title-bg.webp);
    background-position: 100% 50%;
    background-size: auto auto;
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
    pointer-events: none
}

.products-item__footer {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%
}

.products-item__val {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 180px;
    width: 100%;
    margin-bottom: 18px
}

.products-item__val:after {
    width: 255px;
    height: 81px;
    left: -24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    content: "";
    background-image: url(https://winbits.tech/wins/assets/img/products-val-bg.webp);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto;
    pointer-events: none
}

@media (max-width: 1223px) {
    .products-item__val:after {
        left:-60px
    }
}

@media (max-width: 991px) {
    .products-item__val:after {
        left:-20px
    }
}

.products-item__val h3 {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.57;
    max-width: 84px;
    text-transform: uppercase
}

@media (max-width: 1223px) {
    .products-item__val h3 {
        font-size:10px
    }
}

.products-item__val p {
    font-weight: 400;
    font-size: 55px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start
}

.products-item__val p span {
    font-size: 32px;
    margin-left: 6px
}

.products-item__day {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    color: #121212;
    text-transform: uppercase;
    padding-left: 35px;
    min-height: 37px;
    padding-bottom: 18px;
    max-width: 217px;
}

.products-item__day span {
    font-weight: 400;
    font-size: 32px;
    color: green
}

.products-item__day p {
    font-weight: 500;
    font-size: 12px;
    color: #121212;
    line-height: 1.5;
    max-width: 100px
}


.products-item__day:after {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: -55px;
    width: 300px;
    height: 81px;
    background-image: url(https://winbits.tech/wins/assets/img/products-days-bg.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
    content: "";
    z-index: -1;
    pointer-events: none
}


.company-text {
    position: relative;
    z-index: 1
}

.company-text .m-text p {
    margin-bottom: 0
}

.company-text__wrap {
    margin-bottom: 18px;
    max-width: 381px
}

.company-wrap {
    width: 100%;
    min-height: 562px;
    margin-top: -80px;
    padding-bottom: 42px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .company-wrap {
        padding-bottom:20px;
        min-height: 360px;
        margin-bottom: 20px;
        margin-top: -15px
    }
}

.company-wrap>img {
    max-width: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0
}

@media (max-width: 991px) {
    .company-wrap>img {
        bottom:0;
        top: auto;
        max-width: 375px
    }
}

.company-slider {
    background-color: #fffffff2;
    width: calc(100% + 130px);
    margin-left: -204px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 -10px 18px #00000008;
    border-radius: 14px 0 0
}

@media (max-width: 1223px) {
    .company-slider {
        width:calc(100% + 30px);
        margin-left: -70px
    }
}

@media (max-width: 991px) {
    .company-slider {
        width:100%;
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .company-slider {
        width:calc(100% + 40px);
        margin-left: -20px;
        border-radius: 0
    }
}

.company-slider__item {
    width: 100%;
    padding: 24px 24px 18px
}

.company-slider__item h3 {
    font-weight: 500;
    font-size: 18px;
    color: #121212;
    margin-bottom: 12px
}

.company-slider__item p {
    font-weight: 400;
    font-size: 14px;
    color: #454c66;
    line-height: 1.5
}

.company-slider__footer {
    padding-left: 24px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.company-slider__logo {
    width: 91px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start
}

.company-slider__logo img {
    max-width: 100%
}

.company-slider__nav {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end
}

.company-slider__nav .swiper-button-prev,.company-slider__nav .swiper-button-next {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 80px;
    height: 28px;
    transition: all .3s ease;
    inset: auto;
    background-color: #f5f8fa;
    outline: none
}

.company-slider__nav .swiper-button-prev:hover,.company-slider__nav .swiper-button-next:hover {
    background-color: #0059f3
}

.company-slider__nav .swiper-button-prev:hover svg,.company-slider__nav .swiper-button-next:hover svg {
    fill: #fff
}

.company-slider__nav .swiper-button-prev svg,.company-slider__nav .swiper-button-next svg {
    width: 18px;
    height: 10px;
    fill: #121212;
    transition: all .3s ease
}

.company-slider__nav .swiper-button-prev svg {
    transform: scaleX(-1)
}

.company .m-title {
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .company .m-title {
        margin-bottom:0
    }
}

.company .m-title:after {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: -48px;
    left: -50px;
    width: 186px;
    height: 179px;
    background-image: url(assets/img/copmany-triangle.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: ""
}