

/* Start:/local/components/api/agro.user_minisite/templates/v2/style.css?177083443615130*/
.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%;
}

.profile-contacts-block {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

.user_verification_block {
    margin: 10px 0;
}

@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-radius: 10px;
}

.verification_block-item.checked {
    background-image: url(/img/icons/checked_ico.svg?2433);
}


/*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 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;
    flex-wrap: wrap;
    gap: 15px;
}

.profile-detail-contacts-name-item h1 {
    margin: 0 10px 10px 0;
    word-break: break-word;
    font-size: 1.4em;
}

.profile-detail-contacts-name-item.logo {
    width: 40% !important;
}


.profile-detail-logo-block {
    width: 100px;
    aspect-ratio: 1;
}

@media only screen and (min-device-width: 450px) {
    .profile-detail-logo-block {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .profile-detail-logo-block {
        width: 60px;
        height: 60px;
    }
}

.profile-detail-logo-block img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    min-width: 50px;
    border-radius: 7px;
}


.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: 10px 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;
}


.profile-page-wrap {
    margin-bottom: 30px;
}

/***********/

.company-nav {
    margin: 15px 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.company-nav a {
    padding: 10px 16px;
    border-radius: 8px;
    background: #f3f4f6;
    font-weight: 500;
    transition: 0.2s;
    color: #000;
}

.company-nav a:hover {
    background: #e5e7eb;
}

.company-nav a.active {
    background: #2563eb;
    color: white;
}

.company-nav a.active:hover {
    background: #104edc;
    color: white !important;
}


.catalog-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 1024px) {
    .catalog-layout {
        grid-template-columns: 280px 1fr;
        align-items: start;
    }
}


.categories {
    background: white;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    max-height: calc(100vh - 150px);
    overflow: auto;
}

@media only screen and (min-width: 450px) and (max-width: 600px) {
    .categories {
        max-height: calc(100vh - 350px);
    }
}


@media only screen and (min-width: 320px) and (max-width: 449px) {
    .categories {
        max-height: none;
    }
}


.category-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.category-list {
    display: flex;
    flex-direction: column;
}

.category-link {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 4px;
    background: #f3f4f6;
    transition: 0.2s;
    color: #000;
}

.category-link:hover {
    background: #e5e7eb;
    color: #000 !important;
}

a.category-link:hover {
    color: #000 !important;
}

.category-link.active {
    background: #2563eb;
    color: white;
    font-weight: 600;
}

a.category-link.active:hover {
    background: #114fda;
    color: #fff !important;
}


.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 600px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-grid.showcase {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (min-width: 900px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-grid.showcase {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1300px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .product-grid.showcase {
        grid-template-columns: repeat(5, 1fr);
    }
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: 0.2s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.product-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-title {
    font-weight: 600;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card a {
    color: #000;
}

.product-price {
    font-weight: 700;
    font-size: 18px;
}

.product-desc {
    font-size: 13px;
    color: #6b7280;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 30px;
}

.page {
    padding: 8px 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.page.active {
    background: #2563eb;
    color: white;
}

.hidden {
    display: none !important;
}


.purchase-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 600px) {
    .purchase-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.purchase-card {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: 0.2s ease;
}

.purchase-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.purchase-card a {
    color: #000;
}

.purchase-title {
    font-weight: 600;
    font-size: 1em;
}

.purchase-text {
    font-size: 1rem;
    color: #6b7280;
}

.purchase-price {
    font-weight: 700;
    font-size: 1rem;
    color: #111;
}

.container {
    margin-bottom: 20px;
    color: #1f2933;
    line-height: 1.45;
}

@media (min-width: 600px) {
    .container {
        background: #f6f7f9;
        padding: 20px;
        border-top: 1px solid #eee;
    }
}


.about-text {
    color: #666;
    margin-bottom: 30px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    padding: 24px;
}


.catalog-more {
    text-align: center;
    margin: 30px 0;
}

.btn-load-more {
    display: inline-block;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: white;
    transition: 0.2s;
    color: #000;
}

.btn-load-more:hover {
    background: #2563eb;
    color: #fff !important;
    border-color: #2563eb;
    transform: translateY(-1px);
}

a.btn-load-more:hover {
    color: #fff !important;
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 600px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .video-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1300px) {
    .video-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.video-card {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: 0.2s ease;
}

.video-card a {
    color: #000;
}

.video-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.video-thumb {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000;
}

.video-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.video-title {
    font-weight: 600;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-desc {
    font-size: 13px;
    color: #6b7280;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price span, .purchase-price span {
    font-weight: normal;
}

/* End */
/* /local/components/api/agro.user_minisite/templates/v2/style.css?177083443615130 */
