

/* Start:/include/custom_services_new/custom_services_new.css?17453913652165*/
div.block.user-services__block {
    padding-top: 162px !important;
}

div.block.user-services__block .content {
    margin-top: 80px !important;
}

.user-services__block .no-margin-top-bot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-services__block h1 {
    max-width: 1140px;
}

.user-services__wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    width: 100vw;
    padding: 0 10px;
    margin-left: calc((100vw - 100%) / 2 * -1);
}

.user-service {
    position: relative;
    padding: 20px;
    flex: 1 1 calc(20% - 10px); /* 20% ширины контейнера минус gap */
    aspect-ratio: 1 / 1; /* Квадратная форма */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 200px;
    height: fit-content;
    max-height: 300px;
    max-width: 300px;
}

.user-service .user-service__tag {
    width: fit-content;
    z-index: 2;
    padding: 10px;
    border-radius: 30px 30px 30px 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.user-service .user-service__tag p {
    margin: 0;
    color: white;
}

.user-services__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 30px 30px 30px 30px;
    background-color: #94caff;
}

.user-services__bg-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 0px 30px 0px 0px;
    height: 50%;
}

.user-service .user-service__text {
    position: relative;
    z-index: 2;
    color: white;
    opacity: 0.8;
}

.user-service .user-service__text h2 {
    font-size: clamp(25px, 1.7vw, 36px);
}

.user-service .user-service__text p {
    font-size: clamp(12px, 1.4vw, 18px);
}


/* Цвета плашек (можно добавить по аналогии) */

.user-service.s-blue .user-services__bg {
    background-color: #94caff;
}

.user-service.s-orange .user-services__bg {
    background-color: #f96c31;
}

.user-service.s-purple .user-services__bg {
    background-color: #928fe8;
}
/* End */
/* /include/custom_services_new/custom_services_new.css?17453913652165 */
