html {
	font-size: 10px;
}

/*popup*/
.wrapper-hidden {
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
}

div#nestle-clinutren--overlay2 {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0,
			0,
			0,
			0.65);
	z-index: 100000;
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
	/* overflow: scroll; */
	overflow-y: scroll;
	overflow-x: hidden;
}

div#nestle-clinutren--overlay2>* {
	display: flex;
	justify-content: center;
}

.nestle-clinutren--wrapper {
	position: absolute;
	display: block;
	width: 100%;
	justify-content: center;
	z-index: 100;
	height: fit-content;
	bottom: 0;
	left: calc(50% - 300px);
	width: 100%;
	max-width: 520px;
}

.nestle-clinutren--wrapper>.nestle-clinutren--popup {
	padding: 25px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding: 40px 20px;
	border-radius: 30px;
	box-sizing: border-box;
	width: calc(100% - 10px);
}

.nestle-clinutren__close {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 26px;
	cursor: pointer;
	z-index: 3;
}

@media (max-width: 769px) {
	.nestle-clinutren--wrapper {
		position: absolute;
		display: inline-flex;
		justify-content: center;
		z-index: 100;
		height: fit-content;
		top: 0;
	}
}

@media (max-width: 610px) {
	.nestle-clinutren--wrapper {
		width: 96%;
		left: 2%;
		right: 2%;
	}

	.nestle-clinutren--wrapper .nestle-clinutren--popup {
		padding: 5px 5px;
	}

	.nestle-clinutren__close {
		right: 30px;
		top: 11px;
		font-size: 22px;
		cursor: pointer;
		z-index: 3;
		opacity: 0.3;
	}
}

/* popup2 */
#nestle-clinutren--overlay2 .nestle-clinutren--wrapper {
	display: inline-flex;
	justify-content: center;
	z-index: 100;
	height: fit-content;
}

#nestle-clinutren--overlay2 .nestle-clinutren--wrapper>.nestle-clinutren--popup {
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	background: #fff;
	padding: 20px 25px;
	border-radius: 30px;
	box-sizing: border-box;
}

.nestle-clinutren__close {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 26px;
	cursor: pointer;
	z-index: 3;
}

@media (max-width: 610px) {
	#nestle-clinutren--overlay2 .nestle-clinutren--wrapper .nestle-clinutren__close {
		right: 30px;
		top: 11px;
		font-size: 22px;
		cursor: pointer;
		z-index: 3;
		opacity: 0.3;
	}
}

.nestle-clinutren--wrapper-closer {
	max-width: 13px;
	margin: 0 auto;
	right: auto;
	top: auto;
	position: relative;
}

.nestle-clinutren--wrapper-title {
	margin: 13px auto 0;
	font-family: 'RotonBol';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #31A8DB;
}

.nestle-clinutren--wrapper-banner {
	margin: 8px auto 0px;
	max-width: 468px;
	width: 100%;

}

.nestle-clinutren--wrapper-banner-img {
	max-width: 100%;
	width: 100%;
}

.nestle-clinutren--wrapper-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-top: -20px;

}

.nestle-clinutren--wrapper-flex-item {
	margin: 46px 15px 0px;
	max-width: 115px;
	height: auto;
	width: 100%;
	text-align: center;
}

.nestle-clinutren--wrapper-flex-item img {
	max-width: 100%;
	max-height: 60px;
}

@media (max-width: 515px) {
	.nestle-clinutren--wrapper-banner {
		flex-direction: column;
		background: none;
	}

	.nestle-clinutren--wrapper-banner-img {
		padding-right: 0px;
		margin: 10px auto 0;
	}

	.nestle-clinutren--wrapper-flex {
		flex-direction: column;
		margin-top: 0px;
	}

	.nestle-clinutren--wrapper-flex-item {
		margin: 15px auto 0;
	}
}

.wrap__alf-brand-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.alf-prd-sl__descr--empty {
	height: 86px;
}

.wrapper-bl .content-block__text,
.wrapper-bot .content-block__text {
	font-size: 16px !important;
	line-height: 25px;
}

.content-block__text {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #3d3c37;
	margin-bottom: 10px;
}

.content-block__title-specification {
	min-height: 40px;
	color: #09266E;
	font-family: RotonBol,Arial,Helvetica,sans-serif;
}

.note .content-block__text {
	font-size: 12px !important;
}

#wrap__alf-third-sec .allergy-tool .button-blue {
	padding: 0;
}

.wrap__alf-first-sec-bottom img {
	padding-right: 20px;
}

.wrap__alf-first-sec-bottom {
	position: relative;
}

.btn-wrapper-alfare {
	position: absolute;
	bottom: -60px;
	right: 175px;
	text-align: center;
}

.button-alfare-buy {
	font-size: 36px;
	line-height: 40px;
	padding: 10px 50px 20px;
	border-radius: 35px;
	height: auto;
	width: auto;
	max-width: max-content;
	margin: auto;
}

.link-alfare:hover {
	text-decoration: underline;
}

sup {
	top: -0.5em;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.row {
	margin: 0 auto;
	max-width: 1080px;
	padding: 5px 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*text-pravki ============================================================
==========================================================================*/
:hover,
:focus,
:active {
	outline: none !important;
}

.wrap__alf-first-sec-bottom {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	padding-bottom: 30px;
	margin: 0 auto;
	margin-top: -40px;
	width: 100% !important;
	left: auto !important;
}

.gray-text {
	color: #828282;
	font-size: 14px;
	padding-right: 30px;
}

.content-block__text {
	color: rgb(64, 64, 64);
}

.wrap__alf-content {
	background: url(/new/static/brands/alfare/images/alfare__big-slide-v4.jpg) no-repeat #3F3B3A;
	background-size: cover;
}

#wrap__phone-number-sec,
#wrap__alf-first-sec .wrap__alf-title-mobile,
#wrap__alf-first-sec .wrap__alf-subtitle-mobile {
	display: none;
}

#wrap__alf-first-sec {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 45px 0 0;
}

#wrap__alf-first-sec>div {
	width: calc(62% - 50px);
	position: relative;
	left: 38%;
}

#wrap__alf-first-sec h1 {
	font-family: 'RotonBol';
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-left: 78px;
}

#wrap__alf-first-sec h1 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	margin-top: -25px;
}

.wrap__alf-banks {
	min-height: 397px;
	padding-right: 30px;
	margin: 45px 0 22px;
}

/*.wrap__alf-banks img{
	max-height:27vw;
}*/
.alf-banks-target-image {
	width: 100%;
	position: relative;
	z-index: 1;
	opacity: 0;
}

.wrap-prod-slides__prod-bottom-text {
	padding-top: 20px;
}

.wrap-prod-slides__prod-bottom-text .strong {
	color: #636f77;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	display: block;
	margin-bottom: 15px;
}

.wrap-prod-slides__prod-bottom-text p {
	color: #636f77;
	font-size: 15px;
	line-height: 22px;
	margin-top: 15px;
}

.wrap-prod-slides__prod-production {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
}

.wrap-prod-slides__prod-production span {
	font-size: 12px;
	line-height: 1.2;
	color: #636f77;
	display: inline-block;
	margin-left: 15px;
}

.alf-banks-target {
	display: block;
	position: absolute;
	width: 37.3%;
	height: 92%;
	z-index: 2;
	font-size: 0;
	line-height: 1;
}
.alf-banks-target img {
	max-width: 100%;
	max-height: 100%;
	transition: transform 0.134s;
}
.alf-banks-target:hover {
	z-index: 4;
}
.alf-banks-target:hover img {
	transform: scale(1.1);
}

.wrap__alf-symptoms {
	position: relative;
}

.shtamp {
	width: 155px;
	height: 155px;
	position: absolute;
	top: 70px;
	right: -40px;
	z-index: 10;
}

.alf-banks-target--alfare {
	top: 0%;
	left: 2.6%;
}

.alf-banks-target--amino {
	top: 8%;
	left: 29.6%;
	z-index: 3;
}

.alf-banks-target--allergy {
	top: 0%;
	left: 57.6%;
}

@media screen and (max-width: 1239px) {
	.alf-banks-target {
		width: 37%;
	}
	.alf-banks-target--alfare {
		left: 2.3%;
	}
	.alf-banks-target--amino {
		top: 7%;
		left: 29%;
	}
	.alf-banks-target--allergy {
		left: 56.5%;
	}
}
@media screen and (max-width: 1023px) {
	.alf-banks-target {
		width: 36%;
	}
	.alf-banks-target--amino {
		top: 7.4%;
		left: 28.5%;
	}
	.alf-banks-target--allergy {
		left: 55.5%;
	}
}
@media screen and (max-width: 700px) {
	.alf-banks-target {
		width: 39%;
	}
	.alf-banks-target--alfare {
		left: 2.5%;
	}
	.alf-banks-target--amino {
		left: 30.5%;
	}
	.alf-banks-target--allergy {
		left: 59.5%;
	}
}

/* ---- */
.wrapper-bl .content-block__text,
.wrapper-bot .content-block__text {
	font-size: 16px;
	line-height: 25px;
}

#wrap__alf-second-sec {
	width: 100%;
	padding-top: 90px;
	background-image: url(/new/static/brands/alfare/images/sec-sl_bg.png), linear-gradient(0deg, #f2f8fe, #f0f9fe);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}

#wrap__alf-second-sec .wrapper-bl {
	max-width: 1070px;
	margin: 0 auto;
	text-align: center;
}

#wrap__alf-second-sec .wrapper-bl .content-block__descr {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

.note,
.content-bl__molecular,
#wrap__alf-third-sec .allergy-tool .content-block,
#wrap__alf-second-sec .wrapper-bl .wrap__alf-symptoms .content-block {
	margin-bottom: 0;
}

#wrap__alf-second-sec .wrapper-bl .wrapper-top {
	margin: 0 0 20px;
}

#wrap__alf-second-sec .wrapper-bl .wrapper-top .content-block__title-specification,
#wrap__alf-third-sec .allergy-tool .allergy-tool__text .wrapper-top .content-block__title-specification {
	font-size: 30px;
	line-height: 30px;
}

#wrap__alf-second-sec .wrapper-bl .content-bl__molecular {
	margin-top: 45px;
	font-size: 0;
	line-height: 0;
}

#wrap__alf-second-sec .wrapper-bl .content-bl__molecular div {
	display: inline-block;
	width: 33.162%;
	box-sizing: border-box;
}

#wrap__alf-second-sec .wrapper-bl .wrap__alf-symptoms {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 50px 20px 45px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(64, 64, 64, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(64, 64, 64, 0.4);
	-o-box-shadow: 0px 5px 10px 0px rgba(64, 64, 64, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(64, 64, 64, 0.4);
	overflow: hidden;
}

.note .content-block__text {
	font-size: 12px;
	line-height: 22px;
	padding: 17px 0 45px;
}



#wrap__alf-third-sec {
	background-color: #fff;
	padding: 50px 0;
}

#wrap__alf-third-sec .allergy-tool {
	width: 800px;
	margin: 0 auto;
}

#wrap__alf-third-sec .allergy-tool .allergy-tool__img {
	padding-bottom: 30px;
}

#wrap__alf-third-sec .allergy-tool .allergy-tool__text {
	text-align: center;
}

#wrap__alf-third-sec .allergy-tool .allergy-tool__text .wrapper-top,
#wrap__alf-third-sec .allergy-tool .allergy-tool__text .wrapper-bot .content-block__text {
	margin-bottom: 30px;
}

#wrap__alf-third-sec .allergy-tool .allergy-tool__text .button-alf_allergy-tool {
	width: 180px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	/* box-shadow: 0px 10px 15px rgba(49, 168, 219, 0.4); */
	margin: auto;
}

#wrap__alf-third-sec .allergy-tool .allergy-tool__text .button-alf_allergy-tool:hover {
	box-shadow: none;
}

#wrap-alfare__prod-slides {
	width: 100%;
}

#wrap-alfare__prod-slides .alf-prd-sl__titles {
	display: inline-table;
	width: 100%;
	height: 60px;
}

#wrap-alfare__prod-slides .alf-prd-sl__titles .row {
	display: table-row;
}

#wrap-alfare__prod-slides .alf-prd-sl__titles .row .title__diagnosing {
	display: table-cell;
	vertical-align: middle;
}

#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing>div {
	display: inline-block;
	vertical-align: middle;
}

#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing {
	width: 75%;
}

#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing>div:first-child,
#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing>div:last-child {
	width: 180px;
	height: 2px;
	background-color: #ebebeb;
}

#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing>div:nth-child(2) {
	padding: 0 25px;
	font-size: 24px;
}

#wrap-alfare__prod-slides .alf-prd-sl__content {
	display: flex;
	width: 100%;
	padding-bottom: 20px;
	font-size: 0;
	line-height: 0;
	justify-content: center;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a {
	display: flex;
	flex-direction: column;
	vertical-align: top;
	box-sizing: border-box;
	width: 25%;

	padding: 0 10px;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a .alf-prd-sl__subtitle {
	border-radius: 10px;
	background-color: red;
	padding: 0 17px;
	line-height: 110px;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a .with-mobile,
#wrap-alfare__prod-slides .alf-prd-sl__content a .alf-prd-sl__titles {
	display: none;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a .alf-prd-sl__subtitle .content-block__title {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: bold;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a:hover .alf-prd-sl__subtitle .content-block__title {
	color: rgba(6, 6, 6, 1);
}

#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product {
	display: block;
	position: relative;
	width: 100%;
	flex: 1;
	border-radius: 10px 10px 5px 5px;
	margin-top: 10px;
	padding: 10px 10px 16px;
	box-sizing: border-box;
	padding-bottom: 55px;
}

.wrap-prod-slides__prod-production {
	position: absolute;
	bottom: 16px;
	left: 10px;
	right: 10px;
}

#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__allergy .alf-prd-sl__subtitle {
	background: linear-gradient(to bottom, rgba(255, 205, 237, 0.2), rgba(253, 189, 228, 0.2));
}

#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__alfare .alf-prd-sl__subtitle {
	background: linear-gradient(to bottom, rgba(253, 229, 147, 0.2), rgba(253, 214, 122, 0.2));
}

#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .alf-prd-sl__subtitle {
	background: linear-gradient(to bottom, rgba(255, 175, 156, 0.2), rgba(253, 160, 138, 0.2));
}

#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__allergy .wrap-alf-prd-sl__product {
	background: linear-gradient(to bottom, rgba(253, 189, 228, 0.2), rgba(245, 135, 204, 0.2));
}

#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__alfare .wrap-alf-prd-sl__product {
	background: linear-gradient(to bottom, rgba(253, 214, 122, 0.2), rgba(255, 170, 57, 0.2));
}

#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-alf-prd-sl__product {
	background: linear-gradient(to bottom, rgba(253, 160, 138, 0.2), rgba(247, 114, 84, 0.2));
}


#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .alf-prd-sl__descr {
	font-size: 16px;
	line-height: 20px;
	background-color: #fff;
	border-radius: 8px;
	padding: 23px 0;
	margin-top: -10px;
	box-sizing: border-box;

	color: rgba(64, 64, 64, 0.5);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.2);
	-o-box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.2);
}

#wrap-alfare__prod-slides .alf-prd-sl__content a:nth-child(1) .wrap-alf-prd-sl__product .alf-prd-sl__descr,
#wrap-alfare__prod-slides .alf-prd-sl__content a:nth-child(1) .wrap-alf-prd-sl__product .alf-prd-sl__descr {
	width: calc(200% + 40px);
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.1);
	-o-box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.1);
}

#wrap-alfare__prod-slides .alf-prd-sl__content a:nth-child(1) .wrap-alf-prd-sl__product .alf-prd-sl__descr {
	z-index: 2;
}

/*#wrap-alfare__prod-slides .alf-prd-sl__content a:nth-child(3) .wrap-alf-prd-sl__product .alf-prd-sl__descr{*/
/*	left:calc(-40px - 100%);*/
/*}*/
#wrap-alfare__prod-slides .alf-prd-sl__content a.alf-prd-sl__alfare:hover .wrap-alf-prd-sl__product .alf-prd-sl__descr {
	z-index: 3;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a:hover .wrap-alf-prd-sl__product .alf-prd-sl__descr {
	color: rgba(64, 64, 64, 1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.4);
	-moz-box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.4);
	-o-box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.4);
	box-shadow: 0px 2px 5px 0px rgba(64, 64, 64, 0.4);
}

#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .wrap-prod-slides__prod-img {
	/*padding-top:16px;*/
	min-height: 225px;
	line-height: 225px;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .wrap-prod-slides__prod-img img {
	display: inline-block;
	vertical-align: bottom;

	position: relative;
	z-index: 2;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-prod-slides__prod-name {
	margin-top: 20px;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-prod-slides__prod-name .content-block__title-specification {
	font-size: 18px;
	line-height: 20px;
}

#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-prod-slides__prod-name .prod-slides__prod-age {
	min-height: 25px;
	font-size: 14px;
	line-height: 25px;
	color: rgba(64, 64, 64, 0.5);
}

#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__allergy .wrap-prod-slides__prod-name .content-block__title-specification {
	color: rgb(243, 117, 196);
}

#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__alfare .wrap-prod-slides__prod-name .content-block__title-specification {
	color: rgb(255, 158, 26);
}

#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-prod-slides__prod-name .content-block__title-specification {
	color: rgb(237, 88, 54);
}


#wrap-alfare__prod-slides .alf-prd-sl__content a:hover,
#wrap__alf-third-sec .allergy-tool .allergy-tool__text .button-alf_allergy-tool:hover,
#wrap-alfare__prod-slides .alf-prd-sl__content a:hover .wrap-alf-prd-sl__product .alf-prd-sl__descr,
#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__allergy:hover .alf-prd-sl__subtitle,
#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__allergy:hover .wrap-alf-prd-sl__product,
#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__allergy:hover .wrap-prod-slides__prod-name .content-block__title-specification,
#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__alfare:hover .alf-prd-sl__subtitle,
#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__alfare:hover .wrap-alf-prd-sl__product,
#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__alfare:hover .wrap-prod-slides__prod-name .content-block__title-specification,
#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino:hover .wrap-alf-prd-sl__product,
#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino:hover .wrap-prod-slides__prod-name .content-block__title-specification {
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.alf-banner {
	margin-top: 60px;
	margin-bottom: 60px;
}

.alf-banner__logo {
	width: 250px;
	height: 60px;
	background-image: url(/new/static/brands/alfare/images/alfare-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

.alf-banner__title {
	color: #002972;
	text-transform: uppercase;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 24px;
	line-height: 1.5;
}

.alf-banner__top {
	max-width: 60%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

.alf-banner {
	padding-top: 40px;
	background-image: url(/new/static/brands/alfare/images/alf-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.alf-banner__background-text--mob {
	display: none;
}

.alf-banner__background-text {
	width: 220px;
	position: absolute;
	left: 0;
	top: 60px;
}

.alf-banner__shtamp {
	width: 155px;
	height: 155px;
	top: 30px;
	right: 20px;
	position: absolute;
}

.alf-banner__mid {
	display: flex;
}

.alf-banner__left-img {
	padding: 10px;
	overflow: hidden;
	min-height: 100%;
	width: 52%;
	position: relative;
}

.alf-banner__left-img img {
	margin-bottom: -10px;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -105px;
}

.alf-banner__right-content {
	padding-top: 30px;
	width: 50%;
}

.alf-banner__text-item {
	color: #5D7078;
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 10px;
}

.alf-banner__text-item-img::before {
	width: 79px;
	height: 79px;
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 20px;
}

.alf-banner__text-item:nth-child(1) .alf-banner__text-item-img::before {
	background-image: url(/new/static/brands/alfare/images/alf-banner__text-item-1.png);
}

.alf-banner__text-item:nth-child(2) .alf-banner__text-item-img::before {
	background-image: url(/new/static/brands/alfare/images/alf-banner__text-item-2.png);
}

.alf-banner__text-item:nth-child(3) .alf-banner__text-item-img::before {
	background-image: url(/new/static/brands/alfare/images/alf-banner__text-item-3.png);
}

.alf-banner__text-item:nth-child(4) .alf-banner__text-item-img::before {
	background-image: url(/new/static/brands/alfare/images/alf-banner__text-item-4.png);
}

.alf-banner__sub-title img {
	width: 100%;
}

.alf-banner__left-img .alf-banner__shtamp {
	display: none;
}
#wrap-alfare__prod-slides .slick-arrow{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0.4;
	display: block;
	border: none;
	top: 50%;
	font-size: 0;
}
#wrap-alfare__prod-slides .slick-arrow::after{
	content: '';
	display: block;
	opacity: 1;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	margin-left: -5px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	margin-top: -5px;
}
#wrap-alfare__prod-slides .slick-prev{
	background: linear-gradient(13deg, rgba(183,133,33,1) 0%, rgba(243,117,196,1) 100%);
	left: -14px;
}
#wrap-alfare__prod-slides .slick-next{
	background: linear-gradient(13deg, rgba(243,117,196,1) 0%, rgba(255,158,26,1) 100%);
	right: -14px;
	transform: rotate(180deg);
}

@media all and (max-width: 1400px) {
	.wrap__alf-content {
		background-position: top 50% left 50%;
	}
}

@media all and (max-width: 1365px) {
	#wrap__alf-first-sec h1 {
		font-size: 35px;
		line-height: 38px;
	}

}

@media all and (max-width: 1279px) {
	#wrap__alf-first-sec h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.wrap__alf-banks {
		min-height: 27vw;
	}

	.wrap__alf-banks img {
		/*max-height:23vw;*/
	}
}

@media all and (max-width: 1100px) {
	#wrap__alf-first-sec {
		padding: 30px 0 0;
	}

	#wrap__alf-first-sec h1 {
		font-size: 20px;
		line-height: 28px;
	}

	.wrap__alf-banks {
		min-height: 27vw;
		margin: 27px 0 22px;
	}

	#wrap__alf-second-sec .wrapper-bl {
		max-width: 100%;
	}

	#wrap__alf-second-sec .wrapper-bl .content-block__descr {
		width: calc(100% - 140px);
	}

	#wrap__alf-second-sec .content-block__descr .content-block__text {
		/*padding:0 7%;*/
		font-size: 12px;

	}

	#wrap__alf-second-sec .wrapper-bl .wrapper-top .content-block__title-specification,
	#wrap__alf-third-sec .allergy-tool .allergy-tool__text .wrapper-top .content-block__title-specification {
		font-size: 24px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing div:nth-child(2) {
		padding: 0 15px;
		font-size: 17px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing div:first-child,
	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing div:last-child {
		width: 110px;
	}

	#wrap-alfare__prod-slides {
		width: calc(100% - 140px);
		margin: 0 auto;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product {
		border-radius: 10px 10px 4px 4px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product:before {
		left: 0.2vw;
		border-left: 9vw solid transparent;
		border-right: 9vw solid transparent;
	}

	.alf-prd-sl__titles {
		display: none !important;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content {
		flex-wrap: wrap;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a {
		width: 33%;
		margin-bottom: 15px;
	}

	.wrap-alf-prd-sl__product {
		order: 2;
	}

	.alf-banner__left-img img {
		margin-bottom: 0;
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
	}

	.wrap__alf-content {
		background-position: top 50% left 50%;
	}
}

@media all and (max-width:900px) {
	.alf-prd-sl__descr--empty {
		height: 58px;
	}

	#wrap__alf-first-sec {
		padding: 20px 0 0;
	}

	#wrap__alf-first-sec h1 {
		font-size: 18px;
		line-height: 24px;
	}

	.wrap__alf-banks {
		margin: 20px 0 15px;
	}

	#wrap__alf-second-sec {
		padding-top: 85px;
	}

	#wrap__alf-second-sec .wrapper-bl .wrap__alf-symptoms {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	#wrap__alf-second-sec .content-block__descr .content-block__text {
		font-size: 14px;
	}

	#wrap-alfare__prod-slides {
		width: 100%;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing div:nth-child(2) {
		font-size: 17px;
		padding-top: 5px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing div:first-child,
	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing div:last-child {
		width: 80px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .alf-prd-sl__descr {
		font-size: 12px;
		line-height: 19px;
		padding: 10px 0;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .wrap-prod-slides__prod-img {
		min-height: 170px;
		line-height: 170px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product:before {
		border-left: 9.2vw solid transparent;
		border-right: 9.2vw solid transparent;
	}

	#wrap__alf-third-sec .allergy-tool {
		max-width: calc(100% - 140px);
	}

	.shtamp {
		display: none;
	}

	.alf-banner {
		padding-top: 30px;
		overflow: hidden;
	}

	.alf-banner__logo {
		height: 45px;
		width: 160px;
		background-size: contain;
	}

	.alf-banner__title {
		font-size: 18px;
		line-height: 1.2;
	}

	.alf-banner__top {
		padding: 0 12px;
		max-width: 100%;
	}

	.alf-banner__background-text {
		display: none;
	}

	.alf-banner__background-text--mob {
		display: block;
		margin-top: 15px;
	}

	.alf-banner__mid {
		display: block;
	}

	.alf-banner__left-img {
		min-height: auto;
		width: 100%;
	}

	.alf-banner__left-img img {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: 90%;
		margin-left: -10%;
		max-width: 400px;
	}

	.alf-banner__shtamp {
		width: 107px;
		height: 107px;
	}

	.alf-banner__right-content {
		width: 100%;
	}

	.alf-banner__text-item {
		font-size: 13px;
	}

	.alf-banner__shtamp {
		display: none;
	}

	.alf-banner__left-img .alf-banner__shtamp {
		display: block;
		top: 10px;
		right: -7px;
	}

}

@media all and (max-width:700px) {
	.wrap__alf-first-sec-bottom img {
		padding-right: 0px;
	}

	.btn-wrapper-alfare {
		right: 0;
		left: 0;
		text-align: center;
	}

	#wrap__phone-number-sec {
		display: block;
		border-top: 1px solid #e6e6e5;
	}

	#wrap__phone-number-sec .content-block,
	#wrap__phone-number-sec .content-block .wrapper-top {
		margin-bottom: 0;
	}

	#wrap__phone-number-sec .content-block__title-specification {
		text-align: center;
		padding: 12px 0 11px;
	}

	#wrap__alf-first-sec {
		padding: 20px 0 70px;
	}

	#wrap__alf-first-sec {
		background: url(/new/static/brands/alfare/images/alfare__big-slide__mobile-v2.png) no-repeat #fff;
		background-size: 105% auto;
	}

	#wrap__alf-first-sec>div {
		width: 100%;
		position: relative;
		left: 0;
	}

	.wrap__alf-banks {
		min-height: 47vw;
		padding-right: 0;
		margin-bottom: 50px;
	}

	#wrap__alf-first-sec .wrap__alf-titles {
		display: none;
	}

	#wrap__alf-first-sec .wrap__alf-title-mobile,
	#wrap__alf-first-sec .wrap__alf-subtitle-mobile {
		display: block;
		font-size: 28px;
		text-align: center;
		font-family: 'RotonBol';
		font-weight: normal;
		box-sizing: border-box;
	}

	#wrap__alf-first-sec .wrap__alf-title-mobile {
		color: #1da8dd;
		text-transform: uppercase;
		line-height: 35px;
		margin-top: 305px;
	}

	#wrap__alf-first-sec .wrap__alf-subtitle-mobile {
		color: #faac57;
	}

	#wrap__alf-second-sec {
		background-size: auto 100%;
		padding-top: 0;
	}

	#wrap__alf-second-sec .wrapper-bl {
		background-image: linear-gradient(0deg, transparent 56%, #fff);
	}

	#wrap__alf-second-sec .content-block__descr .content-block__text,
	#wrap__alf-third-sec .allergy-tool__text .wrapper-bot .content-block__text {
		font-size: 32px;
		line-height: 42px;
	}

	#wrap__alf-second-sec .wrapper-bl .wrapper-top {
		margin: 40px 0;
	}

	#wrap__alf-first-sec .wrap__alf-subtitle-mobile,
	#wrap__alf-second-sec .wrapper-bl .wrapper-top .content-block__title-specification,
	#wrap__alf-third-sec .allergy-tool .allergy-tool__text .wrapper-top .content-block__title-specification {
		font-size: 34px;
		line-height: 44px;
		padding: 0 50px;
	}

	#wrap__alf-second-sec .wrapper-bl .content-bl__molecular div {
		display: block;
		width: calc(100% - 80px);
		margin: 0 auto;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .row {
		display: inline-block;
	}



	#wrap-alfare__prod-slides .alf-prd-sl__content {
		width: 500px;
		margin: 0 auto;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles,
	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .alf-prd-sl__descr {
		display: none;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .with-mobile,
	#wrap-alfare__prod-slides .alf-prd-sl__content a .alf-prd-sl__titles,
	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .with-mobile {
		display: block;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .alf-prd-sl__descr.with-mobile {
		width: 100%;
		position: initial;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing {
		display: inline-block;
		width: 100%;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .content-block__title-specification {
		display: inline-block;
		font-size: 24px !important;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing div:first-child,
	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing div:last-child {
		display: none;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .title__diagnosing {
		position: relative;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-prod-slides__prod-name .content-block__title-specification {
		font-size: 24px;
		line-height: 28px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .alf-prd-sl__descr.with-mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 22px;
		line-height: 28px;
		min-height: 105px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product:before {
		border-left: 31vw solid transparent;
		border-right: 31vw solid transparent;
	}



	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-alf-prd-sl__product:before {
		border-top: 150px solid rgba(247, 114, 84, 0.2);
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__alfare:hover .wrap-alf-prd-sl__product:before {
		border-top: 150px solid rgba(255, 170, 57, 1);
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-prod-slides__prod-name {
		margin-top: 200px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-prod-slides__prod-name .prod-slides__prod-age {
		margin-top: 10px;
		font-size: 18px;
		line-height: 28px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .wrap-prod-slides__prod-img {
		min-height: 370px;
		line-height: 370px;
		/*margin-bottom:-135px;*/
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .wrap-prod-slides__prod-img img {
		height: 350px;
	}

	.wrapper-bl .content-block__text,
	.wrapper-bot .content-block__text {
		font-size: 28px;
		line-height: 32px;
	}

	.note .content-block__text {
		font-size: 24px;
		padding: 30px 100px;
	}

	#wrap__alf-third-sec .allergy-tool .allergy-tool__text .button-alf_allergy-tool {
		width: 170px;
		height: 56px;
		border-radius: 28px;
		font-size: 24px;
		line-height: 54px;
	}

	.wrap__alf-first-sec-bottom {
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		margin-top: 0;
	}

	.wrap__alf-first-sec-bottom .gray-text {
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a {
		width: 100%;
	}

	.wrap__alf-symptoms .content-block {
		display: none;
	}

}

@media all and (max-width:560px) {
	.btn-wrapper-alfare {
		bottom: -30px;
	}

	.button-alfare-buy {
		font-size: 20px;
		line-height: 20px;
		padding: 10px 30px 10px;
	}

	.pager-load-more_nestle .button-action-middle {
		margin-bottom: 15px;
	}

	#wrap__alf-first-sec {
		padding-bottom: 40px;
	}

	#wrap__alf-first-sec .wrap__alf-title-mobile {
		font-size: 18px;
		margin-top: 129px;
	}

	.wrap__alf-banks {
		margin-top: 6px;
		margin-bottom: 0;
	}

	#wrap__alf-first-sec .wrap__alf-subtitle-mobile {
		font-size: 18px;
		line-height: 20px;
	}

	#wrap__alf-second-sec {
		padding-top: 15px;
	}

	#wrap__alf-second-sec .wrapper-bl .content-block__descr {
		text-align: left;

	}

	#wrap__alf-second-sec .wrapper-bl .content-block__descr {
		width: calc(100% - 40px);
	}

	#wrap__alf-second-sec .content-block__descr .content-block__text {
		font-size: 16px;
		line-height: 28px;
	}

	#wrap__alf-second-sec .wrapper-bl .wrapper-top {
		margin: 0 0 14px;
	}

	#wrap__alf-second-sec .wrapper-bl .wrapper-top .content-block__title-specification {
		font-size: 18px;
		line-height: 20px;
		padding: 0;
		margin: 0;
		width: calc(100% - 40px);
	}

	#wrap__alf-second-sec .wrapper-bl .wrap__alf-symptoms .wrapper-top .content-block__title-specification {
		margin: 0 auto;
	}

	#wrap__alf-second-sec .wrapper-bl .content-bl__molecular {
		margin-top: 13px;
	}

	#wrap__alf-second-sec .wrapper-bl .content-bl__molecular img {
		max-width: 60%;
	}

	#wrap__alf-second-sec .wrapper-bl .wrap__alf-symptoms {
		padding: 24px 0 45px;
	}


	#wrap-alfare__prod-slides .alf-prd-sl__titles .row {
		display: inline-block;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .row .title__diagnosing {
		display: inline-block;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .row .title__diagnosing>div:first-child,
	#wrap-alfare__prod-slides .alf-prd-sl__titles .row .title__diagnosing>div:last-child {
		display: none;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__titles .content-block__title-specification {
		font-size: 16px !important;
		white-space: nowrap;
		margin-left: -10px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content {
		width: 100%;
		padding-bottom: 0;
	}

	.note .content-block__text {
		font-size: 12px;
		padding: 30px 30px;
		line-height: 15px;
	}

	#wrap__alf-third-sec {
		padding: 20px 0;
		position: relative;
		z-index: 1;
	}

	#wrap__alf-third-sec .allergy-tool {
		max-width: calc(100% - 40px);
	}

	#wrap__alf-third-sec .allergy-tool .allergy-tool__text .wrapper-top {
		margin-bottom: 15px;
	}

	#wrap__alf-third-sec .allergy-tool .allergy-tool__text .wrapper-top .content-block__title-specification {
		font-size: 18px;
		line-height: 20px;
		padding: 0;

	}

	#wrap-alfare__prod-slides .alf-prd-sl__content .wrap-alf-prd-sl__product {
		background: linear-gradient(to bottom, rgba(253, 189, 228, 0.2), rgba(245, 135, 204, 0.2));
		min-height: 436px;
	}


	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-alf-prd-sl__product:before {
		border-top: 77px solid rgba(184, 141, 61, 0.2);
		border-left: 40vw solid transparent;
		border-right: 40vw solid transparent;
	}


	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-alf-prd-sl__product:before {
		border-top-color: rgba(247, 114, 84, 0.2);
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__alfare:hover .wrap-alf-prd-sl__product:before,
	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino:hover .wrap-alf-prd-sl__product:before {
		border-top-width: 77px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .wrap-prod-slides__prod-img img {
		height: 249px;
		top: -81px;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-prod-slides__prod-name {
		margin-top: 100px;
	}

	#wrap__alf-third-sec .allergy-tool__text .wrapper-bot .content-block__text {
		font-size: 16px;
		line-height: 24px;
	}

	#wrap__alf-third-sec .allergy-tool .allergy-tool__text .button-alf_allergy-tool {
		font-size: 16px;
		line-height: 44px;
		height: 46px;
		width: 150px;
	}

}

@media all and (max-width: 480px) {


	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-alf-prd-sl__product:before {
		border-left: 39vw solid transparent;
		border-right: 39vw solid transparent;
	}
}

@media all and (max-width: 400px) {


	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-alf-prd-sl__product:before {
		border-left: 37vw solid transparent;
		border-right: 37vw solid transparent;
	}
}

@media all and (max-width: 378px) {
	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .alf-prd-sl__descr.with-mobile {
		font-size: 15px;
		line-height: 20px;
	}


	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-alf-prd-sl__product:before {
		border-left: 34vw solid transparent;
		border-right: 34vw solid transparent;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-alf-prd-sl__product .wrap-prod-slides__prod-img {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}


}

@media all and (max-width: 360px) {


	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-alf-prd-sl__product:before {
		border-left: 35vw solid transparent;
		border-right: 35vw solid transparent;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a .wrap-prod-slides__prod-name .content-block__title-specification {
		font-size: 20px;
		line-height: 20px;
	}

	.wrap-prod-slides__prod-img img {
		max-width: 100%;
		height: auto;
	}

	#wrap-alfare__prod-slides .alf-prd-sl__content a {
		padding: 0 5px;
	}

	.wrap-prod-slides__prod-bottom-text .strong {
		font-size: 14px;
	}

}

@media all and (max-width: 320px) {

	#wrap-alfare__prod-slides .alf-prd-sl__content .alf-prd-sl__amino .wrap-alf-prd-sl__product:before {
		border-left: 34vw solid transparent;
		border-right: 34vw solid transparent;
	}

}

.pager-load-more {
	text-align: center;
	position: relative;
	z-index: 1;
}

.pager-load-more_nestle {
	text-align: center;
}

.pager-load-more_nestle .button {
	display: inline-block;
	padding: 2px 40px;
}

.pager-load-more_nestle .button a {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

sup {
	font-size: 67%;
	vertical-align: super;
}

.n-nan-review {
	padding: 203px 0 0px;
	background: linear-gradient(rgba(243,247,249,0.5), rgba(243,247,249,0.5)), url(/new/static/brands/alfare/images/bg_nan-rewiews-v2.png) no-repeat center center;
	background-size: auto auto, cover;
	background-position: center center, center center;
}

.n-nan-review__title {
	font-family: "RotonBol";
	font-size: 34px;
	padding-bottom: 21px;
	padding-left: 40px;
	color: #ffffff;
}

.pager-load-more_nestle {
	margin-top: 40px;
}

@media (max-width: 1099px) {
	.n-nan-review {
		padding-top: 175px;
		padding-bottom: 31px;
		/*background: url(/new/static/brands/alfare/images/bg_nan-rewiews-v2.png) no-repeat;
		background-color: #FBFBFB;
		background-size: cover;*/
	}

	.n-nan-review__title {
		padding-bottom: 25px;
		margin-left: 29px;
	}
}
@media (max-width: 759px) {
	.n-nan-review {
		/*background-color: #fff;*/
	}
}

@media (max-width: 652px) {
	.n-nan-review {
		/*background-size: 780px;
		background-position: 60% -120px;*/
		padding-top: 140px;
		/*background-color: #e9ebf2;*/
		padding-bottom: 12px;
	}

	.n-nan-review__title {
		font-size: 30px;
		margin: 0;
		padding: 0 20px 16px;
	}
}

@media (max-width: 580px) {
	.n-nan-review {
		/*background-size: 600px;
		background-position: center -75px;*/
	}

	.n-nan-review__title {
		font-size: 25.5px;
	}
}

.n-review-slider {
	max-height: 340px;

	margin-left: -50px;
	margin-right: -50px;
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 1200px) {
	.n-review-slider {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 639px) {
	.n-review-slider {
		padding-left: 0;
		padding-right: 0;
	}
}



/* new */
.page-content {
	max-width: 100%;
	overflow: hidden;
}

.b-alfare-symptoms {
	padding: 0 50px;
}
.b-alfare-symptoms__wrapper {
	position: relative;
	background: #ffffff;
	border-radius: 80px;
	padding: 81px 48px 66px;
	max-width: 1340px;
	margin: 0 auto;
}
.b-alfare-symptoms__stamp {
	background: url('/new/static/brands/alfare/images/new/stamp.png') no-repeat left top;
	background-size: contain;
	width: 156px;
	height: 155px;
	position: absolute;
	left: calc(50% + 311px);
	top: -33px;
	pointer-events: none;
	font-size: 0;
	line-height: 1;
}
.b-alfare-symptoms__subtitle {
	text-align: center;
	font-size: 25px;
	line-height: 29px;
	letter-spacing: 0;
	text-align: center;
	color: #09246c;
	max-width: 600px;
	margin: 0 auto 40px;
}
.b-alfare-symptoms__title {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 42px;
	line-height: 48px;
	text-align: center;
	color: #09246c;
	max-width: 1200px;
	margin: 0 auto 32px;
}
.b-alfare-symptoms__caption {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 33px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 20px;
}

.b-alfare-symptoms__image {
	position: relative;
	min-height: 320px;
	margin-bottom: 15px;
	font-size: 0;
	line-height: 1;

	display: flex;
	align-items: center;
	justify-content: center;
}
.b-alfare-symptoms__image:before {
	/*transition: transform 2s;*/
}
.b-alfare-symptoms__image img {
	position: relative;
	max-width: 100%;
	height: 276px;
	transform: scale(1);
	transition: transform 0.134s;
}

.b-alfare-symptoms__image[data-type="allergy"]:before {
	content: '';
	position: absolute;
	left: calc(50% - 191px);
	top: calc(50% - 181px);
	background: url('/new/static/brands/alfare/images/new/allergy-back.svg') no-repeat left top;
	width: 385px;
	height: 366px;
}
.b-alfare-symptoms__image[data-type="gastro"]:before {
	content: '';
	position: absolute;
	left: calc(50% - 174px);
	top: calc(50% - 186px);
	background: url('/new/static/brands/alfare/images/new/gastro-back.svg') no-repeat left top;
	width: 368px;
	height: 362px;
}
.b-alfare-symptoms__image[data-type="amino"]:before {
	content: '';
	position: absolute;
	left: calc(50% - 160px);
	top: calc(50% - 160px);
	background: url('/new/static/brands/alfare/images/new/amino-back.svg') no-repeat left top;
	width: 314px;
	height: 293px;
}

.b-alfare-symptoms__about {
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #48484a;
	min-height: 423px;
	padding-bottom: 50px;
}
.b-alfare-symptoms__about p{
	margin-bottom: 28px;
}
.b-alfare-symptoms__about p:last-child{
	margin-bottom: 0;
}
.b-alfare-symptoms__country {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #48484a;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}
.b-alfare-symptoms__country span{
	margin: 0 8px;
}

.b-alfare-symptoms__controls {
	margin-top: 21px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.button.b-alfare-symptoms__btn {
	border-color: transparent;
	border-radius: 28px;
	padding: 0 30px;
	line-height: 54px;
	max-width: none;
	height: 56px;
}

.b-alfare-symptoms__row {
	display: flex;
	width: 100%;
	gap: 40px;
	margin-bottom: 32px;
}
.b-alfare-symptoms__column {
	position: relative;
	width: calc((100% - 40px*2)/3);
	flex: none;
}
.b-alfare-symptoms__column input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.b-alfare-symptoms__close {
	display: none;
}

.b-alfare-symptoms__tab {
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 50px;
	padding: 16px 32px;
	/*height: 86px;*/

	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0;
	text-align: center;
	color: #000d52;
}
.b-alfare-symptoms__tab:before,
.b-alfare-symptoms__tab:after {
	content: '';
	position: absolute;
	left: calc(50% - 5px);
	bottom: -19px;
	width: 9px;
	height: 9px;
	border-right: 2px solid #b3b3b3;
	border-bottom: 2px solid #b3b3b3;
	transform: rotate(45deg);
	opacity: 0.6;
}
.b-alfare-symptoms__tab:after {
	display: none;
}
.b-alfare-symptoms__tab[data-type="allergy"]{
	border-color: #fdf0f6;
	background: #fdf0f6;
	color: #e86da8;
}
.b-alfare-symptoms__tab[data-type="gastro"]{
	border-color: #fff7dc;
	background: #fff7dc;
	color: #f28902;
}
.b-alfare-symptoms__tab[data-type="amino"]{
	border-color: #fce9e6;
	background: #fce9e6;
	color: #e32719;
}

.b-alfare-symptoms__row--middle .b-alfare-symptoms__column:nth-child(1) {
	width: calc((100%*2 - 40px)/3)
}
.b-alfare-symptoms__row--middle .b-alfare-symptoms__column:nth-child(1) .b-alfare-symptoms__tab:before {
	left: calc((100% - 40px)/4 - 5px);
}
.b-alfare-symptoms__row--middle .b-alfare-symptoms__column:nth-child(1) .b-alfare-symptoms__tab:after {
	left: auto;
	right: calc((100% - 40px)/4 - 5px);
	display: block;
}
.b-alfare-symptoms__row--middle .b-alfare-symptoms__tab {
	font-family: RotonReg,Arial,Helvetica,sans-serif;
	text-align: center;
	padding: 14px 24px 15px;
	line-height: 22px;
	min-height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-alfare-symptoms__block {
	display: flex;
	flex-direction: column;
	border-radius: 40px;
	padding: 40px 32px 48px;
	height: 100%;
}
.b-alfare-symptoms__block:hover {
	box-shadow: 0 0 6px #e6e6ef;
}
.b-alfare-symptoms__block:hover .b-alfare-symptoms__image:before {
	/*transform: rotate(360deg);*/
}
.b-alfare-symptoms__block:hover .b-alfare-symptoms__image img {
	transform: scale(1.08);
}
.b-alfare-symptoms__block .b-alfare-symptoms__tab {
	display: none;
}

.b-alfare-symptoms__notice {
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	color: #09246c;
	padding: 1px 0;
}
.b-alfare-symptoms__legend {
	font-size: 17px;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #09246c;
	padding: 34px 0 50px;
}

.b-alfare-symptoms__block[data-type="allergy"] {
	background: #fdf0f6;
}
.b-alfare-symptoms__block[data-type="allergy"] .b-alfare-symptoms__caption {
	color: #e86da8;
}
.b-alfare-symptoms__block[data-type="allergy"] .b-alfare-symptoms__btn {
	background-color: #e86da8;
}
.b-alfare-symptoms__block[data-type="allergy"] .button--white.b-alfare-symptoms__btn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #e86da8;
}
.b-alfare-symptoms__block[data-type="allergy"] .b-alfare-symptoms__btn:hover,
.b-alfare-symptoms__block[data-type="allergy"] .button--white.b-alfare-symptoms__btn:hover {
	background-color: #27388a;
	color: #ffffff;
}

.b-alfare-symptoms__block[data-type="gastro"] {
	background: #fff7dc;
}
.b-alfare-symptoms__block[data-type="gastro"] .b-alfare-symptoms__caption {
	color: #f28902;
}
.b-alfare-symptoms__block[data-type="gastro"] .b-alfare-symptoms__btn {
	background-color: #f28902;
}
.b-alfare-symptoms__block[data-type="gastro"] .button--white.b-alfare-symptoms__btn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #f28902;
}
.b-alfare-symptoms__block[data-type="gastro"] .b-alfare-symptoms__btn:hover,
.b-alfare-symptoms__block[data-type="gastro"] .button--white.b-alfare-symptoms__btn:hover {
	background-color: #27388a;
	color: #ffffff;
}

.b-alfare-symptoms__block[data-type="amino"] {
	background: #fce9e6;
}
.b-alfare-symptoms__block[data-type="amino"] .b-alfare-symptoms__caption {
	color: #e32719;
}
.b-alfare-symptoms__block[data-type="amino"] .b-alfare-symptoms__btn {
	background-color: #e32719;
}
.b-alfare-symptoms__block[data-type="amino"] .button--white.b-alfare-symptoms__btn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #e32719;
}
.b-alfare-symptoms__block[data-type="amino"] .b-alfare-symptoms__btn:hover,
.b-alfare-symptoms__block[data-type="amino"] .button--white.b-alfare-symptoms__btn:hover {
	background-color: #27388a;
	color: #ffffff;
}

.b-alfare-symptoms__block  .is-locked .b-product-club__button,
.b-alfare-symptoms__block  .is-locked .b-product-card__basket-controls {
	opacity: 0.5;
	pointer-events: none;
}
.b-alfare-symptoms__block .b-product-club__button.is-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.b-alfare-symptoms__block .b-product-club__button {
	border-radius: 28px;
	padding: 0 30px;
	font-size: 18px;
	line-height: 54px;
	max-width: 320px;
	margin: 0 auto;
	width: 100%;
	height: 56px;
}
.b-alfare-symptoms__block .button.b-product-club__button:hover {
	background-color: #27388a;
	border-color: #27388a;
	color: #ffffff;
}

.b-alfare-symptoms__block[data-type="allergy"] .b-product-club__button,
.b-alfare-symptoms__block[data-type="allergy"] .b-product-card__basket-controls {
	background-color: #e86da8;
}
.b-alfare-symptoms__block[data-type="gastro"] .b-product-club__button,
.b-alfare-symptoms__block[data-type="gastro"] .b-product-card__basket-controls {
	background-color: #f28902;
}
.b-alfare-symptoms__block[data-type="amino"] .b-product-club__button,
.b-alfare-symptoms__block[data-type="amino"] .b-product-card__basket-controls {
	background-color: #e32719;
}

.b-alfare-symptoms__block .b-product-card__basket-controls {
	max-width: 320px;
	color: white;
	border-radius: 28px;
	padding: 6px;
	margin: 0 auto;
}
.b-alfare-symptoms__block .b-product-card__basket-minus,
.b-alfare-symptoms__block .b-product-card__basket-plus {
	background: rgba(255, 255, 255, 0.4);
	width: 44px;
	height: 44px;
}
.b-alfare-symptoms__block .b-product-card__basket-minus:hover,
.b-alfare-symptoms__block .b-product-card__basket-plus:hover {
	background-color: rgba(255, 255, 255, 0.9);
}
.b-alfare-symptoms__block .b-product-card__basket-minus:before {
	background: linear-gradient(0deg, transparent 6px, #353535 6px, #353535 8px, transparent 8px);
}
.b-alfare-symptoms__block .b-product-card__basket-plus:before {
	background: linear-gradient(0deg,transparent 6px, #353535 6px, #353535 8px,transparent 8px), linear-gradient(90deg,transparent 6px, #353535 6px, #353535 8px,transparent 8px);
}
.b-alfare-symptoms__block .b-product-card__basket-count {
	font-size: 20px;
	line-height: 44px;
	color: #ffffff;
}



.b-alfare-top {
	position: relative;
	background: url('/new/static/brands/alfare/images/new/back.jpg') no-repeat left top;
	background-size: cover;
}
.b-alfare-top__wrapper {
	padding: 38px 40px;
	max-width: 1196px;
	margin: 0 auto;
	display: flex;

	min-height: 680px; /**/
}
.b-alfare-top__content {
	position:relative;
	width: 100%;
	margin-left: auto;
	max-width: 650px;
}
.b-alfare-top__content:before {
	content: '';
	position: absolute;
	left: calc(50% - 450px);
	bottom: -470px;
	width: 900px;
	height: 900px;
	background: rgba(255,255,255,0.75);
	border-radius: 50%;
}
.b-alfare-top__logo {
	margin: 0 auto 16px;
	width: 192px;
	font-size: 0;
	line-height: 1;
}
.b-alfare-top__logo img{
	display: block;
	max-width: 100%;
}
.b-alfare-top__title {
	font-size: 25px;
	line-height: 32px;
	letter-spacing: 0.006em;
	text-transform: uppercase;
	text-align: center;
	color: #1da8dd;
	max-width: 482px;
	margin: 0 auto 25px;
}
.b-alfare-top__products {
	display: flex;
	margin-bottom: 40px;
}
.b-alfare-top__product {
	position: relative;
	font-size: 0;
	line-height: 1;
	width: calc(100%/3);
}
.b-alfare-top__product img{
	display: block;
	max-width: 100%;
	transition: transform 0.134s;
}
.b-alfare-top__product:hover img {
	transform: scale(1.08);
}
.b-alfare-top__product:before {
	content: '';
	position:absolute;
	border-radius: 50%;
	opacity: 0.75;
	z-index: 2;
	transition: opacity 0.134s;
}
.b-alfare-top__product.alfare--gastro:before {
	left: calc(50% + 6px);
	bottom: -20px;
	width: 25px;
	height: 25px;
	background: #e5e17e;
}
.b-alfare-top__product.alfare--amino:before {
	left: calc(50% - 40px);
	bottom: 4px;
	width: 40px;
	height: 40px;
	background: #cfbbdb;
}
.b-alfare-top__product.alfare--allergy:before {
	left: calc(50% - 34px);
	bottom: -22px;
	width: 28px;
	height: 28px;
	background: #cbd4c0;
}
.b-alfare-top__product:after {
	content: '';
	position:absolute;
	left: calc(50% - 28px);
	bottom: -13px;
	width: 56px;
	height: 56px;
	background: url('/new/static/brands/alfare/images/new/icon-left.svg') no-repeat center center #f1f1f1;
	border-radius: 50%;
	transition: background-color 0.134s, bottom 0.134s;
	z-index: 3;
}
.b-alfare-top__product.alfare--gastro:after{
	background-color: #FF9825;
}
.b-alfare-top__product.alfare--amino:after{
	background-color: #F35E44;
}
.b-alfare-top__product.alfare--allergy:after{
	background-color: #FBAACA;
}
.b-alfare-top__product:hover:after{
	background-color: #27388A;
	bottom: -20px;
}
.b-alfare-top__product:hover:before{
	opacity: 0;
}
.b-alfare-top__legend{
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 0;
	text-align: center;
	color: #ff8300;
	margin-bottom: 19px;
	position: relative;
}
.b-alfare-top__controls {
	position: relative;
	display: flex;
	justify-content: center;
}
.button.b-alfare-top__btn {
	max-width: 218px;
	font-size: 19px;
	line-height: 54px;
	height: 56px;
	border-radius: 30px;
}
.b-alfare-top__mark {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.b-alfare-top__mobile {
	display: none;
}

@media screen and (max-width: 1239px) {
	.b-alfare-symptoms {
		padding: 0;
	}
	.b-alfare-symptoms__wrapper {
		padding: 81px 40px 66px;
		border-radius: 0;
	}
	.b-alfare-symptoms__tab {
		padding: 16px;
	}
	.b-alfare-symptoms__subtitle {
		font-size: 21px;
		line-height: 25px;
		max-width: 500px;
	}
	.b-alfare-symptoms__title {
		font-size: 36px;
		line-height: 40px;
	}

	.b-alfare-top {
		background-position: 20% center;
	}
	.b-alfare-top__wrapper {
		padding: 32px;
		min-height: 580px; /**/
	}
	.b-alfare-top__content {
		max-width: 580px;
	}
	.b-alfare-top__logo {
		margin-right: 145px;
	}
	.b-alfare-top__title {
		font-size: 21px;
		line-height: 26px;
		margin-right: 0;
	}
	.button.b-alfare-top__btn {
		max-width: 200px;
		line-height: 42px;
		height: 44px;
	}
	.b-alfare-top__legend {
		margin-bottom: 16px;
	}
	.b-alfare-top__content:before {
		left: calc(50% - 400px);
		bottom: -416px;
		width: 800px;
		height: 800px;
	}
	.b-alfare-top__product:hover img {
		transform: scale(1);
	}
}

@media screen and (max-width: 1023px) {
	.b-alfare-symptoms {
		padding: 0 40px;
	}
	.b-alfare-symptoms__wrapper {
		padding: 62px 30px 47px;
		border-radius: 40px;
	}
	.b-alfare-symptoms__row--top,
	.b-alfare-symptoms__row--middle {
		display: none;
	}
	.b-alfare-symptoms__row--bottom {
		flex-direction: column;
		gap: 16px;
	}
	.b-alfare-symptoms__stamp {
		left: calc(50% + 92px);
		top: 40px;
		width: 120px;
		height: 120px;
	}
	.b-alfare-symptoms__subtitle {
		max-width: 424px;
		text-align: left;
		margin-bottom: 56px;

		font-size: 19px;
		line-height: 25px;
	}
	.b-alfare-symptoms__subtitle span {
		display: block;
		max-width: 270px;
		letter-spacing: -0.008em;
	}
	.b-alfare-symptoms__title {
		font-size: 25px;
		line-height: 30px;
		max-width: 550px;
	}
	.b-alfare-symptoms__column {
		width: 100%;
		border-radius: 32px;
	}
	.b-alfare-symptoms__block {
		position: relative;
		display: none;
		margin-top: -7px;
		padding-bottom: 39px;
	}
	.b-alfare-symptoms__block:before {
		content: '';
		position: absolute;
		left: 32px;
		right: 32px;
		top: 0px;
		height: 1px;
		opacity: 0.2;
	}
	.b-alfare-symptoms__close {
		font-family: RotonBol,Arial,Helvetica,sans-serif;
		position: relative;
		font-size: 21px;
		line-height: 24px;
		letter-spacing: 0;
		padding: 32px 90px 32px 32px;
		min-height: 112px;
		display: block;
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	.b-alfare-symptoms__close:before {
		content: '';
		position: absolute;
		right: 32px;
		top: calc(50% - 15px);

		border-radius: 16px;
		width: 46px;
		height: 32px;
		background: currentColor;
	}
	.b-alfare-symptoms__close:after {
		content: '';
		position: absolute;
		right: 51px;
		top: calc(50% - 5px);

		width: 8px;
		height: 8px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		transform: rotate(45deg);
	}
	.b-alfare-symptoms__column[data-type="allergy"] {
		background: #FDF0F6;
	}
	.b-alfare-symptoms__column[data-type="gastro"] {
		background: #FFF7DC;
	}
	.b-alfare-symptoms__column[data-type="amino"] {
		background: #FCE9E6;
	}
	.b-alfare-symptoms__column[data-type="allergy"] .b-alfare-symptoms__close {
		color: #e86da8;
	}
	.b-alfare-symptoms__column[data-type="gastro"] .b-alfare-symptoms__close {
		color: #f28902;
	}
	.b-alfare-symptoms__column[data-type="amino"] .b-alfare-symptoms__close {
		color: #e32719;
	}
	.b-alfare-symptoms__column[data-type="allergy"] .b-alfare-symptoms__block:before {
		background: #e86da8;
	}
	.b-alfare-symptoms__column[data-type="gastro"] .b-alfare-symptoms__block:before {
		background: #f28902;
	}
	.b-alfare-symptoms__column[data-type="amino"] .b-alfare-symptoms__block:before {
		background: #e32719;
	}
	.b-alfare-symptoms__column input:checked ~ .b-alfare-symptoms__close:after {
		transform: rotate(-135deg);
		top: calc(50% - 1px);
	}
	.b-alfare-symptoms__column input:checked ~ .b-alfare-symptoms__block {
		display: block;
	}
	.b-alfare-symptoms__notice {
		font-size: 18px;
		line-height: 25px;
		padding: 3px 0;
	}
	.b-alfare-symptoms__legend {
		padding: 25px 0 34px;
	}
	.b-alfare-symptoms__tab {
		margin: 24px 0 58px;
		font-family: RotonReg,Arial,Helvetica,sans-serif;
		border-color: #ffffff;
		background: #ffffff;
	}
	.b-alfare-symptoms__tab:before {
		bottom: -28px;
	}
	.b-alfare-symptoms__tab:after {
		display: block;
		bottom: auto;
		top: -31px;
	}
	.b-alfare-symptoms__block:hover {
		box-shadow: none;
	}
	.b-alfare-symptoms__block:hover .b-alfare-symptoms__image img {
		transform: none;
	}
	.b-alfare-symptoms__block .b-alfare-symptoms__tab {
		display: block;
	}
	.b-alfare-symptoms__about {
		max-width: 470px;
		margin: 0 auto;
		min-height: auto;
		padding-bottom: 21px;
	}
	.button.b-alfare-symptoms__btn {
		max-width: 320px;
		margin: 0 auto;
	}

	.b-alfare-top {
		background-position: 25% center;
	}
	.b-alfare-top__wrapper {
		padding: 24px;
		min-height: 460px; /**/
	}
	.b-alfare-top__content {
		max-width: 470px;
	}
	.b-alfare-top__legend {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		z-index: 3;
	}
	.b-alfare-top__controls {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -70px;
		z-index: 3;
	}
	.b-alfare-top__product:after{
		left: calc(50% - 25px);
		width: 50px;
		height: 50px;
	}
	.b-alfare-top__content:before {
		left: calc(50% - 325px);
		bottom: -394px;
		width: 650px;
		height: 650px;
	}
	.b-alfare-top__title {
		max-width: 360px;
	}
	.b-alfare-top__logo {
		margin-right: 84px;
	}
	.b-alfare-top__mark {
		z-index: 3;
		bottom: -65px;
		right: auto;
		left: 16px;
	}
}

@media screen and (max-width: 767px) {
	.b-alfare-top__mobile {
		display: block;
		width: 100%;
	}
	.b-alfare-top__wrapper {
		padding: 8px 8px 36px;
		min-height: 0;
		margin-top: -78px;
	}
	.b-alfare-top__content {
		max-width: none;
		margin: 0;
	}
	.b-alfare-top {
		background: none;
	}
	.b-alfare-top__logo {
		margin: 0 auto 20px;
	}
	.b-alfare-top__title {
		max-width: 328px;
		margin: 0 auto 17px;
		font-size: 17px;
		line-height: 24px;
	}
	.b-alfare-top__content:before {
		display: none;
	}
	.b-alfare-top__product:after {
		left: calc(50% - 20px);
		bottom: -18px;
		width: 40px;
		height: 40px;
	}
	.b-alfare-top__product.alfare--gastro:before {
		left: calc(50% + 8px);
		bottom: -15px;
		width: 14px;
		height: 14px;
	}
	.b-alfare-top__product.alfare--amino:before {
		left: calc(50% - 24px);
		bottom: 2px;
		width: 22px;
		height: 22px;
	}
	.b-alfare-top__product.alfare--allergy:before {
		left: calc(50% - 26px);
		bottom: -16px;
		width: 16px;
		height: 16px;
	}

	.b-alfare-top__legend {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 83px;
	}
	.b-alfare-top__controls {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.button.b-alfare-top__btn {
		max-width: 174px;
		font-size: 17px;
	}
	.b-alfare-top__mark {
		bottom: 103px;
		width: 131px;
		left: calc(50% - 70px);
	}
}

@media screen and (max-width: 559px) {
	.b-alfare-symptoms {
		padding: 0;
	}
	.b-alfare-symptoms__wrapper {
		padding: 26px 16px 42px;
		border-radius: 40px;
	}
	.b-alfare-symptoms__stamp {
		left: calc(50% + 58px);
		top: -24px;
	}
	.b-alfare-symptoms__subtitle {
		padding: 0 16px;
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 26px;
	}
	.b-alfare-symptoms__subtitle span{
		max-width: 210px;
	}
	.b-alfare-symptoms__title {
		margin-bottom: 26px;
	}
	.b-alfare-symptoms__close {
		padding: 34px 100px 36px 32px;
		min-height: 118px;
	}
	.b-alfare-symptoms__notice {
		font-size: 16px;
		line-height: 22px;
	}
	.b-alfare-symptoms__row {
		margin-bottom: 22px;
	}
	.b-alfare-symptoms__row--bottom {
		gap: 8px;
	}
	.b-alfare-symptoms__legend {
		padding: 18px 0 36px;
		max-width: 250px;
		margin: 0 auto;
		font-size: 14px;
	}
	.b-alfare-symptoms__tab {
		border-radius: 24px;
		font-size: 16px;
		line-height: 22px;
		padding: 17px 12px;
	}
	.b-alfare-symptoms__caption {
		font-size: 25px;
		line-height: 30px;
	}

	.b-alfare-symptoms__image {
		min-height: 222px;
		margin-bottom: 13px;
	}
	.b-alfare-symptoms__image img {
		height: 206px;
	}
	.b-alfare-symptoms__image[data-type="allergy"]:before {
		background-size: contain;
		left: calc(50% - 143px);
		top: calc(50% - 137px);
		width: 295px;
		height: 275px;
	}
	.b-alfare-symptoms__image[data-type="gastro"]:before {
		background-size: contain;
		left: calc(50% - 144px);
		top: calc(50% - 134px);
		width: 288px;
		height: 284px;
	}
	.b-alfare-symptoms__image[data-type="amino"]:before {
		background-size: contain;
		left: calc(50% - 126px);
		top: calc(50% - 128px);
		width: 252px;
		height: 236px;
	}

	.b-alfare-symptoms__about {
		font-size: 16px;
		line-height: 22px;
	}
	.b-alfare-symptoms__about p{
		margin-bottom: 13px;
	}
	.b-alfare-symptoms__country {
		font-size: 14px;
	}
	.b-alfare-symptoms__controls {
		margin-top: 19px;
	}

	.button.b-alfare-symptoms__btn,
	.b-alfare-symptoms__block .b-product-club__button {
		font-size: 16px;
		line-height: 42px;
		height: 44px;
	}
	.b-alfare-symptoms__block .b-product-card__basket-controls {
		border-radius: 22px;
		padding: 4px;
	}
	.b-alfare-symptoms__block .b-product-card__basket-minus,
	.b-alfare-symptoms__block .b-product-card__basket-plus {
		background: rgba(255, 255, 255, 0.9);
		width: 36px;
		height: 36px;
	}
	.b-alfare-symptoms__block .b-product-card__basket-count {
		line-height: 36px;
	}
}
.NBLiveChat {
  position: fixed;
  right: 20px;
  bottom: 90px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 51;
  --dark-blue: #24346C;
  --green: #348E44;
  --gray-super-dark: #1E2E34;
  --gray-dark: #404040;
  --gray: #919399;
  --gray-middle: #818181;
  --gray-middle2: #989898;
  --gray-light: #BEBEBE;
  --gray-super-light: #E3E3E3;
  --gray-super-light2: #F1F1F1;
  --gray-super-light3: #E7E7E7;
  --gray-super-light4: #F2F2F2;
  --orange: #EF7A23;
  --orange-light: #F9AB5E;
  --orange-medium: #F08013;
  --blue-medium: #3E5ABC;
  --blue-dark: #24346C;
  --blue-dark2: #27388A;
  --green-light: #348E44;
  --green-hover: rgba(52, 142, 68, 0.8);
  --red: #F02432;
  --br: 20px; }
  @media (max-width: 767px) {
    .NBLiveChat {
      --br: 16px;
      /*right: 8px;
        bottom: 76px;
        &.visible {
            position: static;
        }*/ } }
  @media (max-width: 459px) {
    .NBLiveChat {
      right: 16px;
    }
  }
  .NBLiveChat * {
    box-sizing: border-box; }
  @media (max-width: 767px) {
    .NBLiveChat_isOpen {
      overflow: hidden; } }
  @media (max-width: 767px) {
    .NBLiveChat_isOpen body {
      overflow: hidden; } }
  .NBLiveChat.disabled form,
  .NBLiveChat.disabled .NBLiveChat__actions {
    opacity: 0.5;
    pointer-events: none; }
  .NBLiveChat__close {
    position: absolute;
    cursor: pointer;
    color: #fff;
    background: #ff8300;
    border-radius: 50%;
    right: -11px;
    top: -13px;
    width: 44px;
    height: 44px;
    transition: background 134ms;
    z-index: 5;
    /*@media ($phone) {
            left: auto;
            right: 14px;
            top: 16px;
            width: 16px;
            height: 16px;
            background: none;
            border: none;
            border-radius: 0;
            filter: none;
        }*/ }
    .NBLiveChat__close::before, .NBLiveChat__close::after {
      content: '';
      position: absolute;
      left: 12px;
      top: 21px;
      width: 20px;
      height: 2px;
      background: currentColor;
      transform: rotate(45deg);
      color: #fff;
      /*@media ($phone) {
                background: var(--white);
                left: 1px;
                top: 7px;
                width: 14px;
            }*/ }
    .NBLiveChat__close::after {
      transform: rotate(-45deg); }
  .NBLiveChat__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    @media (max-width: 459px) {
      .NBLiveChat__icon {
        display: none;
      }
    }
    .NBLiveChat__icon img {
      transform: scale(1.08); }
  .NBLiveChat__wrapper {
    position: absolute;
    bottom: -60px;
    right: 16px;
    height: calc(100vh - 32px);
    max-height: calc(75px + 463px + 109px); }
    @media (max-width: 767px) {
      .NBLiveChat__wrapper {
        bottom: -50px;
        height: calc(100vh - 16px - 90px);
        height: calc(100dvh - 16px - 90px);
        max-height: calc(61px + 463px + 48px); } }
    @media (max-width: 459px) {
      .NBLiveChat__wrapper {
        bottom: -10px;
        right: 0;
      }
    }
  .NBLiveChat__root {
    width: 375px;
    filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.2));
    background: var(--white);
    border-radius: var(--br);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 459px) {
      .NBLiveChat__root {
        width: calc(100vw - 32px);
      } 
    }
  .NBLiveChat__header {
    border-radius: var(--br) var(--br) 0px 0px;
    background: var(--dark-blue);
    padding: 16px 12px;
    display: grid;
    grid-template-areas: "avatar top"
 "avatar status";
    grid-template-columns: 1fr 100%;
    gap: 4px 8px;
    flex: none; }
  .NBLiveChat__avatar {
    grid-area: avatar;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: gray;
    background-size: contain; }
    @media (max-width: 767px) {
      .NBLiveChat__avatar {
        width: 28px;
        height: 28px; } }
    .NBLiveChat__avatar.hidden {
      width: 0; }
  .NBLiveChat__top {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    grid-area: top; }
    @media (max-width: 767px) {
      .NBLiveChat__top {
        font-size: 12px;
        line-height: 15px; } }
  .NBLiveChat__status {
    grid-area: status;
    color: var(--gray-light);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: baseline;
    gap: 4px; }
    @media (max-width: 767px) {
      .NBLiveChat__status {
        font-size: 10px;
        line-height: 10px; } }
    .NBLiveChat__status.online {
      color: var(--white); }
      .NBLiveChat__status.online:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background: var(--green); }
        @media (max-width: 767px) {
          .NBLiveChat__status.online:before {
            font-size: 6px;
            line-height: 6px; } }
    .NBLiveChat__status-typeing {
      display: flex;
      align-items: center;
      gap: 2px; }
      .NBLiveChat__status-typeing div {
        width: 2px;
        height: 2px;
        background: var(--white);
        border-radius: 50%;
        transform: scale(0);
        animation-name: preloader;
        animation-timing-function: linear;
        animation-duration: 2s;
        animation-iteration-count: infinite; }
        .NBLiveChat__status-typeing div:nth-child(1) {
          animation-delay: 0s; }
        .NBLiveChat__status-typeing div:nth-child(2) {
          animation-delay: 0.3s; }
        .NBLiveChat__status-typeing div:nth-child(3) {
          animation-delay: 0.6s; }
  .NBLiveChat__body {
    max-height: 463px;
    padding: 16px 12px;
    display: grid;
    grid-template-areas: "content"
 "actions";
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
    overflow-y: auto;
    gap: 24px;
    background: var(--white);
    flex-grow: 1; }
    .NBLiveChat__body::-webkit-scrollbar {
      width: 6px;
      height: 40px; }
    .NBLiveChat__body::-webkit-scrollbar-thumb {
      background: var(--green-hover);
      border-radius: 3px; }
    .NBLiveChat__body::-webkit-scrollbar-track {
      background: var(--gray-super-light2); }
    @media (max-width: 767px) {
      .NBLiveChat__body {
        padding: 12px 10px;
        gap: 12px; } }
  .NBLiveChat__content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    @media (max-width: 767px) {
      .NBLiveChat__content {
        gap: 4px; } }
  .NBLiveChat__message {
    display: grid;
    grid-template-areas: "empty1 top"
 "avatar text"
 "error text"
 "empty content";
    gap: 8px;
    grid-template-columns: 40px calc(100% - 48px);
    padding-right: 36px;
    max-width: 100%;
    animation: messageShow 0.2s ease-in-out 0s 1; }
    @media (max-width: 767px) {
      .NBLiveChat__message {
        gap: 4px;
        grid-template-columns: 40px calc(100% - 44px);
        padding-right: 0px; } }
    .NBLiveChat__message.processing .NBLiveChat__message-error {
      display: none; }
    .NBLiveChat__message.processing::after {
      content: '';
      grid-area: error;
      display: block;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid var(--gray-middle2);
      border-color: var(--gray-middle2) transparent var(--gray-middle2) transparent;
      animation: lds-dual-ring 1.2s linear infinite; }
    .NBLiveChat__message.unread .NBLiveChat__message-status svg path:nth-child(1) {
      opacity: 0; }
    .NBLiveChat__message--user {
      padding-right: 0px;
      padding-left: 36px;
      margin-left: auto;
      justify-items: end; }
      .NBLiveChat__message--user .NBLiveChat__message-data {
        background: var(--green);
        border-color: var(--green);
        color: var(--white); }
      .NBLiveChat__message--user .NBLiveChat__message-status {
        color: var(--white);
        opacity: 0.8; }
    .NBLiveChat__message-top {
      grid-area: top;
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      text-align: left;
      color: var(--gray-light); }
      @media (max-width: 767px) {
        .NBLiveChat__message-top {
          font-size: 10px;
          line-height: 10px; } }
    .NBLiveChat__message-avatar {
      grid-area: avatar;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background-color: var(--orange);
      background-image: url(/new/static/NBLiveChat/images/ico-agent.svg);
      background-position: 40% 30%;
      background-repeat: no-repeat;
      background-size: 46px; }
    .NBLiveChat__message-data {
      grid-area: text;
      padding: 8px 12px 4px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: left;
      border: 1px solid var(--gray-light);
      border-radius: 8px;
      width: -moz-fit-content;
      width: fit-content;
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-width: 100%;
      min-width: 90px; }
      @media (max-width: 767px) {
        .NBLiveChat__message-data {
          font-size: 14px;
          line-height: 18px; } }
      .NBLiveChat__message-data p {
        margin: unset;
        font-size: inherit;
        line-height: inherit; }
        .NBLiveChat__message-data p + p {
          margin-top: 8px; }
    .NBLiveChat__message-text {
      width: 100%;
      overflow: hidden; }
    .NBLiveChat__message-status {
      margin-top: 2px;
      font-weight: 400;
      font-size: 11px;
      line-height: 14px;
      text-align: right;
      color: var(--gray);
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 3px; }
    .NBLiveChat__message-content {
      grid-area: content;
      padding: 6px 10px;
      border: 1px solid var(--gray-super-light);
      border-radius: 8px;
      display: flex;
      flex-direction: column; }
    .NBLiveChat__message-attachment {
      border-radius: 5px;
      background-color: var(--orange-light);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 99px;
      padding: 10px;
      pointer-events: none; }
      .NBLiveChat__message-attachment div {
        overflow: hidden;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--white);
        text-overflow: ellipsis;
        white-space: nowrap; }
      .NBLiveChat__message-attachment.photo {
        height: auto;
        background: var(--white); }
        .NBLiveChat__message-attachment.photo img {
          max-width: 100%;
          width: 100%;
          height: auto; }
    .NBLiveChat__message a + a .NBLiveChat__message-result {
      border-top: 1px solid var(--gray-super-light); }
    .NBLiveChat__message-result {
      display: flex;
      gap: 8px;
      padding: 4px 0px; }
      .NBLiveChat__message-result_preview {
        width: 70px;
        height: 70px;
        flex-shrink: 0; }
        @media (max-width: 767px) {
          .NBLiveChat__message-result_preview {
            width: 48px;
            height: 48px; } }
        .NBLiveChat__message-result_preview img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .NBLiveChat__message-result_text {
        font-family: 'Arial';
        font-size: 16px;
        line-height: 1;
        color: var(--gray-dark); }
        @media (max-width: 767px) {
          .NBLiveChat__message-result_text {
            font-size: 12px;
            line-height: 16px; } }
    .NBLiveChat__message-error {
      grid-area: error;
      position: relative;
      display: flex;
      justify-content: flex-end; }
      .NBLiveChat__message-error_ico {
        width: 18px;
        height: 18px;
        border-radius: 9px;
        background: var(--red);
        cursor: pointer;
        font-size: 16px;
        color: var(--white);
        display: flex;
        align-items: flex-end;
        justify-content: center; }
        .NBLiveChat__message-error_ico:hover + .NBLiveChat__message-error_tooltipe {
          display: flex; }
        .NBLiveChat__message-error_ico::after {
          content: '';
          display: block;
          width: 100%;
          height: 10px;
          position: absolute;
          left: 0px;
          bottom: 100%; }
      .NBLiveChat__message-error_tooltipe {
        position: absolute;
        left: -12px;
        bottom: calc(100% + 8px);
        padding: 8px;
        border-radius: 5px;
        border: 1px solid var(--gray-super-light3);
        display: flex;
        flex-direction: column;
        gap: 2px;
        background: var(--white);
        width: -moz-max-content;
        width: max-content;
        display: none;
        animation: messageShow 0.2s ease-in-out 0s 1; }
        .NBLiveChat__message-error_tooltipe::after {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 4px;
          border-right: 1px solid var(--gray-super-light3);
          border-bottom: 1px solid var(--gray-super-light3);
          position: absolute;
          left: 15px;
          bottom: -6px;
          background: var(--white);
          transform: rotate(45deg); }
        .NBLiveChat__message-error_tooltipe:hover {
          display: flex; }
      .NBLiveChat__message-error_button {
        width: 100%;
        color: var(--gray-middle2);
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        cursor: pointer; }
        .NBLiveChat__message-error_button + .NBLiveChat__message-error_button {
          border-top: 1px solid var(--gray-super-light3); }
  .NBLiveChat__order-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
    cursor: pointer; }
    .NBLiveChat__order-item + .NBLiveChat__order-item {
      margin-top: 6px;
      padding-top: 7px; }
      .NBLiveChat__order-item + .NBLiveChat__order-item::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: var(--gray-super-light);
        position: absolute;
        left: 0;
        top: 0; }
  .NBLiveChat__order-number {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-dark); }
  .NBLiveChat__order-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-light); }
  .NBLiveChat__order-all {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--blue-medium); }
  .NBLiveChat__footer {
    border-top: 1px solid var(--gray-super-light);
    padding: 16px 12px;
    background: var(--white);
    border-radius: 0px 0px var(--br) var(--br);
    flex: none;
    margin-bottom: 0 !important; }
    .NBLiveChat__footer.disabled {
      pointer-events: none;
      display: none; }
    @media (max-width: 767px) {
      .NBLiveChat__footer {
        padding: 10px 8px;
        position: relative; } }
    .NBLiveChat__footer form {
      display: flex;
      flex-direction: column;
      gap: 8px; }
  .NBLiveChat__textarea {
    display: flex;
    align-items: center;
    gap: 4px; }
    @media (max-width: 767px) {
      .NBLiveChat__textarea {
        padding-left: 35px;
        height: 27px; } }
  .NBLiveChat__input {
    position: relative;
    width: calc(100% - 76px); }
    @media (max-width: 767px) {
      .NBLiveChat__input {
        width: calc(100% - 45px);
        height: 27px; } }
    .NBLiveChat__input .emoji-wysiwyg-editor {
      display: block !important; }
    .NBLiveChat__input .emoji-wysiwyg-editor,
    .NBLiveChat__input input {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      height: 44px;
      width: 100%;
      border: none;
      box-shadow: none;
      background: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: var(--gray-dark);
      padding: 0px 0px 0px 0px; }
      .NBLiveChat__input .emoji-wysiwyg-editor:empty,
      .NBLiveChat__input input:empty {
        line-height: 44px; }
        .NBLiveChat__input .emoji-wysiwyg-editor:empty::before,
        .NBLiveChat__input input:empty::before {
          pointer-events: none; }
      @media (max-width: 767px) {
        .NBLiveChat__input .emoji-wysiwyg-editor,
        .NBLiveChat__input input {
          height: 27px !important;
          min-height: 27px;
          font-size: 16px;
          line-height: 24px; }
          .NBLiveChat__input .emoji-wysiwyg-editor:empty,
          .NBLiveChat__input input:empty {
            line-height: 27px; }
          .NBLiveChat__input .emoji-wysiwyg-editor:focus,
          .NBLiveChat__input input:focus {
            height: 27px !important; }
          .NBLiveChat__input .emoji-wysiwyg-editor:not(:empty),
          .NBLiveChat__input input:not(:empty) {
            line-height: 27px; } }
      .NBLiveChat__input .emoji-wysiwyg-editor::-webkit-scrollbar,
      .NBLiveChat__input input::-webkit-scrollbar {
        width: 5px; }
      .NBLiveChat__input .emoji-wysiwyg-editor::-webkit-scrollbar-thumb,
      .NBLiveChat__input input::-webkit-scrollbar-thumb {
        background: #DBDBDB;
        border-radius: 3px; }
      .NBLiveChat__input .emoji-wysiwyg-editor::-webkit-scrollbar-track,
      .NBLiveChat__input input::-webkit-scrollbar-track {
        background: var(--gray-super-light2); }
      .NBLiveChat__input .emoji-wysiwyg-editor::-moz-placeholder, .NBLiveChat__input input::-moz-placeholder {
        font-weight: 400 !important;
        color: var(--gray);
        font-family: Arial, Helvetica, sans-serif !important; }
      .NBLiveChat__input .emoji-wysiwyg-editor::placeholder,
      .NBLiveChat__input input::placeholder {
        font-weight: 400 !important;
        color: var(--gray);
        font-family: Arial, Helvetica, sans-serif !important; }
    .NBLiveChat__input-clear {
      width: 24px;
      height: 24px;
      cursor: pointer;
      position: relative; }
      .NBLiveChat__input-clear::after, .NBLiveChat__input-clear::before {
        content: '';
        width: 16px;
        height: 2px;
        top: 10px;
        left: 4px;
        border-radius: 2px;
        position: absolute;
        transform: rotate(45deg);
        background: var(--gray); }
      .NBLiveChat__input-clear::before {
        transform: rotate(-45deg); }
      @media (max-width: 767px) {
        .NBLiveChat__input-clear {
          display: none !important; } }
    .NBLiveChat__input .emoji-menu {
      bottom: 100%;
      left: 0px;
      width: 283px;
      border: 1px solid var(--gray-super-light);
      border-radius: 8px; }
      .NBLiveChat__input .emoji-menu .emoji-items-wrap {
        overflow: auto; }
  .NBLiveChat__send {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    outline: none; }
    @media (max-width: 767px) {
      .NBLiveChat__send {
        height: 27px; } }
  .NBLiveChat__tools {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media (max-width: 767px) {
      .NBLiveChat__tools {
        position: absolute;
        left: 10px;
        bottom: 13px; }
        .NBLiveChat__tools .js-emodji {
          display: none; } }
    .NBLiveChat__tools-item {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: var(--gray-light); }
      .NBLiveChat__tools-item.active {
        color: var(--blue-dark); }
      .NBLiveChat__tools-item input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        background: transparent;
        cursor: pointer;
        border: none;
        font-size: 0;
        line-height: 0;
        height: auto;
        opacity: 0; }
  .NBLiveChat__actions {
    grid-area: actions;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .NBLiveChat__actions {
        gap: 8px 5px; } }
    .NBLiveChat__actions-item {
      cursor: pointer;
      padding: 6px 15px;
      border-radius: 26px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      width: auto;
      color: var(--green-light);
      border: 1px solid var(--green-light);
      animation: messageShow 0.2s ease-in-out 0s 1; }
      @media (max-width: 767px) {
        .NBLiveChat__actions-item {
          font-size: 14px;
          line-height: 16px;
          padding: 5px 10px; } }
      .NBLiveChat__actions-item:hover {
        background: var(--green-hover);
        color: var(--white);
        border-color: var(--green-hover); }
      .NBLiveChat__actions-item:active {
        background: var(--green-light);
        color: var(--white); }
    .NBLiveChat__actions-footer {
      width: 100%;
      display: flex;
      gap: 6px;
      justify-content: flex-end;
      align-items: center; }
      .NBLiveChat__actions-footer svg {
        cursor: pointer; }
        @media (max-width: 767px) {
          .NBLiveChat__actions-footer svg {
            height: 26px;
            width: auto; } }
    .NBLiveChat__actions-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      cursor: pointer;
      border: 1px solid var(--orange-medium);
      border-radius: 11px;
      position: relative; }
    .NBLiveChat__actions-descr {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 100%);
      color: #F08013; }
  .NBLiveChat__files {
    display: flex;
    gap: 8px;
    width: 100%; }
    @media (max-width: 767px) {
      .NBLiveChat__files {
        gap: 5px; } }
    .NBLiveChat__files-item {
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 51px;
      height: 44px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: var(--orange-light);
      position: relative; }
      .NBLiveChat__files-item.error {
        outline: 1px solid var(--red); }
      @media (max-width: 767px) {
        .NBLiveChat__files-item {
          width: 37px;
          height: 35px; } }
    .NBLiveChat__files-del {
      position: absolute;
      top: -2px;
      right: -4px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      cursor: pointer;
      background: var(--gray-dark); }
      @media (max-width: 767px) {
        .NBLiveChat__files-del {
          width: 8px;
          height: 8px; } }
      .NBLiveChat__files-del::before, .NBLiveChat__files-del::after {
        content: '';
        display: block;
        width: 6px;
        height: 1px;
        border-radius: 2px;
        background: var(--white);
        position: absolute;
        left: 3px;
        top: 5px;
        transform: rotate(45deg); }
        @media (max-width: 767px) {
          .NBLiveChat__files-del::before, .NBLiveChat__files-del::after {
            width: 4px; } }
      .NBLiveChat__files-del::after {
        transform: rotate(-45deg); }
    .NBLiveChat__files-text {
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      color: var(--white); }
    .NBLiveChat__files-error {
      position: absolute;
      left: 0;
      bottom: calc(100% + 5px);
      font-family: Arial;
      color: var(--red);
      font-size: 10px;
      line-height: 10px;
      text-align: left;
      background: var(--white); }
      @media (max-width: 767px) {
        .NBLiveChat__files-error {
          font-size: 6px;
          line-height: 9px; } }
  .NBLiveChat__dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(61, 61, 61, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br); }
    .NBLiveChat__dialog-block {
      border: 2px solid var(--gray-super-light3);
      background: var(--white);
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      text-align: center;
      width: 280px;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .NBLiveChat__dialog-block {
          width: 210px; } }
    .NBLiveChat__dialog-message {
      font-family: 'Arial';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 15px;
      color: var(--gray-middle2);
      padding: 15px 30px; }
      @media (max-width: 767px) {
        .NBLiveChat__dialog-message {
          font-size: 13px; } }
    .NBLiveChat__dialog-buttons {
      display: flex;
      align-items: center;
      border-top: 1px solid var(--gray-super-light); }
      .NBLiveChat__dialog-buttons :nth-child(1) {
        color: var(--blue-dark2); }
    .NBLiveChat__dialog-button {
      width: 100%;
      font-family: 'Arial';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: var(--gray-dark);
      cursor: pointer;
      padding: 5px 20px;
      height: 40px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .NBLiveChat__dialog-button {
          font-size: 13px;
          height: 30px; } }
      .NBLiveChat__dialog-button + .NBLiveChat__dialog-button {
        border-left: 1px solid var(--gray-super-light); }
  .NBLiveChat__review {
    grid-area: text;
    text-align: center; }
    .NBLiveChat__review.disabled {
      pointer-events: none; }
    .NBLiveChat__review-message {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      background: var(--gray-super-light4);
      padding: 10px 20px;
      border-radius: 9px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .NBLiveChat__review-message {
          padding: 6px 20px; } }
      .NBLiveChat__review-message_title {
        font-family: 'Arial';
        font-weight: 400;
        font-size: 12px;
        line-height: 16px; }
        @media (max-width: 767px) {
          .NBLiveChat__review-message_title {
            font-size: 8px;
            line-height: 9px; } }
    .NBLiveChat__review-stars {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row-reverse;
      gap: 0px; }
      .NBLiveChat__review-stars:hover .NBLiveChat__review-stars_item {
        color: var(--gray-super-light) !important; }
        .NBLiveChat__review-stars:hover .NBLiveChat__review-stars_item:hover {
          color: var(--blue) !important; }
          .NBLiveChat__review-stars:hover .NBLiveChat__review-stars_item:hover ~ .NBLiveChat__review-stars_item {
            color: var(--blue) !important; }
      .NBLiveChat__review-stars_item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 24px;
        color: var(--gray-super-light);
        cursor: pointer; }
        .NBLiveChat__review-stars_item svg {
          width: 100%;
          height: 100%; }
        @media (max-width: 767px) {
          .NBLiveChat__review-stars_item {
            width: 18px;
            height: 18px; } }
        .NBLiveChat__review-stars_item.active {
          color: var(--blue); }
          .NBLiveChat__review-stars_item.active ~ .NBLiveChat__review-stars_item {
            color: var(--blue); }
    .NBLiveChat__review-block {
      position: absolute;
      top: 75px;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--white);
      z-index: 2;
      flex-direction: column;
      gap: 25px;
      padding: 27px;
      opacity: 0;
      animation: messageShow 0.4s ease-in-out 1s 1;
      animation-fill-mode: forwards;
      border-radius: 0px 0px var(--br) var(--br);
      display: none; }
      @media (max-width: 767px) {
        .NBLiveChat__review-block {
          top: 49px; } }
      .NBLiveChat__review-block.active {
        display: flex; }
      .NBLiveChat__review-block_content form {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px; }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_content form {
            gap: 7px; } }
      .NBLiveChat__review-block_title {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 130%;
        color: var(--gray-dark); }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_title {
            font-size: 12px;
            line-height: 16px; } }
      .NBLiveChat__review-block_status {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        color: var(--gray-light); }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_status {
            font-size: 10px;
            line-height: 12px; } }
      .NBLiveChat__review-block_input textarea,
      .NBLiveChat__review-block_input input {
        border-radius: 20px;
        border: 1px solid var(--blue);
        padding: 0px 15px;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        color: var(--gray-middle);
        font-size: 14px;
        line-height: 130%;
        width: 260px;
        height: 40px; }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_input textarea,
          .NBLiveChat__review-block_input input {
            font-size: 10px;
            line-height: 15px;
            width: 232px;
            height: 25px;
            padding: 0px 6px; } }
      .NBLiveChat__review-block_input textarea {
        resize: none;
        height: 160px;
        padding: 15px; }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_input textarea {
            height: 100px; } }
      .NBLiveChat__review-block_buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 7px; }
    .NBLiveChat__review-success {
      display: flex;
      display: flex;
      align-items: flex-start;
      gap: 7px; }
      .NBLiveChat__review-success svg {
        flex-shrink: 0;
        width: 24px;
        height: auto; }
        @media (max-width: 767px) {
          .NBLiveChat__review-success svg {
            width: 16px; } }
  .NBLiveChat__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--blue);
    color: var(--white);
    cursor: pointer;
    font-family: 'Arial';
    font-weight: 700;
    width: 240px;
    height: 48px;
    font-size: 12px;
    line-height: 16px;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .NBLiveChat__btn {
        width: 186px;
        height: 34px;
        font-size: 12px;
        line-height: 16px; } }

.emoji-menu-tabs tr {
  display: flex;
  gap: 10px; }

@keyframes messageShow {
  0% {
    opacity: 0;
    transform: scale(0) translateY(10%); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0%); } }

@keyframes preloader {
  0% {
    transform: scale(0); }
  20% {
    transform: scale(1); }
  40% {
    transform: scale(0); }
  100% {
    transform: scale(0); } }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

