.ya_split {}
.row_top-detale .ya_split.position {
	height: 50px;
	display: block;
	bottom: 0;
	position: relative;
}
.row_top-detale .ya_split {
	display: flex;
	align-items: center;
	font-size: 17px;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	bottom: 50px;
	justify-content: center;
}
.row_top-detale .ya_split.data {
	cursor: pointer;
}
.row_top-detale .ya_split-logo {
	background: #000;
	padding: 3px;
	color: #fff;
	border-radius: 12px 2px 2px 12px;
	display: flex;
	align-items: center;
}

.row_top-detale .ya_split-text {
	padding-left: 5px;
}
.row_top-detale .ya_split + .line_dolymi.desktop {
	
}
.catalog-detail-element .dolymi_price .ya_split {
	bottom: 70px;
}

@media only screen and (max-width : 1300px) {
	.row_top-detale .ya_split {
		font-size: 13px;
	}
}
@media only screen and (max-width : 1200px) {
	.row_top-detale .ya_split {
		bottom: 30px;
	}
}


.ya_split_popup {
	display: none;
	background: rgba(0,0,0,0.7);
}
.show_ya_split {
	overflow: hidden;
}
.show_ya_split .ya_split_popup {
	display: flex;
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 10002;
	top: 0;
	left: 0;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.show_ya_split .ya_split_popup .ya_split_popup-body {
	background: #fff;
	border-radius: 20px;
	min-width: 320px;
	padding: 32px 24px;
	color: #000;
	position: relative;
	font-size: 13px;
}
.basket_ya_split {
	font-size: 13px;
	padding: 30px 0;
	border-bottom: 1px #E0E0E0 solid;
}
.show_ya_split .ya_split_popup .ya_split_popup-body .ya_split_popup-body_close {
	position: absolute;
	z-index: 1;
	right: 8px;
	top: 8px;
	cursor: pointer;
}
.show_ya_split .ya_split_popup-top,
.basket_ya_split .basket_ya_split-top {
	display: flex;
}
.show_ya_split .ya_split_popup-title,
.basket_ya_split .basket_ya_split-title {
	display: flex;
	flex-direction: column;
	padding-left: 16px;
}
.show_ya_split .ya_split_popup-title_bottom,
.basket_ya_split .basket_ya_split-title_bottom {
	padding-top: 3px;
	display: flex;
	align-items: flex-end;
}
.show_ya_split .ya_split_popup-title_bottom span,
.basket_ya_split .basket_ya_split-title_bottom span {
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
}
.show_ya_split .ya_split_popup-body_price,
.basket_ya_split .basket_ya_split-price {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.show_ya_split .ya_split_popup-body_price > div,
.basket_ya_split .basket_ya_split-price > div {
	width: 24%;
}
.show_ya_split .ya_split_popup-body_price > div + div,
.basket_ya_split .basket_ya_split-price > div + div {
	padding-left: 5px;
}
.show_ya_split .ya_split_popup-body_price-date,
.basket_ya_split .basket_ya_split-price-date {
	font-size: 13px;
	opacity: 0.5;
	line-height: 16px;
	padding-bottom: 4px;
}
.show_ya_split .ya_split_popup-body_price-price,
.basket_ya_split .basket_ya_split-price-price {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.show_ya_split .ya_split_popup-body_price-visual,
.basket_ya_split .basket_ya_split-price-visual {
	background-color: #e1e3e8;
	height: 4px;
	border-radius: 16px;
	margin-bottom: 6px;
}
.show_ya_split .ya_split_popup-body_price >div:first-child .ya_split_popup-body_price-visual,
.basket_ya_split .basket_ya_split-price >div:first-child .basket_ya_split-price-visual {
	background: rgb(85,212,142);
	background: linear-gradient(90deg, rgba(173,235,201,1) 0%, rgba(85,212,142,1) 100%);
}

@media only screen and (max-width : 600px) {
	.show_ya_split .ya_split_popup .ya_split_popup-body {
		width: 100%;
		padding: 24px 16px;
	}
}