.sellers-page {
    color: #242728;
}

.sellers-page__section {
    padding: 0 0 72px;
    margin-top: 14px;
}

.sellers-page__heading {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sellers-page__heading-main {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sellers-page__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
}

.sellers-page__subtitle {
    color: #75858e;
    font-size: 15px;
    line-height: 1.35;
    margin: 0;
}

.sellers-page__heading-count {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
    min-width: 150px;
}

.sellers-page__heading-number {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.sellers-page__heading-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.sellers-layout {
    align-items: flex-start;
    display: grid;
    gap: 24px;
    grid-template-columns: 304px minmax(0, 1fr);
}

.sellers-filter {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.sellers-filter__card,
.sellers-toolbar,
.sellers-card,
.sellers-empty {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(36, 39, 40, 0.1);
}

.sellers-filter__card {
    padding: 20px;
}

.sellers-filter__head {
    margin-bottom: 20px;
}

.sellers-filter__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
}

.sellers-filter__group + .sellers-filter__group {
    margin-top: 24px;
}

.sellers-filter__group--hidden {
    display: none;
}

.sellers-filter__label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.12;
    margin-bottom: 16px;
}

.sellers-filter__select,
.sellers-filter__search {
    -webkit-appearance: none;
    appearance: none;
    background: #f2f6f8;
    border: 1px solid #e4e8eb;
    border-radius: 10px;
    color: #242728;
    font-size: 14px;
    height: 44px;
    outline: none;
    padding: 0 42px 0 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.sellers-filter__select {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.36 8.53a.67.67 0 0 1-.13.24.68.68 0 0 1-.16.15l-5 4.03a.56.56 0 0 1-.72 0L4.78 8.64a.7.7 0 0 1-.11-.95.69.69 0 0 1 .94-.11l4.4 3.68 4.43-3.56a.69.69 0 0 1 .92.1c.1.12.15.27.14.43a.65.65 0 0 1-.14.3Z' stroke='%2375858E'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
}

.sellers-filter__select:disabled,
.sellers-filter__search:disabled {
    color: #b4bfc5;
    cursor: not-allowed;
}

.sellers-filter__select:focus,
.sellers-filter__search:focus {
    border-color: #43b27d;
    box-shadow: 0 0 0 3px rgba(67, 178, 125, 0.12);
}

.sellers-filter .select2-container {
    display: block;
    width: 100% !important;
}

.sellers-filter .select2-container .select2-selection--single {
    background: #f2f6f8;
    border: 1px solid #e4e8eb;
    border-radius: 10px;
    height: 44px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sellers-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #242728;
    font-size: 14px;
    line-height: 42px;
    padding-left: 14px;
    padding-right: 42px;
}

.sellers-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b4bfc5;
}

.sellers-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
    width: 24px;
}

.sellers-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #75858e transparent transparent transparent;
    border-width: 5px 4px 0 4px;
}

.sellers-filter .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #75858e;
    font-size: 16px;
    margin-right: 28px;
}

.sellers-filter .select2-container--default.select2-container--focus .select2-selection--single,
.sellers-filter .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #43b27d;
    box-shadow: 0 0 0 3px rgba(67, 178, 125, 0.12);
}

.sellers-filter .select2-dropdown {
    border: 1px solid #e4e8eb;
    border-radius: 10px;
    overflow: hidden;
}

.sellers-filter .select2-search--dropdown {
    padding: 10px;
}

.sellers-filter .select2-search--dropdown .select2-search__field {
    border: 1px solid #e4e8eb;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 10px;
}

.sellers-filter .select2-results__option {
    font-size: 14px;
    padding: 8px 12px;
}

.sellers-filter .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #43b27d;
}

.sellers-filter__search::placeholder {
    color: #b4bfc5;
}

.sellers-filter__empty {
    color: #75858e;
    font-size: 14px;
    line-height: 1.4;
}

.sellers-filter__search--services {
    height: 36px;
    padding: 0 12px;
}

.sellers-filter__search-wrap {
    position: relative;
}

.sellers-filter__search-wrap--services {
    margin-bottom: 16px;
    margin-top: 2px;
}

.sellers-filter__search-icon {
    color: #75858e;
    display: inline-flex;
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 12px;
    width: 20px;
}

.sellers-filter__search-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-filter__options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sellers-filter__options--facet {
    gap: 8px;
}

.sellers-filter__options--services {
    margin-top: 0;
}

.sellers-filter__option {
    margin-bottom: 0;
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 16px minmax(0, 1fr) auto;
}

.sellers-filter__option--radio {
    gap: 8px;
    grid-template-columns: 18px minmax(0, 1fr);
    position: relative;
}

.sellers-filter__option-input {
    height: 1px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.sellers-filter__option-text,
.sellers-filter__option-count {
    font-size: 14px;
    line-height: 1.12;
}

.sellers-filter__option-text {
    color: #242728;
}

.sellers-filter__option-count {
    color: #75858e;
}

.sellers-filter__facet {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sellers-filter__facet-body {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 8px 0 10px;
    position: relative;
    scrollbar-color: #75858e #edf2f4;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.sellers-filter__facet-body::-webkit-scrollbar {
    width: 4px;
}

.sellers-filter__facet-body::-webkit-scrollbar-track {
    background: #edf2f4;
    border-radius: 2px;
}

.sellers-filter__facet-body::-webkit-scrollbar-thumb {
    background: #75858e;
    border-radius: 2px;
}

.sellers-filter__facet-body::-webkit-scrollbar-corner {
    background: transparent;
}

.sellers-filter__facet-body--tech {
    max-height: 129px;
}

.sellers-filter__facet-body--services {
    max-height: 129px;
}

.sellers-filter__facet.is-expanded .sellers-filter__facet-body {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.sellers-filter__option--facet {
    align-items: flex-start;
    gap: 8px;
    grid-template-columns: 18px minmax(0, 1fr) minmax(42px, auto);
    min-height: 18px;
}

.sellers-filter__option--facet .sellers-filter__option-text,
.sellers-filter__option--facet .sellers-filter__option-count {
    line-height: 1.15;
}

.sellers-filter__option--facet .sellers-filter__option-count {
    min-width: 42px;
    padding-top: 1px;
    text-align: right;
}

.sellers-filter__more {
    background: none;
    border: 0;
    color: #b4bfc5;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.15;
    padding: 0;
    text-align: center;
}

.sellers-filter__more:hover {
    color: #75858e;
}

.sellers-filter__control {
    display: inline-flex;
    height: 18px;
    position: relative;
    width: 18px;
}

.sellers-filter__control input {
    inset: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
}

.sellers-filter__control span {
    border: 0;
    border-radius: 0;
    display: block;
    height: 18px;
    position: relative;
    width: 18px;
}

.sellers-filter__control--radio span {
    border-radius: 0;
}

.sellers-filter__control span::before,
.sellers-filter__control span::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.sellers-filter__control span::before {
    background-color: #75858e;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 16.5H11.25C15 16.5 16.5 15 16.5 11.25V6.75C16.5 3 15 1.5 11.25 1.5H6.75C3 1.5 1.5 3 1.5 6.75V11.25C1.5 15 3 16.5 6.75 16.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 18px 18px;
    mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 16.5H11.25C15 16.5 16.5 15 16.5 11.25V6.75C16.5 3 15 1.5 11.25 1.5H6.75C3 1.5 1.5 3 1.5 6.75V11.25C1.5 15 3 16.5 6.75 16.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 18px 18px;
    transition: background-color 150ms ease;
}

.sellers-filter__control span::after {
    background-color: #43b27d;
    opacity: 0;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8125 8.64L7.935 10.7625L12.1875 6.51746' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 18px 18px;
    mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8125 8.64L7.935 10.7625L12.1875 6.51746' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 18px 18px;
    transform: scale(0.82);
    transform-origin: center;
    transition: opacity 150ms ease, transform 150ms ease;
}

.sellers-filter__control--checkbox input:checked + span::before {
    background-color: #43b27d;
}

.sellers-filter__control--checkbox input:checked + span::after {
    opacity: 1;
    transform: scale(1);
}

.sellers-filter__option-input:checked + .sellers-filter__control span::before {
    background-color: #43b27d;
}

.sellers-filter__option-input:checked + .sellers-filter__control span::after {
    opacity: 1;
    transform: scale(1);
}

.sellers-filter__option-input:checked ~ .sellers-filter__option-text {
    color: #43b27d;
}

.sellers-filter__option-text {
    transition: color 150ms ease;
}

.sellers-filter__submit {
    align-items: center;
    background: #43b27d;
    border: 1px solid #43b27d;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.12;
    margin-top: 25px;
    min-height: 48px;
    padding: 12px 18px;
    transition: background 0.2s ease, border-color 0.2s ease;
    width: 100%;
}

.sellers-filter__submit:hover {
    background: #399a6c;
    border-color: #399a6c;
}

.sellers-filter__reset {
    align-items: center;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #b4bfc5;
    border-radius: 60px;
    color: #75858e;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.12;
    margin-top: 12px;
    min-height: 39px;
    padding: 10px 18px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    width: 100%;
}

.sellers-filter__reset:hover,
.sellers-filter__reset:focus {
    background: #f68761;
    border-color: #f68761;
    color: #fff;
    text-decoration: none;
}

@supports not ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
    .sellers-filter__control span::before,
    .sellers-filter__control span::after {
        display: none;
    }

    .sellers-filter__control span {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 16.5H11.25C15 16.5 16.5 15 16.5 11.25V6.75C16.5 3 15 1.5 11.25 1.5H6.75C3 1.5 1.5 3 1.5 6.75V11.25C1.5 15 3 16.5 6.75 16.5Z' stroke='%2375858E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 18px 18px;
    }

    .sellers-filter__control--checkbox input:checked + span,
    .sellers-filter__option-input:checked + .sellers-filter__control span {
        background-image:
            url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 16.5H11.25C15 16.5 16.5 15 16.5 11.25V6.75C16.5 3 15 1.5 11.25 1.5H6.75C3 1.5 1.5 3 1.5 6.75V11.25C1.5 15 3 16.5 6.75 16.5Z' stroke='%2343B27D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
            url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8125 8.64L7.935 10.7625L12.1875 6.51746' stroke='%2343B27D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: center, center;
        background-repeat: no-repeat, no-repeat;
        background-size: 18px 18px, 18px 18px;
    }
}

.sellers-content {
    min-width: 0;
}

.sellers-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    min-height: 64px;
    padding: 20px;
}

.sellers-toolbar__sort {
    align-items: center;
    display: flex;
    gap: 8px;
}

.sellers-toolbar__sort-label {
    color: #242728;
    font-size: 15px;
    line-height: 1.12;
    margin: 0;
}

.sellers-toolbar__select-wrap {
    color: #242728;
    min-width: 180px;
    position: relative;
}

.sellers-toolbar__select-wrap .select2-container {
    width: 100% !important;
}

.sellers-toolbar__select-wrap .select2-container .select2-selection--single {
    background: transparent;
    border: 0;
    border-radius: 0;
    height: auto;
    min-height: 18px;
}

.sellers-toolbar__select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #242728;
    font-size: 15px;
    line-height: 1.12;
    padding-left: 0;
    padding-right: 22px;
}

.sellers-toolbar__select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.sellers-toolbar__select-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #242728;
}

.sellers-toolbar__select-wrap .select2-container--default.select2-container--focus .select2-selection--single,
.sellers-toolbar__select-wrap .select2-container--default.select2-container--open .select2-selection--single {
    border: 0;
    box-shadow: none;
}

.sellers-toolbar__select-wrap .select2-dropdown {
    border: 1px solid #e4e8eb;
    border-radius: 10px;
    overflow: hidden;
}

.sellers-toolbar__select-wrap .select2-results__option {
    font-size: 14px;
    padding: 8px 12px;
}

.sellers-toolbar__select-wrap .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #43b27d;
}

.sellers-toolbar__select-arrow {
    color: #75858e;
    display: inline-flex;
    height: 18px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

.sellers-toolbar__select-arrow svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-toolbar__views {
    display: flex;
    gap: 10px;
}

.sellers-toolbar__view {
    color: #75858e;
    display: inline-flex;
    height: 24px;
    transition: color 0.2s ease;
    width: 24px;
}

.sellers-toolbar__view:hover,
.sellers-toolbar__view.is-active {
    color: #43b27d;
}

.sellers-toolbar__view svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-cards {
    display: grid;
    gap: 20px;
}

.sellers-cards--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sellers-card {
    min-width: 0;
}

.sellers-card--list {
    display: grid;
    gap: 20px;
    grid-template-columns: 160px minmax(0, 1fr) 257px;
    padding: 20px;
}

.sellers-card--grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 557px;
    padding: 20px;
}

.sellers-card__media {
    /* background: #f2f6f8; */
    display: block;
    height: 160px;
    overflow: hidden;
    width: 160px;
    padding: 5px;
    border-radius: 10px;
}

.sellers-card__media img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    border-radius: inherit;
}

.sellers-card--grid .sellers-card__media {
    align-self: flex-start;
    flex: 0 0 160px;
    padding: 0;
    width: 160px;
    border-radius: 0;
}

.sellers-card--grid .sellers-card__main {
    flex: 1 1 auto;
}

.sellers-card--grid .sellers-card__title {
    display: -webkit-box;
    max-height: 36px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sellers-card__main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.sellers-card__title {
    color: #242728;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.12;
    text-decoration: none;
    transition: color 150ms ease-in;
}

.sellers-card__title:hover {
    color: #43b27d;
}

.sellers-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sellers-card__badge {
    align-items: center;
    background: #f2f6f8;
    border-radius: 20px;
    color: #242728;
    display: inline-flex;
    font-size: 10px;
    gap: 6px;
    line-height: 1.12;
    min-height: 27px;
    padding: 8px;
}

.sellers-card__badge-icon {
    display: inline-flex;
    flex: none;
    height: 15px;
    width: 15px;
}

.sellers-card__badge-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-card__badge.is-muted {
    color: #75858e;
}

.sellers-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sellers-card__meta-item {
    align-items: center;
    color: #75858e;
    display: flex;
    font-size: 12px;
    gap: 4px;
    line-height: 1.12;
}

.sellers-card__meta-icon {
    color: #b4bfc5;
    display: inline-flex;
    height: 18px;
    width: 18px;
}

.sellers-card__meta-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-card__description {
    color: #75858e;
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.12;
    margin: 0;
    max-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sellers-card__tags {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.sellers-card--grid .sellers-card__tags{
    padding-top: 0;
}

.sellers-card__tag {
    align-items: center;
    color: #75858e;
    display: inline-flex;
    font-size: 15px;
    gap: 4px;
    line-height: 1.12;
    text-decoration: none;
    transition: color 150ms ease-in;
}

.sellers-card__tag:hover{
    color: #43b27d;
}

.sellers-card__tag-icon {
    display: inline-flex;
    height: 20px;
    width: 20px;
}

.sellers-card__tag-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-card__tag--green .sellers-card__tag-icon {
    color: #43b27d;
}

.sellers-card__tag--orange .sellers-card__tag-icon {
    color: #f68761;
}

.sellers-card__tag--blue .sellers-card__tag-icon {
    color: #1cace8;
}

.sellers-card__actions {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
}

.sellers-card__actions--list {
    width: 257px;
}

.sellers-card__actions--short {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
}

.sellers-card__actions--short .sellers-card__action--phone {
    grid-column: 1 / -1;
}

.sellers-card--grid .sellers-card__actions--short {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-end;
    margin-top: auto;
    padding: 0;
    width: 100%;
}

.sellers-card__action {
    align-items: center;
    background: transparent;
    border: 0;
    color: #242728;
    display: flex;
    gap: 4px;
    min-height: 24px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.sellers-card__action:hover {
    color: #242728;
}

.sellers-card--grid .sellers-card__action {
    flex: none;
    min-height: 28px;
    width: 28px;
}

.sellers-card--grid .sellers-card__action-text,
.sellers-card--grid .sellers-card__action--info {
    display: none;
}

.sellers-card__action-icon {
    display: inline-flex;
    flex: none;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.sellers-card__action-icon svg {
    display: block;
    height: 20px;
    margin: 2px;
    width: 20px;
}

.sellers-card--grid .sellers-card__action-icon {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    height: 28px;
    transform: scale(1);
    transition: transform 150ms ease, background-color 150ms ease;
    width: 28px;
}

.sellers-card--grid .sellers-card__action-icon svg {
    height: 18px;
    margin: 0;
    width: 18px;
}

.sellers-card__action-icon.is-green {
    color: #43b27d;
}

.sellers-card--grid .sellers-card__action-icon.is-green {
    background: #43b27d;
    color: #fff;
}

.sellers-card--grid .sellers-card__action:hover .sellers-card__action-icon,
.sellers-card--grid .sellers-card__action:focus-visible .sellers-card__action-icon {
    transform: scale(1.06);
}

.sellers-card:not(.sellers-card--grid) .sellers-card__action-icon.is-green:hover{
    background: rgba(255,255,255,0);
    box-shadow: none;
}

.sellers-card__action-icon.is-orange {
    color: #f68761;
}

.sellers-card--grid .sellers-card__action-icon.is-orange {
    background: #f68761;
    color: #fff;
}

.sellers-card:not(.sellers-card--grid) .sellers-card__action-icon.is-orange:hover{
    background: rgba(255,255,255,0);
    box-shadow: none;
}

.sellers-card__action-icon.is-gray {
    color: #75858e;
}

.sellers-card--grid .sellers-card__action-icon.is-gray {
    background: #75858e;
    color: #fff;
}

.sellers-card:not(.sellers-card--grid) .sellers-card__action-icon.is-gray:hover{
    background: rgba(255,255,255,0);
    box-shadow: none;
}

.sellers-card__action-icon.is-info svg {
    height: 16px;
    margin: 4px;
    width: 16px;
}

.sellers-card__action-text {
    color: #242728;
    /* display: flex; */
    /* flex: 1 1 auto; */
    /* flex-direction: column; */
    font-size: 15px;
    line-height: 1.12;
    min-width: 0;
    transition: color 150ms ease;
}

.sellers-card__action:hover .sellers-card__action-text{
    color: #43b27d;
}

.sellers-card__phone-accent {
    color: #43b27d;
    font-weight: 500;
}

.sellers-card__actions--short .sellers-card__action {
    align-items: flex-start;
}

.sellers-card__actions--short .sellers-card__action-text {
    font-size: 14px;
}

.sellers-card--grid .sellers-card__actions--short .sellers-card__action {
    align-items: center;
}

.sellers-shop-page {
    color: #242728;
}

.sellers-shop-page__section{
    margin-top: 14px;
    margin-bottom: 72px;
}

.sellers-shop-page .shop_body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sellers-shop-page .shop--grid {
    align-items: flex-start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 300px;
}

.sellers-shop-page .shop__left {
    padding-top: 0;
}

.sellers-shop-page .shop__left--text {
    margin-bottom: 0;
}

.sellers-shop-page .shop__right {
    margin-bottom: 0;
}

.sellers-shop-page .shop__right p:last-child {
    margin-bottom: 0;
}

.sellers-shop-hero {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(36, 39, 40, 0.1);
    margin-bottom: 20px;
    padding: 20px;
}

.sellers-shop-hero__layout {
    align-items: center;
    display: grid;
    gap: 20px 40px;
    grid-template-columns: 1fr 1fr;
}

.sellers-shop-hero__main {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 120px minmax(0, 1fr);
    min-width: 0;
}

.sellers-shop-hero__logo-wrap {
    align-items: center;
    border-radius: 16px;
    display: flex;
    height: 120px;
    justify-content: center;
    overflow: hidden;
    width: 120px;
}

.sellers-shop-hero__logo {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sellers-shop-hero__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.sellers-shop-hero__title {
    color: #242728;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
}

.sellers-shop-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sellers-shop-hero__badge {
    align-items: center;
    background: #f2f6f8;
    border-radius: 20px;
    color: #242728;
    display: inline-flex;
    font-size: 10px;
    gap: 6px;
    line-height: 1.12;
    min-height: 27px;
    padding: 8px;
}

.sellers-shop-hero__badge.is-muted {
    color: #75858e;
}

.sellers-shop-hero__badge-icon {
    color: #75858e;
    display: inline-flex;
    flex: none;
    height: 15px;
    width: 15px;
}

.sellers-shop-hero__badge-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-shop-hero__action--complaint {
    align-self: flex-start;
}

.sellers-shop-hero__action--complaint .sellers-shop-hero__action-icon{
    color: #f68761;
}

.sellers-shop-hero__actions {
    align-items: center;
    display: flex;
    gap: 18px 28px;
    justify-content: flex-end;
}

.sellers-shop-hero__action {
    align-items: center;
    background: transparent;
    border: 0;
    color: #242728;
    cursor: pointer;
    display: inline-flex;
    gap: 4px;
    min-height: 24px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

.sellers-shop-hero__action:hover,
.sellers-shop-hero__action:focus {
    color: #242728;
    text-decoration: none;
}

.sellers-shop-hero__action-icon {
    display: inline-flex;
    flex: none;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.sellers-shop-hero__action-icon svg {
    display: block;
    height: 20px;
    margin: 2px;
    width: 20px;
}

.sellers-shop-hero__action-icon.is-green {
    color: #43b27d;
}

.sellers-shop-hero__action-icon.is-green:hover{
    background: rgba(255,255,255,0);
    box-shadow: none;
}

.sellers-shop-hero__action-icon.is-orange {
    color: #f68761;
}

.sellers-shop-hero__action-icon.is-orange:hover {
    background: rgba(255,255,255,0);
    box-shadow: none;
}

.sellers-shop-hero__action-icon.is-gray {
    color: #75858e;
}

.sellers-shop-hero__action-icon.is-gray:hover {
    background: rgba(255,255,255,0);
    box-shadow: none;
}

.sellers-shop-hero__action-icon.is-info svg {
    height: 16px;
    margin: 4px;
    width: 16px;
}

.sellers-shop-hero__action-text {
    color: #242728;
    font-size: 15px;
    line-height: 1.12;
    transition: color 150ms ease;
}

.sellers-shop-hero__action--complaint .sellers-shop-hero__action-text{
    font-size: 14px;
}

.sellers-shop-hero__action--complaint:hover .sellers-shop-hero__action-text{
    color: #f68761;
}

.sellers-shop-hero__action--phone .sellers-shop-hero__action-text {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.sellers-shop-hero__action--phone .sellers-card__phone-value,
.sellers-shop-hero__action--phone .sellers-card__phone-accent {
    white-space: nowrap;
}

.sellers-shop-products {
    margin-bottom: 20px;
    padding-top: 20px;
}

.sellers-shop-products__head {
    align-items: center;
    border-top: 1px solid #75858e;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 0;
    margin-bottom: 20px;
}

.sellers-shop-products__title {
    color: #242728;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
}

.sellers-shop-products__all {
    align-items: center;
    color: #75858e;
    display: inline-flex;
    flex: none;
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    line-height: 1.12;
    text-decoration: none;
    transition: color 150ms ease;
}

.sellers-shop-products__all:hover,
.sellers-shop-products__all:focus {
    color: #f68761;
    text-decoration: none;
}

.sellers-shop-products__all-icon {
    display: inline-flex;
    flex: none;
    height: 24px;
    width: 24px;
}

.sellers-shop-products__all-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-shop-products__content{
    position: relative;
}

.sellers-shop-products__slider-wrap{
    overflow: hidden;
    margin: 0 -10px;
    padding: 0 10px;
}

.sellers-shop-products__slider-wrap,
.sellers-shop-products__slider {
    position: relative;
}

.sellers-shop-products__arrows {
    left: -22px;
    pointer-events: none;
    position: absolute;
    right: -22px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 3;
}

.sellers-shop-products__slide {
    height: auto;
}

.shop-product-card {
    background: #fff;
    border: 1px solid #f2f6f8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(36, 39, 40, 0.1);
}

.shop-product-card__meta {
    align-items: center;
    color: #75858e;
    display: flex;
    font-size: 15px;
    gap: 4px;
    line-height: 1.12;
    margin-bottom: 20px;
}

.shop-product-card__meta-icon {
    display: inline-flex;
    flex: none;
    height: 20px;
    width: 20px;
}

.shop-product-card__meta-icon.is-green {
    color: #43b27d;
}

.shop-product-card__meta-icon.is-orange {
    color: #f68761;
}

.shop-product-card__meta-icon.is-blue {
    color: #1cace8;
}

.shop-product-card__meta-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.shop-product-card__image-wrap {
    display: block;
    height: 198px;
    margin-bottom: 20px;
    overflow: hidden;
}

.shop-product-card__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.shop-product-card--service .shop-product-card__image-wrap {
    border-radius: 10px;
    position: relative;
}

.shop-product-card__image-brand {
    align-items: center;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    bottom: 10px;
    display: inline-flex;
    height: 40px;
    left: 10px;
    padding: 4px;
    position: absolute;
    width: 60px;
}

.shop-product-card__image-brand img {
    display: block;
    height: 32px;
    object-fit: contain;
    width: 52px;
}

.shop-product-card__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #242728;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
    min-height: 36px;
    overflow: hidden;
    text-decoration: none;
    transition: color 150ms ease;
}

.shop-product-card__title:hover,
.shop-product-card__title:focus {
    color: #43b27d;
    text-decoration: none;
}

.shop-product-card__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: auto;
    padding-top: 20px;
}

.shop-product-card__price-row {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.shop-product-card__price {
    color: #43b27d;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.12;
}

.shop-product-card__favorite {
    align-items: center;
    background: #75858e;
    border: 0;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: none;
    height: 28px;
    justify-content: center;
    padding: 0;
    transition: transform 0.2s ease;
    width: 28px;
}

.shop-product-card__favorite svg {
    display: block;
    height: 18px;
    width: 18px;
}

.shop-product-card__favorite:hover,
.shop-product-card__favorite:focus {
    background: #75858e;
    color: #fff;
}

.shop-product-card__favorite.active {
    background: #ee5369;
}

.shop-product-card__favorite.is-demo:disabled {
    cursor: default;
    opacity: 1;
}

.shop-product-card__location {
    align-items: center;
    color: #242728;
    display: flex;
    font-size: 15px;
    gap: 4px;
    line-height: 1.12;
}

.shop-product-card__location-icon {
    color: #b4bfc5;
    display: inline-flex;
    flex: none;
    height: 18px;
    width: 18px;
}

.shop-product-card__location-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.shop-product-card__location-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sellers-shop-products__slider .splide__track {
    padding: 15px 0;
    margin: -15px 0 0;
    overflow: visible;
}

.sellers-shop-products__arrow {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    color: #75858e;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    width: 44px;
    transition: opacity 150ms ease, transform 150ms ease;
}

.sellers-shop-products__arrow:hover,
.sellers-shop-products__arrow:focus {
    background: #fff;
    color: #43b27d;
    transform: scale(1.03);
}

.sellers-shop-products__arrow svg {
    color: currentColor;
    display: block;
    height: 24px;
    width: 24px;
}

.sellers-shop-products__arrow:disabled {
    cursor: default;
    opacity: 0;
    pointer-events: none;
}

.sellers-shop-products__arrow--prev {
    left: 0;
}

.sellers-shop-products__arrow--next {
    right: 0;
}

.sellers-shop-placeholder {
    background: #f2f6f8;
    border: 1px dashed #d6dee3;
    border-radius: 14px;
    color: #75858e;
    font-size: 15px;
    line-height: 1.5;
    padding: 14px 16px;
}

.sellers-shop-products__placeholder {
    margin: 0 10px;
}

.shop-publication-card {
    background: #fff;
    border: 1px solid #f2f6f8;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(36, 39, 40, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 420px;
    padding: 20px;
}

.shop-publication-card__date {
    color: #75858e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.12;
    margin-bottom: 20px;
}

.shop-publication-card__image-wrap {
    border-radius: 10px;
    display: block;
    height: 198px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.shop-publication-card__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.shop-publication-card__image-brand {
    align-items: center;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    bottom: 10px;
    display: inline-flex;
    height: 40px;
    left: 10px;
    padding: 4px;
    position: absolute;
    width: 60px;
}

.shop-publication-card__image-brand img {
    display: block;
    height: 32px;
    object-fit: contain;
    width: 52px;
}

.shop-publication-card__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #242728;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0 0 12px;
    min-height: 36px;
    overflow: hidden;
    text-decoration: none;
}

.shop-publication-card__title:hover,
.shop-publication-card__title:focus {
    color: #242728;
    text-decoration: none;
}

.shop-publication-card__brief {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #75858e;
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    min-height: 36px;
    overflow: hidden;
}

.shop-publication-card__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 20px;
}

.shop-publication-card__button {
    align-items: center;
    border: 1px solid #a2afb8;
    border-radius: 10px;
    color: #75858e;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    height: 28px;
    justify-content: center;
    min-width: 88px;
    padding: 0 16px;
    text-decoration: none;
    transition: color 150ms ease, border-color 150ms ease;
}

.shop-publication-card__button:hover,
.shop-publication-card__button:focus {
    border-color: #75858e;
    color: #75858e;
    text-decoration: none;
}

.sellers-company-modal {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.sellers-company-modal__dialog {
    margin: 40px auto;
    max-width: 884px;
    width: 100%;
}

.sellers-company-modal__content {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.sellers-company-modal__panel {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.sellers-company-modal__close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #75858e;
    cursor: pointer;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
}

.sellers-company-modal__close svg {
    display: block;
    height: 28px;
    width: 28px;
}

.sellers-company-modal__header {
    margin-bottom: 20px;
    padding-right: 40px;
}

.sellers-company-modal__title {
    color: #242728;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
}

.sellers-company-modal__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shop-message-modal__dialog {
    max-width: 840px;
}

.shop-message-modal__body {
    gap: 16px;
}

.shop-message-modal__title-shop {
    color: #43b37d;
}

.shop-message-modal__sync {
    color: #75858e;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.shop-message-modal__sync a {
    color: #3d8763;
    font-weight: 500;
}

.shop-message-modal__messages-panel,
.shop-message-modal__answer-panel {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
}

.shop-message-modal__answer-panel {
    border-top: 1px solid #d6dee3;
    padding-top: 20px;
}

.shop-message-modal__messages-body,
.shop-message-modal__answer-body {
    padding: 0;
}

.shop-message-modal__messages {
    max-height: 420px;
    min-height: 420px;
    padding-right: 12px;
}

.shop-message-modal__messages .message_list {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.shop-message-modal__messages .message_element {
    max-width: 90%;
    width: auto;
}

.shop-message-modal__messages .message_element.sender_message,
.shop-message-modal__messages .message_element.reciver_message {
    float: none;
}

.shop-message-modal__messages .message_element.sender_message {
    margin-right: 0;
}

.shop-message-modal__form {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(36, 39, 40, 0.08);
    padding: 10px 10px 10px;
}

.shop-message-modal__textarea-wrap {
    margin-bottom: 10px;
}

.shop-message-modal__textarea {
    background: #f2f6f8 !important;
    border: 0;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px rgba(117, 133, 142, 0.08);
    margin-bottom: 0;
    min-height: 72px;
    padding: 14px 16px;
    resize: vertical;
}

.shop-message-modal__file-input {
    display: none;
}

.shop-message-modal__footer {
    align-items: center;
    /* border-top: 1px solid #edf2f4; */
    display: flex;
    gap: 12px;
    justify-content: space-between;
    /* margin-top: 14px; */
    /* padding-top: 14px; */
}

.shop-message-modal__footer-left {
    align-items: center;
    display: flex;
    gap: 6px;
    min-width: 0;
}

.shop-message-modal__footer-note {
    align-items: center;
    color: #75858e;
    display: inline-flex;
    font-size: 13px;
    gap: 8px;
    line-height: 1.4;
    min-width: 0;
}

.shop-message-modal__footer-note.has-file {
    color: #242728;
}

.shop-message-modal__footer-note.has-file .js-shop-chat-footer-note-text {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-message-modal__file-tools {
    flex: 0 0 auto;
}

.shop-message-modal__file-tools .upload_file_butt {
    color: #9aa7af;
}

.shop-message-modal__file-tools .upload_file_butt:hover,
.shop-message-modal__file-tools .upload_file_butt:focus {
    color: #f68761;
}

.shop-message-modal__file-tools .delete_file_butt {
    display: none;
}

.shop-message-modal__file-reset {
    align-items: center;
    background: transparent;
    border: 0;
    color: #f68761;
    cursor: pointer;
    display: none;
    flex: 0 0 auto;
    height: 20px;
    justify-content: center;
    padding: 0;
    width: 20px;
}

.shop-message-modal__file-reset svg {
    display: block;
    height: 18px;
    width: 18px;
}

.shop-message-modal__submit {
    align-self: flex-end;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 36px;
    min-width: 44px;
    position: relative;
}

.shop-message-modal__submit svg {
    display: block;
}

.shop-message-modal__submit-icon {
    display: inline-flex;
}

.shop-message-modal__submit-spinner {
    border: 2px solid rgba(117, 133, 142, 0.22);
    border-radius: 50%;
    border-top-color: #f68761;
    display: none;
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px;
}

.shop-message-modal__form.is-submitting {
    pointer-events: none;
}

.shop-message-modal__form.is-submitting .shop-message-modal__submit {
    opacity: 0.65;
}

.shop-message-modal__form.is-submitting .shop-message-modal__submit-icon {
    opacity: 0;
}

.shop-message-modal__form.is-submitting .shop-message-modal__submit-spinner {
    animation: shop-message-modal-spin 0.8s linear infinite;
    display: block;
}

@keyframes shop-message-modal-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.shop-message-modal__error {
    margin-top: 8px;
    padding: 0;
}

.sellers-company-modal__section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.sellers-company-modal__section-title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.12;
    margin: 0;
}

.sellers-company-modal__contacts,
.sellers-company-modal__description,
.sellers-company-modal__details {
    padding-left: 10px;
    padding-right: 10px;
}

.sellers-company-modal__contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sellers-company-modal__contact-row {
    align-items: flex-start;
    display: grid;
    gap: 4px;
    grid-template-columns: 24px minmax(0, 1fr);
}

.sellers-company-modal__contact-icon {
    color: #b4bfc5;
    display: inline-flex;
    height: 24px;
    width: 24px;
}

.sellers-company-modal__contact-icon svg {
    display: block;
    height: 20px;
    margin: 2px;
    width: 20px;
}

.sellers-company-modal__contact-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 3px;
}

.sellers-company-modal__contact-label,
.sellers-company-modal__contact-meta,
.sellers-company-modal__contact-secondary,
.sellers-company-modal__contact-link {
    font-size: 15px;
    line-height: 1.12;
}

.sellers-company-modal__contact-link {
    color: #242728;
    text-decoration: none;
}

.sellers-company-modal__contact-link:hover,
.sellers-company-modal__contact-link:focus {
    color: #242728;
    text-decoration: none;
}

.sellers-company-modal__contact-secondary,
.sellers-company-modal__contact-meta,
.sellers-company-modal__detail-label,
.sellers-company-modal__detail-value,
.sellers-company-modal__description {
    color: #75858e;
}

.sellers-company-modal__contact-meta strong {
    color: #242728;
    font-weight: 400;
}

.sellers-company-modal__description {
    font-size: 15px;
    line-height: 1.5;
}

.sellers-company-modal__description br + br {
    display: block;
    content: "";
    margin-top: 0.6em;
}

.sellers-company-modal__description>*:last-child{
    margin-bottom: 0;
}

.sellers-company-modal__details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sellers-company-modal__detail-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sellers-company-modal__detail-label,
.sellers-company-modal__detail-value {
    font-size: 15px;
    line-height: 1.12;
}

.sellers-empty {
    padding: 36px 24px;
    text-align: center;
}

.sellers-empty__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0 0 10px;
}

.sellers-empty__text {
    color: #75858e;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

.sellers-more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.sellers-more__button {
    align-items: center;
    background: transparent;
    border: 1px solid #43b27d;
    border-radius: 60px;
    color: #43b27d;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    min-height: 48px;
    padding: 12px 24px;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.sellers-more__button:hover,
.sellers-more__button.is-loading {
    background: #43b27d;
    color: #fff;
}

.sellers-more__button.is-loading {
    cursor: wait;
    opacity: 0.75;
}

.sellers-more__icon {
    display: inline-flex;
    height: 18px;
    width: 18px;
}

.sellers-more__icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 1279px) {
    .sellers-shop-hero__layout {
        grid-template-columns: 1fr;
    }

    .sellers-shop-hero__actions {
        justify-content: flex-start;
    }

    .sellers-layout {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .sellers-cards--grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .sellers-company-modal__dialog {
        margin: 24px auto;
    }

    .sellers-shop-page .shop--grid {
        grid-template-columns: 1fr;
    }

    .sellers-layout {
        grid-template-columns: 1fr;
    }

    .sellers-filter {
        position: static;
    }

    .sellers-card--list {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .sellers-card--list .sellers-card__actions--list {
        grid-column: 1 / -1;
        width: 100%;
    }

    .sellers-card__actions--list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .sellers-shop-products {
        margin-bottom: 20px;
    }

    .sellers-shop-products__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .sellers-shop-products__title {
        font-size: 22px;
    }

    .sellers-shop-products__all {
        font-size: 14px;
    }

    .sellers-shop-products__arrows {
        display: none;
    }

    .shop-product-card {
        min-height: 396px;
    }

    .shop-product-card__image-wrap {
        height: 182px;
    }

    .shop-publication-card {
        min-height: 396px;
    }

    .shop-publication-card__image-wrap {
        height: 182px;
    }

    .shop-publication-card__button {
        min-width: 88px;
    }

    .sellers-company-modal__panel {
        border-radius: 16px;
        padding: 16px;
    }

    .sellers-company-modal__close {
        right: 16px;
        top: 16px;
    }

    .sellers-company-modal__header {
        margin-bottom: 16px;
    }

    .sellers-company-modal__body {
        gap: 16px;
    }

    .shop-message-modal__messages {
        max-height: 420px;
        min-height: 420px;
    }

    .shop-message-modal__title-shop {
        display: block;
        margin-top: 4px;
    }

    .shop-message-modal__footer {
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }

    .shop-message-modal__footer-left {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        flex-direction: row;
        gap: 10px;
        min-width: 0;
    }

    .shop-message-modal__footer-note {
        flex: 1 1 auto;
        min-width: 0;
    }

    .shop-message-modal__footer-note .js-shop-chat-footer-note-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .shop-message-modal__submit {
        align-self: center;
        flex: 0 0 auto;
    }

    .sellers-company-modal__contacts,
    .sellers-company-modal__description,
    .sellers-company-modal__details {
        padding-left: 0;
        padding-right: 0;
    }

    .sellers-shop-page__section {
        margin-bottom: 56px;
    }

    .sellers-shop-hero {
        border-radius: 16px;
        padding: 16px;
    }

    .sellers-shop-hero__main {
        align-items: flex-start;
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .sellers-shop-hero__logo-wrap {
        border-radius: 14px;
        height: 96px;
        width: 96px;
    }

    .sellers-shop-hero__title {
        font-size: 24px;
    }

    .sellers-shop-hero__actions {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .sellers-shop-hero__action {
        width: 100%;
    }

    .sellers-shop-hero__action--phone .sellers-shop-hero__action-text {
        flex-direction: column;
        gap: 2px;
    }

    .sellers-page__section {
        padding: 0 0 48px;
    }

    .sellers-page__heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .sellers-page__title {
        font-size: 24px;
    }

    .sellers-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .sellers-card--list,
    .sellers-card--grid {
        gap: 16px;
        padding: 16px;
    }

    .sellers-card--list {
        grid-template-columns: 1fr;
    }

    .sellers-card__media,
    .sellers-card--list .sellers-card__media {
        height: 180px;
        width: 100%;
    }

    .sellers-card__actions--list,
    .sellers-card__actions--short {
        grid-template-columns: 1fr;
    }

    .sellers-card__actions--short .sellers-card__action--phone {
        grid-column: auto;
    }

    .sellers-cards--grid {
        grid-template-columns: 1fr;
    }

    .sellers-filter__facet-body {
        padding-right: 8px;
    }

    .sellers-filter__option--facet {
        grid-template-columns: 18px minmax(0, 1fr) auto;
    }

}

@media (max-width: 575px) {
    .sellers-shop-hero__main {
        grid-template-columns: 1fr;
    }

    .sellers-shop-hero__logo-wrap {
        height: 120px;
        width: 120px;
    }
}

/* ============================
   Страница объявлений компании
   ============================ */

.sellers-advert-page {
    color: #242728;
}

.sellers-advert-page__section {
    padding: 0 0 72px;
    margin-top: 14px;
}

/* Двухколоночная раскладка */
.sellers-advert-layout {
    align-items: flex-start;
    display: grid;
    gap: 20px;
    grid-template-columns: 304px minmax(0, 1fr);
}

/* Сайдбар */
.sellers-advert-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

/* Карточка компании в сайдбаре */
.sellers-advert-company {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(36, 39, 40, 0.1);
    padding: 20px;
}

.sellers-advert-company__top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.sellers-advert-company__logo-wrap {
    align-items: flex-start;
    align-self: flex-start;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    padding-top: 20px;
    width: 160px;
}

.sellers-advert-company__logo {
    display: block;
    height: 120px;
    max-width: 120px;
    object-fit: contain;
    width: 120px;
}

.sellers-advert-company__info {
    display: flex;
    flex-direction: column;
}

.sellers-advert-company__name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #242728;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
}

.sellers-advert-company__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sellers-advert-company__badge {
    align-items: center;
    background: #f2f6f8;
    border-radius: 20px;
    color: #242728;
    display: inline-flex;
    font-size: 10px;
    gap: 4px;
    line-height: 11px;
    min-height: 27px;
    padding: 8px;
}

.sellers-advert-company__badge.is-muted {
    color: #75858e;
}

.sellers-advert-company__badge-icon {
    color: #75858e;
    display: inline-flex;
    flex: none;
    height: 15px;
    width: 15px;
}

.sellers-advert-company__badge-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-advert-company__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
}

.sellers-advert-company__action {
    align-items: center;
    background: transparent;
    border: 0;
    color: #242728;
    cursor: pointer;
    display: flex;
    gap: 4px;
    min-height: 24px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.sellers-advert-company__action:hover,
.sellers-advert-company__action:focus {
    color: #242728;
    text-decoration: none;
}

.sellers-advert-company__action-icon {
    display: inline-flex;
    flex: none;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.sellers-advert-company__action-icon svg {
    display: block;
    height: 20px;
    margin: 2px;
    width: 20px;
}

.sellers-advert-company__action-icon.is-green {
    color: #43b27d;
}

.sellers-advert-company__action-icon.is-orange {
    color: #f68761;
}

.sellers-advert-company__action-icon.is-gray {
    color: #75858e;
}

.sellers-advert-company__action-icon.is-info svg {
    height: 16px;
    margin: 4px;
    width: 16px;
}

.sellers-advert-company__action-text {
    color: #242728;
    font-size: 15px;
    line-height: 17px;
}

.sellers-advert-company__action--phone .sellers-advert-company__action-text {
    display: block;
    min-height: 34px;
}

.sellers-advert-company__action-text {
    max-width: 216px;
}

.sellers-advert-company__action--phone .sellers-card__phone-value {
    margin-right: 4px;
}

.sellers-advert-company__action--phone .sellers-card__phone-value,
.sellers-advert-company__action--phone .sellers-card__phone-accent {
    display: inline;
    line-height: 17px;
}

.sellers-advert-company__action--phone .sellers-card__phone-accent {
    color: #43b27d;
    font-weight: 400;
}

/* Табы Активные/Завершённые */
.sellers-advert-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
}

.sellers-advert-tab {
    align-items: baseline;
    background: none;
    border: none;
    color: #75858e;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    gap: 0;
    line-height: 20px;
    padding: 10px 10px;
    text-decoration: none;
    transition: color 150ms ease;
}

.sellers-advert-tab:hover,
.sellers-advert-tab:focus {
    color: #242728;
    text-decoration: none;
}

.sellers-advert-tab.is-active {
    color: #242728;
}

.sellers-advert-tab__count {
    /* font-size: 15px; */
    font-weight: 700;
    line-height: 17px;
}

.sellers-advert-tab.is-active .sellers-advert-tab__count {
    opacity: 1;
}

.sellers-advert-tab.is-active .sellers-advert-tab__label{
    border-bottom: 2px solid #242728;
}

.sellers-advert-placeholder {
    padding: 40px 20px;
    text-align: center;
    color: #75858e;
    font-size: 16px;
}

/* Поиск */
.sellers-advert-search-row {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.sellers-advert-search {
    align-items: stretch;
    background: #fff;
    border: 1px solid #43b27d;
    border-radius: 55px;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    min-height: 52px;
    overflow: hidden;
    width: 100%;
}

.sellers-advert-search__input {
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: #242728;
    flex: 1 1 auto;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    line-height: 17px;
    min-width: 0;
    outline: none;
    padding: 0 20px;
}

.sellers-advert-search__input::placeholder {
    color: #75858e;
}

.sellers-advert-search__icon {
    align-items: center;
    background: #43b27d;
    border: 0;
    border-radius: 0 55px 55px 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 52px;
    justify-content: center;
    min-width: 52px;
    padding: 0;
    width: 52px;
}

.sellers-advert-search__icon-search,
.sellers-advert-search__icon-loader {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.sellers-advert-search__icon-loader {
    display: none;
}

.sellers-advert-search__icon.is-loading .sellers-advert-search__icon-search {
    display: none;
}

.sellers-advert-search__icon.is-loading .sellers-advert-search__icon-loader {
    animation: sellers-advert-search-spin 0.8s linear infinite;
    display: inline-flex;
}

.sellers-advert-search__icon svg {
    display: block;
    height: 20px;
    width: 20px;
}

.sellers-advert-search__reset {
    align-items: center;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #b4bfc5;
    border-radius: 55px;
    color: #75858e;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    height: 52px;
    justify-content: center;
    line-height: 1.12;
    padding: 0 20px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 150ms ease;
    white-space: nowrap;
}

.sellers-advert-search__reset:hover,
.sellers-advert-search__reset:focus {
    background: #f68761;
    border-color: #f68761;
    color: #fff;
    text-decoration: none;
}

.sellers-advert-search__reset.is-hidden {
    display: none;
}

.sellers-advert-search__reset:disabled,
.sellers-advert-search__icon:disabled {
    cursor: default;
    opacity: 0.7;
}

@keyframes sellers-advert-search-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .sellers-advert-search-row {
        align-items: stretch;
        flex-direction: column;
    }

    .sellers-advert-search__reset {
        width: 100%;
    }
}

/* Листинг карточек объявлений */
.sellers-advert-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Карточка объявления */
.sellers-advert-card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(36, 39, 40, 0.1);
    padding: 20px;
}

.sellers-advert-card__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.sellers-advert-card__label {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    gap: 4px;
    line-height: 1.12;
}

.sellers-advert-card__label--green {
    color: #43b27d;
}

.sellers-advert-card__label--orange {
    color: #f68761;
}

.sellers-advert-card__label--blue {
    color: #1cace8;
}

.sellers-advert-card__label-icon {
    display: inline-flex;
    flex: none;
    height: 20px;
    width: 20px;
}

.sellers-advert-card__label-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

/* Основной контент карточки */
.sellers-advert-card__body {
    display: grid;
    gap: 20px;
    grid-template-columns: 180px minmax(0, 1fr) 200px;
}

.sellers-advert-card__image-wrap {
    border-radius: 10px;
    display: block;
    height: 180px;
    overflow: hidden;
    width: 180px;
}

.sellers-advert-card__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sellers-advert-card__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.sellers-advert-card__title {
    color: #242728;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: color 150ms ease;
}

.sellers-advert-card__title:hover,
.sellers-advert-card__title:focus {
    color: #43b27d;
    text-decoration: none;
}

.sellers-advert-card__price {
    color: #43b27d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.12;
}

.sellers-advert-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.sellers-advert-card__spec {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sellers-advert-card__spec-label {
    color: #b4bfc5;
    font-size: 12px;
    line-height: 1.12;
}

.sellers-advert-card__spec-value {
    color: #242728;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.12;
}

.sellers-advert-card__desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #75858e;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
}

/* Продавец */
.sellers-advert-card__seller {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.sellers-advert-card__seller-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sellers-advert-card__seller-name {
    color: #242728;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.12;
    text-decoration: none;
    transition: color 150ms ease;
}

.sellers-advert-card__seller-name:hover,
.sellers-advert-card__seller-name:focus {
    color: #43b27d;
    text-decoration: none;
}

.sellers-advert-card__seller-phone,
.sellers-advert-card__seller-city {
    align-items: center;
    color: #75858e;
    display: flex;
    font-size: 13px;
    gap: 4px;
    line-height: 1.12;
}

.sellers-advert-card__seller-phone-icon,
.sellers-advert-card__seller-city-icon {
    color: #b4bfc5;
    display: inline-flex;
    flex: none;
    height: 16px;
    width: 16px;
}

.sellers-advert-card__seller-phone-icon svg,
.sellers-advert-card__seller-city-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

/* Кнопки действий */
.sellers-advert-card__actions {
    display: flex;
    gap: 8px;
}

.sellers-advert-card__action-btn {
    align-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: none;
    height: 32px;
    justify-content: center;
    padding: 0;
    transition: transform 150ms ease;
    width: 32px;
}

.sellers-advert-card__action-btn:hover {
    transform: scale(1.08);
}

.sellers-advert-card__action-btn svg {
    display: block;
    height: 18px;
    width: 18px;
}

.sellers-advert-card__action-btn--green {
    background: #43b27d;
}

.sellers-advert-card__action-btn--orange {
    background: #f68761;
}

.sellers-advert-card__action-btn--gray {
    background: #75858e;
}

/* Кнопка "Показать ещё" */
.sellers-advert-more {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.sellers-advert-more__btn {
    align-items: center;
    background: #fff;
    border: 1px solid #43b27d;
    border-radius: 55px;
    color: #43b27d;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    height: 50px;
    justify-content: center;
    line-height: 17px;
    min-width: 200px;
    padding: 10px 24px;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease, opacity 150ms ease;
}

.sellers-advert-more__btn:hover,
.sellers-advert-more__btn:focus {
    background: #43b27d;
    border-color: #43b27d;
    color: #fff;
}

.sellers-advert-more__btn-icon {
    align-items: center;
    display: inline-flex;
    flex: none;
    height: 18px;
    justify-content: center;
    width: 18px;
}

.sellers-advert-more__btn-icon--loading {
    display: none;
}

.sellers-advert-more__btn.is-loading .sellers-advert-more__btn-icon--default {
    display: none;
}

.sellers-advert-more__btn.is-loading .sellers-advert-more__btn-icon--loading {
    animation: sellers-advert-search-spin 0.8s linear infinite;
    display: inline-flex;
}

.sellers-advert-more__btn:disabled {
    cursor: default;
    opacity: 0.7;
}

.sellers-advert-more__btn-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sellers-advert-more__btn:hover .sellers-advert-more__btn-icon svg,
.sellers-advert-more__btn:focus .sellers-advert-more__btn-icon svg {
    color: #fff;
}

/* Адаптив для страницы объявлений */
@media (max-width: 991px) {
    .sellers-advert-layout {
        grid-template-columns: 1fr;
    }

    .sellers-advert-sidebar {
        position: static;
    }

    .sellers-advert-company__logo-wrap {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .sellers-advert-card__body {
        grid-template-columns: 1fr;
    }

    .sellers-advert-card__image-wrap {
        height: 200px;
        width: 100%;
    }

    .sellers-advert-card__seller {
        flex-direction: row;
        align-items: flex-end;
    }
}
