

/* Start:/local/components/api/rubricator.main/templates/.default/style.css?17380156221077*/
.add-tovar-button {
    font-size: 0.9em;
    font-weight: normal;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #000 !important;
    white-space: nowrap;
    display: block;
}

@media only screen and (min-device-width: 450px) {
    .add-tovar-button {
        padding: .7ex 3ex;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .add-tovar-button {
        padding: .7ex 1ex;
    }
}


.common-block-add-tovar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
    column-gap: 20px;
}

.common-block-add-tovar-item {
    text-align: center;
    width: calc(50% - 10px);
}

@media only screen and (min-device-width: 450px) {
    .common-block-add-tovar-item {
        min-width: 150px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .common-block-add-tovar-item {
        min-width: 100px;
    }
}

/* End */


/* Start:/local/components/hl/doska.list.fx/templates/carousel2/style.css?17423816616365*/
/* 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*/


.carousel-wrapper {
    position: relative;
}

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

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


.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) {
    .carousel-panel {
        max-width: 160px;
        height: auto;
    }
}

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


.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) {
    .carousel-panel-name {
        font-size: 1em;
    }

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

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

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

.carousel-panel-name-text {
    font-weight: normal;
    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;
}

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

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

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

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

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

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

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


.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) {
    .carousel-panel-more-button {
        display: block;
    }
}

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



.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;
}

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

.carousel-panel-img {
    margin-bottom: 10px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.carousel-panel-img img {
    object-fit: cover;
}

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

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

.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;
}

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

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

.carousel-btn {
    display: none;
    position: absolute;
    top: 115px;
    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) {
    .carousel-btn {
        /*height: 275px;*/
    }
}

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



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

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


/* Start:/local/components/api/stats.all/templates/.default/style.css?1724940134927*/
.stat-block-wrap {
    padding: 20px;
    background-color: #BAE6E8;
    border-radius: 10px;
    margin-bottom: 40px;
}

.stat-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.stat-block-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 100px;
}


@media only screen and (min-device-width: 450px) {
    .stat-block-item {
        width: calc(50% - 5px);
        font-size: 1.1em;
        margin: 5px 0 5px 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .stat-block-item {
        font-size: 1.1em;
        width: 100%;
        margin: 10px 0 10px 0;
    }
}

.stat-block-item span {
    font-weight: bold;
    color: #9c341f;
}

.stat-block-item span.span-plus {
    font-weight: normal;
    color: #006933;
}

.stat-block-item-col {
    width: 50%;
}

/* End */


/* Start:/local/components/api/doska.list.mp/templates/.default/style.css?17509550863139*/
/* main page new goods*/
.mp_new_goods {
    overflow: hidden;
    height: auto;
    margin-bottom: 50px;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
}


@media only screen and (min-device-width: 450px) {
    .mp_new_goods_item_box {
        overflow: hidden;
        height: auto;
        margin: 0 10px 25px 10px;
        width: calc(25% - 20px);
        max-width: 240px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_item_box {
        overflow: hidden;
        height: auto;
        margin: 0 10px 25px 0;
        width: calc(50% - 10px);
        max-width: 200px;
        min-width: 100px;
        border: 1px solid #eee;
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%), 0 0 2px 0 rgb(0 0 0 / 4%);
        flex-direction: column;
    }
}


.mp_new_goods_item_box_content {
    box-sizing: border-box;
}

.mp_new_goods_img {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods_img img {
        width: 100%;
        height: auto;
        min-height: 100px;
        border-radius: 10px;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_img img {
        width: 100%;
        height: auto;
        min-height: 100px;
        border-bottom: 1px solid #eee;
    }
}


.mp_new_goods_txt {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-word;
    line-height: 1.2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods_txt {
        margin-bottom: 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_txt {
        padding: 0 5px;
        margin-bottom: 5px;
    }
}



@media only screen and (min-device-width: 450px) {
    .mp_new_goods_txt a {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_txt a {
        color: #000;
    }
}



.mp_new_goods_price {
    color: #000;
    font-weight: bold;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods_price {
        margin-bottom: 5px;
        font-size: 1.1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_price {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/components/api/doska.list.mp/templates/spros/style.css?17297172061318*/
/*spros main page*/
.main-page-spros-announce {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.main-page-spros-announce_item_box {
    overflow: hidden;
    height: auto;
    font-size: 1.1em;
    min-width: 140px;
    min-height: 100px;
}

@media only screen and (min-device-width: 450px) {
    .main-page-spros-announce_item_box {
        width: calc(25% - 20px);
        margin: 10px;
        max-width: 240px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .main-page-spros-announce_item_box {
        width: calc(50% - 10px);
        margin: 5px;
    }
}

.main-page-spros-announce_item_box a {
    color: #000000;
}

.main-page-spros-announces_item_box_content {
    height: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background: url(/img/icons/ecom.svg) no-repeat 95px 40px #e0f4e7;
    background-blend-mode: soft-light;
    background-size: 40%;
}

.main-page-spros-announces_item_box_content:hover {
    background-color: #d2f3de;
}


.main-page-spros-announces_item_box_content_txt {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    word-break: break-word;
    line-height: 1.4em;
}


/* End */
/* /local/components/api/rubricator.main/templates/.default/style.css?17380156221077 */
/* /local/components/hl/doska.list.fx/templates/carousel2/style.css?17423816616365 */
/* /local/components/api/stats.all/templates/.default/style.css?1724940134927 */
/* /local/components/api/doska.list.mp/templates/.default/style.css?17509550863139 */
/* /local/components/api/doska.list.mp/templates/spros/style.css?17297172061318 */
