

/* Start:/local/components/api/members.filter_rubric2/templates/.default/style.css?17336597922423*/
.members-filter-block {
    vertical-align: top;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 50px;
}

.members-filter-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.members-filter-tabs-item {
    margin: 0 20px 20px 0;
    padding: 5px 10px;
    color: #000 !important;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    min-width: 150px;
}

.members-filter-tabs-item span.members-count {
    font-weight: bold;
    margin-right: 10px;
}

.members-filter-tabs-item a {
    color: #000 !important;
    text-decoration: none;
}

.members-filter-tabs-item a:hover {
    text-decoration: none;
}


.members-filter-tabs-item.selected {
    border-bottom: 2px solid #f8741c;

}

.members-filter-tabs-item.selected a {
    color: #000 !important;
    text-decoration: none;
}

.show-self-employed-item {
    margin: 0;
    padding: 0;
}

.show-self-employed-item label {
    cursor: pointer;
}

.show-self-employed-item .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.show-self-employed-item .form-check-input:active {
    filter: brightness(90%);
}

.show-self-employed-item .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.show-self-employed-item .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.show-self-employed-item .form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.show-self-employed-item .form-check-input {
    margin-right: 10px;
}

.show-self-employed-item .form-check-input {
    cursor: pointer;
    font-size: 16px;
    width: 1em;
    height: 1em;
    margin-top: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

/* End */


/* Start:/local/components/api/members.list.promo/templates/.default/style.css?17640623657316*/
/* original css */
.flicking-viewport {
    position: relative;
    overflow: hidden;
}

.flicking-viewport.vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flicking-viewport.vertical > .flicking-camera {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flicking-viewport.flicking-hidden > .flicking-camera > * {
    visibility: hidden;
}

.flicking-camera {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 1;
    will-change: transform;
}

.flicking-camera > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*end*/


.members-carousel-wrapper {
    position: relative;
    background-color: beige;
    border-radius: 15px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-wrapper {
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-wrapper {
        margin-bottom: 20px;
    }
}


.members-carousel-panel {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    margin: 0 8px 8px 8px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel {
        max-width: 120px;
        min-width: 110px;
        height: auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel {
        max-width: 110px;
        min-width: 100px;
        height: auto;
    }
}


.members-carousel-panel-name {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
    overflow: hidden;
    word-break: break-word;
    box-sizing: border-box;
    margin-bottom: 5px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-name {
        font-size: 1em;
    }

    .members-carousel-panel-name a {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-name {
        font-size: 1em;
    }

    .members-carousel-panel-name a {
        color: #000;
    }
}

.members-carousel-panel-name-text {
    word-break: break-all;
    flex: 2;
    min-width: 100px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: -0.1px;
    font-weight: normal;
}

.members-carousel-panel-name-promo {
    margin-left: 10px;
    margin-top: 5px;
    min-width: 30px;
}

.members-carousel-panel-name-promo img {
    width: 30px;
    border: none;
}

.members-carousel-panel-price {
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
}

.members-carousel-panel-price span {
    margin-left: 3px;
    font-weight: normal;
}

.members-carousel-panel-geo {
    color: #000;
    padding: 0 7px;
    margin-bottom: 5px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-geo {
        font-size: 0.8em;
        color: #ccc;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-geo {
        font-size: 0.8em;
        color: #ccc;
    }
}


.members-carousel-panel-more-button {
    color: #000;
    padding: 0 7px;
    margin-bottom: 5px;
    font-size: 0.8em;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-more-button {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-more-button {
        display: none;
    }
}



.members-carousel-panel-more-button a {
    letter-spacing: 0;
    background-color: #1f88f8;
    border-radius: 7px;
    transition: all .12s ease-out;
    height: 40px;
    padding: 0 16px;
    border-width: 1px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0;
    font: inherit;
    border: solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    overflow: hidden;
    color: #Fff;
    vertical-align: middle;
    font-size: 1.2em;
}

.members-carousel-panel-more-button a:hover {
    background-color: #2a91ff;
    color: #fff!important;
}

.members-carousel-panel-img {
    margin-bottom: 10px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    width: 160px;
    height: 160px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-img {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-img {
        width: 100px;
        height: 100px;
    }
}



.members-carousel-panel-img img {
    object-fit: cover;
    border-radius: 5px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-img img {
        width: 100px;
        height: 100px;
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-img img {
        width: 80px;
        height: 80px;
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }
}

.members-carousel-panel-img-promo {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
    box-shadow: 0 0 5px #cccccc;
}

.members-carousel-panel-img-promo img {
    width: 20px;
    height: 20px;
}

@media (hover: hover) and (pointer: fine) {
    .members-carousel-wrapper:hover .members-carousel-btn {
        opacity: 1;
        display: block;
    }
}

.members-carousel-btn {
    display: none;
    position: absolute;
    top: 70px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    z-index: 2;
    transition: opacity 0.2s ease-out 0s;
    box-shadow: 0 1px 8px rgba(0,0,0,.06), 0 2px 4px rgba(0,0,0,.12);
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-btn {
        /*height: 275px;*/
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-btn {
        height: 240px;
    }
}



.members-carousel-btn.btn-next {
    right: 10px;
}

.members-carousel-btn.btn-prev {
    left: 10px;
    transform: rotate(180deg);
}
/* End */


/* Start:/local/components/api/members.list/templates/.default/style.css?17646773263480*/
.ml-wrap {
    margin-bottom: 40px;
}

.ml-item {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 1em;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 #999;
    border-bottom: 1px solid #cccccc;
}

.ml-item.pro {
    background: #b7dbff;
    background: -moz-linear-gradient(top, #f6fcff 0, #d6f0ff 100%);
    background: -webkit-linear-gradient(top, #f6fcff, #b7dbff);
    background: linear-gradient(135deg, #ffffff 0, #b7dbff);
}

.ml-item-col {
    flex: 2;
    min-width: 330px;
}

.ml-item-col-right {
    flex: 1;
    min-width: 250px;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.ml-item-hdr {
    padding: 15px 10px;
    overflow: auto;
    font-size: 1.1em;
}

.ml-item-photo {
    text-align: center;
    max-width: 80px;
    max-height: 80px;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
}

.ml-item-photo img {
    width: 100%;
    height: 100%;
    border: none;
    min-width: 50px;
}

.ml-item-geo {
    color: #333;
    padding-left: 30px;
    background: url(/img/icons/pin_ico.svg?2432) no-repeat left top;
    background-size: 15px 15px;
    line-height: 20px;
}

.ml-item-name {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    gap: 20px;
}

.ml-item-name a {
    text-decoration: underline;
}

.ml-item-spec {
    color: #333;
    display: flex;
    flex-wrap: wrap;
}

.ml-item-spec-hdr {
    min-width: 80px;
    font-weight: bold;
}

.ml-item-spec-text div {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.ml-item-spec-text span {
    color: #eee;
    margin: 0 5px;
}

.ml-item-tovar-block {
    margin-bottom: 10px;
    margin-right: 20px;
}

.ml-item-tovar-block ul {
    list-style-type: square;
    padding-left: 20px;
}

.ml-item-tovar-block ul li {
    margin-bottom: 5px;
    font-size: 1em;
}

.ml-item-tovar-block ul li.li_more {
    list-style: none;
    margin-top: 10px;
}

.ml-item-tovar-block ul li.li_more a {
    text-decoration: underline;
}


.ml-contact-block-show-phone {
    background-color: #36d000;
    padding: 10px 3px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 150px;
    max-width: 100%;
    width: 80px;
}


.ml-contact-block-show-phone:link:hover, .ml-contact-block-show-phone:visited:hover {
    color: #fff !important;
    background-color: #36d000;
}

.ml-contact-block-email {
    background: url(/img/icons/email_ico.svg?2432) no-repeat transparent;
    background-position-y: 0%;
    background-size: auto;
    background-size: 15px 15px;
    background-position-y: top;
    padding-left: 30px;
}

.ml-contact-block-url {
    background: url(/img/icons/link_ico.svg?2432) no-repeat transparent;
    background-position-y: 0%;
    background-size: auto;
    background-size: 15px 15px;
    background-position-y: top;
    padding-left: 30px;
}


.ml-item-first-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 20px;
}

.ml-nothing-found {
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.5em;
}
/* End */
/* /local/components/api/members.filter_rubric2/templates/.default/style.css?17336597922423 */
/* /local/components/api/members.list.promo/templates/.default/style.css?17640623657316 */
/* /local/components/api/members.list/templates/.default/style.css?17646773263480 */
