

/* Start:/local/templates/.default/components/bitrix/catalog.element/gemDetail/style.css?173527569818462*/

[data-modal="start-chat"].show:before {
	content:'';
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}

.start-chat-modal textarea {
	width:100%;
	height:140px;
	padding:16px 18px;
}

.start-chat-modal p {
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color: #222222;
	margin-bottom:15px;
}


.offer-modal.show:before {
	content:'';
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}

.offer-modal table {
	width:100%;
}

.offer-modal table td {
	padding-bottom:23px;
	padding-right:20px;
}

.offer-modal table td [type=number] {
	width:235px;
	max-width:100%;
	height:36px;
	line-height:36px;
	padding:0px 11px;
}
.offer-modal table td [type=number] + span.currency {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #888888;
	height:34px;
	line-height:36px;
	display:inline-block;
	position:absolute;
	margin-left:-40px;
	background:#fff;
    margin-top: 1px;
}

.offer-modal tr:last-child td select{
	text-align:right;
	height:36px;
	line-height:36px;
	float:right;
	padding:0px 11px;
	width:158px;
}


.offer-modal textarea {
	width:100%;
	height:100px;
	padding:12px 18px;
}

.offer-modal span.discount {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #878787;
	display:inline-block;
	margin-left:15px;
}
#content-2 .description-details__block{
	display: inline-block!important;
}
#content-2 a{
	color: #222222;
	display: inline-block!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	/*margin-bottom: 23px;*/
}

.tq-package-description{
	margin-block-start: 1.5625em;
	margin-block-end: 0;
	display: block;
}
.item-no-publiched{
	background-color:#CC3333; 
	color:#FFF; 
	padding:5px 20px; 
	width:500px;
	}
	.video_icon_for_gallery{
		width: 24px;
		height: 24px;
		display: block;
		position: absolute;
		z-index: 99;
		bottom: 30px;
		left: 31px;
	  }

	/*таблица бриллиантво*/	

.facilitated-comparison-wrapper {
  width: 100%;
  display: block;
  margin: 0;
	margin-top: 70px;
}

.scrolling-wrapper {
  flex-wrap: nowrap;
  display: flex;
  overflow-x: auto;
  width: 100%;
}

.grid-container {
  font-variant-numeric: lining-nums;
  min-width: 800px;
}

.parametrs-brilliant {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #E5E5E5;
  border-spacing: 0px;
  font-family: "Proxima Nova Light";
  background-color: #fff;
}

.row.title-row {
  border-top: 0;
  font-family: "Proxima Nova Light";
  font-weight: 600;
  font-size: calc(12px + 6 * (100vw - 320px) / 1120);
}

.row .slot-container.horizontal-title {
  font-weight: 500;
  text-align: center;
  text-align: center;
}

.row.title-row .title-container.slot-container.horizontal-title:first-child {
  color: transparent;
}

.screen-reader-only {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.facilitated-comparison-wrapper .row:first-child .target-stone-container.slot-container {
  border-top: 1px solid #000000;
}

.container {
  margin: auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
}

.row .slot-container {
  width: 32.5%;
  vertical-align: middle;
  border-top: 1px solid #C4C4C4;
  text-align: left;
}
@supports (height: clamp( 2.5rem , 2.0227272727rem  +  2.3863636364vw , 3.8125rem )) {
  .row .slot-container {
    height: clamp( 2.5rem , 2.0227272727rem  +  2.3863636364vw , 3.8125rem );
  }
}
@supports not (height: clamp( 2.5rem , 2.0227272727rem  +  2.3863636364vw , 3.8125rem )) {
  .row .slot-container {
    height: calc(2.5rem + 1.3125 * (100vw - 20rem) / 55);
  }
}
@media (min-width: 47.99875em) {
  .row .slot-container {
    width: 16.8%;
  }
}
.row.title-row .slot-container{
  border-top: unset;
}
.row:nth-child(2) .slot-container:first-child {
  border-top: unset;
}

.row .target-stone-container.slot-container {
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.title-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
	font-weight: 800;
	line-height: 100%;
  font-family: 'Proxima Nova Bold';
  font-size: calc(12px + 4 * (100vw - 320px) / 1120);
}

.row .slot-container.horizontal-title .tooltip-container {
  display: none;
}

.title-wrapper-param .tooltip-container {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.title-wrapper-param {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@supports (padding-left: clamp( 0.875rem , 0.5113636364rem  +  1.8181818182vw , 1.875rem )) {
  .title-wrapper-param {
    padding-left: clamp( 0.875rem , 0.5113636364rem  +  1.8181818182vw , 1.875rem );
  }
}
@supports not (padding-left: clamp( 0.875rem , 0.5113636364rem  +  1.8181818182vw , 1.875rem )) {
  .title-wrapper-param {
    padding-left: calc(0.875rem + 1 * (100vw - 20rem) / 55);
  }
}
@supports (padding-right: clamp( 0.375rem , 0.2840909091rem  +  0.4545454545vw , 0.625rem )) {
  .title-wrapper-param {
    padding-right: clamp( 0.375rem , 0.2840909091rem  +  0.4545454545vw , 0.625rem );
  }
}
@supports not (padding-right: clamp( 0.375rem , 0.2840909091rem  +  0.4545454545vw , 0.625rem )) {
  .title-wrapper-param {
    padding-right: calc(0.375rem + 0.25 * (100vw - 20rem) / 55);
  }
}

.row .slot-container.has-img {
  height: unset;
  padding: 0;
}

.row .slot-container .image-container {
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.row .slot-container .image-container .diamond-image {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
}

.row .slot-container.target-stone-container.view-details {
  border-bottom: 1px solid #000000;
}

.slot-value,
.slot-icon {
  font-family: "Proxima Nova Regular";
  font-size: calc(14px + 3 * (100vw - 320px) / 1120);
  font-weight: 400;
}

.slot-icon {
  padding-right: 7px;
}

.slot-value.bold {
  font-weight: 600;
}

.title-left {
  font-family: "Proxima Nova Bold";
  font-size: calc(14px + 3 * (100vw - 320px) / 1120);
  font-weight: 900;
}

.slot-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@supports (padding-left: clamp( 0.875rem , 0.5113636364rem  +  1.8181818182vw , 1.875rem )) {
  .slot-wrapper {
    padding-left: clamp( 0.875rem , 0.5113636364rem  +  1.8181818182vw , 1.875rem );
  }
}
@supports not (padding-left: clamp( 0.875rem , 0.5113636364rem  +  1.8181818182vw , 1.875rem )) {
  .slot-wrapper {
    padding-left: calc(0.875rem + 1 * (100vw - 20rem) / 55);
  }
}

.slot-wrapper a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-family: "Proxima Nova Semibold";
  font-size: calc(14px + 3 * (100vw - 320px) / 1120);
}

.arrow-up {
  content: url(/local/templates/.default/components/bitrix/catalog.element/gemDetail/./images/arr_up.svg);
}

.arrow-down {
  content: url(/local/templates/.default/components/bitrix/catalog.element/gemDetail/./images/arr_down.svg);
}

.footnote-explanation {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footnote-explanation-wr {
  display: flex;
  flex-direction: row;
}
@supports (column-gap: clamp( 1.25rem , 0.1136363636rem  +  5.6818181818vw , 4.375rem )) {
  .footnote-explanation-wr {
    column-gap: clamp( 1.25rem , 0.1136363636rem  +  5.6818181818vw , 4.375rem );
  }
}
@supports not (column-gap: clamp( 1.25rem , 0.1136363636rem  +  5.6818181818vw , 4.375rem )) {
  .footnote-explanation-wr {
    column-gap: calc(1.25rem + 3.125 * (100vw - 20rem) / 55);
  }
}
@supports (margin-right: clamp( 1.25rem , 0.0681818182rem  +  5.9090909091vw , 4.5rem )) {
  .footnote-explanation-wr {
    margin-right: clamp( 1.25rem , 0.0681818182rem  +  5.9090909091vw , 4.5rem );
  }
}
@supports not (margin-right: clamp( 1.25rem , 0.0681818182rem  +  5.9090909091vw , 4.5rem )) {
  .footnote-explanation-wr {
    margin-right: calc(1.25rem + 3.25 * (100vw - 20rem) / 55);
  }
}

.footnote-arr {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: calc(11px + 3 * (100vw - 320px) / 1120);
  font-family: "Proxima Nova Light", sans-serif;
}


.brilliants-sertificat{
	max-width: 700px;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
  border: 1px solid transparent;
  margin-top: 20px;
}
.brilliants-sertificat th {
	font-weight: bold;
  height: 60px;
}
.brilliants-sertificat td{
  font-family: "Proxima Nova Regular";
}
.brilliants-sertificat td:first-child{
	padding: 15px 20px;
	
}
.brilliants-sertificat td:last-child{
	padding: 15px 30px 15px 20px;
  position: relative;
	
}
.brilliants-sertificat td:first-child{
  text-align: left;
}
.brilliants-sertificat td:last-child{
  text-align: right;
}
.brilliants-sertificat tbody tr:nth-child(odd){
	background: #fff;
}
.brilliants-sertificat tbody tr:nth-child(even){
	background: #F7F7F7;
}

.slider-content__characteristics{
  display: flex;
  flex-direction: row;
  font-family: '';
  column-gap: 20px;
  font-family: "Proxima Nova Regular";
  margin-top: 10px;
  font-size: calc(10px + 4 * (100vw - 320px) / 1120);
}


.slider-content__choose-link{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  height: 48px;
  width: 100%;
  margin-top: 24px;
  border: 2px solid var(--stroke-black);
  background-color: var(--button-bg-black);
  color: var(--white-text);
  font-size: 16px;
  font-family: "Proxima Nova Light", sans-serif;
  cursor: pointer;
  padding: unset;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (hover:hover){
  .slider-content__choose-link:hover{
    background-color: var(--button-bg-red);
    border-color: var(--stroke-error);
    color: var(--white-text);
  }
}
@media (max-width: 768px){
  .slider-content__choose-link {
    font-size: 14px;
  }
}

.brilliants-sertificat__logo{
  display: flex;
  align-items: center;
  height: 60px;

  
}
@supports (height: clamp( 1.25rem , 0.0681818182rem  +  5.9090909091vw , 4.5rem )) {
  .brilliants-sertificat__logo {
    height: clamp( 1.25rem , 0.0681818182rem  +  5.9090909091vw , 4.5rem );
  }
}
@supports not (height: clamp( 1.25rem , 0.0681818182rem  +  5.9090909091vw , 4.5rem )) {
  .brilliants-sertificat__logo {
    height: calc(1.25rem + 3.25 * (100vw - 20rem) / 55);
  }
}
.brilliants-sertificat__more{
  display: flex;
  align-items: center;
  justify-content: end;
}
.brilliants-sertificat__more a{
  color:  #8031A7;
  text-decoration: none;
  font-family: "Proxima Nova Light";

}
.param-mean{
  display: flex;
 align-items: center;
 justify-content: flex-end;
}
.param-mean > .tooltip-container{
  position: absolute;
  top: 12px;
  right: 15px;
}
.location-points{
  display: flex;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.location-points.active{
height: auto;
  opacity: 1;
  visibility: visible;
}
.location-arr{cursor: pointer;}
.d-none {
  display: none!important;
}

.discount-offer{
  display: flex;
  flex-direction: row;
  margin-bottom: 14px;
  column-gap: 20px;
  width: 100%;
  align-items: center;
}
@media(max-width: 497px){
  .discount-offer{
    flex-direction: column;
    align-items: start;
  }
 
}
.discount-offer__des{
  display: flex;
  flex-wrap: wrap;
}
@media(max-width: 497px){
  .discount-offer__des{
    margin-top: 10px;
  }
 
}
.discount-offer__num{
  width: 70%;
}
@media(max-width: 497px){
  .discount-offer__num{
    width: 100%;
  }
 
}
.discount-offer__num span{
  font-family: "Proxima Nova Bold";
  font-size: calc(12px + 3 * (100vw - 320px) / 1120);
  color: #888888;
}
.discount-offer__des{
  font-family: "Proxima Nova Bold";
  font-size: calc(12px + 2 * (100vw - 320px) / 1120);
}
.discount-offer__inpt{
  position: relative;
  display: flex;
  align-items: center;
}
.discount-offer__inpt span{
  position: absolute;
  right: 3px;
  color: #888888;
}
.buyer-offer-field{
  width: 100%;
  height: 36px;
  line-height: 100%;
  border: 1px solid #d9d9d9;
  padding: 5px 37px 5px 7px;
  -webkit-appearance: none;
     border-radius: 0;
}
.icon-3d{
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  z-index: 3;
  left: 15px;
  top: 0;
  cursor: pointer;
  -webkit-tap-highlight-color:  transparent;
}
@media(max-width: 768px){
  .icon-3d{
    max-width: 50px;
    max-height: 50px;
  }
}
.share-icon{
 font-size: 22px;
  position: absolute;
  z-index:11;
  right: 35px;
  top: 1px;
  cursor: pointer;
  

  transition: all .3s ease-in-out
}

@media(max-width: 1024px){
  .share-icon{
    right: 35px;
	top: 8px;
  }
}
@media (max-width: 768px){
  .share-icon{
    font-size: 27px;
  }
  .ccart__wr .share-icon {
    top: 12px;
    right: 61px;
}
}
.photo__area3d{
 height: 100%;
 display: flex;
 position: relative;
 width: 100%;
 overflow: hidden;
}
.photo__close3d{
  content: url('/local/templates/.default/components/bitrix/catalog.element/gemDetail/images/return.svg');
  height: 40px;
        width: 40px;
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;

}
.ccart__pagination{
  z-index: 12;

}
.photo__block3d{
  height: 100%;
width: 100%;
  display: flex ;
  display: -webkit-box;
  display: -ms-flexbox;
  
}
#webgi-canvas-full{
  height: 100%;

}
.tooltip-favorite{
  border: 1px solid #999999;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  position: absolute;
  line-height: 100%;
  display: flex;
  opacity: 0;
  z-index: 20;
  background-color: #fff;
  white-space: nowrap; 
  transition: all .3s ease-in-out;
  visibility: hidden;
}
.tooltip-favorite.active{
  opacity: 1;
  visibility: visible;
}

@media (max-width: 479px) {
  .tooltip-favorite {
    display: none;
  }
}


.tooltip-share{
  display: flex;
  /* column-gap: 14px; */
  align-items: center;
  flex-direction: row-reverse;

  transition: all .3s ease-in-out;
  position: absolute;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  padding: 4px 6px;
}
  .tooltip-share.active{
    
    visibility: visible;
    opacity: 1;
  }
  .tooltip-share a{
    cursor: pointer;
    margin-left:14px;
  }

  .table-size-ring {
    width: 100%;
    border: none;
    margin-bottom: 20px;

  }
  .table-size-ring thead{
    margin-bottom: 20px;
  }
  .table-size-ring thead th {
    font-weight: 600;
    font-family: "Proxima Nova Bold";
    text-align: center;
    border: none;
    letter-spacing: 0.01em;
    line-height: 100%;
    height: 40px;
    

    font-size: 10px;
  }
  .table-size-ring tbody td {
    text-align: center;
    border: none;
    max-width: 23px;
    width: 25%;
    font-family: "Proxima Nova Light";
    font-size: 14px;
    vertical-align: top;
    font-weight: 300;
  }
  .table-size-ring tbody td:nth-child(2){
    width: 30%;
  }
  .table-size-ring tbody td:nth-child(1),  .table-size-ring tbody td:nth-child(3),  .table-size-ring tbody td:nth-child(4){
    width: calc((100% - 30%) / 3);
  }
  .ring-size__select{
    font-size: 14px;
    font-family: "Proxima Nova Regular";
    position: relative;
    cursor: pointer;
  }
  .ring-size__select:after{
    content: '';
    height: 1px;
    width: 100%;
    background-color: #8031A7;
    position: absolute;
    left: 0px;
    bottom: 5px;
  }
  /* .ring-size__select:before{
    content: url('/local/templates/.default/components/bitrix/catalog.element/gemDetail/./images/comment_icon.svg');
    right: -10px;
    top: -5px;   
    position: absolute;    
  } */

  .table-size-ring {
    width: 100%;
    border: none;
    margin-bottom: 20px;

  }
  .table-size-ring tbody tr.bold td{
    font-family: 'Proxima Nova Bold';
  }
  .table-size-ring thead{
    margin-bottom: 20px;
  }
  .table-size-ring thead th {
    font-weight: 600;
    font-family: "Proxima Nova Bold";
    text-align: center;
    border: none;
    letter-spacing: 0.01em;
    line-height: 100%;
    height: 40px;
    

    font-size: 10px;
  }
  .table-size-ring tbody td {
    text-align: center;
    border: none;
    max-width: 23px;
    width: 25%;
    font-family: "Proxima Nova Light";
    font-size: 14px;
    vertical-align: top;
    font-weight: 300;
  }
  .table-size-ring tbody tr:nth-child(odd){
	background: #f1f1f1;
}
  .table-size-ring tbody td:nth-child(2){
    width: 30%;
  }
  .table-size-ring tbody td:nth-child(1),  .table-size-ring tbody td:nth-child(3),  .table-size-ring tbody td:nth-child(4){
    width: calc((100% - 30%) / 3);
  }
  .table-in-stock__table td {
    white-space: nowrap;
    text-align: center;
}
.table-in-stock#ring-sizes-in-stock{
  top: 40px;
}
.table-in-stock__table{
  margin-bottom: 0;
}
.table-in-stock__table thead th {
  height: 16px;
}
.table-in-stock__table td {
  white-space: nowrap;
  text-align: center;
}
.table-in-stock__table tbody td{
  letter-spacing: normal;
}
.table-in-stock__table thead {
  height: 25px;
}
.table-in-stock__table td:first-child,
.table-in-stock__table thead th:first-child{
  padding-left: 20px;
}
.table-in-stock__table td:last-child,
.table-in-stock__table thead th:last-child{
  padding-right: 20px;
}
@media (max-width: 375px){
  .table-in-stock__table td:first-child,
  .table-in-stock__table thead th:first-child{
    padding-left: 0;
  }
  .table-in-stock__table td:last-child,
  .table-in-stock__table thead th:last-child{
    padding-right: 0;
  }
}
.table-in-stock__table tbody td{
  max-width: 100%;
}
.slider-content__icon {
	margin-top: 15px;
}

.slider-content__icon a {
	font-size: 28px;
}

.slider-content__icon a {
	font-size: 16px;
  font-family: 'Proxima Nova Regular';
}

@media (hover:hover){
  .slider-content__icon a:hover{
    color: var(--link);
  }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/gemDetail/style.css?173527569818462 */
