.t-store__card__imgwrapper {
    position: relative;
    width: 100%;
    padding-bottom: 135%;
}

/*кнопка поверх блоков*/
.t-store__prod-popup__btn-wrapper.t-store__prod-popup__btn-wrapper-fixed {
  z-index: 999;
}

/*для меню (коллекции)*/
a.t794__typo_813303926[href="/summer-collection"] {
  color: #7D3C1A !important;
}

/*для мобильного меню*/
#allrecords .t450__container [href="/sale"] {    
    color: #7D3C1A !important;/*цвет текста*/
    background-color: initial;/*цвет заливки указать если нужен*/
    font-weight: medium !important;/*насыщенность*/
  }
  
/*скрыть форму отправки в яндекс сплит*/
#rec700616457{
    display:none;
}

/*кастомная кнопка*/
#form696958066 .t-form__submit{
    position: relative;
}
.castomButton{
    background-image: url("https://www.ourgold.ru/img/split/split-logo.png");
    background-position: 30% center;
    background-repeat: no-repeat;
    background-size: 6%;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
}

/*перекрашиваем в pop-up верхнюю часть (сообщить о поступлении)*/
@media screen and (max-width: 560px) {
    .t706__cartwin-close, .t-popup__close {
        background-color: #ffffff !important;
    }
}

/********************************** шапка *************************/
@media(min-width: 1440px){
    #rec696958060 {
        height: 42px;
    }
    [data-elem-id="1705945219544"]{
        top: 42px !important;
    }
    .t1003__outer{
        margin-top:42px !important;
    }
}
@media(min-width: 1800px){
    #rec696958060 {
        height: 72px;
    }
    .t1003__outer{
        margin-top:72px !important;
    }}
/*для цветов в каталоге*/
.block-color {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 10px;
}

.element-color {
  /*width: 15px;*/
  /*height: 15px;*/
  display: inline-flex;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
}
/*в открытой карточке*/
.t-store__prod-popup__info .block-color{
      justify-content: left;
      margin-top: 10px;
      gap: 10px;
}

.t-store__prod-popup__info .t-product__option-variants_color{
    display: none !important;
}
.t-store__prod-popup__info .t-store__prod-popup__sku{
    display: none
} 
.element-color {
  width: 8px;
  height: 8px;
}

/*название цвета*/
[data-name-color] {
  position: relative;
}
[data-name-color]::after {
  /*position: relative;*/
  content:attr(data-name-color);
}
[data-name-color]::after {
  position: relative;
  content: attr(data-name-color);
  position: absolute;
  top: 15px;
  left: 32px;
  text-transform: uppercase;
}
[data-edition-option-id="Размер"],
[data-edition-option-id="Цвет"] {
  text-transform: uppercase;
}{
      text-transform: uppercase;
}
[data-activ-color] {
  position: relative;
}
.t-store__prod-popup__info [data-activ-color]::before {
  content: '';
  width: 26px;
  height: 26px;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -4px;
}
.t-store__prod-popup__info .element-color {
  width: 20px;
  height: 20px;
}
.t-store__prod-popup__info .element-color{
    /*border: initial;*/
}
/*тест полосы*/
/*.t786 .t-store__card__textwrapper {*/
/*  position: relative;*/
/*}*/
/*.t786 .t-store__card__textwrapper::before {*/
/*content: '';*/
/*  display: block;*/
/*  height: 132px;*/
/*  border: 1px solid #f4f4f4;*/
/*  position: absolute;*/
/*  top: -10px;*/
/*  left: 0px;*/
/*  width: 100%;*/
/*}*/
.omni-widget .ya-pay-widget {
    border: none !important;
}
.t706__sidebar-content_showed .omni-widget,
.t706__cartpage-content .omni-widget {
    display: none;
}
.ya-pay-widget {
    width: 271px !important;
  }
.omni-widget .ya-pay-widget {
    margin-left: -15px !important;
}

.t-input-group.t-input-group_sb.tkf-group{
    display: none;
}

/************************ стили для нового скрипта долями и тп *********************************/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999999;
    opacity: 0;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal.showed {
    opacity: 1;
	pointer-events: auto;
    overflow-y: auto;
    font-size: 14px;

}
.modal-dialog {
    position: relative;
    width: auto;
    margin: auto 15px;
}
@media (min-width: 900px) {
  .modal-dialog {
      max-width: 560px;
      margin: auto;
  }
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    outline: 0;
    padding: 30px;
    font-weight: 400;
}
.close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.modal-title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.modal-logos {
    text-align: center;
    margin-bottom: 15px;
}
.modal-logos .payment-logo {
    display: inline-block;
    top: 0;
    left: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}
.modal-logos .payment-logo:last-child {
    margin-right: 0;
}
.modal-text {
    margin-bottom: 15px;
    text-align: center;
}
.modal-benefits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.modal-benefits div {
    margin-right: 10px;
    margin-bottom: 15px;
}
.modal-benefits i {
    position: relative;
    top: 3px;
    left: 3px;
}
.modal-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #000;
    border-radius: 4px;
}
.badge-wrapper {
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	margin-top: 10px;
}
.badge-icon {
	display: inline;
	position: relative;
	top: 3px;
	cursor: pointer;
	z-index: 1001;
}
.payment-logo {
	display: inline;
	position: relative;
	top: 3px;
}
.widget-wrapper {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
	margin: 15px 0;
}
.widget-schedule {
	background: #F8F8F8;
	border-radius: 15px;
	display: flex;
	padding: 15px;
	margin: 15px 0;
}
.widget-schedule div {
	margin-right: 15px;
	text-align: center;
	width: 100%;
	
	display: flex;
    flex-direction: column;
}
@media (max-width: 900px) {
  .widget-schedule div {
      font-size: 12px;
  }
}
.widget-schedule div:last-child {
	margin: 0;
}
.widget-schedule span {
	margin: 10px 0;
	font-weight: 900;
	font-size: 20px;
	display: block;
	
	
	    margin-top: auto;
}
.widget-schedule i {
	display: block;
	width: 100%;
	background: #E1E1E1;
	height: 6px;
	border-radius: 3px;
}
.widget-schedule div:first-child i {
	background: #56C776;
}



#form696958066 .widget-wrapper.t-name {
    font-size: 14px;
}
/************************************************************************************************/
.badge-wrapper:has(.mv-one) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}
.mv-two {
  margin-top: 15px;
  width: 100%;

}
/*.badge-wrapper:has(.js-plus-price) {*/
/*    margin-top: 0;*/
/*}*/
@media (min-width:560px){
    .mv-two {
          margin-top: 0;
  width: initial;

}
}