

/* Start:/local/templates/jewelry/components/bitrix/catalog/catalog/style.css?17522400717256*/
.grid{}
.grid .bx_content_section{
    margin-bottom: 15px;
}
.grid .bx_sidebar{
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
    float: left;
    width: 66%;
    margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
@media (max-width:960px){
    .grid2x1 .bx_sidebar{
        padding-left: 4%;
    }
}
@media (max-width:640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar{
        width: 100%;
        float: none;
    }
    .grid2x1 .bx_sidebar{
        padding-left: 3%;
    }
}
@media (max-width:479px){
    .grid2x1 .bx_sidebar{
        padding-left: 1%;
    }

}

.catalog-block-header{
    font-size:30px;
    font-weight: 300;
    text-align: left;
    color: #222222;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

h1.bx-title {
    margin: 0.2em 0;
}
.l-catalog_dtl h1 {
    margin: 0.2em 0;
}
/*---------------------------*/
.b-label {
    width: 38px;
    height: 38px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
	background-color: #000000;
	margin-right: 1px;
	margin-bottom: 1px;
}
    .product-item-label-left > .b-label {
        text-align: center;
    }
.b-label:before {
    content: '';
    display: inline-block;
    height: 38px;
    margin-right: -.275em;
    vertical-align: middle;
}
.b-label span,
.product-item-label-text.product-item-label-big .b-label span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big .b-label span {
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    vertical-align: middle;
    font-size: inherit;
    font-weight: 500;
}
    .b-label.b-label--newproduct {
        background-color: #dd3f55;
    }
    .b-label.b-label--saleleader {
        background-color: #dbaf5b;
        font-size: 25px;
    }
    .b-label.b-label--specialoffer {
        padding: 2px 10px;
        width: auto;
        height: auto;
        background-color: #dd3f55;
        font-size: 12px;
    }
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
========================================================================
------------------------------------------------------------------------
*/
.popup-window {
    min-width: 197px;
}
.bx-filter-select-popup li {
    padding: 6px 0;
    font-size: 14px;
    font-family: Montserrat;
}
.l-catalog_goods {
    position: relative;
    background-color: #f7f7f7;
    border-style: solid;
    border-width: 1px 0;
    border-color: #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 0;
    margin: 0;
}
.l-catalog_goods:before,
.l-catalog_goods:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    display: block;
    height: auto;
    width: 100%;
    width: calc(100vw - 620px);
    background-color: #f7f7f7;
    border-color: #ededed;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-catalog_goods:before {
    right: 100%;
}
.l-catalog_goods:after {
    left: 100%;
}
.l-catalog-goods .catalog_goods__flow {
    padding: 40px 0 85px;
}
.bx-touch .l-catalog_goods .catalog_goods__flow {
    padding-bottom: 20px;
}
.l-catalog_goods + .l-catalog_goods {
    margin-top: -1px;
}

.b-filter-data {
    position: relative;
    background: transparent;
    padding: 10px 20px;
    margin-bottom: 1em;
    margin-right: -2em;
    text-align: right;
}
.b-filter-data:before {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    left: 0;
    right: 2em;
    top: 0;
    bottom: 0;
    background: #f7f7f7;
}
.b-filter-data .filter-data__count,
.b-filter-data .filter-data__sort {
    display: inline-block;
    margin-right: 2em;
    vertical-align: middle;
}
.b-filter-data .filter-data__name {
    display: inline-block;
    color: #5b5b5b;
    margin-right: .5em;
    vertical-align: middle;
    white-space: nowrap;
}
.b-filter-data .filter-data__listwrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 2.3em;
    height: 1.9em;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
}
.b-filter-data .filter-data__list {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    pointer-events: none;
}
.b-filter-data .filter-data__list.filter-data__list--long {
    text-align: left;
}
    .b-filter-data .filter-data__list.filter-data__list--long .filter-data__listitem {
        min-width: 8em;
    }
.b-filter-data .filter-data__count:before,
.b-filter-data  .filter-data__sort:before {
    content: '';
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    margin-left: -.275em;
}
.b-filter-data .filter-data__item {
    display: inline-block;
    color: #5b5b5b;
    vertical-align: middle;
}
.b-filter-data .filter-data__listitem {
    position: absolute;
    background-color: #f7f7f7;
    padding: 0.2em 0.6em;
    display: inline-block;
    min-width: 2em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.b-filter-data .filter-data__listwrap--passive .filter-data__listitem:first-child,
.b-filter-data .filter-data__listitem.filter-data__listitem--active {
    position: relative;
    z-index: 1;
    pointer-events: none;
    touch-action: none;
}
.b-filter-data .filter-data__listitem--active .filter-data__item {
    text-decoration: none;
}
.bx-no-touch .b-filter-data .filter-data__listwrap:hover,
.bx-touch .b-filter-data .filter-data__listwrap.filter-data__listwrap--on {
    overflow: visible;
    z-index: 14;
}
.bx-no-touch .b-filter-data .filter-data__listwrap:hover .filter-data__list,
.bx-touch .b-filter-data .filter-data__listwrap.filter-data__listwrap--on .filter-data__list {
    pointer-events: auto;
    overflow: visible;
    box-shadow: 0 0 4px #f7f7f7;
}
.bx-no-touch .b-filter-data .filter-data__listwrap:hover .filter-data__listitem,
.bx-touch .b-filter-data .filter-data__listwrap.filter-data__listwrap--on .filter-data__listitem {
    top: auto;
    bottom: auto;
    display: block;
    position: relative;
    white-space: nowrap;
    background-color: #ffffff;
    pointer-events: auto;
}
.bx-touch .b-filter-data .filter-data__listwrap.filter-data__listwrap--on .filter-data__listitem.filter-data__listitem--active {
    pointer-events: none;
    touch-action: none;
}
@media screen and (max-width:1240px) {
    .l-catalog_goods:before,
    .l-catalog_goods:after {
        width: 30px;
    }
}
@media screen and (max-width:767px) {
    .b-filter-data {
        text-align: left;
    }
    .catalog-block-header {
        font-size: 22px;
    }
}
/* End */


/* Start:/local/templates/jewelry/components/bitrix/catalog.smart.filter/smart_filter_catalog/style.css?17522400716021*/
.b-filter {
    display: block;
    color: #222222;
    font-size: 14px;
    padding: 15px 0;
}
.b-filter select,
.b-filter input[type="email"],
.b-filter input[type="file"],
.b-filter input[type="password"],
.b-filter input[type="search"],
.b-filter input[type="tel"],
.b-filter input[type="text"] {
    position: relative;
    display: inline-block;
    margin-right: -.275em;
    border: 1px solid #e4e4e4;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #222222;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    outline-color: transparent;
}
.b-filter select:focus,
.b-filter select:active,
.b-filter select:hover,
.b-filter input[type="email"]:focus,
.b-filter input[type="email"]:active,
.b-filter input[type="email"]:hover,
.b-filter input[type="file"]:focus,
.b-filter input[type="file"]:active,
.b-filter input[type="file"]:hover,
.b-filter input[type="password"]:focus,
.b-filter input[type="password"]:active,
.b-filter input[type="password"]:hover,
.b-filter input[type="search"]:focus,
.b-filter input[type="search"]:active,
.b-filter input[type="search"]:hover,
.b-filter input[type="tel"]:focus,
.b-filter input[type="tel"]:active,
.b-filter input[type="tel"]:hover,
.b-filter input[type="text"]:focus,
.b-filter input[type="text"]:active,
.b-filter input[type="text"]:hover {
    z-index: 1;
    -webkit-box-shadow: inset  0 0 1.5px 0px #dd3f55;
    -moz-box-shadow: inset 0 0 1.5px 0px #dd3f55;
    box-shadow: inset 0 0 1.5px 0px #dd3f55;
    border-color: transparent;
    -moz-transition:box-shadow .2s, border-color .3s;
    -o-transition:box-shadow .2s, border-color .3s;
    -webkit-transition: box-shadow .2s, border-color .3s;
    transition: box-shadow .2s, border-color .3s;
}
.b-filter select option[value=""] {
    display: none;
}
.b-filter .filter__params:after {
    content: '';
    display: table;
    clear: both;
}
.b-filter .filter__param {
    display: none;
    width: 25%;
    margin-right: -.275em;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-filter .filter__param--type,
.b-filter .filter__param--metal,
.b-filter .filter__param--vendor,
.b-filter .filter__param--incut,
.b-filter .filter__param--whom,
.b-filter .filter__param--base,
.b-filter .filter__param--avr_weight {
    display: inline-block;
    margin-right: -.325em;
}
.b-filter .filter__param--whom {
    width: auto;
    padding-right: 33px;
    vertical-align: middle;
    white-space: nowrap;
}
.b-filter .filter__param--avr_weight {
    padding-left: 20px;
}
.b-filter .filter__param-title {
    padding: 10px 0 10px 5px;
    font-size: 14px;
    font-weight: 600;
}
.b-filter .filter__param--type .filter__param-title,
.b-filter .filter__param--metal .filter__param-title,
.b-filter .filter__param--vendor .filter__param-title,
.b-filter .filter__param--incut .filter__param-title,
.b-filter .filter__param--whom .filter__param-title {
    display: none;
}
.b-filter .filter__param--numberes input,
.b-filter .filter__param--base input {
    width: 50%;
    max-width: 150px;
}
.b-filter .filter__param--size .filter__param-title,
.b-filter .filter__param--avr_weight .filter__param-title,
.b-filter .filter__param--base .filter__param-title {
    display: inline-block;
    width: auto;
    padding-right: 20px;
    margin-right: -.275em;
    vertical-align: middle;
}
.b-filter .filter__param--size .filter__param-wrap,
.b-filter .filter__param--avr_weight .filter__param-wrap,
.b-filter .filter__param--base .filter__param-wrap {
    display: inline-block;
    margin-right: -.275em;
    width: 193px;
}
.b-filter .filter__btns {
    display: inline-block;
    padding: 10px;
    float: right;
    margin-right: -10px;
}
.b-filter .checkbox {
    display: inline-block;
    padding-left: 20px;
}
.b-filter .filter__param-toggle svg {
    width: 14px;
    height: auto;
    max-height: 1em;
    margin-right: 0.2em;
    transform: rotateZ(0);
    color: #cecece;
    transition: transform .15s;
}
.b-filter .filter__param--on .filter__param-toggle svg {
    transform: rotateZ(180deg);
}
.b-filter .filter__fakeselect-wrap {
    position: relative;
    padding: 1px;
    max-width: 300px;
}
.b-filter .filter__fakeselect {
    position: relative;
    display: inline-block;
    margin-right: -.275em;
    border: 1px solid #e4e4e4;
    width: 100%;
    max-width: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #222222;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    outline-color: transparent;
    background: #ffffff;
    padding-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.b-filter .filter__fakeselect:hover,
.b-filter .filter__fakeselect:focus,
.b-filter .filter__fakeselect:active {
    z-index: 1;
    -webkit-box-shadow: 0 0 1.5px 0px #dd3f55;
    -moz-box-shadow: 0 0 1.5px 0px #dd3f55;
    box-shadow: 0 0 1.5px 0px #dd3f55;
    border-color: transparent;
    -moz-transition: box-shadow .2s, border-color .3s;
    -o-transition: box-shadow .2s, border-color .3s;
    -webkit-transition: box-shadow .2s, border-color .3s;
    transition: box-shadow .2s, border-color .3s;
}
.b-filter .filter__fakeselect-arrow {
    position: absolute;
    z-index: 1;
    transform: rotate(180deg);
    width: 14px;
    right: 12px;
    top: 12px;
    bottom: 14px;
    color: #5b5b5b;
}
@media screen and (min-width:1240px) {
    .b-filter .filter__param--avr_weight .filter__param-title {
        width: 60px;
    }
    .b-filter.b-filter--sidebar .filter__param--avr_weight .filter__param-title {
        width: auto;
    }
        
    .b-filter .filter__param--size .filter__param-title,
    .b-filter .filter__param--avr_weight .filter__param-title,
    .b-filter .filter__param--base .filter__param-title {
        width: 80px;
    }
}
/* End */


/* Start:/local/templates/jewelry/css/assets/vertical_filter.css?17522400712772*/
.b-filter.b-filter--sidebar .bx-filter-param-text {
    display: inline-block;
    width: auto;
    max-width: calc( 100% - 1.975em - 10px);
    vertical-align: middle;
    line-height: 1.3;
}
.b-filter.b-filter--sidebar .filter__param {
    padding: 5px 0;
}
.b-filter.b-filter--sidebar .filter__param:after {
    content: '';
    display: block;
    width: auto;
    margin: 0 -21px 0;
    border-bottom: 1px solid #e4e4e4;
}
.b-filter.b-filter--sidebar .filter__param--on:after {
    margin-top: 25px;
}
.b-filter.b-filter--sidebar .checkbox {
    display: block;
    padding-left: 0;
    padding-bottom: 0.7em;
}
.b-filter.b-filter--sidebar .filter__param--size .filter__param-wrap,
.b-filter.b-filter--sidebar .filter__param--avr_weight .filter__param-wrap,
.b-filter.b-filter--sidebar .filter__param--base .filter__param-wrap {
    width: auto;
}
.b-filter.b-filter--sidebar {
    margin: -18px -18px 0;
    padding: 0 20px 20px;
    border: 1px solid #ededed;
    border-radius: 4px;
    background-color: #f7f7f7;
}
.b-sidebar .b-filter.b-filter--sidebar,
.b-sidefilter .b-filter.b-filter--sidebar {
    padding-top: 20px;
    margin: -20px -20px 0;
    border: 1px solid #f7f7f7;
    border-radius: 0;
    background-color: transparent;
}
.b-filter.b-filter--sidebar .filter__param {
    display: block;
    width: auto;
    margin: 0;
}
.b-filter.b-filter--sidebar .filter__param-wrap {
    display: none;
    margin-right: -20px;
    padding-right: 20px;
    max-height: 220px;
    overflow: hidden auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.b-filter.b-filter--sidebar .filter__param--on .filter__param-wrap {
    display: block;
}
.b-filter.b-filter--sidebar .filter__param--type .filter__param-title,
.b-filter.b-filter--sidebar .filter__param--metal .filter__param-title,
.b-filter.b-filter--sidebar .filter__param--vendor .filter__param-title,
.b-filter.b-filter--sidebar .filter__param--incut .filter__param-title,
.b-filter.b-filter--sidebar .filter__param--whom .filter__param-title {
    display: block;
}
.b-filter.b-filter--sidebar .filter__btns {
    display: block;
    text-align: center;
    float: none;
    margin: 0;
}
.b-filter.b-filter--sidebar .filter__item {
    padding: 1px;
}
.popup-window {
    max-width: 100vw;
    min-width: 0;
}
.bx-filter-select-popup li {
    padding: 6px 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
@media screen and (min-width:320px) {
    .popup-window {
        min-width: 274px;
    }
}
@media screen and (min-width:1240px) {
    .b-sidebar .b-filter.b-filter--sidebar,
    .b-sidefilter .b-filter.b-filter--sidebar {
        border-radius: 4px;
        background-color: #f7f7f7;
        margin: -19px -19px 0;
    }
    .popup-window {
        min-width: 255px;
    }
}
/* End */


/* Start:/local/templates/jewelry/components/bitrix/breadcrumb/obraz/style.css?1752240071925*/
.bx-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999999;
    font-size: 14px;
}
.bx-breadcrumb-item {
    min-height: 22px;
}
.bx-breadcrumb-item span {
    vertical-align: middle;
}
.bx-breadcrumb-item-angle {
    margin: 0 10px;
    color: #222222;
    vertical-align: top;
    font-size: 14px;
}
.breadcrumb__angle:before {
    content: "-";
    margin: 0 .4em;
}
.bx-breadcrumb-item-link {
    border-bottom: none;
    vertical-align: top;
    line-height: 21px;
    color: inherit;
}
.bx-breadcrumb-item-link:hover { }
.bx-breadcrumb-item-text {
    vertical-align: top;
    white-space: normal;
    color: #3a3a3a;
    transition: 250ms linear all;
}
/* End */


/* Start:/local/templates/jewelry/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17522400711654*/
.b-sections {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: -10px;
}
    .b-sections--catalog {
        margin-bottom: 70px;
    }
.b-sections .sections__item {
    position: relative;
    margin: 10px;
    padding: 0;
    min-width: 22%;
    max-width: 23%;
    flex: 0.5 1 auto;
    align-self: stretch;
    transition: box-shadow .3s;
}
.b-sections .sections__item img {
    border: 1pt solid #efefef;
    margin: -1pt;
    display: inline-block;
}
.b-sections .sections__item:hover,
.b-sections .sections__item:focus,
.b-sections .sections__item:active {
    outline: none;
    box-shadow: 0 0 20px #dedede;
}
.b-sections .sections__item--wide {
    flex: 2 1 auto;
    max-width: 48%;
}
.b-sections .sections__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 25px;
    text-align: left;
    line-height: 1.5;
}
.b-sections .sections__title a {
    font-weight: 300;
    font-size: 22px;
    color: #222222;
    text-decoration: none;
    background: rgb(247,247,247);
    background: -moz-radial-gradient(circle, rgba(247,247,247,1) 0%, rgba(247,247,247,0.87718837535014) 72%, rgba(247,247,247,0) 100%);
    background: -webkit-radial-gradient(circle, rgba(247,247,247,1) 0%, rgba(247,247,247,0.87718837535014) 72%, rgba(247,247,247,0) 100%);
    background: radial-gradient(circle, rgba(247,247,247,1) 0%, rgba(247,247,247,0.87718837535014) 72%, rgba(247,247,247,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7",endColorstr="#f7f7f7",GradientType=1);
}
/* End */


/* Start:/local/templates/jewelry/components/bitrix/system.pagenavigation/catalog/style.css?1752240071635*/
.b-catalog-nav {
    margin: 1em 0;
    color: #222222;
    font-size: 15px;
    font-family: inherit;
}
.b-catalog-nav .catalog-nav__item {
    display: inline-block;
    background-color: #ffffff;
    padding: 0.9em 1.07em;
    margin-right: .2em;
    border: 1px solid #efefef;
    border-radius: 3px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.b-catalog-nav .catalog-nav__item:hover,
.b-catalog-nav .catalog-nav__item:focus,
.b-catalog-nav .catalog-nav__item:active,
.b-catalog-nav span.catalog-nav__item {
    background-color: #f7f7f7;
}
.b-catalog-nav span.catalog-nav__item {
    cursor: default;
}

/* End */


/* Start:/local/templates/jewelry/components/bitrix/catalog.section/gallery/style.css?17522400717274*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.b-category {
    margin-bottom: 10px;
}
.b-category a:link,
.b-category a:visited {
    padding: 15px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #222222;
}
.b-category a:hover {
    background: #fff;
    color: #dd3f55;
}
.btn.btn-primary.btn-buy.btn-sm {
    display: inline-block;
    padding: 13px;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    border-width: 1px;
    border: 1pt solid #dd3f55;
    background: transparent;
    border-radius: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #dd3f55;
    text-decoration: none;
    line-height: 1;
    outline: none;
}
.btn.btn-primary.btn-buy.btn-sm:hover {
    background: #dd3f55;
    color: #fff;
}
.btn {
    cursor: pointer!important;
}
.b-category a.category__link--hide {
    display: none;
}
.b-category .category__show-item {
    color: #dd3f55;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 5px;
    font-size: 14px;
    cursor: pointer;
    padding: 25px 0;
    display: none;
}
@media (min-width: 1200px){
    /*lg*/
    /*6*/
    .product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
    .product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
    /*4*/
    .product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
    .product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    /*3*/
    .product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
    /*2*/
    .product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    /*1*/
    .product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
    /*md*/
    /*6*/
    .product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
    .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
    /*4*/
    .product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
    .product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    /*3*/
    .product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
    /*2*/
    .product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    /*1*/
    .product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
    /*sm*/
    /*6*/
    .product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    /*4*/
    .product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    /*3*/
    .product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
    /*2*/
    .product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    /*1*/
    .product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
    /*xs*/
    /*6*/
    .b-category {
        /* display: none; */
    }
    .b-category a:link, 
    .b-category a:visited {
        width: 100%;
        box-sizing: border-box;
    }
    .product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    /*4*/
    .product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
    /*3*/
    .product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
    /*2*/
    .product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    /*1*/
    .product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
    font-size:14px;
    font-weight: bold;
    text-align: left;
    margin:5px 0;
    padding:5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

.row::before {
    display: initial;
}

.b-catalog-cart--list {
    margin: 0 -20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.b-catalog-cart--list .catalog-cart__item {
    display: inline-block;
    vertical-align: top;
    /* -webkit-box-flex: 1;
        -ms-flex: 1 1 181px;
            flex: 1 1 181px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 25px 0;
    width: calc(50% - 10px);
    max-width: 100%;
    min-width: calc(50% - 20px);
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.b-catalog-cart--list .product-item-label-left { left: -20px; }
.b-catalog-cart--list .product-item-label-right { right: -20px; }
.b-catalog-cart--list .product-item-label-top { top: -20px; }
.b-catalog-cart--list .product-item-label-bottom { bottom: -1px; }


@media (min-width: 460px){
    .b-catalog-cart--list .catalog-cart__item {
        /* -webkit-box-flex: 1;
            -ms-flex: 1 1 210px;
                flex: 1 1 210px; */
        width: 100%;
        max-width: calc(50% - 25px);
        min-width: 0;
    }

}
@media (min-width: 768px){
    .b-catalog-cart--list .catalog-cart__item {
        max-width: 30%;
        padding: 25px 25px 10px;
    }
    .b-catalog-cart--list .product-item-label-left { left: -25px; }
    .b-catalog-cart--list .product-item-label-right { right: -25px; }
    .b-catalog-cart--list .product-item-label-top { top: -25px; }
}
@media (max-width: 767px) {
    .b-catalog-cart--list .product-item-label-top {
        top: -5px;
        right: -5px;
    }

}
/* End */


/* Start:/local/templates/jewelry/components/bitrix/catalog.item/bootstrap_v4/style.css?175224007132991*/
.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
    display: block;
    box-sizing: border-box;
    padding: 0 0 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
}

.product-item-line-card .product-item {
    width: auto !important;
    border-bottom: 1px solid #dadada;
}
.b-label.b-label--specialoffer {
    background-color: #dd3f55!important;
}

@media (max-width: 991px) {
    .product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }


.bx-no-touch .product-item-container.hover .product-item {
    position: absolute;
    right: -25px;
    left: -25px;
    top: -25px;
    padding: 25px;
    margin: -1px;
    width: auto;
    height: auto;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
    transition: border-color .2s;
}

.bx-touch .product-item {
    padding: 0 0 5px;
    width: auto;
    background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
    0% {
        position: absolute;
        left: -25px;
        right: -25px;
        top: -25px;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
    }
}

/*Image*/
.product-item-image-wrapper {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: opacity 300ms ease;
}

.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .product-item-image-slide {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .product-item-image-slide.next,
    .product-item-image-slide.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .product-item-image-slide.prev,
    .product-item-image-slide.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .product-item-image-slide.next.left,
    .product-item-image-slide.prev.right,
    .product-item-image-slide.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.product-item-image-slider-progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #dd3f55;
    opacity: .8;
}

.product-item-image-slider-control-container {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    padding: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, .8);
    opacity: .6;
    cursor: pointer;
    transition: all 300ms ease;
}
.product-item-image-slider-control.active {
    background-color: #dd3f55;
    box-shadow: inset 0 0 2px #7d7d7d;
}
.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #dd3f55;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

/*---------------------------*/
.b-label {
    width: 38px;
    height: 38px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
	background-color: #000000;
	margin-right: 1px;
	margin-bottom: 1px;
}
    .product-item-label-left > .b-label {
        text-align: center;
    }
.b-label:before {
    content: '';
    display: inline-block;
    height: 38px;
    margin-right: -.275em;
    vertical-align: middle;
}
.b-label span,
.product-item-label-text.product-item-label-big .b-label span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big .b-label span {
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    vertical-align: middle;
    font-size: inherit;
    font-weight: 500;
}
    .b-label.b-label--newproduct {
        background-color: #dd3f55;
    }
    .b-label.b-label--saleleader {
        background-color: #dbaf5b;
        font-size: 25px;
    }
    .b-label.b-label--specialoffer {
        background-color: #181a18;
        font-size: 16px;
    }
/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}
.product-item-label-text.product-item-label-small .b-label--mini span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small .b-label--mini span {
    padding: 2px;
    background: transparent;
}
.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px;
}

@media (max-width: 767px) {
    .product-item-label-text > div { line-height: 0; }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 2px;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 39px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        bottom: auto;
		top: 35px;
		right: -5px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}


.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-top { top: 0; }
.product-item-label-left { left: 0; }
.product-item-label-bottom { bottom: 0; }
.product-item-label-right { right: 0; }

.b-catalog-cart .catalog-cart__item .product-item-label-top { top: -25px; }
.b-catalog-cart .catalog-cart__item .product-item-label-left { left: -25px; }
.b-catalog-cart .catalog-cart__item .product-item-label-right { right: -25px; }

.product-item-label-left > div { text-align: left; }


.product-item-label-middle { top: 50%;
    transform: translateY(-50%);
}


.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
    overflow: hidden;
    line-height: 1.2;
    height: 3.6em;
    padding: 25px 0 0;
    margin-bottom: 15px;
    text-align: center;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
    white-space: normal;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 3;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: inherit;
}
.product-item-title a:hover,
.product-item-title a:focus,
.product-item-title a:active {
    color: #000000;
    text-shadow: 0 0 1px #ffffff;
}
.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
    color: #3f3f3f;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
.product-item-price-current--sale {
    color: #dd3f55;
}
.product-item-price-current .current {
    
}

.product-item-price-old {
    display: inline-block;
    margin: 0 .7rem .45rem;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
    color: #a5a5a5;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; text-align: center; }

.product-item-info-container[data-entity="buttons-block"] {
    margin: 0 -20px 8px;
}

.product-item-info-container-title {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: none;
    opacity: 0;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    /* padding-top: 25px; */
    text-align: center;
    opacity: 1;
}

/*Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
    display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/*Properties */
.product-item-properties {
    display: block;
    overflow: hidden;
    margin: 0;
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #000;
}

/*Compare*/
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
    margin: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    /* float: left; */
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #dd3f55;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}
.product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-item-title {
    flex: 1 1 auto;
}
.product-item-container {
    height: 100%;
}
@media screen and (min-width: 768px) {
    .bx-touch .product-item-title,
    .product-item-container.hover .product-item-title {
        max-height: none;
    }
    .product-item-info-container[data-entity="buttons-block"] {
        margin: 0 0 8px;
    }
}
@media (max-width: 991px) {
    .product-item-line-card .product-item-scu-container-title { text-align: center; }

    .product-item-line-card .product-item-scu-item-list { text-align: center; }

    .product-item-line-card .product-item-scu-item-color-container,
    .product-item-line-card .product-item-scu-item-text-container {
        display: inline-block;
        float: none;
    }
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn {
    display: inline-block;
    padding: 13px;
    width: 167px;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    border-width: 1px;
    border: 1pt solid #dd3f55;
    background: transparent;
    border-radius: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #dd3f55;
    text-decoration: none;
    line-height: 1;
    outline: none;
}
.product-item-button-container .btn:hover,
.product-item-button-container .btn:focus,
.product-item-button-container .btn:active {
    color: #ffffff;
    background: #dd3f55;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 300ms ease;
}

.product-item-more-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
}

.product-item-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
    background-size: 50%;
    opacity: .7;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-button-noavailable {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    background: transparent;
    line-height: normal;
    padding: 10px;
    margin-bottom: 10px;
    color: inherit;
    text-decoration: none;
    cursor: default;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.sber-credit-wrap {
    width: 45px;
    position: absolute;
    top: -17px;
    left: -20px;
    z-index: 14;
}
/*-------------------*/
.b-mark {
    position: absolute;
    right: -25px;
    top: 20px;
}
.b-mark .mark__item {
    position: relative;
}
.b-mark .mark__text {
    opacity: 0;
    width: 120px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    top: -5px;
    right: 105%;
    z-index: 1;
    transition: opacity 0.3s;
}
.b-mark .mark__item:hover .mark__text {
    opacity: 1;;
}
.b-mark .mark__item img {
    max-width: 38px;
}
@media screen and (min-width: 1240px) {
    /* .product-item-info-container {
        display: none;
    } */
    .bx-no-touch .product-item-container.hover .product-item {
        height: auto;
    }
}
@media (max-width: 767px) {
    .product-item { padding: 15px 5px 5px }

    .product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }

    .bx-touch .product-item .product-item-info-container.product-item-hidden {
        display: none;
    }
    .product-item-price-current {
        font-size: 17px;
    }
    /*---------------*/
    .b-mark {
        top: 75px;
        right: -12px;
    }
}

/*-------------------------------*/
.b-catalog-cart--list .product__comments-count {
    color: #222222;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    border-left: 1px solid #999999;
    padding-left: 8px;
}
.b-catalog-cart--list .product__comments-count::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 13px;
    background: url('/local/templates/jewelry/images/comment-icon.svg') center center / cover no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.b-catalog-cart--list .product__top {
    display: flex;
    align-items: center;
    column-gap: 8px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 767px) {
    .b-catalog-cart--list .product__top {
        display: none;
    }
}
/* End */


/* Start:/local/templates/jewelry/components/bitrix/catalog.section/gallery/themes/red/style.css?1752240071823*/
/* catalog.section */

/*
#651c0d
#a9331c
#772c1c
#bd4b35
*/

/* Slider */
.bx-red .product-item-image-slider-progress-bar { background-color: #F42C2C;}
.bx-red .product-item-image-slider-control:hover{ background-color: rgba(244,44,44,.8);}
.bx-red .product-item-image-slider-control.active,
.bx-red .product-item-image-slider-control:hover{ background-color: #F42C2C;}

/* SCU */
.bx-red .product-item-scu-item-text-block:hover,
.bx-red .product-item-scu-item-color-block:hover,
.bx-red .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-red .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #da3737;}

/* Amount */
.bx-red .product-item-amount-field:focus{border-color: #da3737;}


.bx-red .catalog-section-header{border-color:#da3737;}
/* End */
/* /local/templates/jewelry/components/bitrix/catalog/catalog/style.css?17522400717256 */
/* /local/templates/jewelry/components/bitrix/catalog.smart.filter/smart_filter_catalog/style.css?17522400716021 */
/* /local/templates/jewelry/css/assets/vertical_filter.css?17522400712772 */
/* /local/templates/jewelry/components/bitrix/breadcrumb/obraz/style.css?1752240071925 */
/* /local/templates/jewelry/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17522400711654 */
/* /local/templates/jewelry/components/bitrix/system.pagenavigation/catalog/style.css?1752240071635 */
/* /local/templates/jewelry/components/bitrix/catalog.section/gallery/style.css?17522400717274 */
/* /local/templates/jewelry/components/bitrix/catalog.item/bootstrap_v4/style.css?175224007132991 */
/* /local/templates/jewelry/components/bitrix/catalog.section/gallery/themes/red/style.css?1752240071823 */
