

/* Start:/local/components/rr/self.employed/templates/.default/style.css?17298624421393*/
.select-city__item {
    display: block;
}

.online-vitrina .vitrina-products .vitrina-product__info_avatar {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    overflow: hidden;
    border-radius: 50%;
}

.online-vitrina .vitrina-products .vitrina-product__info_avatar img {
    height: initial !important;
    display: block;
    object-fit: cover;
}

.vitrina-product__preview-item__1x3 {
    grid-column-start: 1;
    grid-column-end: 3;
    border-radius: 10px !important;
}

.vitrina-product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    border: 1px solid #e9e9f0;
    border-radius: 10px;
    padding: 30px;
    max-height: 225px;
    position: relative;
    /* background-size: cover; */
}

.online-vitrina .vitrina-products .vitrina-product__info_names-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 66px;
}

@media screen and (max-width: 1024px) {
    .vitrina-product {
        padding: 20px;
        max-height: 189px;
    }

    .online-vitrina .vitrina-products .vitrina-product__info_avatar {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    
}

@media (max-width: 997px) {
    .online-vitrina .vitrina-products .vitrina-product__info_avatar {
        flex: 0 0 37px;
    }
}
/* End */


/* Start:/local/components/rr/service.form/templates/self.employed/style.css?1658905775110*/
.self-employee--form .button-default[type="submit"]:disabled {
    background: #dbdbdb;
    cursor: default;
}
/* End */
/* /local/components/rr/self.employed/templates/.default/style.css?17298624421393 */
/* /local/components/rr/service.form/templates/self.employed/style.css?1658905775110 */
