

/* 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?1726841736659*/
.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 */


/* Start:/local/components/api/doska.list/templates/spros/style.css?174379934513616*/
/*****************************/
.dl_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

@media only screen and (min-device-width: 450px) {
    .dl_item {
        padding: 15px 20px;
        border-radius: 10px;
        box-shadow: 0 1px 3px 0 #999;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item {
        font-size: 1em;
        flex-direction: column;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 1px 3px 0 #999;
    }
}

.dl_item.fx {
    background: #daf0fe;
    background: -moz-linear-gradient(top, #f6fcff 0, #d6f0ff 100%);
    background: -webkit-linear-gradient(top, #f6fcff, #d6f0ff);
    background: linear-gradient(180deg, #f6fcff 0, #d6f0ff);
}

@media only screen and (min-device-width: 450px) {
    .dl_item.fx {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item.fx {
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item_col_left {
        padding-right: 0;
        padding-bottom: 0;
    }
}

.dl_item_col_center {
    flex: 2;
    min-width: 200px;
}


@media only screen and (min-device-width: 450px) {
    .dl_item_col_center {
        padding-right: 20px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item_col_center {
        padding-right: 0;
        padding-bottom: 5px;
    }
}


.dl_item_col_right {
    flex: 0;
}

@media only screen and (min-device-width: 450px) {
    .dl_item_col_right {
        min-width: 120px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item_col_right {
        min-width: 220px;
    }
}

.dl_price {
    font-weight: bold;
    font-size: 1.3em;
    font-feature-settings: "pnum" on, "lnum" on;
    margin-bottom: 30px;
}

.dl-header-block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-bottom: 10px;
}

.dl-header-block-header {
    font-weight: normal;
    font-size: 1.3em;
    word-break: break-word;
    flex: 2;
    min-width: 200px;
}

@media only screen and (min-device-width: 450px) {
    .dl-header-block-header {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-header-block-header {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
}

.dl-header-block-header a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}


.dl_edizm {
    color: #999;
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.6em;
}

.dl_price_currency {
    color: #000000;
    font-weight: 500;
    font-size: 0.7em;
    margin-left: 5px;

}

.dl_text_detail {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: #000;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .dl_text_detail {
        display: block;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_text_detail {
        /*display: none;*/
    }
}

.dl-item-photo-block {
    width: auto;
    height: auto;
    min-width: 150px;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .dl-item-photo-block {
        max-width: 200px;
        max-height: 300px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-item-photo-block {
        max-width: 100%;
        max-height: 100%;
        margin: 10px 0;
    }
}

@media only screen and (min-device-width: 450px) {
    .dl-item-photo-block.nophoto {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-item-photo-block.nophoto {
        display: none;
    }
}


.dl-item-photo-block-main {
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
}

.dl-item-photo-block-main img {
    width: auto;
    height: auto;
    border: none;
}

@media only screen and (min-device-width: 450px) {
    .dl-item-photo-block-main img {
        max-width: 180px;
        max-height: 180px;
        border-radius: 15px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-item-photo-block-main img {
        max-width: 250px;
        max-height: 180px;
    }
}


.dl-item-photo-block-additional {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 200px;
    min-width: 80px;
    overflow: hidden;
    margin-top: 10px;
}

@media only screen and (min-device-width: 450px) {
    .dl-item-photo-block-additional {
        display: flex;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-item-photo-block-additional {
        display: none;
    }
}

.dl-item-photo-block-additional-item {
    min-width: 50px;
    margin-bottom: 10px;
    max-width: 80px;
    max-height: 45px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.dl-item-photo-block-additional-item img {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 80px;
    border: none;
    min-width: 50px;
}


.dl-message-block {
    margin-bottom: 20px;
}

@media only screen and (min-device-width: 450px) {
    .dl-message-block {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-message-block {
        /*display: none;*/
    }
}


.dl_contacts_block {
    color: #333;
    background: url(/img/icons/contacts_ico.svg?2432) no-repeat left center;
    background-size: 15px 15px;
    line-height: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
}


@media only screen and (min-device-width: 450px) {
    .dl_contacts_block {
        margin-bottom: 30px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_contacts_block {
        margin-bottom: 10px;
    }
}


.dl-status-block {
    margin-bottom: 10px;
}

@media only screen and (min-device-width: 450px) {
    .dl-status-block {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-status-block {
        /*display: none;*/
    }
}


.dl-status-block-status {
    display: inline-block;
    margin-right: 10px;
}

.dl-status-block-date {
    display: inline-block;
    color: #333333;
    font-size: 0.8em;
    margin-right: 10px;
}


.dl_geo {
    color: #333;
    padding-left: 30px;
    background: url(/img/icons/pin_ico.svg?2432) no-repeat left center;
    background-size: 15px 15px;
    line-height: 20px;
}


@media only screen and (min-device-width: 450px) {
    .dl_geo {
        font-size: 0.9em;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_geo {
        font-size: 0.8em;
        margin-bottom: 15px;
        padding: 0;
        background: none;
    }
}

.dl_geo a {
}

@media only screen and (min-device-width: 450px) {
    .dl_geo a {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_geo a {
        color:#8b8b8b;
    }
}


.dl_origin {
    color: #333;
    font-size: 0.9em;
    line-height: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-device-width: 450px) {
    .dl_origin {
        font-size: 0.9em;
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_origin {
        font-size: 0.8em;
        display: none;
    }
}

.dl_origin a {
    color: #000;
}


/*****************************/


/* 2020 */

div.dl_props_block {
    margin: 20px 0 20px 0;
    color: #000;
    width: 100%;
}

div.dl_props_block div.row {
    padding: 0 0 5px 0;
    font-size: 0.8em;
    display: flex;
    flex-wrap: nowrap;
}

div.dl_props_block div.row div.col_name {
    color: #8a8784;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}

div.dl_props_block div.row div.col_value {
    white-space: nowrap;
}

.dl-contacts-phone-block {
    margin-bottom: 20px;
}

@media only screen and (min-device-width: 450px) {
    .dl-contacts-phone-block {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-contacts-phone-block {
        /*display: none;*/
    }
}

.dl-contacts-phone-block .phone_showed {
    font-size: 1.1em;
}

.dl-contacts-phone-block .phone_showed a {
    color: #00a2ff;
}


.dl-contacts-phone-block-show-phone {
    background-color: #36d000;
    padding: .7ex 2ex;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 100px;
    max-width: 100%;
}

.dl-order-button {
    background-color: #fff;
    padding: .7ex 2ex;
    border-radius: 5px;
    border: 1px solid #00b4ff;
    cursor: pointer;
    text-decoration: none;
    color: #00b4ff !important;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 100px;
    max-width: 100%;
}


.dl-offer-button {
    background-color: #ffffff;
    padding: .7ex 2ex;
    border-radius: 5px;
    border: 1px solid #00b4ff;
    cursor: pointer;
    text-decoration: none;
    color: #00b4ff;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 100px;
    max-width: 100%;
}

.dl-order-button:link:hover, .dl-order-button:visited:hover {
    color: #fff !important;
    background-color: #00b4ff;
}

.dl-offer-button:link:hover, .dl-offer-button:visited:hover {
    color: #fff !important;
    background-color: #00b4ff;
}

.dl-contacts-company-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    word-break: break-word;
}

@media only screen and (min-device-width: 450px) {
    .dl-contacts-company-block {
        margin-bottom: 30px;
        align-items: center;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-contacts-company-block {
        margin-bottom: 10px;
        align-items: flex-start;
    }
}

.dl-contacts-company-block img {
    width: auto;
    height: auto;
    border: none;
    border-radius: 50%;
}

@media only screen and (min-device-width: 450px) {
    .dl-contacts-company-block img {
        max-width: 80px;
        max-height: 80px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-contacts-company-block img {
        max-width: 50px;
        max-height: 50px;
    }
}


.dl-contacts-company-block-logo {
    margin-bottom: 10px;
    min-width: 50px;
}

.dl-contacts-company-block-name {
    margin-bottom: 10px;
    min-width: 50px;
    flex: 2;
}

.dl-contacts-company-block a {
    color: #000000;
}


.dl-premium-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 50px;
}

@media only screen and (min-device-width: 450px) {
    .dl-premium-block {
        margin-top: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-premium-block {
        margin-top: 10px;
    }
}

.dl-premium-block-icon {
    flex: 1;
    min-width: 30px;
    max-width: 40px;
}

.dl-premium-block-icon img {
    min-width: 20px;
    min-height: 20px;
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    border: none;
}

.dl-premium-block-promo {
    flex: 2;
    min-width: 100px;
    max-width: 200px;
    color: #666;
    font-size: 0.8em;
}

.dl-premium-block-promo-hdr {
    font-weight: bold;
    margin-bottom: 3px;
}

.dl-premium-block-promo-text {
    text-decoration: underline;
}

.dl-promo-desktop {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: center;
}

.dl-promo-desktop-item {
    margin: 0 15px 5px 0;
}

.dl-promo-desktop-item img {
    border: none;
    min-width: 30px;
    min-height: 30px;
}

@media only screen and (min-device-width: 450px) {
    .dl-promo-desktop-item img {
        width: 40px;
        height: auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-promo-desktop-item img {
        width: 25px;
        height: auto;
    }
}

.dl-nothing-found {
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

@media only screen and (min-device-width: 450px) {
    #yandex_rtb_R-A-14196107-14, #yandex_rtb_R-A-14196107-13, #yandex_rtb_R-A-14196107-10, #yandex_rtb_R-A-14196107-9, #yandex_rtb_R-A-14196107-8, #yandex_rtb_R-A-14196107-7, #yandex_rtb_R-A-14196107-6, #yandex_rtb_R-A-14196107-5, #yandex_rtb_R-A-14196107-4, #yandex_rtb_R-A-14196107-3 {
        margin-bottom: 30px;
    }
}


.dl-prop_highlight {
    font-weight: bold;
}

.dl-connect-block {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 450px) {
    .dl-connect-block {
        flex-direction: column;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-connect-block {
        justify-content: space-between;
    }
}
/* End */


/* Start:/local/components/promo/popup/templates/zakupki_nov24/style.css?17434405878237*/
.new-promo-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    z-index: 9999;
    display: none;
    max-width: 600px;
    min-width: 300px;
}

.new-promo-popup__show {
    display: block;
}

.new-promo-popup__close {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 0;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 2px;
}

.new-promo-popup__close:before,
.new-promo-popup__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #404040;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    content: '';
}

.new-promo-popup__close:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}

.new-promo-popup-content {
    background-color: #d9f3ff;
    color: #000000;
    padding: 20px;
    border: none;
    box-shadow: 0 0 10px #999999;
    line-height: 1.4em;
    font-weight: normal;
    border-radius: 10px;
}

@media only screen and (min-device-width: 450px) {
    .new-promo-popup-content {
        overflow-y: scroll;
        max-height: 400px;
        font-size: 1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .new-promo-popup-content {
        overflow-y: scroll;
        max-height: 400px;
        font-size: 0.9em;
    }
}

.new-promo-popup-content ul {
    list-style-type: square;
    /*color: #ff7301;*/
}

.new-promo-popup-content ul span {
    color: #000;
}

.new-promo-popup-content-price-block {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.new-promo-popup-content-price-buy {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    margin-right: 5px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px #999999;
    box-sizing: content-box;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .new-promo-popup-content-price-buy {
        min-width: 150px;
        width: calc(50% - 30px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .new-promo-popup-content-price-buy {
        border-bottom: 1px solid #ccc;
        width: 100%;
        min-width: 240px;
    }
}


.new-promo-popup-content-price-buy-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    color: #000;
    min-width: 100px;
    width: 100%;
}

.new-promo-popup-content-price-buy-item.gray {
    color: #999;
}

.new-promo-popup-content-price-buy-item div.price, .new-promo-popup-content-price-buy-item div.period, .new-promo-popup-content-price-buy-item div.discount, .new-promo-popup-content-price-buy-item div.profit {
    min-width: 100px;
    margin-bottom: 10px;
}

.new-promo-popup-content-price-buy-item div.period {
    min-width: 100%;
    text-align: center;
}

.new-promo-popup-content-price-buy-item div.price {
    font-weight: bold;
}

@media only screen and (min-device-width: 450px) {
    .new-promo-popup-content-price-buy-item div.price {
        font-size: 1.2em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .new-promo-popup-content-price-buy-item div.price {
        font-size: 1.5em;
    }
}

.new-promo-popup-content-price-buy-item div.price.old {
    text-decoration: line-through;
    color: #ccc;
    font-weight: normal;
}


.new-promo-popup-content-price-buy-item div.discount {
    color: green;
    min-width: 150px;
    text-align: center;
}

@media only screen and (min-device-width: 450px) {
    .new-promo-popup-content-price-buy-item div.discount {
        font-size: 1.2em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .new-promo-popup-content-price-buy-item div.discount {
        font-size: 1.2em;
    }
}

.new-promo-popup-content-price-buy-item div.profit {
    color: #000;
}

@media only screen and (min-device-width: 450px) {
    .new-promo-popup-content-price-buy-item div.profit {
        font-size: 0.8em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .new-promo-popup-content-price-buy-item div.profit {
        font-size: 1em;
    }
}


.new-promo-popup-content-price-buy-item div.profit span {
    font-weight: bold;
}


.new-promo-popup-content-price-buy-item div.price span {
    font-weight: normal;
    margin-left: 5px;
}

.new-promo-popup-content-price-buy-item a.button {
    background-color: #ff00e7;
    padding: 5px 20px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    font-size: 0.8em;
    opacity: 60%;
}

.new-promo-popup-content-price-buy-item a.button.gray {
    background-color: #ccc;
}

.new-promo-popup-content-price-buy-item a.button:hover {
    background-color: #e001c9;
    opacity: 100%;
}

.new-promo-popup-content .all-benefits {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 450px) {
    .new-promo-popup-content .all-benefits {
        justify-content: space-around;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .new-promo-popup-content .all-benefits {
        justify-content: center;
        flex-flow: column;
    }
}

a.more-details-button {
    border-radius: 30px;
    border: 3px solid #ff3426;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 100px;
    max-width: 100%;
    font-size: 1.1em;
    padding: 10px 30px;
    background-color: #ff3426;
    box-shadow: 0 2px 3px #911c14;
    margin: 3px 2px 20px;
}

a.more-details-button:link:hover, a.more-details-button:visited:hover {
    color: #fff !important;
}


a.more-details-button.transp {
    border: 3px solid #000;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
}

a.more-details-button.transp:link:hover, a.more-details-button.transp:visited:hover {
    color: #000 !important;
    box-shadow: 0 2px 3px #6f6f6f !important;
}


a.more-details-link {
    color: #000 !important;
    text-decoration: underline;
}

.new-promo-popup-header {
    margin: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    column-gap: 10px;
}


@media only screen and (min-device-width: 450px) {
    .new-promo-popup-header {
        font-size: 1.2em;
        font-weight: normal;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .new-promo-popup-header {
        font-size: 1.2em;
        font-weight: normal;
    }
}

.new-promo-popup-header .popup-pro-icon img {
    width: 40px;
    border: none;
}

.new-promo-popup-header h2 {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.new-promo-popup-header h3 {
    margin: 0 0 10px 0;
    font-weight: normal;
}

.benefits-wrap {
    margin: 20px 0 10px 0;
}

.benefits-wrap div.b-item {
    line-height: 20px;
    padding-left: 20px;
    background: url(/img/icons/if/aright.svg) no-repeat #f000;
    background-size: 15px;
    background-position-y: 2px;
    background-position-x: 0;
    margin-bottom: 15px;
}

#benefits-all-premium {
    display: none;
}

#show-benefits-premium a {
    text-decoration: underline 1px dashed;
    text-underline-offset: 3px;
}

.howitworks {
    border: 1px solid #000;
    padding: 4px 10px;
    border-radius: 15px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    margin-top: 10px;
}
/* End */


/* Start:/local/components/hl/filter.country/templates/.default/style.css?1734543276776*/
.filter-country-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

.filter-country-block {
    margin-bottom: 60px;
    min-width: 240px;
}

.filter-country-header {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #888;
}

.filter-country-item {
    margin-bottom: 15px;
    display: block;
    font-size: 0.9em;
}

.filter-country-item a {
    color: #999999;
}


.filter-country-item.selected a {
    text-decoration: underline;
}

.filter-country-list-open.link {
    background: none;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed #666;
    padding: 0;
    color: #666;
}

.filter-item-cnt {
    margin-left: 5px;
    font-size: 0.9em;
    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?1726841736659 */
/* /local/components/api/doska.list/templates/spros/style.css?174379934513616 */
/* /local/components/promo/popup/templates/zakupki_nov24/style.css?17434405878237 */
/* /local/components/hl/filter.country/templates/.default/style.css?1734543276776 */
