* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#content  {
	background-image:url(bg-alfare.jpg); 
	background-size: cover;
}

.product-full .product-header h1 {
	color: #ff66cc!important;
}
.product-full .product-header {
	position: relative;
}
.product-full .product-header::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0px;
	width: 170px;
	height: 170px;
    background: url(img/stamp.png) center no-repeat;
}
.product-header .summary{
    color: rgb(66,88,109);
	max-width: 420px;
	position: relative;
}
.product-full .product_rd .product-header .summary p {
	font-size: 2.2rem;
	line-height: 1.15;
}
.product_rd__content-promo-box {
	background: #fff;
    position: relative;
    margin-top: -26px;
    top: -42px;
    z-index: 5;
}
.product-full .product_rd .product-header .summary .alfare-prod {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.3px;
	color: #646e77;
	position: relative;
	padding-left: 36px;
	margin-top: 20px;
}
.product-full .product_rd .product-header .summary .alfare-oil {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.3px;
	color: #646e77;
	position: relative;
	padding-left: 36px;
	margin-top: 34px;
}
.alfare-prod::before {
	position: absolute;
	content: "";
	left: 0;
	top: -2px;
	width: 26px;
	height: 26px;
    background: url(img/flag.png) center no-repeat;
}
.alfare-oil::before {
	position: absolute;
	content: "";
	left: 0;
	top: -2px;
	width: 26px;
	height: 26px;
    background: url(img/сheck.png) center no-repeat;
}
.product-description {
	margin: 0 auto;
    max-width: 1096px;
}
.product-description-content {
    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;
    background: url(balls.png) no-repeat 95% center;
    width: 92%;
    min-height: 460px;
    padding-left: 62px;
}

.alfare-benefit {
	margin-top: 50px;
	background-image: -o-linear-gradient(45deg, #ffcccc, #ffffff);
	background-image: linear-gradient(45deg, #ffcccc, #ffffff);
	border-radius: 30px;
	padding: 20px 20px 20px 50%;
	position: relative;
}

.alfare-benefit::before {
	content: "";
	position: absolute;
	width: 42%;
	height: 100%;
	background: url(img/child.png) center no-repeat;
	background-size: contain;
	bottom: -7px;
	left: -40px;
}

.alfare-benefit::after {
	content: "";
	position: absolute;
	width: 105px;
	height: 105px;
	background: url(img/circle.png) center no-repeat;
	background-size: cover;
	bottom: 70px;
	right: -30px;
}

.alfare-benefit__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.alfare-benefit__img {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.alfare-benefit__item:not(:last-child) {
	margin-bottom: 10px;
}

.alfare-benefit__item:nth-child(1)  .alfare-benefit__img{
	background-image: url(img/benefit1.png);
}

.alfare-benefit__item:nth-child(2)  .alfare-benefit__img{
	background-image: url(img/benefit2.png);
}

.alfare-benefit__item:nth-child(3)  .alfare-benefit__img{
	background-image: url(img/benefit3.png);
}

.alfare-benefit__item:nth-child(4)  .alfare-benefit__img{
	background-image: url(img/benefit4.png);
}

.alfare-benefit__text {
	max-width: 305px;
	font-size: 18px;
	line-height: 1.25;
	color: #646e77;
	margin-left: 10px;
}

.alfare-benefit__text sup{
	font-size: 0.5em;
}

.alfare-components {
	margin-top: 60px;
}

.alfare-components__title {
	font-family: 'RotonBol';
	font-size: 36px;
	line-height: 1;
	color: #ff66cc;
	text-align: center;
} 

.alfare-components__content {
	background: url(img/components-bg.png);
	background-position: center bottom;
	background-size: 126%;
	background-repeat: no-repeat;
	min-height: 400px;
	width: 100%;
	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: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0 10%;
} 

.alfare-components__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	align-items: flex-end;
} 

.alfare-components__item {
	width: 25%;
	text-align: center;
	height: 139px;
	background-position: center;
	background-size: 139px 100%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-bottom: 40px;
} 

.alfare-components__item:hover .alfare-components__text,
.alfare-components__item:active .alfare-components__text {
	display: block;
	-webkit-transform: scale(0.6);
	    -ms-transform: scale(0.6);
	        transform: scale(0.6);
} 

.alfare-components__item--first {
	background-image: url(img/bubble1.png);
	-webkit-animation: floating-2 3s infinite linear;
	        animation: floating-2 3s infinite linear;
} 

.alfare-components__item--second {
	background-image: url(img/bubble2.png);
	-webkit-animation: floating-1 4s infinite linear;
	        animation: floating-1 4s infinite linear;
	margin-bottom: 100px;
} 

.alfare-components__item--third {
	background-image: url(img/bubble3.png);
	-webkit-animation: floating-1 4s infinite linear;
	        animation: floating-1 4s infinite linear;
	margin-bottom: 100px;
} 

.alfare-components__item--fourth {
	background-image: url(img/bubble4.png);
	-webkit-animation: floating-2 3s infinite linear;
	        animation: floating-2 3s infinite linear;
} 

.alfare-components__item:hover, .alfare-components__item:active {
	-webkit-transform: scale(1.4);
	    -ms-transform: scale(1.4);
	        transform: scale(1.4);
	-webkit-animation: initial;
	        animation: initial;
} 

.alfare-components__text {
	position: absolute;
	width: 150%;
	bottom: 85%;
	left: -25%;
	text-align: center;
	display: none;
	font-size: 18px;
	line-height: 1.25;
	color: #646e77;
	margin-bottom: 0;
} 

.alfare-components__text--third::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url(img/hmo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
} 

.alfare-components sup {
	font-size: 0.5em;
}

div.product.product_rd {
    margin-top: -11px;
}

.content-block__alfare-cooking-list {font-size: 0; line-height: 0;}
.content-block__alfare-cooking-element {display: inline-block; vertical-align: top; width: 50%; padding-top: 20px;}
.content-block__alfare-cooking-ico {width: 90px; height: 80px; display: inline-block; vertical-align: top; margin-right: 10px; background: url(alfare-cooking-icons.png) no-repeat 0 0;}
.content-block__alfare-cooking-text {display: inline-block; vertical-align: top; font-size: 1.7rem; width: calc(100% - 90px - 10px); line-height: 1.5; color: #3d3c37;}
@media screen and (max-width: 500px) {.content-block__alfare-cooking-element {display: block; width: 100%;}}

@media (max-width: 1100px) {
	.product_rd__content-promo-box {	    
	     top: 0; 	    
	}
	.product-description-content {
	    padding-left: 50px;
	    background-size: 36%;
	    width: 910px;
	    margin: 0 auto;
	}
	.product-description__text {
		width: 57%;
	}
	.product-description__manufacturer {
	    width: 57%;
	}
	.product-full .product_rd .product-header .summary p {
		font-size: 1.8rem;
	}
	.product-full .product-header::after {
		display: none;
	}
	.alfare-benefit::before {
		width: 360px;
		background-size: contain;
		bottom: -60px;
		left: -14px;
	}
	.alfare-benefit__text {
		font-size: 16px;
		max-width: 270px;
	}
}

@media (max-width: 900px) {
	.product-description-content {
		padding-top: 327px;
	    padding-left: 48px;
	    padding-bottom: 48px;
	    min-height: 0;
	    background: url(balls.png) no-repeat center top;
	    background-size: 325px;
	    width: 100%;
	}
	.product-description__text {
		display: block;
		width: 100%;
	}
	.product-description__manufacturer {
		display: block;
		width: 100%;
	    margin-top: 22px;
	}
	.alfare-benefit {
		padding: 20px 20px 20px 42%;
	}
	.alfare-benefit__img {
		min-width: 100px;
	}
	.alfare-benefit::before {
		width: 300px;
		bottom: -19px;
		background-position: center bottom;
	}
	.alfare-components__content {
		min-height: 320px;
	}
	.alfare-components__item {
		height: 120px;
		background-size: 120px 100%;
	}
	.alfare-components__text {
		width: 200%;
		bottom: 78%;
		left: -50%;
		font-size: 16px;
	}
}
@media (max-width: 700px) {
	.product-full .product-header::after {
		display: block;
	}
	.alfare-components__title {
		font-size: 30px;
		padding: 0 10px;
	}
	.alfare-benefit {
		padding: 20px;
	}
	.alfare-benefit::before {
		width: 220px;
		bottom: -19px;
		right: 0;
		left: auto;
	}
	.alfare-benefit__img {
		min-width: 80px;
		width: 80px;
		height: 80px;
	}
	.alfare-components {
		margin-top: 30px;
	}
	.alfare-components__content {
		min-height: 220px;
		padding: 0 0 120px;
		background: url(img/components-bg-mob.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	.alfare-components__items {
		display: block;
		margin-top: 30px;
	}
	.alfare-components__item {
		width: 100%;
		padding-top: 197px;
		min-height: 187px;
		height: auto;
		background-size: 187px 187px;
		background-position: top center;
		margin-bottom: 0;
		-webkit-animation: none;
		        animation: none;
	}
	.alfare-components__item:hover .alfare-components__text,
	.alfare-components__item:active .alfare-components__text {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	} 
	.alfare-components__item:hover, .alfare-components__item:active {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	} 
	.alfare-components__items .slick-list {
		overflow: visible;
	}
	.alfare-components__items .slick-dots {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		bottom: -85px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.alfare-components__items .slick-dots li.slick-active{
		padding: 0;
	}
	
	.alfare-components__items .slick-dots li{
		width: 12px;
		height: 12px;
		text-align: center;
	}

	.alfare-components__items .slick-dots li:not(:last-child){
		margin-right: 7px;
	}
	.alfare-components__items .slick-dots button{
		border: none;
		padding: 0;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-color: #c7c7c7;
		vertical-align: middle;
	}
	.alfare-components__items .slick-dots .slick-active button{
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #42a2d8;
	}
	.alfare-components__items .slick-arrow {
		z-index: 10;
		position: absolute;
		top: 70px;
		left: 10px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: none;
		outline: none;
		cursor: pointer;
		background-color: #42a2d8;
	}
	.alfare-components__items .slick-arrow:hover,
	.alfare-components__items .slick-arrow:active  {
		opacity: 0.8;
	}
	.alfare-components__items .slick-arrow.slick-next {
		right: 10px;
		left: auto;
	}
	.alfare-components__items .slick-arrow::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 9px;
		height: 9px;
		border: none medium;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		margin-top: -5px;
		margin-left: -5px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
	}
	.alfare-components__items .slick-arrow.slick-next::after {
		-webkit-transform: rotate(225deg);
		    -ms-transform: rotate(225deg);
		        transform: rotate(225deg);
		margin-left: -8px;
	}
	.product-full .alfare-components__text {
		display: block;
		width: 75%;
		margin: 0 auto;
		position: relative;
		left: 0;
	}
}
@media (max-width: 575px) {
	.product-full .product-header::after {
		display: none;
	}
	.alfare-benefit {
		margin: 0 20px;
		padding: 270px 15px 40px;
	}
	.alfare-benefit::before {
		width: 272px;
		height: 270px;
		left: -4%;
		top: -17px;
	}
	.alfare-benefit__item:nth-child(1) .alfare-benefit__img {
		background-size: 50%;
	}
	.alfare-benefit::after {
		display: none;
	}
	.alfare-benefit__text {
		max-width: 100%;
		font-size: 14px;
	}
	.alfare-benefit__img {
		width: 62px;
		height: 62px;
		min-width: 62px;
		background-size: 69%;
		background-position: center;
	}
}
@media (max-width: 500px) {
	.product-header.product_rd__description h1 {
	    font-size: 41px !important;
	}
	.product_rd__info .row.bloc-content {
		padding: 0 !important;
	}
	.product-header .summary {
		text-align: left;

	}
	.product-description {
	    margin-top: -48px;
	}
	.product-description-content {
		padding-left: 20px;
		padding-right: 20px;
		background-size: 291px;
	}
	.product-description__text {
	    margin-top: -38px;
	}
	.product-description__manufacturer {
	    font-size: 16px;
	}
}

@-webkit-keyframes floating-1 {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes floating-1 {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating-2 {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes floating-2 {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating-3 {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(8%);
		transform: translateY(8%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes floating-3 {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(8%);
		transform: translateY(8%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}