.full-product {
	margin: 10px;
}
/**/
.attention {
	border: 2px solid var(--brand);
	border-radius: var(--radius);
	padding: 10px;
	margin: 30px 0 40px;
	font-size: 1.1rem;
	text-align: justify;
	hyphens: auto;
	background: var(--gradient-msg);
	box-shadow: var(--shadow-bottom);
		display: flex;
		align-items: center;
		gap: 10px;	
}
.attention.icon-alert:before {
	color: var(--brand);
}
/**/
.page-goods {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 100%;
}
@media only screen and (max-width: 1199.98px) {
	.page-goods {
		flex-direction: column;
	align-items: center;
	}
}
@media only screen and (max-width: 991.98px) {
	.page-goods {
		flex-direction: row;
	align-items: start;
	}
}
@media only screen and (max-width: 767.98px) {
	.page-goods {
		flex-direction: column;
	align-items: center;
	}
}
.page-goods-left {
	flex: 1;
	min-width: 400px;
	max-width: 500px;
}
@media only screen and (max-width: 1199.98px) {
	.page-goods-left {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 639.98px) {
	.page-goods-left {
		min-width: 100%;
	}
}
.page-goods-right {
	flex: 1;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media only screen and (max-width: 1199.98px) {
	.page-goods-right {
		width: 100%;
		max-width: 100%;
	}
}
/**/
.full-tabs {
	width: 100%;
	position: sticky;
	top: calc(var(--header-height) + 25px);
}
.full-tabs .slider-heading {
	border-radius: var(--radius) var(--radius) 0 0;
	margin-bottom: 0;
}
.full-tabs .slider-heading li {
	flex: 1;
	text-align: center;
}
/**/
.full-tabs > .container {
	position: relative;
	padding: 0;
	border: 1px solid var(--border-color);
	border-top: none;
	box-shadow: var(--shadow-bottom);
	border-radius: 0 0 var(--radius) var(--radius);
	background: var(--white);
	line-height: 0;
	overflow: hidden;
}
/**/
#slider-pr-main .swiper-slide > a {
	cursor: zoom-in;
}
#slider-pr-main .swiper-slide > a img {
	max-width: 350px;
}
#slider-pr-main .swiper-button-prev {
	margin-left: 10px !important
}
#slider-pr-main .swiper-button-next {
	margin-right: 10px !important
}
.portfolio-img {
	width: 0;
	heading: 0;
	display: none;
}
#tabs-size {
	padding: 30px 10px;
}
/**/
.cena {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	background: var(--white);
	border: 1px solid var(--border-color);
	border-radius: var(--radius);
	box-shadow: var(--shadow-bottom);
}
@media only screen and (max-width: 1199.98px) {
	.cena {
		width: 75%;
	}
}
@media only screen and (max-width: 991.98px) {
	.cena {
		width: 100%;
	}
}
.cena-block {
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
	gap: 10px;
}
.cena .discount {
	padding: 10px;
	text-align: center;
	background: var(--stock);
	color: var(--white);
	font-size: 1rem;
	border-radius: var(--radius) var(--radius) 0 0;
	display: flex;
	justify-content: space-between;
}
.cena .price-full,
.cena .price-stock {
	font-size: 2.1rem !important;
}
.cena .goods-price.goods-stock .price-full {
	font-size: 1.7rem !important;	
}
.cena .quantity-btn {
	width: 30px;
	font-size: 1.4rem;
}
.cena .quantity-input {
	font-size: 1.2rem;
}
.cena .catalog-basket .button > span {
	font-size: 1rem;
	padding: 5px 15px;
}
.cena .availability {
	font-size: 1rem !important;
}
/**/
.more-data {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
@media only screen and (max-width: 1199.98px) {
	.more-data {
		width: 100%;
		margin: 0 auto;
	}
}
.more-data div:first-of-type {
		font-family: var(--font-Condensed);
		font-size: 1.3rem;
		line-height: 1.2;
		/*letter-spacing: 1.5px;*/
	text-align: center;
		margin-bottom: 10px;
}
.more-data div:first-of-type:after {
		width: 100%;
		height: 2px;
		content: "";
		background: var(--gradient-hr);
		display: block;
		margin: 2px 0;
}
.more-data div:not(:first-of-type) {
	font-size: 0.95rem;
	text-align: justify;
	display: flex;
	align-items: center;
	gap: 5px;
	border-bottom: 1px dashed var(--dark);
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.more-data div:not(:first-of-type):hover {
	box-shadow: var(--shadow-bottom);
}
.more-data span {
	margin-left: auto;
	text-align: right;	
}
/**/
.more-full div {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	text-align: justify;
	padding: 5px 10px;
	border: 1px solid var(--border-color);
	border-radius: var(--radius);
	background: var(--white);
	margin-bottom: 10px;
}
.more-full div:hover {
	box-shadow: var(--shadow-bottom);
}
.more-full svg {
	width: 1.2rem;
	height: 1.2rem;
	fill: var(--brand);
}
.more-full-advanced {
	border: none !important;
	background: none !important;
}
.more-full-advanced img {
	width: 3.5rem;
	height: 3.5rem;
}
.more-full-advanced:hover {
		box-shadow: none !important;
}
.full-text-title {
		font-family: var(--font-Condensed);
		font-size: 1.4rem;
		line-height: 1.2;
		letter-spacing: 1.5px;
		text-align: center;
		margin-bottom: 20px;
}
/**/
.page-goods .url-parsing {
	display: none;
}
/**/
/**/
.cena.fly-cena {
	width: 100%;
	position: fixed;
	left: 0;
	top: var(--header-height);
	z-index: 1000;
	padding: 0 25px;
	border-radius: unset;
	border: unset;
	border-top: 1px solid var(--border-color);
	animation: fly-cena 0.3s forwards;
}
@keyframes fly-cena {	
		0% {transform: translateY(-100%); opacity: 0;}	
		100% {transform: translateY(0); opacity: 1;}
}

.cena.fly-cena .cena-block {
	flex-direction: row;
	max-width: var(--max-width);
	margin: 0 auto;
}
.title_cena {
	display: none;
}
.cena.fly-cena .title_cena > img {
	max-width: 75px;
}
.cena.fly-cena .title_cena {
	font-family: var(--font-Condensed);
	font-size: 1.5rem;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 20px;
}
.cena.fly-cena .discount {
	display: none;
}
.cena.fly-cena .goods-price {
	margin-left: auto;
	width: auto;
	flex-direction: column;
	gap: 0;	
	line-height: 1;
}
.cena.fly-cena .price-full,
.cena.fly-cena .price-stock {
	font-size: 1.8rem !important;
}
.cena.fly-cena .goods-price.goods-stock .price-full {
	font-size: 1.5rem !important;	
}

.cena.fly-cena .catalog-basket .button > span {
	padding: 0px;
}

.cena.fly-cena .catalog-basket .button > span {
	padding: 0px;
}
@media only screen and (max-width: 1199.98px) {
	.cena.fly-cena .availability {
		display: none;
	}
	.cena.fly-cena .quantity-controls {
		display: none;
	}
}
@media only screen and (max-width: 991.98px) {
	.cena.fly-cena {
		top: unset;
	bottom: 0;
	}
	.cena.fly-cena .title_cena {
		display: none;
	}
	.cena.fly-cena .goods-price {
		margin-left: unset;
	margin-right: auto;
	}
}
@media only screen and (max-width: 639.98px) {
	.cena.fly-cena {
		bottom: 65px;
	}
}

.cena-placeholder {
	display: none;
}

.price-placeholder {
	display: block;
	width: 100%;}

.fly-cena {
	position: fixed !important;
	top: 0;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
