.page-content .b-product-content {
	background: url('images/supreme-back.jpg') no-repeat center top #f7f0e0;
	background-size: 100% auto;
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
.page-content .b-product-content__wrapper {
	position: relative;
}

.page-content .b-product-content__opt span{
	background: none no-repeat center top;
	position: absolute;
	-webkit-animation: swing ease-in-out 20s infinite alternate;
	        animation: swing ease-in-out 20s infinite alternate;
	pointer-events: none;
}
.page-content .b-product-content__opt span:nth-child(1){
	background-image: url('images/block1.png');
	width: 246px;
	height: 182px;
	left: -39px;
	top: -22px;
}
.page-content .b-product-content__opt span:nth-child(2){
	background-image: url('images/block2.png');
	width: 281px;
	height: 281px;
	right: 15px;
	top: -19px;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.page-content .b-product-content__opt span:nth-child(3){
	background-image: url('images/block3.png');
	width: 171px;
	height: 211px;
	left: 41px;
	top: 26.65%;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.page-content .b-product-content__opt span:nth-child(4){
	background-image: url('images/block4.png');
	width: 224px;
	height: 176px;
	right: 111px;
	top: 19.65%;
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}
.page-content .b-product-content__opt span:nth-child(5){
	background-image: url('images/block5.png');
	width: 206px;
	height: 213px;
	right: 157px;
	top: 44.1%;
	-webkit-animation-delay: 4s;
	        animation-delay: 4s;
}
.page-content .b-product-content__opt span:nth-child(6){
	background-image: url('images/block6.png');
	width: 372px;
	height: 385px;
	left: -100px;
	/*-bottom: 4.8%;*/
	top: calc(100% - 460px);
	-webkit-animation-delay: 5s;
	        animation-delay: 5s;
}
.page-content .b-product-content__opt span:nth-child(7){
	background-image: url('images/block7.png');
	width: 331px;
	height: 331px;
	right: -74px;
	top: 67.4%;
	-webkit-animation-delay: 6s;
	        animation-delay: 6s;
}
.page-content .b-product-content__opt span:nth-child(8){
	background-image: url('images/block8.png');
	width: 177px;
	height: 139px;
	right: 246px;
	/*bottom: 62px;*/
	top: calc(100% - 200px);
}

/* page content */
.page-content .b-product-content__box {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	        box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.page-content .b-product-content__title {
	font-size: 32px;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}

.b-product-content__row--top h2 {
	letter-spacing: 0.01em;
	color: #353535;
}
.b-product-content__row--top {
	gap: 16px;
}
.b-product-content__row--top .b-product-content__column:nth-child(1){
	width: calc(56% - 8px)
}
.b-product-content__row--top .b-product-content__column:nth-child(2){
	width: calc(44% - 8px)
}

.b-product-content__list[data-type="supreme"] {
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.025em;
	margin-bottom: 27px;
	padding-top: 5px;
}
.b-product-content__list[data-type="supreme"] li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 23px;
}
.b-product-content__list[data-type="supreme"] li:before {
	background: url('images/dot.png') no-repeat left top;
	background-size: 16px auto;
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
}
.b-product-content__list[data-type="supreme"] li:last-child {
	margin-bottom: 0;
}
.b-product-content__list[data-type="supreme"] li span{
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	letter-spacing: 0.032em;
	color: #27388A;
}

.b-product-content__pot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.b-product-content__pot-caption {
	background: -webkit-gradient(linear, right top, left top, from(#c49337), color-stop(21.99%, #f2b754), color-stop(35.49%, #d79941), color-stop(53.31%, #c49337));
	background: -o-linear-gradient(right, #c49337 0%, #f2b754 21.99%, #d79941 35.49%, #c49337 53.31%);
	background: linear-gradient(270deg, #c49337 0%, #f2b754 21.99%, #d79941 35.49%, #c49337 53.31%);
	border-radius: 20px 5px;
	padding: 0 8px;
	width: 100%;
	max-width: 270px;
	height: 50px;
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.b-product-content__pot-block {
	position: relative;
	width: 100%;
	height: 316px;
	margin-top: 24px;
}
.b-product-content__pot-block span {
	background: none no-repeat left top;
	pointer-events: none;
	position: absolute;
	opacity: 0;
	z-index: 2;
}

.b-product-content__pot-block span:nth-child(1) {
	background-image: url('images/p2.png');
	background-size: 48px auto;
	width: 48px;
	height: 47px;
	left: calc(50% - 82px);
	top: calc(50% + 30px);
	z-index: 4;
}
.b-product-content__pot-block span:nth-child(2) {
	background-image: url('images/p1.png');
	background-size: 35px auto;
	width: 35px;
	height: 35px;
	left: calc(50% - 66px);
	top: calc(50% + 29px);
	z-index: 4;
}

.b-product-content__pot-block span:nth-child(3) {
	background-image: url('images/t2.png');
	background-size: 33px auto;
	width: 33px;
	height: 32px;
	left: calc(50% + 25px);
	top: calc(50% - 110px);
}
.b-product-content__pot-block span:nth-child(4) {
	background-image: url('images/t1.png');
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	left: calc(50% + 23px);
	top: calc(50% - 109px);
}
.b-product-content__pot-block span:nth-child(5) {
	background-image: url('images/t5.png');
	background-size: 25px auto;
	width: 25px;
	height: 25px;
	left: calc(50% + 25px);
	top: calc(50% - 110px);
}
.b-product-content__pot-block span:nth-child(6) {
	background-image: url('images/t4.png');
	background-size: 22px auto;
	width: 22px;
	height: 22px;
	left: calc(50% + 33px);
	top: calc(50% - 111px);
}
.b-product-content__pot-block span:nth-child(7) {
	background-image: url('images/t3.png');
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	left: calc(50% + 41px);
	top: calc(50% - 109px);
}

.b-product-content__pot-block:before {
	content: '';
	position: absolute;
	left: calc(50% - 136px);
	top: -20px;
	width: 262px;
	height: 295px;
	background: url('images/pot_back.png') no-repeat left top;
	background-size: 262px auto;
	opacity: 0.1;
	z-index: 1;
}
.b-product-content__pot-block:after {
	content: '';
	position: absolute;
	left: calc(50% - 149px);
	top: -25px;
	width: 308px;
	height: 334px;
	background: url('images/pot.png') no-repeat left top;
	z-index: 3;
}

/* animated */
.be-animated .b-product-content__pot-block:before {
	-webkit-animation: orbit0 3s forwards ;
	        animation: orbit0 3s forwards ;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.be-animated .b-product-content__pot-block span:nth-child(1) {
	-webkit-animation: orbit1 1s forwards ;
	        animation: orbit1 1s forwards ;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}
.be-animated .b-product-content__pot-block span:nth-child(2) {
	-webkit-animation: orbit2 1s forwards ;
	        animation: orbit2 1s forwards ;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.be-animated .b-product-content__pot-block span:nth-child(3) {
	-webkit-animation: orbit3 1s forwards ;
	        animation: orbit3 1s forwards ;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.be-animated .b-product-content__pot-block span:nth-child(4) {
	-webkit-animation: orbit4 1s forwards ;
	        animation: orbit4 1s forwards ;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}
.be-animated .b-product-content__pot-block span:nth-child(5) {
	-webkit-animation: orbit5 1s forwards ;
	        animation: orbit5 1s forwards ;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 1.4s;
	        animation-delay: 1.4s;
}
.be-animated .b-product-content__pot-block span:nth-child(6) {
	-webkit-animation: orbit6 1s forwards ;
	        animation: orbit6 1s forwards ;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 1.6s;
	        animation-delay: 1.6s;
}
.be-animated .b-product-content__pot-block span:nth-child(7) {
	-webkit-animation: orbit7 1s forwards ;
	        animation: orbit7 1s forwards ;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 1.7s;
	        animation-delay: 1.7s;
}

.b-product-content__row--bottom .b-product-content__column:nth-child(1){
	width: calc(62% - 16px)
}
.b-product-content__row--bottom .b-product-content__column:nth-child(2){
	width: calc(38% - 16px)
}
.b-product-content__row--bottom .b-product-content__list[data-type=orange-dot] {
	margin-bottom: 4px;
}
.b-product-content__row--bottom .b-product-content__list[data-type=orange-dot] li {
	letter-spacing: 0.017em;
	margin-bottom: 16px;
}
.b-product-content__row--bottom .b-product-content__list[data-type=orange-dot] li:last-child {
	margin-bottom: 0;
}

.b-product-content__milk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
}
.b-product-content__milk-caption {
	font-size: 14px;
	line-height: 1;
	color: #c99b2c;
	text-align: right;
}
.b-product-content__milk-block {
	position: relative;
	width: 100%;
	height: 288px;
}
.b-product-content__milk-block:before {
	content: '';
	position: absolute;
	left: calc(50% - 106px);
	top: -6px;
	width: 233px;
	height: 269px;
	background: url('images/breast_milk.png') no-repeat left top;
}

@media screen and (max-width: 1365px) {
	.page-content .b-product-content__opt span:nth-child(3){
		left: -16px;
	}
	.page-content .b-product-content__opt span:nth-child(8){
		right: 120px;
	}
}
@media screen and (max-width: 1239px) {
	.page-content .b-product-content__opt span:nth-child(4){
		right: 78px;
	}
	.page-content .b-product-content__opt span:nth-child(5){
		right: 78px;
	}
	.page-content .b-product-content__opt span:nth-child(8){
		right: 78px;
	}
}
@media screen and (max-width: 1023px) {
	.page-content .b-product-content__opt span:nth-child(2){
		right: 0;
	}
	.page-content .b-product-content__opt span:nth-child(4){
		right: 30px;
	}
	.page-content .b-product-content__opt span:nth-child(5){
		right: 30px;
	}
	.page-content .b-product-content__opt span:nth-child(7){
		right: -32px;
	}
	.page-content .b-product-content__opt span:nth-child(8){
		right: 50px;
	}

	.page-content .b-product-content__title {
		font-size: 31px;
		padding-right: 0;
	}
	.page-content .b-product-content__box--spoiler .b-product-content__title {
		font-size: 32px;
		padding-right: 45px;
	}

	.b-product-content__row--top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.b-product-content__row--top .b-product-content__column:nth-child(1),
	.b-product-content__row--top .b-product-content__column:nth-child(2) {
		width: 100%;
	}

	.b-product-content__row--bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: 24px;
	}
	.b-product-content__row--bottom .b-product-content__column:nth-child(1),
	.b-product-content__row--bottom .b-product-content__column:nth-child(2) {
		width: 100%;
	}

	.b-product-content__milk-block:before{
		left: calc(50% - 116px);
	}
}
@media screen and (max-width: 767px) {
	.page-content .b-product-content__opt span {
		display: none;
	}
	.b-product-content__row--top h2 {
		font-size: 21px;
		line-height: 25px;
	}
	.page-content .b-product-content__title {
		font-size: 25px;
	}
	.page-content .b-product-content__box--spoiler .b-product-content__title {
		font-size: 25px;
		padding-right: 45px;
	}
}
@media screen and (max-width: 559px) {
	.b-product-content__row--top h2 {
		font-size: 18px;
		line-height: 19px;
	}
	.b-product-content__milk {
		padding-top: 16px;
	}
}
@media screen and (max-width: 459px) {
	.page-content .b-product-content__title{
		margin-bottom: 0;
	}
}

@-webkit-keyframes swing {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
}

@keyframes swing {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
}

@-webkit-keyframes orbit0 {
	from { opacity: 0.1; }
	to   { opacity: 1; }
}

@keyframes orbit0 {
	from { opacity: 0.1; }
	to   { opacity: 1; }
}

@-webkit-keyframes orbit1 {
	0% { -webkit-transform: rotate(150deg) translateX(60px) scale(0.2) rotate(-150deg); transform: rotate(150deg) translateX(60px) scale(0.2) rotate(-150deg); opacity: 0; }
	99% { -webkit-transform: rotate(250deg) translateX(60px) scale(1) rotate(-250deg); transform: rotate(250deg) translateX(60px) scale(1) rotate(-250deg); opacity: 1; }
	100% { -webkit-transform: translate(-20px, -57px); transform: translate(-20px, -57px); opacity: 1; }
}

@keyframes orbit1 {
	0% { -webkit-transform: rotate(150deg) translateX(60px) scale(0.2) rotate(-150deg); transform: rotate(150deg) translateX(60px) scale(0.2) rotate(-150deg); opacity: 0; }
	99% { -webkit-transform: rotate(250deg) translateX(60px) scale(1) rotate(-250deg); transform: rotate(250deg) translateX(60px) scale(1) rotate(-250deg); opacity: 1; }
	100% { -webkit-transform: translate(-20px, -57px); transform: translate(-20px, -57px); opacity: 1; }
}
@-webkit-keyframes orbit2 {
	0% { -webkit-transform: rotate(150deg) translateX(60px) scale(0.2) rotate(-150deg) ; transform: rotate(150deg) translateX(60px) scale(0.2) rotate(-150deg) ; opacity: 0; }
	99%   { -webkit-transform: rotate(192deg) translateX(60px) scale(1) rotate(-192deg); transform: rotate(192deg) translateX(60px) scale(1) rotate(-192deg); opacity: 1; }
	100% { -webkit-transform: translate(-59px, -12px); transform: translate(-59px, -12px); opacity: 1; }
}
@keyframes orbit2 {
	0% { -webkit-transform: rotate(150deg) translateX(60px) scale(0.2) rotate(-150deg) ; transform: rotate(150deg) translateX(60px) scale(0.2) rotate(-150deg) ; opacity: 0; }
	99%   { -webkit-transform: rotate(192deg) translateX(60px) scale(1) rotate(-192deg); transform: rotate(192deg) translateX(60px) scale(1) rotate(-192deg); opacity: 1; }
	100% { -webkit-transform: translate(-59px, -12px); transform: translate(-59px, -12px); opacity: 1; }
}

@-webkit-keyframes orbit3 {
	0% { -webkit-transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); opacity: 0; }
	99% { -webkit-transform: rotate(-106deg) translateX(60px) scale(1) rotate(106deg); transform: rotate(-106deg) translateX(60px) scale(1) rotate(106deg); opacity: 1; }
	100% { -webkit-transform: translate(-17px, -58px); transform: translate(-17px, -58px); opacity: 1; }
}

@keyframes orbit3 {
	0% { -webkit-transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); opacity: 0; }
	99% { -webkit-transform: rotate(-106deg) translateX(60px) scale(1) rotate(106deg); transform: rotate(-106deg) translateX(60px) scale(1) rotate(106deg); opacity: 1; }
	100% { -webkit-transform: translate(-17px, -58px); transform: translate(-17px, -58px); opacity: 1; }
}
@-webkit-keyframes orbit4 {
	0% { -webkit-transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); opacity: 0; }
	99% { -webkit-transform: rotate(-62deg) translateX(60px) scale(1) rotate(62deg); transform: rotate(-62deg) translateX(60px) scale(1) rotate(62deg); opacity: 1; }
	100% { -webkit-transform: translate(29px, -52px); transform: translate(29px, -52px); opacity: 1; }
}
@keyframes orbit4 {
	0% { -webkit-transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); opacity: 0; }
	99% { -webkit-transform: rotate(-62deg) translateX(60px) scale(1) rotate(62deg); transform: rotate(-62deg) translateX(60px) scale(1) rotate(62deg); opacity: 1; }
	100% { -webkit-transform: translate(29px, -52px); transform: translate(29px, -52px); opacity: 1; }
}
@-webkit-keyframes orbit5 {
	0% { -webkit-transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); opacity: 0; }
	99% { -webkit-transform: rotate(-22deg) translateX(60px) scale(1) rotate(22deg); transform: rotate(-22deg) translateX(60px) scale(1) rotate(22deg); opacity: 1; }
	100% { -webkit-transform: translate(56px, -23px); transform: translate(56px, -23px); opacity: 1; }
}
@keyframes orbit5 {
	0% { -webkit-transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); opacity: 0; }
	99% { -webkit-transform: rotate(-22deg) translateX(60px) scale(1) rotate(22deg); transform: rotate(-22deg) translateX(60px) scale(1) rotate(22deg); opacity: 1; }
	100% { -webkit-transform: translate(56px, -23px); transform: translate(56px, -23px); opacity: 1; }
}
@-webkit-keyframes orbit6 {
	0% { -webkit-transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); opacity: 0; }
	99% { -webkit-transform: rotate(12deg) translateX(60px) scale(1) rotate(-12deg); transform: rotate(12deg) translateX(60px) scale(1) rotate(-12deg); opacity: 1; }
	100% { -webkit-transform: translate(59px, 13px); transform: translate(59px, 13px); opacity: 1; }
}
@keyframes orbit6 {
	0% { -webkit-transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); transform: rotate(60deg) translateX(60px) scale(0.2) rotate(-60deg); opacity: 0; }
	99% { -webkit-transform: rotate(12deg) translateX(60px) scale(1) rotate(-12deg); transform: rotate(12deg) translateX(60px) scale(1) rotate(-12deg); opacity: 1; }
	100% { -webkit-transform: translate(59px, 13px); transform: translate(59px, 13px); opacity: 1; }
}
@-webkit-keyframes orbit7 {
	0% { -webkit-transform: rotate(90deg) translateX(60px) scale(0.2) rotate(-90deg); transform: rotate(90deg) translateX(60px) scale(0.2) rotate(-90deg); opacity: 0; }
	99%   { -webkit-transform: rotate(45deg) translateX(60px) scale(1) rotate(-45deg); transform: rotate(45deg) translateX(60px) scale(1) rotate(-45deg); opacity: 1; }
	100% { -webkit-transform: translate(42px, 42px); transform: translate(42px, 42px); opacity: 1; }
}
@keyframes orbit7 {
	0% { -webkit-transform: rotate(90deg) translateX(60px) scale(0.2) rotate(-90deg); transform: rotate(90deg) translateX(60px) scale(0.2) rotate(-90deg); opacity: 0; }
	99%   { -webkit-transform: rotate(45deg) translateX(60px) scale(1) rotate(-45deg); transform: rotate(45deg) translateX(60px) scale(1) rotate(-45deg); opacity: 1; }
	100% { -webkit-transform: translate(42px, 42px); transform: translate(42px, 42px); opacity: 1; }
}