
.shops__list .st-form__input {
    background: #FFF;
}


@media (min-width: 767px) {
    .shops_utp .items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 80px;
    }
}

/*.shops_utp {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    gap: 45px;*/
/*}*/

.shops_utp .items {
    display: grid;
    justify-content: center;
    gap: 54px;
    margin-top: 50px;
}

.shops_utp .item {
    width: 324px;
    height: 299px;
    border-radius: 20px;
    background: linear-gradient(180deg, #F8FBFF 0%, #DBE6ED 100%);
}

.shops_utp .number {
    font-family: Montserrat, sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    opacity: 0.7;
    background: linear-gradient(180deg, #DFE9F3 21.9%, #CDDBE5 99.82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    padding-left: 20px;
}

.shops_utp .intro {
    color: #001A34;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 289px;
    margin: 0 auto;
}

.shops_utp .img {
    position: relative;
}

.shops_utp .img img {
    position: absolute;
    transform: translate(0, -25%);
    max-width: none;
    max-height: none;
}

.shops_utp .img1 img {
    /*height: 200px;*/
    /*width: 200px;*/
    right: -13px;
}

.shops_utp .img3 img {
    right: 0;
    top: -35px;
}

.shops_utp .img4 img {
    right: -13px;
}

.shops_utp .item {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.shops_utp .item .line1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-content: center;
    align-content: center;
}