

/* Start:/local/components/catalog/section/templates/bestceramic_product/style.css?17441946181406*/
#more_container_analogs #ajax-loader
{
    display: none;
}
#more_container_analogs > .text-center
{
    padding-top: 30px;
    margin: 0 auto;
    width: 100%;
}

.already_buy_replace > button, .already_buy > button
{
    background: #67CB83;
}
.already_buy_replace
{
    display: none;
}
.add_percent
{
    display: none !important;
}

.onorder-line{
    flex-direction: column !important;
}

.onorder-line .plate-line__item + .plate-line__item{
    margin-top: 5px;
}
.plate__covert .items-favorites{
    top: -2px !important;
    right: -15px !important;
}

.plates.no-container{
    margin: 0 -15px;
}

.plates.no-negative{
    margin-left: 0;
    margin-right: 0;
}

.plates.plates--wa{
    width: auto;
}
.catalog__items{
    display: flex;
    flex-wrap: wrap;
}
.catalog__items.catalog__items--col-4 .item{
    width: 25%;
}
.catalog__items.catalog__items--col-3 .item{
    width: 33.3%;
}

@media screen and (max-width: 1199px) {
    .catalog__node .catalog__items.catalog__items--col-3 .item{
        width: 50%;
    }
    .catalog__items.catalog__items--col-4 .item{
        width: 33.3%;
    }
}

@media screen and (max-width: 999px) {
    .catalog__items.catalog__items--col-4 .item{
        width: 50%;
    }
}
@media screen and (max-width: 639px) {
    .catalog__items.catalog__items--col-4 .item,
    .catalog__node .catalog__items.catalog__items--col-3 .item{
        width: 100%;
    }
}
/* End */


/* Start:/local/components/bestceramic/counter/templates/.default/style.css?1740566637545*/


/* .flagtext */
.flagtext__title {
    display: inline;
    color: #000;
    /* border-bottom: 1px dotted currentColor; */
    font-weight: 400;
    transition: all .15s;
}

.flagtext__title:hover{
    color: #727272;
}

/*.flagtext__ctrl.focus-visible + .flagtext__title {*/
/*    border-bottom-color: #349CDE;*/
/*}*/

.flagtext__title.active {
    text-decoration: underline;
    border-bottom: none;
}

.flagtext__sup {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 14px;
    margin-top: -1px;
}
/* End */


/* Start:/local/components/bestceramic/tooltip/templates/.default/style.css?16424894094586*/
.tooltip{
    width: 16px;
    height: 16px;
}
.tooltip__inner {
    position: absolute;
    z-index: 100;
    transition: opacity 250ms ease 0s, visibility 250ms ease 0s;
    will-change: opacity, visibility;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px 5px 0 0;
    min-width: 300px;
    font-size: 13px;
    line-height: 1.4;
    color: #727272;
    border: 1px solid #5aaee4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 18px 20px 20px;
    background-color: #fff;
    bottom: calc(100% + 20px);
}
.tooltip__inner::before {
    border-left: 14px solid #0000;
    border-right: 14px solid #0000;
    border-top: 15px solid #fff;
    z-index: 2;
    margin-top: 6px;
}
.tooltip__inner::after {
    border-left: 14px solid #0000;
    border-right: 14px solid #0000;
    border-top: 15px solid #349cde;
    z-index: 1;
    margin-top: 7px;
}
.tooltip_left .tooltip__inner {
    left: calc(100% - 30px);
}
.tooltip_left .tooltip__inner::after,
.tooltip_left .tooltip__inner::before {
    left: 20px;
}
.tooltip_right .tooltip__inner {
    left: auto;
    right: calc(100% - 30px);
}
.tooltip_right .tooltip__inner::after,
.tooltip_right .tooltip__inner::before {
    left: auto;
    right: -5px;
}
.tooltip_center .tooltip__inner {
    left: 50%;
    transform: translateX(-50%);
}

.tooltip__title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 6px;
}
.tooltip__title::first-letter {
    text-transform: capitalize;
}

.tooltip__more {
    text-align: right;
    line-height: 2;
}

.tooltip__footer {
    display: flex;
    align-items: center;
}

.tooltip__footer-icon {
    min-width: 45px;
}

.tooltip__footer-body {
    padding-left: 12px;
    flex-grow: 1;
}

.expanded-tooltip {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 30px;

}

.expanded-tooltip__inner {
    position: relative;
    padding: 80px 110px 60px;
    border: 1px solid #F4F4F4;
    background: #FFFFFF;
}

.expanded-tooltip__title {
    font-size: 30px;
    line-height: 35px;
    color: #565656;
}

.expanded-tooltip__body {
    margin-top: 38px;
    font-size: 15px;
    line-height: 1.5;
    color: #727272;
}

.expanded-tooltip__footer {
    display: flex;
    align-items: center;
    margin-top: 104px;
}

.expanded-tooltip__footer-icon svg {
    width: 81px;
}

.expanded-tooltip__footer-body {
    width: 100%;
    max-width: 200px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #727272;
}

.expanded-tooltip__footer-body span {
    display: block;
    margin-top: 8px;
    font-size: 22px;
    line-height: 26px;
    color: #727272;
}

.expanded-tooltip__close {
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 25px;
    width: 27px;
    height: 27px;
}
.expanded-tooltip__close svg {
    width: 27px;
    height: 27px;
}
.tooltip__inner.active {
    opacity: 1;
    visibility: visible;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip button{
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 767px) {
    .expanded-tooltip__inner {
        padding: 80px 20px 60px;
        border: 0
    }

    .expanded-tooltip__title {
        text-align: center;
    }

    .expanded-tooltip__footer {
        justify-content: center;
    }
}
@media screen and (max-width: 500px) {
    .tooltip__inner {
        min-width: 250px;
    }

    .expanded-tooltip {
        min-width: 320px;
        padding: 0;
    }

    .expanded-tooltip__footer {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 25px;
    }

    .expanded-tooltip__footer-icon {
        width: 100%;
        text-align: center;
    }

    .expanded-tooltip__footer-body {
        text-align: center;
    }
}
.tooltip_left .tooltip__inner::after, .tooltip_left .tooltip__inner::before {
    left: 20px;
}
.tooltip__inner::before {
    border-left: 14px solid #0000;
    border-right: 14px solid #0000;
    border-top: 15px solid #fff;
    z-index: 2;
    margin-top: 6px;
}
.tooltip__inner::after, .tooltip__inner::before {
    content: "";
    cursor: default;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    top: calc(100% - 6px);
}
.product-characteristic__item-text {
    margin-right: auto;
}
.product-characteristic__item .tooltip {
    margin-right: 10px;
}
.gui__tooltip.tooltip.tooltip_left >.btn.btn-clickdrop.btn-clickdrop_simple {
    display: flex;
}
.tooltip__inner>.clickdrop-preview_text {
    font-size: inherit;
}
/* End */


/* Start:/local/components/bestceramic/favorites.status/templates/new/style.css?1638732414115*/
#w_isset{
    color: #349CDE;
}
.detail-favorites{
    top: 13px;
    right: 10px;
    position: absolute;
}
/* End */


/* Start:/local/components/catalog/pagenavigation/templates/new/style.css?1756968184832*/
.pagination__item.pagination__item_dots{
    position: relative;
    cursor: pointer;
}

.pag-dots{
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    background: white;
    border: 1px solid lightgray;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
    min-width: 300px;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 99;
    cursor: auto;
}
.pagination__item.pagination__item_dots.show .pag-dots{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pag-dots .pag-dots__item{
    padding: 10px;
    display: inline-flex;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.pag-dots .pag-dots__item:hover{
    background-color: #f4f4f4;
    border: 1px solid #b9b9b9;
}
/* End */


/* Start:/local/templates/bestceramic/plugins/magnificPopup/style.css?16425734145259*/
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/* End */
/* /local/components/catalog/section/templates/bestceramic_product/style.css?17441946181406 */
/* /local/components/bestceramic/counter/templates/.default/style.css?1740566637545 */
/* /local/components/bestceramic/tooltip/templates/.default/style.css?16424894094586 */
/* /local/components/bestceramic/favorites.status/templates/new/style.css?1638732414115 */
/* /local/components/catalog/pagenavigation/templates/new/style.css?1756968184832 */
/* /local/templates/bestceramic/plugins/magnificPopup/style.css?16425734145259 */
