

/* Start:/local/components/api/rubrics.filter.form3/templates/.default/style.css?17380156737037*/
.rubrics-parameters-values-filter2 {
    margin-left: 0;
    min-width: 300px;
    margin-bottom: 50px;
    display: none;
}


@media only screen and (min-device-width: 450px) {
    .rubrics-parameters-values-filter2 {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .rubrics-parameters-values-filter2 {
    }
}


.rubrics-parameters-values-filter2-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    align-items: flex-end;
}

.filter-btns-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    height: auto;
    width: 100%;
    align-items: center;
}

.rubrics-parameters-values-filter2 .btns {
    flex: 1 0 0;
    text-align: center;
}


@media only screen and (min-device-width: 450px) {
    .rubrics-parameters-values-filter2 .btns {
        width: calc(33% - 5px);
        max-width: calc(33% - 5px);
        min-width: calc(30% - 10px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .rubrics-parameters-values-filter2 .btns {
        width: 100%;
        max-width: 100%;
        min-width: calc(100% - 10px);
    }
}


.rubrics-parameters-values-filter2 .btns.advanced-search {
    margin: 10px 0;
}

.rubrics-parameters-values-filter2 .btns span {
    color: grey;
    margin-right: 5px;
}

.rubrics-parameters-values-filter2 .btns a {
    text-decoration: none;
    margin-right: 20px;
    cursor: pointer;
    user-select: none;
    height: 25px;
    color: #000000 !important;
}

.rubrics-parameters-values-filter2 .btns button, .rubrics-parameters-values-filter2 .btns [type=submit] {
    padding: 10px 20px;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: #1f88f8;
    border: 1px solid #0000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    outline: 0;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.rubrics-parameters-values-filter2 .btns [type=submit]:hover {
    background-color: #2a91ff;
    color: #ffffff;
}

.rubrics-parameters-values-filter2 .btns [type=submit] {
    width: 100%;
}

.rubrics-parameters-values-filter2 .btns button {
    background-image: url(/local/templates/myplanwillcometrue/img/close_icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5px;
    padding-left: 30px;
    background-color: transparent;
    opacity: 50%;
    color: #000000;
}

.rubrics-parameters-values-filter2 .btns button:hover {
    background-color: #e6e6e6
}

.rubric-filter-item {
    height: auto;
    margin-bottom: 20px;
    flex: 1 0 0;
}


@media only screen and (min-device-width: 450px) {
    .rubric-filter-item {
        width: calc(33% - 5px);
        max-width: calc(33% - 5px);
        min-width: calc(30% - 10px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .rubric-filter-item {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}


.rubric-filter-item-from-to-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    height: 35px;
    width: 100%;
    align-items: flex-end;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.rubric-filter-item select, .rubric-filter-item input, .rubric-filter-item input[type="text"], .rubric-filter-item input[type="number"], .rubric-filter-fake {
    width: 100%;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.9em;
    height: 35px;
    border-radius: 5px;
}


.rubric-filter-item-from-to-box select, .rubric-filter-item-from-to-box input, .rubric-filter-item-from-to-box input[type="text"], .rubric-filter-item-from-to-box input[type="number"], .rubric-filter-item-from-to-box .rubric-filter-fake {
    width: 50% !important;
    border: none;
}

.rubric-filter-item input::placeholder {
    color: #ccc;
}

.rubric-filter-fake {
    background-color: #8bd4fc;
    opacity: .2;
}

.rubric-filter-item .title {
    overflow: hidden;
    padding: 0 5px 5px 5px;
    font-size: 0.9em;
    color: #999;
}

.rubric-filter-item .mask_date, .rubric-filter-item .mask_int, .rubric-filter-item .mask_float {
    width: 50% !important;
}

.rubrics-parameters-values-filter2 .loading {
    text-align: left;
    padding: 15px;
}

.filter-grid option[disabled] {
    color: #A9A9A9;
}

[v-cloak] {
    display: none;
}


.cat-block {
    overflow: hidden;
    transition: max-height 1s;
}

@media only screen and (min-device-width: 450px) {
    .cat-block {
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 15px;
        flex-direction: column;
        align-content: flex-start;
        font-size: 1.1em;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .cat-block {
        /*--mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 80%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0  ) 100% 50% / 100% 100% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);*/
    }
}


.cat-block div {
    line-height: 20px;
    padding-left: 17px;
    background: url(/img/icons/if/aright.svg) no-repeat #f000;
    background-size: 15px;
    background-position-y: 2px;
    background-position-x: 0;
}

@media only screen and (min-device-width: 450px) {
    .cat-block div {

    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .cat-block div {
        margin-bottom: 15px;
    }
}

.show-full-list {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (min-device-width: 450px) {
    .show-full-list {
        box-shadow: 0 -15px 19px 18px #fff;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .show-full-list {
        box-shadow: 0 -15px 19px 18px #fff;
    }
}

.show-full-list a {
    cursor: pointer;
    color: #000;
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px dashed #000;

}

.filter-promo-block {
    margin-bottom: 20px;
    text-align:right;
    padding-top: 7px;
}

.add-tovar-button {
    background-color: #1f88f8;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: .5ex 2ex;
}

.add-tovar-button:link:hover, .add-tovar-button:visited:hover {
    color: #ffffff !important;
    background-color: #1870ce!important;
}
/* End */


/* Start:/local/components/api/members.list.promo/templates/.default/style.css?17423816617316*/
/* 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/rubrics.filter.links/templates/.default/style.css?1728908770701*/
.prop-value-filter {
    display: inline-block;
    margin: 0 20px 10px 0;
}

.prop-value-filter .selected {
    padding: 5px 10px;
    background-color: #ffeb99;
    border-radius: 30px;
}

.prop-value-filter a {
    text-decoration: none;
    cursor: pointer;
}

.prop-value-filter a:hover {
    text-decoration: underline;
}

.all-values {
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 30px;
    display: inline-block;
    color: #000;
    border-bottom: 1px dashed #000000;
}

.all-values.inline {
    margin-bottom: 0!important;
}


.prop-name {
    font-weight: bold;
}

.filter-item-cnt {
    margin-left: 10px;
    color: #ccc;
}

/* End */
/* /local/components/api/rubrics.filter.form3/templates/.default/style.css?17380156737037 */
/* /local/components/api/members.list.promo/templates/.default/style.css?17423816617316 */
/* /local/components/api/rubrics.filter.links/templates/.default/style.css?1728908770701 */
