

/* Start:/local/components/api/agro.user_minisite/templates/.default/style.css?176510148414203*/
.user-pages-videos {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.user-pages-videos_item_box {
    width: auto;
    height: auto;
    font-size: 1.1em;
    max-width: 300px;
    min-width: 200px;
    margin-bottom: 30px;
    padding: 10px;
}

.user-pages-videos_item_box_content {
    border: 1px solid #eee;
    height: 100%;
    box-sizing: border-box;
}

.user-pages-videos_item_img {
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}

.user-pages-videos_item_img img {
    max-width: 300px;
    max-height: 240px;
    width: auto;
    height: auto;
}

.user-pages-videos_item_txt {
    width: 100%;
    overflow: hidden;
    margin: 20px 10px;
    word-break: break-word;
}

/*user page header */
.profile-detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (min-device-width: 450px) {
    .profile-detail {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .profile-detail {
    }
}


.profile-detail-contacts-block {
    overflow: hidden;
    min-width: 300px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 449px;
}

.profile-contacts-block {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

.user_verification_block {
    margin-bottom: 10px;
}

@media only screen and (min-device-width: 450px) {
    .user_verification_block {
        /*max-width: 300px;*/
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user_verification_block {
        max-width: 449px;
    }
}

.verification_block-item {
    background-size: 15px 15px;
    background-position-y: center;
    background-position-x: 10px;
    padding: 10px 10px 10px 40px;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    border-bottom: 3px solid #fff;
}

.verification_block-item.checked {
    background-image: url(/img/icons/checked_ico.svg?2433);
}

/* main_page list */
.user-pages-main-page-showcase {
    overflow: hidden;
    height: auto;
    margin-bottom: 50px;
}

@media only screen and (min-device-width: 450px) {
    .user-pages-main-page-showcase {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user-pages-main-page-showcase {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
}


@media only screen and (min-device-width: 450px) {
    .user-pages-main-page-showcase_item_box {
        overflow: hidden;
        height: auto;
        margin: 0 10px 25px 10px;
        width: calc(25% - 20px);
        max-width: 240px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user-pages-main-page-showcase_item_box {
        overflow: hidden;
        height: auto;
        margin: 0 5px 25px 5px;
        width: calc(50% - 10px);
        font-size: 0.9em;
        max-width: 200px;
        min-width: 140px;
        border: 1px solid #eee;
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%), 0 0 2px 0 rgb(0 0 0 / 4%);
        flex-direction: column;
    }
}


.mp_new_goods_item_box_content {
    box-sizing: border-box;
}


.user-pages-main-page-showcase_img {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (min-device-width: 450px) {
    .user-pages-main-page-showcase_img img {
        width: 100%;
        height: auto;
        min-height: 100px;
        border-radius: 5px;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user-pages-main-page-showcase_img img {
        width: 100%;
        height: auto;
        min-height: 100px;
        border-bottom: 1px solid #eee;
    }
}

.user-pages-main-page-showcase_txt {
    /* width: 100%; */
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-all;
    line-height: 19px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (min-device-width: 450px) {
    .user-pages-main-page-showcase_txt {
        margin-bottom: 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user-pages-main-page-showcase_txt {
        padding: 0 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-device-width: 450px) {
    .user-pages-main-page-showcase_txt a {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user-pages-main-page-showcase_txt a {
        color: #000;
    }
}


.user-pages-main-page-showcase_price {
    color: #000;
    font-weight: bold;
}

@media only screen and (min-device-width: 450px) {
    .user-pages-main-page-showcase_price {
        margin-bottom: 5px;
        font-size: 1.1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user-pages-main-page-showcase_price {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}


.user-pages-main-page-showcase_show_more {
    margin: 30px 0 80px 0;
    font-size: 1.4em;
}


.user-pages-main-page-showcase_show_more a {
    text-decoration: none;
    border-radius: 15px;
    background-color: #404040;
    padding: 7px 15px;
    box-shadow: 1px 1px 2px #000000;
    display: inline-block;
    color: #ffffff;
}


/*tovar list*/

.user-pages-tovar-list_wrap {
    margin-bottom: 40px;
}

.user-pages-tovar-list_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.user-pages-tovar-list_shop {
    flex: 1;
    text-align: center;
}

.user-pages-tovar-list_img {
    flex: 1;
    text-align: center;
    min-width: 240px;
    min-height: 150px;
}

.user-pages-tovar-list_img img {
    background-color: #fff;
    width: auto;
    height: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
}

@media only screen and (min-device-width: 450px) {
    .user-pages-tovar-list_img img {
        max-width: 200px;
        max-height: 200px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user-pages-tovar-list_img img {
        max-width: 240px;
        max-height: 240px;
    }
}


.user-pages-tovar-list_t_desc {
    overflow: hidden;
    flex: 2;
    padding: 0 20px;
    min-width: 240px;
    margin-bottom: 30px;
}

.user-pages-tovar-list_price_block {
    margin: 10px 0;
    color: #ccc;
}

.user-pages-tovar-list_t_price {
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    white-space: nowrap;
}

.user-pages-tovar-list_t_edizm {
    color: #999;
    white-space: nowrap;
    font-size: 8pt;
    font-weight: 400;
}

.user-pages-tovar-list_t_hdr a {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #000;
}

.user-pages-tovar-list_t_hdr a:hover {
    text-decoration: none;
}

.user-pages-tovar-list_t_text {
    font-size: 0.9em;
    margin-bottom: 20px;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    word-wrap: break-word;
}

.user-pages-tovar-list_t_order {
    margin: 20px 0;
}

.user-pages-tovar-list_show_more {
    margin: 30px 0 80px 0px;
    font-size: 1.4em;
}

.user-pages-tovar-list_show_more a {
    text-decoration: none;
    border: 1px solid #236ab1;
    padding: 15px 15px;
    border-radius: 10px;
}


/* user page rubricator */
.user-page-rubricator-category-block {
    margin: 0 0 30px 0;
}

.user-page-rubricator-category-block h2 {
    margin: 0 0 30px 0;
}

.user-page-rubricator-hdr {
    margin: 20px 0;
    font-weight: 300;
    font-size: 1.3em;
}

.user-page-rubricator {
    margin-bottom: 20px;
}

.user-page-rubricator a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px 20px 0;
    border-radius: 30px;
    background: #ffffff;
    color: #39f !important;
    border: 1px solid #39f;
}

.user-page-rubricator a:hover {
    background: #39f;
    color: #ffffff !important;
}

.user-page-rubricator a.selected {
    background: #39f;
    color: #ffffff !important;
}

.user-page-rubricator a.selected:hover {
    background: #1f88f8;
    color: #ffffff !important;
}

.user-pages-about {
    margin-bottom: 30px;
    line-height: 1.7em;
}


.profile-contacts-block-user-type {
    padding: 5px 10px;
    border-radius: 10px;
    display: inline;
    margin-right: 10px;
    line-height: 40px;
    font-size: 0.7em !important;
    font-weight: 400 !important;
}

.profile-contacts-block-user-type.private {
    background-color: #eeeeee;
}

.profile-contacts-block-user-type.buyer {
    border: 2px solid #56df56;
}


.profile-detail-contacts-name {
    display: flex;
    margin-bottom: 10px;
}

@media only screen and (min-device-width: 450px) {
    .profile-detail-contacts-name {
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .profile-detail-contacts-name {
        justify-content: space-between;
        align-items: flex-start;
    }
}


.profile-detail-contacts-name-item {
    margin-bottom: 0;
}

@media only screen and (min-device-width: 450px) {
    .profile-detail-contacts-name-item {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .profile-detail-contacts-name-item {
        min-width: 100px;
    }
}

.profile-detail-contacts-name-item h1 {
    margin: 0 10px 10px 0;
    word-break: break-word;
}

.profile-detail-contacts-name-item.logo {
    width: 40% !important;
}


.profile-detail-logo-block {
    text-align: center;
    min-width: 100px;
    min-height: 100px;
}

@media only screen and (min-device-width: 450px) {
    .profile-detail-logo-block {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .profile-detail-logo-block {
        align-self: center;
    }
}

.profile-detail-logo {
    max-width: 100px;
    max-height: 100px;
    box-sizing: border-box;
}

@media only screen and (min-device-width: 450px) {
    .profile-detail-logo {
        max-width: 100px;
        max-height: 100px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .profile-detail-logo {
        max-width: 100px;
        max-height: 100px;
    }
}

.profile-detail-logo img {
    width: 100%;
    height: auto;
    min-width: 100px;
    border-radius: 5px;
}


.user-category {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

@media only screen and (min-device-width: 450px) {
    .user-category {
    }

    .user-category::-webkit-scrollbar {
        height: 6px;
    }

    .user-category::-webkit-scrollbar-track {
        background-color: rgb(222, 222, 222);
        border-radius: 12px;
    }

    .user-category::-webkit-scrollbar-thumb {
        background-color: rgb(0, 0, 0);
        border-radius: 12px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user-category {
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-scrollbar: none;
    }
}

.user-category a {
    color: #000 !important;
}


.user-category-hdr {
    font-weight: bold;
    margin-bottom: 20px;
}

.user-category-item {
    margin: 0 10px 10px 0;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 30px;
    white-space: nowrap;
}

@media only screen and (min-device-width: 450px) {
    .user-category-item {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .user-category-item {
        margin: 0 5px 5px 0;
        background-color: #eee;
        padding: 3px 12px;
        border-radius: 30px;
        white-space: nowrap;
    }
}

.call-block {
    margin: 0;
}

.call-block .phone_showed {
    font-size: 1.5em!important;
    font-weight: normal!important;
}


/* блок контактов на личн. сайте вверху */
.pages_cont_row {
}

.pages_cont_col {
    min-width: 200px;
}

.pages_cont_col.phone {
    background: url(/img/icons/phone_ico.svg?2432) no-repeat;
    background-size: 25px;
    background-position-y: 5px;
    padding-left: 40px;
    margin-bottom: 20px;
}

.pages_cont_col.email {
    background: url(/img/icons/email_ico.svg?2432) no-repeat;
    background-size: 15px;
    background-position-y: center;
    padding-left: 25px;
    margin-bottom: 5px;
}

.pages_cont_col.url {
    background: url(/img/icons/link_ico.svg?2432) no-repeat;
    background-size: 15px;
    background-position-y: center;
    padding-left: 25px;
    margin-bottom: 5px;
}

.pages_cont_col.address {
    background: url(/img/icons/pin_ico.svg?2432) no-repeat;
    background-size: 15px;
    background-position-y: center;
    padding-left: 25px;
    margin-bottom: 5px;
}


@media only screen and (min-device-width: 1000px) {
    .profile-page-wrap {
        display: flex;
        justify-content: space-around;
        column-gap: 20px;
        flex-wrap: wrap;

    }

    .profile-page-summary {
        flex: 1;
    }

    .profile-page-content {
        flex: 2;
        max-width: 720px;
        min-width: 630px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 999px) {
    .profile-page-wrap {
        display: flex;
        justify-content: space-around;
        column-gap: 20px;
        flex-wrap: wrap;
    }

    .profile-page-summary {
        flex: 1;
    }

    .profile-page-content {
        flex: 2;
        max-width: 720px;
        min-width: 600px;
    }
}

@media only screen and (min-device-width: 450px) and (max-device-width: 767px) {

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {

}


/* End */
/* /local/components/api/agro.user_minisite/templates/.default/style.css?176510148414203 */
