

/* Start:/local/templates/jewelry/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?17522400711971*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float: none;
	margin:0 8px 6px 1px;
	max-width: 520px;
	display: none;
}
.news-date-time
{
	color:#486DAA;
}
.b-section-news {
	border-top: 1px solid #ededed;
	background: #fbfbfb;
    display: block;
    transform: translateX(-50%);
    margin-left: 50%;
    max-width: 100vw;
    min-width: 100%;
	margin-bottom: -30px;
    width: 100vw;
}
.b-section-news .section-news__wrap {
	max-width: 1180px;
	padding: 50px 20px 60px;
	margin: 0 auto;
}
.b-section-news h2 {
	text-align: center;
}
.b-detail-back {
	position: absolute;
	left: 30px;
}
.b-detail-back a,
.b-detail-back a:active,
.b-detail-back a:visited {
	color: #dd3f64;
	text-decoration: none;
}
/* ------------------------------ */

.b-catalog-tab--detail .catalog-top .glide .glide__arrow {
	top: 0;
}
.b-news--advice {}
.b-news--advice .news__item {
	display: flex;
}
.b-news--advice .news__item:not(:last-child){
	margin-bottom: 28px;
}
.b-news--advice .news__col-left {
	max-width: 180px;
	width: 100%;
	max-height: 120px;
	height: 100%;
	margin-right: 20px;
}
.b-news--advice .news__col-right {
	padding: 20px 0 0 0;
}
.b-news--advice img {
	float: none;
	height: 120px;
	width: 100%;
}
.b-news--advice a, 
.b-news--advice a:active,
.b-news--advice a:visited {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;

}
/* ---------------------------- */

.news-detail__top {
	display: flex;
    align-items: center;
    column-gap: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-detail__view-count {
	color: #a9a9a9;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.news-detail__view-count::before {
	content: "";
    display: inline-block;
    width: 23px;
    height: 12px;
    background: url('/local/templates/jewelry/images/view-count.png') center center / cover no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

/* End */


/* Start:/local/templates/jewelry/css/assets/section_list_carousel.css?17522400713028*/
.b-catalog-tab {
    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 30px;
    margin-bottom: 0;
}
.b-catalog-tab:before,
.b-catalog-tab: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;
}
.b-catalog-tab:before {
    right: 100%;
}
.b-catalog-tab:after {
    left: 100%;
}
.b-catalog-tab .catalog-tab__navs {
    font-size: 30px;
    font-weight: 300;
    color: #222222;
}
.b-catalog-tab .catalog-tab__nav {
    display: inline-block;
    width: auto;
}
.b-catalog-tab .catalog-tab__nav span {
    display: inline-block;
    width: auto;
    margin-right: .2em;
    border-bottom: 1px dashed #181a18;
    cursor: pointer;
}
.b-catalog-tab .catalog-tab__nav--on span {
    border-color: transparent; 
    color: #dd3f55;
    cursor: default;
}
.b-catalog-tab .catalog-tab__item {
    opacity: 0;
    height: 0;
    width: 0;
}
.b-catalog-tab .catalog-tab__item--on {
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.b-catalog-tab .catalog-tab__flow {
    padding: 40px 0 0;
    margin: 0 -10px;
}
/* ---------------------- */
    .b-catalog-tab--detail {
        border-width: 0;
        margin-bottom: 0;
        padding-top: 0;
    }
    .b-catalog-tab--detail h2 {
        margin-bottom: -35px;
    }
    .b-catalog-tab--detail {
        padding-bottom: 0;
        background-color: transparent;
    }
    .b-catalog-tab--detail::before,
    .b-catalog-tab--detail::after {
        border-width: 0;
        background-color: transparent;
    }
    .b-catalog-tab--detail .product-slider-item {
        padding: 20px 0 20px;
    }
    .b-catalog-tab--detail .product-slider-list-wrap {
        margin-bottom: 0;
    }
    .b-catalog-tab--detail .product-item-title {
        font-size: 20px;
        font-weight: 500;
    }
@media screen and (max-width:979px) {
    .b-catalog-tab .catalog-tab__navs {
        font-size: 28px;
    }
}
@media screen and (max-width:767px) {
    .b-catalog-tab {
        margin: 0 -30px 30px;
        padding: 30px;
    }
    .b-catalog-tab .catalog-tab__flow {
        padding: 10px 0 0;
    }
    .b-catalog-tab .catalog-tab__navs {
        font-size: 22px;
    }
    .b-catalog-tab .catalog-tab__nav {
        display: block;
        text-align: center;
        padding-bottom: .45em;
    }
    .b-catalog-tab .catalog-tab__nav--on {
        font-weight: 500;
        color: #dd3f55;
    }
    .b-catalog-tab .product-item {
        padding: 0
    }
    .b-catalog-tab .product-slider-item.glide__slide--active {
        box-shadow: none;
    }
}
/* End */


/* Start:/local/templates/jewelry/components/bitrix/catalog.section.list/section_list_carousel_linked/style.css?17522400717324*/
@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*/
	.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-top-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;
}
.product-slider-list-wrap {
	padding: 5px  0 0;
}
.product-slider-list ul {
	margin-left: 0;
	display: flex;
	flex-wrap: nowrap;
	padding: 10px 0 110px;
	list-style-type: none;
}
.bx-touch .product-slider-list ul {
	padding-bottom: 20px;
}
.product-slider-item {
	position: relative;
	background-color: #ffffff;
	padding: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product-slider-item:hover a {
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 20px 4px #dedede;
}
.product-slider-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
}
.product-slider-item img {
	height: 230px;
	width: auto;
	text-align: center;
}
.product-slider-item .product-item-title {
	height: 4.1em;
}
.product-slider-item .product-item-title a {
	color: #3f3f3f;
    text-decoration: none;
	border: none;
	display: block;
    font-size: inherit;
	box-shadow: none;
}
.bx-touch .product-slider-item .product-item-title {
	height: auto;
	max-height: none;
}
.bx-no-touch .product-slider-item:hover .product-item-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	background-color: #ffffff;
	padding: 19px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
	border-radius: 3px;
	border: 1px solid transparent;
	background: #fff;
	-webkit-animation: borderview 0.2s;
	animation: borderview 0.2s;
}
.bx-no-touch .product-slider-item:hover .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}
.bx-no-touch .product-slider-item:hover .product-item-title {
	height: auto;
	max-height: 6.4em;
}

.product-slider-item .product-item-button-container {
	padding-top: 25px;
	text-align: center;
}
.bx-touch .product-slider-item .product-item-button-container {
	padding-top: 0;
}
.product-slider-item .product-item-label-left {left: -22px;}
.product-slider-item .product-item-label-top {top: -22px;}
.catalog-top .glide .glide__arrow {
	position: absolute;
	top: -65px;
	bottom: 0;
	z-index: 910;
	display: block;
	margin-top: -29px;
	width: 100%;
	width: 45px;
	height: 45px;
	background: url(/assets/images/interface/ico_nav_next.png) no-repeat;
	background-size: 45px auto !important;
	background-position: 50% 50%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 30px;
	border: 0px;
	box-shadow: none;
}
.catalog-top .glide .glide__arrow--left {
	background-image: url(/assets/images/interface/ico_nav_prev.png);
}
.catalog-top .glide .glide__arrow--right {
	background-image: url(/assets/images/interface/ico_nav_next.png);
}
.catalog-top .glide .glide__arrow--left{
	right: 70px;
	left: auto;
}
.catalog-top .glide .glide__arrow--right{
	right:0px;
}
.catalog-top .glide .glide__arrow--left:active,
.catalog-top .glide .glide__arrow--left:hover,
.catalog-top .glide .glide__arrow--right:active,
.catalog-top .glide .glide__arrow--right:hover {
	opacity: .6;
}
.catalog-top .glide__bullets {
	display: none;
}
@media screen and (max-width: 979px) {
	.b-catalog-tab .glide .glide__arrow {
		display: none;
	}
	.catalog-top .glide__bullets {
		bottom: -20px;
		display: block;
		width: 90vw;
		max-width: 1000px;
		text-align: center;
	}
	.product-slider-list-wrap {
		margin-bottom: 40px;
	}
	.catalog-top .glide .glide__bullet--active {
		background-color: #dd3f55;
	}
}
@media screen and (max-width: 767px) {
	.product-slider-list-wrap {
		margin-bottom: 20px;
	}
}
/* End */


/* Start:/local/templates/jewelry/components/bitrix/news.list/row/style.css?1752240071150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/jewelry/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?17522400711971 */
/* /local/templates/jewelry/css/assets/section_list_carousel.css?17522400713028 */
/* /local/templates/jewelry/components/bitrix/catalog.section.list/section_list_carousel_linked/style.css?17522400717324 */
/* /local/templates/jewelry/components/bitrix/news.list/row/style.css?1752240071150 */
