

/* Start:/local/templates/mebel-city/components/bitrix/news/merchants/style.css?16821917921917*/
.modal-sale {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 450px;
    background: white;
    box-shadow: 0px 12px 44px rgba(21, 23, 25, 0.16), 0px 7px 12px rgba(21, 23, 25, 0.02);
    padding: 10px 10px 20px 36px;
    display: flex;
    flex-direction: column;
}

.modal-sale .button-close {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.modal-sale .title {
    font-weight: 500;
    font-size: 27px;
    line-height: 36px;
    /* identical to box height, or 133% */
    letter-spacing: -0.01em;

    /* Greys/Grey90 */
    color: #1A1A1A;
}

.modal-sale .period {
    padding: 10px 0;

    font-size: 13px;
    line-height: 16px;
    /* identical to box height, or 123% */
    letter-spacing: 0.01em;

    /* Greys/Grey50 */
    color: #757575;
}

.modal-sale .description {
    padding: 10px 0;
}

.modal-sale .full-rule {
    padding: 10px 0;
}

.modal-sale .full-rule::before {
    border-bottom: 0.12em solid #050505;
    border-left: 0.12em solid #050505;
    transform: rotate(135deg);
    display: inline-block;
    margin-right: 0.6em;
    vertical-align: 0.255em;
    content: "";
    width: 5px;
    height: 5px;
}

.modal-sale .full-rule.collapsed::before {
    transform: rotate(-45deg);
}

.modal-sale .link {
    padding: 30px 20px 0 0;
    text-decoration: unset;
    color: inherit;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-sale .link::after {
    border-top: 0.12em solid #050505;
    border-right: 0.12em solid #050505;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    width: 5px;
    height: 5px;
}

.modal-sale > hr {
    width: 100%;
    height: 1px;
    background: #E1E4E6;
    transform: scaleX(2);
    margin: 0;
}
/* End */


/* Start:/local/templates/mebel-city/components/bitrix/news/merchants/bitrix/news.list/merchants/style.css?16915041916547*/
.merchants {
    padding-top: 40px;
}

.merchants-item {
    padding: 10px 0;
}

.merchants-item:hover {
    text-decoration: unset;
}

.merchants-item .image-wrapper {
    background: #F5F5F5;
    height: 288px;

    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.merchants-item .image-wrapper img {
    width: 100%;
    padding: 0 20px;

    max-width: 230px;
    max-height: 200px;
    background: #F5F5F5;
}

.merchants-item .title {
    padding-top: 12px;
    color: #151719;
    text-align: center;
    text-decoration: unset;
}

.merchants-right-side {
    display: flex;
    align-content: center;
    align-items: center;
}

.merchants-right-side .search {
    padding-bottom: 8px;
    margin-right: 30px;

    border-bottom: 1px solid #1A1A1A;

    font-size: 15px;
    line-height: 20px;

    display: flex;
}

.merchants-right-side .search [type=search] {
    border: unset;
    outline: unset;
}

.merchants-right-side .search [type=search]::placeholder {
    /* Greys/Grey50 */
    color: #757575;
}

/*.merchants-right-side .category select {
    border: unset;
    outline: none;
}

.merchants-right-side .category select::after {
    content: '';
}*/

.merchants-right-side .merchant-category {
    position: relative;
}

.merchants-right-side .merchant-category .merchant-category-title {
    margin-bottom: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.merchants-right-side .merchant-category .merchant-category-list {
    position: absolute;
    left: -20px;

    display: flex;
    flex-direction: column;
    padding: 10px;
    background: white;
    z-index: 9;
    box-shadow: 0px 12px 44px rgba(21, 23, 25, 0.16), 0px 7px 12px rgba(21, 23, 25, 0.02);
}

.merchants-right-side .merchant-category .merchant-category-item {
    color: inherit;
    text-decoration: unset;
    padding: 5px;
    white-space: nowrap;
}

.merchants-right-side .merchant-category .merchant-category-item svg {
    margin-left: 10px;
}

.merchants-view {
    padding: 0 20px;
}

.merchants-view a {
    text-decoration: unset;
}

.merchants-view a path {
    fill: #ADADAD;
}

.merchants-view a.active path {
    fill: #1A1A1A;
}

.merchants-list .letter-title {
    font-size: 34px;
    line-height: 40px;
    /* identical to box height, or 118% */
    letter-spacing: -0.012em;

    color: #000000;

    width: 100%;

    border-bottom: 1px solid #EDEDED;
}

.merchants-list .letter-shops {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.merchants-list .letter-shops .item {
    padding: 5px 0;
    color: inherit;
    text-decoration: unset;
}

.merchants-grid {
    flex-wrap: wrap;
}

.merchants-buttons {
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;

    position: fixed;
    bottom: 80px;
    width: 100%;
    left: 0;
}

.merchants-button {
    background: white;
    border-top: 1px solid #D9D9D9;
    padding: 10px;
}

.merchants-button.col-6:first-child {
    border-right: 1px solid #D9D9D9;
}

.modal-category .merchant-category {
    padding-top: 10px;
}

.modal-category .merchant-category-list {
    display: flex;
    flex-direction: column;
}

.modal-category .merchant-category-item {
    width: 100%;
    color: inherit;
    text-decoration: unset;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.modal-order .order-list {
    display: flex;
    flex-direction: column;
}

.modal-order .order-item {
    width: 100%;
    color: inherit;
    text-decoration: unset;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.merchants-parameters {
    justify-content: space-between;
    padding-top: 20px;
}

.merchants-parameters .search {
    padding-bottom: 8px;
    margin-right: 30px;

    border-bottom: 1px solid #1A1A1A;

    font-size: 15px;
    line-height: 20px;

    display: flex;

    flex-basis: 80%;
}

.merchants-parameters .search [type=search] {
    border: unset;
    outline: unset;
}

.merchants-parameters .search [type=search]::placeholder {
    /* Greys/Grey50 */
    color: #757575;
}

.merchants-parameters .view {
    flex-basis: 20%;
}

.merchants-parameters .merchants-view {
    display: flex;
    justify-content: space-between;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
    .merchants {
        /*padding-bottom: 50px;*/
    }

    .merchants-item .image-wrapper {
        height: 144px;
    }

    .merchants-item .image-wrapper img {
        max-height: 100%;
    }
}

.active-list .merchant-category-title:after{
    transform: rotate(-225deg);
    margin-bottom: 0px;
    margin-top: 3px;
}
.merchant-category-title:after{
    margin-bottom: 3px;
}
.merchants-button.col-6{
    max-width: 100%;
    flex: unset;
}

.modal-choose-sort.active{
    opacity: 1;
    visibility: visible;
}
.modal-choose-sort{
    z-index: 10;
    position: fixed;
    bottom: 50%;
    top: unset;
    left: 50%;
    height: auto;
    background: white;
    box-shadow: 0px 12px 44px rgb(21 23 25 / 16%), 0px 7px 12px rgb(21 23 25 / 2%);
    /*padding: 72px 36px 48px;*/
    transform: translateX(-50%) translateY(calc(50% + 16px));
    display: flex;
    flex-direction: column;
    width: 448px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 220ms;
    transition: all 220ms;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: translate(0,0);
}
.modal-choose-sort .button-close {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px;
}
.sort-modal-title{
    text-align: center;
    padding: 14px 0;
    overflow: hidden;
    color: #151719;
    text-overflow: ellipsis;
    font-family: Pragmatica;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.modal-sort-content{
    padding: 24px 20px 10px 20px;
    border-top: 1px solid #E1E4E6;
}
.sort-element-mobile{
    display: flex;
    padding: 12px 0px;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
.sort-element-mobile span{
    color:  #151719;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.modal-choose-sort .select-option:after{
    background: url('/local/templates/mebel-city/components/bitrix/news/merchants/bitrix/news.list/merchants/images/check24mobile.png') no-repeat right center / cover;
    opacity: 1;
}

a.sort-element-mobile{
    color: #151719;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
/* End */
/* /local/templates/mebel-city/components/bitrix/news/merchants/style.css?16821917921917 */
/* /local/templates/mebel-city/components/bitrix/news/merchants/bitrix/news.list/merchants/style.css?16915041916547 */
