.clinutren {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.2;
	background: #2F257E;
}
.clinutren .b-reviews__box,
.clinutren .b-products {
	font-family: RotonReg,Arial,Helvetica,sans-serif;
}

.clinutren-head {
	width: 100%;
}
.clinutren-head__wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 390px 1fr 1fr 390px;
	grid-template-rows: auto;
}
.clinutren-head__image {
	grid-row: 1/3;
	max-height: 500px;
}
.clinutren-head__image--right {
	grid-column: 4/5;
}
.clinutren-head__image--big {
	display: none;
}
.clinutren-head__image img {
	width: 100%;
	height: auto
}
.clinutren-head__title {
	box-sizing: border-box;
	padding: 27px 10px 16px;
	grid-column: 2/4;
	grid-row: 1/2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	background: linear-gradient(180deg, #24487E 0%, #24487E 100%);
}
.clinutren-head__title h1 {
	font-size: 36px;
	letter-spacing: 0.03em;
	margin-bottom: 19px;
	color: #fff;
}
.clinutren-head__subtitle {
	font-size: 18px;
	letter-spacing: 0.07em;
}
.clinutren-head__product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	grid-column: 2/3;
	grid-row: 2/3;
	text-align: center;
	padding: 41px 0 32px;
	background: #F9A508;
	transition: all 0.3s ease-in-out;
}
.clinutren-head__product:hover {
	background-image: url(/new/static/brands/clinutren/images/93.png);
	background-size: cover;
	transform: scale(1.04);
	transform-origin: top center;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
}
.clinutren-head__product--right {
	grid-column: 3/4;
	grid-row: 2/3;
	background: #43AC3B;
}
.clinutren-head__age {
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	min-height: 30px;
	padding: 0 5px;
	width: 140px;
	margin: 0 auto;
	text-align: center;
	margin-top: 17px;
	/*margin-bottom: 31px;*/
}
.clinutren-head__product-image {
	margin-top: 18px;
	margin-bottom: 0;
}
.clinutren-head__product-image img {
	max-width: 269px;
	height: auto;
	width: 100%;
}
.clinutren-head__product--right .clinutren-head__product-image img {
	max-width: 193px;
}
.clinutren-head__link {
	position: relative;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px;
}
.clinutren-head__link a {
	color: #fff;
}

.clinutren__wrapper {
	max-width: 1130px;
	margin: 0 auto;
}

.clinutren-info {
	padding-top: 76px;
	padding-bottom: 34px;
	background-repeat: no-repeat;
	background-position: center bottom -180px;
	background-image: url('/new/static/brands/clinutren/images/bg-center.png');
}
.clinutren-info__title {
	font-size: 42px;
	line-height: 46px;
	text-align: center;
	margin: 0px auto 40px;
	color: #fff;
}
.clinutren-info__cards {
	display: flex;
	gap: 10px;
}
.clinutren-info__item {
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 1 calc((100% - 20px) / 3);
	/* min-height: 295px; */
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(169, 133, 65, 0.2);
	aspect-ratio: 1/0.7973;
	padding: 34px 0 20px;
}
.clinutren-info__item:last-child {
	margin-right: 0;
}
.clinutren-info__icon {
	margin-bottom: 26px;
}
.clinutren-info__text {
	max-width: 191px;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #335485;
}
.clinutren-info__image {
	margin-top: 63px;
	margin-bottom: 28px;
}
.clinutren-info__image img {
	margin: 0 -24px;
	max-width: calc(100% + 48px);
	height: auto;
}
.clinutren-info__image-mobile {
	display: none;
}

.clinutren-video {
	padding: 13px 0;
	background-color: #ffffff;
}
.clinutren-video__content {
	padding-top: 40px;
	padding-bottom: 45px;
}
.clinutren-video__cards {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 10px;
}
.clinutren-video__item {
	flex: 0 1 calc((100% - 10px * 3) / 4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 18px;
	aspect-ratio: 1/1.09092;
}
.clinutren-video__icon {
	margin-top: 22px;
	margin-bottom: 16px;
}
.clinutren-video__text {
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #335485;
	text-align: center;
	max-width: 120px;
	min-height: 48px;
}
.clinutren-video__player {
	width: 55%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #24487E 50%, #F9A508 50%);
}
.clinutren-video__player--mobile {
	display: none;
}
.clinutren-video__player-holder {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 461px;
	height: 259px;
	border-radius: 20px;
}

.b-reviews.b-reviews--brand-clinutren {
	background: #1A9EDD;
	padding: 92px 0 40px;
}
.b-reviews--brand-clinutren .b-reviews__row {
	margin-bottom: 31px;
}
.b-reviews--brand-clinutren .b-reviews__item {
	min-height: 308px;
}
.b-reviews--brand-clinutren .b-reviews__link {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	color: #20C1F4;
	font-size: 17px;
	margin-bottom: 11px;
}
.b-reviews--brand-clinutren .b-reviews__desc {
	color: #335485;
}
.b-reviews--brand-clinutren .b-reviews__title {
	font-size: 42px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.b-reviews--brand-clinutren .b-gallery__prev,
.b-reviews--brand-clinutren .b-gallery__next {
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #1A9EDD;
}
.b-reviews--brand-clinutren .b-gallery__next {
	right: -65px;
}
.b-reviews--brand-clinutren .b-gallery__prev {
	left: -65px;
}
.b-reviews--brand-clinutren .b-gallery__next::before {
	top: 14px;
	right: 16px;
}
.b-reviews--brand-clinutren .b-gallery__prev::before {
	top: 14px;
	left: 16px;
}

.b-reviews--brand-clinutren .b-gallery__dots {
	bottom: -24px;
}
.b-reviews--brand-clinutren .slick-dots li {
	margin: 0 6px 6px;
}
.b-reviews--brand-clinutren .slick-dots li button {
	background-color: #fff;
	width: 6px;
	height: 6px;
}
.b-reviews--brand-clinutren .slick-dots li button:hover {
	background-color: #27388a;
}
.b-reviews--brand-clinutren .slick-dots li.slick-active button,
.b-reviews--brand-clinutren .slick-dots li.slick-active button:hover {
	transform: scale(1.6667);
	background-color: #fff;
}

/*.page-content .b-product-fixed {
	bottom: 0;
	@media screen and (max-width: 459px) {
		bottom: 95px;
		z-index: 50;
	}
}*/

@media screen and (max-width: 1365px) {
	.clinutren-head__wrapper {
		grid-template-columns: 300px 1fr 1fr 300px;
	}
}

@media screen and (max-width: 1239px) {
	.clinutren__wrapper {
		max-width: 940px;
		padding: 0 20px;
	}
	.clinutren-info__image img {
		max-width: 100%;
		margin: 0;
	}
	.clinutren-info {
		background-position: center bottom -200px;
		background-size: 1240px auto;
	}
	.clinutren-info__title {
		font-size: 37px;
	}
	.b-reviews--brand-clinutren .b-reviews__title {
		font-size: 37px;
	}
	.b-reviews--brand-clinutren .b-gallery__next {
		right: -40px;
	}
	.b-reviews--brand-clinutren .b-gallery__prev {
		left: -40px;
	}
}

@media screen and (max-width: 1023px) {
	.clinutren {
		max-width: 100%;
		overflow: hidden;
	}
	.clinutren-head__image {
		display: none;
	}

	.clinutren-head__wrapper {
		grid-template-columns: 1fr 1fr;
	}

	.clinutren-head__title {
		grid-column: 1/3;
		font-size: 22px;
	}

	.clinutren-head__product {
		grid-column: 1/2;
	}

	.clinutren-head__product--right {
		grid-column: 2/2;
	}

	.clinutren-video__text {
		font-size: 18px;
		line-height: 20px;
		max-width: 100px;
	}

	.b-reviews.b-reviews--brand-clinutren {
		padding-top: 72px;
	}
}

@media screen and (max-width: 767px) {
	.clinutren-head__title h1{
		font-size: 36px;
		line-height: 42px;
	}

	.clinutren-info {
		padding-top: 60px;
		background: none;
	}

	.clinutren-info__image {
		position: relative;
	}

	.clinutren-info__title {
		font-size: 32px;
		line-height: 34px;
	}

	.clinutren-info__item {
		padding: 20px 0;
	}

	.clinutren-video__item {
		flex-basis: calc((100% - 10px) / 2);
	}

	.clinutren-video__content {
		padding: 0 0 40px;
		position: relative;
		z-index: 2;
	}

	.clinutren__wrapper {
		max-width: 560px;
		padding: 0 16px;
	}

	.clinutren-info__cards {
		flex-direction: column;
		position: relative;
		z-index: 2;
	}

	.clinutren-info__item {
		flex: 0 1 100%;
		flex-direction: row;
		aspect-ratio: 1/0.3;
		justify-content: center;
	}

	.clinutren-info__text {
		text-align: left;
		margin-left: 25px;
	}

	.clinutren-info__icon {
		margin-bottom: 0;
	}

	.clinutren-info__image-desktop {
		display: none;
	}

	.clinutren-info__image-mobile {
		display: block;
		width: 100%;
	}

	.b-reviews.b-reviews--brand-clinutren {
		padding-top: 54px;
	}
	.b-reviews--brand-clinutren .b-reviews__title {
		font-size: 32px;
		line-height: 34px;
	}
	.b-reviews--brand-clinutren .b-reviews__link {
		margin-bottom: 0;
	}
	.b-reviews--brand-clinutren .b-reviews__item {
		min-height: 0;
	}
	.b-reviews--brand-clinutren .b-reviews__row {
		margin-bottom: 16px;
	}
	.b-reviews--brand-clinutren .b-gallery__dots {
		bottom: -17px;
	}
	.b-reviews--brand-clinutren .slick-dots li {
		margin: 0 4px 5px;
	}
	.b-reviews--brand-clinutren .slick-dots li button {
		width: 4px;
		height: 4px;
	}
	.b-reviews--brand-clinutren .slick-dots li.slick-active button,
	.b-reviews--brand-clinutren .slick-dots li.slick-active button:hover {
		transform: scale(1.5);
	}
}

@media screen and  (max-width: 559px) {
	.clinutren-head__title {
		padding: 22px 16px 26px;
	}
	.clinutren-head__title h1 {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 16px;
	}

	.clinutren-head__subtitle {
		font-size: 18px;
		line-height: 22px;
		font-weight: 500;
	}

	.clinutren-head__product {
		padding: 17px 14px;
	}

	.clinutren-head__product-image {
		margin-top: 9px;
		margin-bottom: 9px;
	}

	.clinutren-head__link {
		font-size: 16px;
		line-height: 18px;
	}

	.clinutren-head__link::after {
		background-size: contain;
		height: 16px;
		width: 5px;
		margin-left: 2px;
	}

	.clinutren__wrapper {
		max-width: calc(100% - 40px);
		padding: 0;
	}

	.clinutren-info__title {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 26px;
	}

	.clinutren-info__text {
		font-size: 18px;
		line-height: 22px;
		margin-left: 5px;
	}

	.clinutren-info__cards {
		align-items: center;
	}

	.clinutren-info__item {
		aspect-ratio: 1/0.35;
		padding: 8px 10px;
		max-width: 320px;
		width: 100%;
	}

	.clinutren-info__icon {
		width: 75px;
		flex: none;
	}

	.clinutren-info__icon img {
		width: 75%;
		display: block;
		margin: 0 auto;
	}

	.clinutren-info__image {
		margin-top: 30px;
		margin-bottom: 22px;
	}


	.clinutren-info__image img {
		max-width: 100%;
		margin: 0 auto;
	}

	.clinutren-video__cards {
		gap: 15px;
		justify-content: center;
	}

	.clinutren-video__item {
		flex-direction: row;
		justify-content: flex-start;
		flex-basis: 100%;
		aspect-ratio: 1/0.35;
		padding: 10px 10px;
		max-width: 320px;
	}

	.clinutren-video__icon {
		margin-top: 0;
		margin-bottom: 0;
		width: 100px;
		flex: none;
	}

	.clinutren-video__icon img {
		width: 75%;
		display: block;
		margin: 0 auto;
	}

	.clinutren-video__text {
		margin-left: 7px;
		max-width: 150px;
		font-size: 16px;
		min-height: auto;
	}

	.clinutren-info {
		padding-top: 30px;
		padding-bottom: 3px;
	}

	.b-reviews.b-reviews--brand-clinutren {
		padding-top: 32px;
	}

	.b-reviews--brand-clinutren .b-reviews__title {
		font-size: 25px;
		line-height: 28px;
	}

}


.clinutren--junior {
	background-repeat: no-repeat, no-repeat;
	background-position: center top 498px, center top 45%;
	background-image: url("/new/static/products/clinutren-junior/images/bg-center.png"), url("/new/static/products/clinutren-junior/images/blue-shadow.png");
}
.clinutren--junior .clinutren-head__wrapper {
	grid-template-columns: 500px 1fr 1fr 500px;
}
.clinutren--junior .clinutren-head__image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.clinutren--junior .clinutren-head__image--right img:nth-child(1) {
	display: block;
}
.clinutren--junior .clinutren-head__image--right img:nth-child(2) {
	display: none;
}
.clinutren--junior .clinutren-head__title {
	background-color: #F9A708;
	background-image: url(/new/static/products/clinutren-junior/images/93.png);
	background-size: cover;
	padding-bottom: 25px;
	border-radius: 0 0 18px 18px;
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
}
.clinutren--junior .clinutren-head__title h1 {
	color: #27388a;
}
.clinutren--junior .clinutren-head__product,
.clinutren--junior .clinutren-head__product:hover {
	justify-content: center;
	align-items: center;
	cursor: default;
	padding: 0;
	grid-column: none;
	grid-row: none;
	background: none;
	transition: none;
	transform: none;
	box-shadow: none;
}
.clinutren--junior .clinutren-head__product-image {
	width: 100%;
	margin: 0;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
}
.clinutren--junior .clinutren-head__product-image img {
	max-width: 394px;
	width: 90%;
}
.clinutren--junior .clinutren-info {
	background: none;
	padding-bottom: 0;
}
.clinutren--junior .clinutren-video {
	background: url("/new/static/products/clinutren-junior/images/lightning-bg-2.png"), #2F257E;
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 252px;
	padding-bottom: 35px;
}


.clinutren-structure {
	max-width: 100%;
	overflow: hidden;
}
.clinutren-structure__product {
	max-width: 100%;
	margin-left: 0;
	display: flex;
}
.clinutren-structure__image {
	width: 37.7%;
	display: flex;
	padding-top: 19px;
}
.clinutren-structure__image img {
	max-width: 388px;
	margin-left: -2px;
}
.clinutren-structure__basic {
	width: 62.3%;
	padding: 0 5.6%;
}
.clinutren-structure__title {
	background: url('/new/static/products/clinutren-junior/images/title-bg.png') no-repeat left top;
	margin: 35px 0 21px -41px;
	width: 443px;
	height: 98px;
	font-size: 28px;
	line-height: 94px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
.clinutren-structure__image--mobile {
	display: none;
}
.clinutren-structure__components {
	width: 100%;
	display: flex;
	margin-bottom: 46px;
}
.clinutren-structure__item {
	width: calc(50% - 10px);
	background: #fff;
	padding: 19px 20px 25px 26px;
	margin-right: 20px;
	border-radius: 18px;
}
.clinutren-structure__item:last-child {
	margin-right: 0px;
}
.clinutren-structure__percent {
	font-size: 62px;
	line-height: 1.15;
	letter-spacing: 0.05em;
	color: #F68B1F;
	margin-bottom: 5px;
}
.clinutren-structure__component {
	font-size: 22px;
	line-height: 24px;
	color: #335485;
	letter-spacing: 0;
}
.clinutren-structure__check {
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 0.027em;
	color: #FFFFFF;
	position: relative;
	margin-left: 44px;
}
.clinutren-structure__check::before {
	content: "";
	position: absolute;
	left: -44px;
	top: 3px;
	width: 30px;
	height: 26px;
	background: url('/new/static/products/clinutren-junior/images/check.png') center no-repeat;
}
.clinutren-structure__property {
	margin-top: 17px;
}
.clinutren-structure__property-title {
	background: url('/new/static/products/clinutren-junior/images/title-bg-2.png') no-repeat center center;
	width: 676px;
	height: 96px;
	position: absolute;
	top: -78px;
	left: -41px;
	font-size: 29px;
	line-height: 82px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	padding: 14px 16px 0 0;
}
.clinutren-structure__benefit {
	position: relative;
	margin-top: 138px;
	border-radius: 18px;
	background: #fff;
	display: flex;
	padding: 38px 67px 38px;
	align-items: center;
	justify-content: space-between;
}
.clinutren-structure__benefit-item {
	width: 45%;
	padding-bottom: 6px;
}
.clinutren-structure__benefit-item--right {
	display: flex;
	width: 46%;
	padding: 8px 0 0 8px;
}
.clinutren-structure__benefit-title {
	font-size: 38px;
	line-height: 1.26;
	color: #F68B1F;
}
.clinutren-structure__benefit-text {
	font-size: 22px;
	line-height: 30px;
	color: #335485;
	margin: 24px 0 25px 0;
}
.clinutren-structure__benefit-sup {
	font-size: 100%;
	vertical-align: text-top;
}
.clinutren-structure__benefit-item--right .clinutren-structure__benefit-text {
	margin: auto 0 auto 36px;
}
.clinutren-structure__benefit-line {
	box-sizing: border-box;
	border-radius: 20px;
	background: #ececec;
	width: 9px;
	height: 233px;
}
.clinutren-structure__vitamin-scroll {
	max-width: 1130px;
	margin: 0 auto;
	padding-top: 93px;
	padding-bottom: 43px;
}
.clinutren-structure__vitamin {
	position: relative;
	width: calc(100% - 245px);
	margin-left: auto;
	margin-top: 93px;
}
.clinutren-structure__vitamin-image {
	position: absolute;
	left: -220px;
	top: 100px;
}
.clinutren-structure__vitamin-title {
	width: 686px;
	height: 66px;
	font-size: 29px;
	line-height: 66px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background: url("/new/static/products/clinutren-junior/images/title-bg-3.png") no-repeat center center;
	position: absolute;
	top: -12px;
	left: -11px;
	padding: 0 8px 0 0;
}
.clinutren-structure__fats-title {
	color: #FFF;
	font-size: 29px;
	line-height: 78px;
	text-transform: uppercase;
	background: url("/new/static/products/clinutren-junior/images/title-bg-4.png") no-repeat center center;
	width: 728px;
	height: 82px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	left: 29px;
	padding: 4px 0 0 4px;
}
.clinutren-structure__vitamin-items {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 245px);
	margin-left: auto;
}
.clinutren-structure__vitamin-item {
	font-size: 18px;
	letter-spacing: 0.11em;
	color: #FFFFFF;
	min-height: 40px;
	border-radius: 40px;
	padding: 9px 28px 7px;
	margin-bottom: 11px;
	margin-right: 10px;
	border: 1px solid rgba(255, 255, 255, 0.40);
}
.clinutren-structure__fats {
	margin-top: 34px;
	text-align: center;
	padding-bottom: 64px;
}
.clinutren-structure__fats-items {
	display: flex;
	padding-top: 36px;
}
.clinutren-structure__fats-items.fats-items-center {
	justify-content: center;
}
.clinutren-structure__fats-item-title {
	color: #F68B1F;
	font-size: 27px;
	letter-spacing: 1.3px;
	padding-bottom: 20px;
}
.clinutren-structure__fats-text {
	color: #335485;
	font-size: 16px;
	line-height: 24px;
}
.clinutren-structure__fats-item {
	text-align: left;
	background: #fff;
	padding: 38px 30px 42px 30px;
	margin-right: 10px;
	width: calc(33.33% - 7px);
	border-radius: 18px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-height: 172px;
}
.clinutren-structure__fats-items.fats-items-center .clinutren-structure__fats-desc {
	width: 100%;
	text-align: center;
}
.clinutren-structure__fats-item:last-child {
	margin-right: 0;
}
.clinutren-structure__fats-name {
	font-size: 26px;
	line-height: 1.15;
	letter-spacing: 0.05em;
	color: #F68B1F;
	margin-bottom: 21px;
}
.clinutren-structure__fats-desc {
	width: 80%;
	font-size: 16px;
	line-height: 1.5;
	color: #335485;
}
.clinutren-structure__benefit-image {
	display: inline-block;
}
.clinutren-structure__benefit-image img {
	border-radius: 0px 18px 18px 0px;
	display: block;
}
.clinutren-structure__benefit-item-row {
	color: #335485;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0.026em;
	padding: 12px 0 5px 34px;
	position: relative;
	max-width: 300px;
}
.clinutren-structure__benefit-item-row:before {
	display: block;
	width: 23px;
	height: 23px;
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	top: 15px;
	left: 0;
}
.clinutren-structure__benefit-item-row--1:before {
	background-image: url("/new/static/products/clinutren-junior/images/hex-blue.svg");

}
.clinutren-structure__benefit-item-row--2:before {
	background-image: url("/new/static/products/clinutren-junior/images/hex-orange.svg");

}
.clinutren-structure__benefit-item-row--3:before {
	background-image: url("/new/static/products/clinutren-junior/images/hex-green.svg");

}


.clinutren-cook {
	background-repeat: no-repeat;
	padding-top: 236px;
	background-image: url("/new/static/products/clinutren-junior/images/lightning-bg.png");
	background-position: top center;
	background-size: 100%;
	padding-bottom: 90px;
}
.clinutren-cook__title {
	font-size: 42px;
	line-height: 46px;
	text-align: center;
	color: #335485;
	margin-bottom: 8px;
}
.clinutren-cook__manual {
	display: flex;
	margin-top: 59px;
	margin-bottom: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e6e6e6;
	justify-content: center;
}
.clinutren-cook__manual-item {
	width: 27%;
}
.clinutren-cook__manual-img {
	width: 90%;
	margin-bottom: 34px;
	text-align: center;
}
.clinutren-cook__manual-text {
	width: 70%;
	margin: 0 auto;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
	color: #335485;
}
.clinutren-cook__subtitle {
	margin-top: 5px;
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: 0;
	text-align: center;
	color: #F68B1F;
}
.clinutren-cook__banner {
	display: flex;
	margin-top: 44px;
}
.clinutren-cook__banner-left {
	box-sizing: border-box;
	background: linear-gradient(180deg, #24487E 0%, #5381C7 100%);
	padding: 20px;
	width: 50%;
	max-height: 309px;
}
.clinutren-cook__banner-inner {
	padding: 30px 24px 15px;
	box-sizing: border-box;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.clinutren-cook__banner-product {
	max-width: 42%;
}
.clinutren-cook__banner-product img {
	max-width: 100%;
}
.clinutren-cook__banner-text {
	margin-top: -7px;
	margin-left: -4px;
	font-size: 27px;
	line-height: 1.1;
	color: #FFFFFF;
}
.clinutren-cook__banner-right {
	width: 50%;
}
.clinutren-cook__banner-right img {
	max-width: 100%;
}


.clinutren-tastes {
	padding: 275px 0 0 0;
	background: url("/new/static/products/clinutren-junior/images/lightning-bg.png"), linear-gradient(transparent 50%, #ffffff 50%);
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}
.clinutren-tastes__wrapper {
	display: flex;
}
.clinutren-tastes__item {
	display: block;
	width: calc(33.33% - 6.66px);
	text-align: center;
	background-image: url("/new/static/products/clinutren-junior/images/tastes-item-bg.png");
	margin-right: 10px;
	padding: 48px 15px 51px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 18px;
	color: #ffffff;
}
.clinutren-tastes__item:nth-child(1) img {
	width: 156px;
	left: calc(50% - 156px);
}
.clinutren-tastes__item:nth-child(2) img {
	width: 140px;
	left: calc(50% - 187px);
	top: -1px;
}
.clinutren-tastes__item:nth-child(3) img {
	width: 141px;
	left: calc(50% - 194px);
}
.clinutren-tastes__item:last-child {
	margin-right: 0;
}
.clinutren-tastes__image {
	font-size: 0;
	line-height: 1;
	height: 307px;
}
.clinutren-tastes__image img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.clinutren-tastes__item img {
	transform: scale(1);
	transition: all .3s;
}
.clinutren-tastes__item:hover img {
	transform: scale(1.1);
}
.clinutren-tastes__title {
	font-size: 26px;
	line-height: 1.15;
	color: #ffffff;
	letter-spacing: 0.025em;
}
.clinutren-tastes__strawberry {
	color: #F94D04;
}
.clinutren-tastes__vanila {
	color: #ffbd26;
}
.clinutren-tastes__chocolad {
	color: #e26d4b;
}


/* liquid */
.clinutren--resource {
	background-position: center top 498px, center top 60%;
}
.clinutren--resource .clinutren-head__product-image img {
	max-width: 364px;
}
.clinutren--resource .clinutren-head__title {
	background-color: #4AAF42;
	padding-bottom: 22px;
}
.clinutren--resource .clinutren-head__age {
	margin-bottom: 27px;
}

.clinutren--resource .clinutren-structure__image {
	padding-top: 58px;
}
.clinutren--resource .clinutren-structure__image img {
	max-width: 385px;
	margin-left: 0px;
}

.clinutren--resource .clinutren-structure__property {
	margin-top: 139px;
	position: relative;
}
.clinutren--resource .clinutren-structure__benefit {
	padding: 0 0 0 72px;
}
.clinutren--resource .clinutren-structure__benefit-title {
	font-size: 40px;
	letter-spacing: 0;
}
.clinutren--resource .clinutren-structure__benefit-text {
	width: 85%;
	margin: 26px 0 2px 0;
	letter-spacing: 0;
}

.clinutren--resource .clinutren-structure__vitamin-scroll {
	padding-bottom: 25px;
}

.clinutren--resource .clinutren-video {
	background: #ffffff;
	padding-top: 39px;
	padding-bottom: 35px;
	border-bottom: 1px solid #fafafa;
}
.clinutren--resource .clinutren-video__item {
	border: 2px solid #335485;
}


/* /liquid */
/* adaptive */

@media screen and (max-width: 1499px) {
	.clinutren--junior .clinutren-head__wrapper {
		grid-template-columns: 390px 1fr 1fr 390px;
	}
	.clinutren--junior .clinutren-head__image--right img:nth-child(1) {
		display: none;
	}
	.clinutren--junior .clinutren-head__image--right img:nth-child(2) {
		display: block;
	}
	.clinutren--junior .clinutren-head__title {
		max-width: none;
	}
}

@media screen and (max-width: 1365px) {  }

@media screen and (max-width: 1239px) {
	.clinutren--junior {
		background-position: center top 476px, center top 62%;
		background-size: 1240px auto, auto auto;
	}
	.clinutren--junior .clinutren-head__wrapper {
		grid-template-columns: 300px 1fr 1fr 300px;
	}

	.clinutren-structure__image {
		display: flex;
		align-self: center;
		padding-top: 50px
	}
	.clinutren-structure__image img {
		max-height: 360px;
	}
	.clinutren-structure__basic {
		padding: 0 0 0 20px;
	}
	.clinutren-structure__percent {
		letter-spacing: 0.01em;
	}
	.clinutren-structure__vitamin {
		width: 100%;
	}
	.clinutren-structure__vitamin-image {
		display: none;
	}
	.clinutren-structure__vitamin-scroll {
		max-width: 940px;
		padding: 93px 20px 43px;
	}
	.clinutren-structure__vitamin-items {
		width: 100%;
	}
	.clinutren-structure__fats-title{
		margin-left: 0;
		padding: 0;
		left: -25px;
	}
	.clinutren-structure__fats-item-title {
		font-size: 24px;
	}
	.clinutren-cook__manual-item {
		width: 33.33%;
	}

	.clinutren-tastes {
		padding-top: 250px;
	}
	.clinutren-tastes__item:nth-child(1) img {
		left: calc(50% - 116px);
	}
	.clinutren-tastes__item:nth-child(2) img {
		left: calc(50% - 148px);
	}
	.clinutren-tastes__item:nth-child(3) img {
		left: calc(50% - 152px);
	}

	.clinutren--resource {
		background-position: center top 476px, center top 60%;
	}
	.clinutren--resource .clinutren-structure__image {
		padding-top: 50px;
	}
	.clinutren--resource .clinutren-structure__image img {
		max-width: 95%;
	}
	.clinutren--resource .clinutren-structure__benefit {
		padding: 0 0 0 40px;
	}
	.clinutren--resource .clinutren-structure__benefit img {
		max-width: 100%;
	}
	.clinutren--resource .clinutren-structure__benefit-image {
		display: block;
		width: 55%;
	}
	.clinutren--resource .clinutren-structure__benefit-text {
		margin: 10px 0 0 0;
	}

}

@media screen and (max-width: 1023px) {
	.clinutren--junior {
		background-position: center top 510px, center top 62%;
	}
	.clinutren--junior .clinutren-head__wrapper {
		grid-template-columns: 1fr 1fr;
	}
	.clinutren--junior .clinutren-head__title {
		border-radius: 0;
	}
	.clinutren--junior .clinutren-video {
		padding-top: 180px;
	}

	.clinutren-structure__components {
		flex-direction: column;
		margin-bottom: 26px;
		gap: 20px;
		max-width: 340px;
	}
	.clinutren-structure__image {
		padding-top: 0;
		width: 46%;
	}
	.clinutren-structure__basic {
		width: 54%;
	}
	.clinutren-structure__check {
		margin-left: -44%;
	}
	.clinutren-structure__item {
		width: 100%;
		margin: 0;
	}

	.clinutren-structure__property-title {
		left: -22px;
	}

	.clinutren-structure__benefit {
		padding: 38px;
	}
	.clinutren-structure__benefit-item {
		width: 44%;
	}
	.clinutren-structure__benefit-item--right {
		width: 53%;
		padding: 0;
	}
	.clinutren-structure__benefit-line {
		display: none;
	}
	.clinutren-structure__benefit-image {
		display: flex;
		align-items: center;
		width: 56%;
	}

	.clinutren-structure__fats {
		text-align: left;
		margin-top: 8px;
	}
	.clinutren-structure__fats-items {
		flex-direction: column;
		padding-top: 30px;
	}
	.clinutren-structure__fats-item {
		padding: 30px 30px 35px;
		margin-right: 0;
		width: 100%;
		min-height: 0;
		margin-bottom: 20px;
	}
	.clinutren-structure__fats-item:last-child {
		margin-bottom: 0px;
	}
	.clinutren-structure__fats-item-title {
		padding-bottom: 8px;
	}

	.clinutren-cook {
		padding-top: 180px;
		padding-bottom: 60px;
	}
	.clinutren-cook__title {
		font-size: 35px;
	}
	.clinutren-cook__subtitle {
		font-size: 23px;
	}
	.clinutren-cook__manual-text {
		font-size: 20px;
	}


	.clinutren--resource .clinutren-structure__image {
		padding-top: 0;
	}
	.clinutren--resource .clinutren-video {
		padding: 10px 0;
	}

	.clinutren--resource .clinutren-structure__benefit-title {
		font-size: 28px;
	}
	.clinutren--resource .clinutren-structure__benefit-text {
		font-size: 18px;
	}

	.clinutren-tastes {
		padding-top: 200px;
	}
	.clinutren-tastes__item:nth-child(1) img,
	.clinutren-tastes__item:nth-child(2) img,
	.clinutren-tastes__item:nth-child(3) img {
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	.clinutren--junior {
		background-position: center top 500px, center top 62%;
	}

	.clinutren-structure__image {
		display: none;
	}
	.clinutren-structure__basic {
		width: 100%;
		padding: 0;
	}
	.clinutren-structure__title {
		margin: 0 auto 21px;
	}
	.clinutren-structure__components {
		flex-direction: row;
		max-width: none;
		gap: 16px;
	}
	.clinutren-structure__check {
		margin-left: 48px;
		font-size: 26px;
		line-height: 30px;
	}
	.clinutren-structure__item {
		padding: 20px 20px 25px;
	}
	.clinutren-structure__property-title {
		background-size: contain;
		font-size: 26px;
		width: 600px;
		height: 86px;
		line-height: 68px;
		padding: 12px 6px 0 0;
		top: -64px;
	}
	.clinutren-structure__benefit{
		flex-direction: column;
		gap: 16px;
	}
	.clinutren-structure__benefit-item,
	.clinutren-structure__benefit-item--right{
		width: 100%;
	}
	.clinutren-structure__benefit-item-row {
		max-width: none;
	}
	.clinutren-structure__vitamin-title {
		background-size: contain;
		font-size: 24px;
		width: 578px;
		height: 58px;
		line-height: 56px;
		padding: 0;
	}
	.clinutren-structure__vitamin-scroll {
		padding: 74px 20px 46px;
	}
	.clinutren-structure__vitamin-item {
		font-size: 17px;
	}

	.clinutren-structure__fats {
		margin-top: 0;
	}
	.clinutren-structure__fats-title {
		background-size: contain;
		font-size: 24px;
		width: 578px;
		height: 68px;
		line-height: 56px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		padding: 5px 20px 0 0;
		margin: 0;
	}

	.clinutren-cook__title {
		font-size: 30px;
		line-height: 32px;
	}
	.clinutren-cook__subtitle {
		font-size: 20px;
		max-width: 400px;
		margin: 5px auto 0;
	}

	.clinutren-cook__manual {
		flex-direction: column;
		align-items: center;
		gap: 32px;
		margin: 40px 0;
	}
	.clinutren-cook__manual-item {
		width: 100%;
		max-width: 400px;
		display: flex;
		align-items: center;
		gap: 16px;
	}
	.clinutren-cook__manual-img {
		width: 130px;
		flex: none;
		margin-bottom: 0;
	}
	.clinutren-cook__manual-text {
		flex-grow: 1;
		width: auto;
		text-align: left;
	}

	.clinutren-structure__property-title {
		left: 50%;
		transform: translateX(-50%);
	}
	.clinutren-structure__vitamin-title {
		left: 50%;
		transform: translateX(-50%);
	}

	.clinutren-structure__image--mobile {
		display: block;
		background: url(/new/static/products/clinutren-junior/images/white-shadow.png) center no-repeat;
		background-size: contain;
		text-align: center;
		position: relative;
		top: -12px;
	}
	.clinutren-structure__image--mobile img {
		max-height: 282px;
	}

	.clinutren-structure__benefit-image {
		width: 100%;
	}
	.clinutren-structure__benefit-image img {
		border-radius: 18px;
	}

	.clinutren-tastes {
		padding-top: 160px;
	}
	.clinutren-tastes__item {
		padding: 27px 10px;
	}

	.clinutren--resource .clinutren-video {
		padding: 50px 0 20px;
	}
	.clinutren--resource .clinutren-structure__benefit {
		flex-direction: column-reverse;
		padding: 0;
	}
	.clinutren--resource .clinutren-structure__benefit-item {
		padding: 10px 30px 30px;
	}
	.clinutren--resource .clinutren-structure__benefit-image {
		width: 100%;
	}
}

@media screen and (max-width: 559px) {
	.clinutren--junior {
		background-size: auto auto, auto auto;
		background-position: center top 378px, center top 65%;
	}
	.clinutren--junior .clinutren-head__product-image img {
		max-width: 334px;
		width: 100%;
	}
	.clinutren--junior .clinutren-video {
		background: #2F257E;
		padding: 60px 0 10px;
	}


	.clinutren-structure__title{
		background-position: center center;
		background-size:contain;
		width: 100%;
	}
	.clinutren-structure__components {
		flex-direction: column;
		margin-bottom: 22px;

	}
	.clinutren-structure__item {
		padding: 24px 24px 32px;
	}

	.clinutren-structure__benefit {
		margin-top: 102px;
		padding: 25px 20px 30px;
	}
	.clinutren-structure__property-title {
		font-size: 24px;
		width: 560px;
		height: 80px;
		line-height: 80px;
		padding: 3px 0 0 0;
		top: -58px;
	}
	.clinutren-structure__benefit-item-row {
		font-size: 18px;
		line-height: 24px;
		max-width: 260px;
	}
	.clinutren-structure__benefit-item-row:before {
		top: 14px;
	}
	.clinutren-structure__benefit-text {
		margin: 14px 0 15px 0;
		font-size: 18px;
		line-height: 24px;
	}
	.clinutren-structure__benefit-image {
		width: 40%;
	}
	.clinutren-structure__benefit-item--right .clinutren-structure__benefit-text {
		margin: auto 0 auto 20px;
		width: 60%;
	}
	.clinutren-structure__vitamin {
		margin-top: 82px;
	}
	.clinutren-structure__vitamin-title {
		font-size: 22px;
	}
	.clinutren-structure__vitamin-item {
		font-family: RotonReg,Arial,Helvetica,sans-serif;
		font-size: 15px;
		letter-spacing: 0.015em;
	}
	.clinutren-structure__fats-title {
		background-position: calc(50% + 10px) center;
		padding: 5px 0 0 0;
	}
	.clinutren-structure__fats-item {
		padding: 20px 20px 25px;
	}
	.clinutren-structure__fats-item-title {
		font-size: 22px;
	}

	.clinutren-cook {
		background: #f1f1f1;
		padding: 46px 0;
	}
	.clinutren-cook__title {
		font-size: 27px;
		line-height: 30px;
	}
	.clinutren-cook__subtitle {
		font-size: 18px;
	}
	.clinutren-cook__manual + .clinutren-cook__title {
		font-size: 25px;
		line-height: 27px;
	}


	.clinutren--resource .clinutren-structure__benefit {
		align-items: flex-start;
	}
	.clinutren--resource .clinutren-structure__benefit-image


	.clinutren--resource .clinutren-head__product-image img {
		max-width: 208px;
		max-height: 300px;
	}
	.clinutren--resource .clinutren-head__product-image {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.clinutren--resource .clinutren-video__content {
		width: 100%;
	}

	.clinutren-tastes {
		background-size: 1000px;
	}
	.clinutren-tastes__item:last-child {
		margin-bottom: 0;
	}
	.clinutren-tastes__wrapper {
		display: block;
	}
	.clinutren-tastes__item {
		box-sizing: border-box;
		margin-bottom: 15px;
		width: 100%;
	}

	.clinutren--resource .clinutren-video {
		background: #ffffff;
	}
}

@media screen and (max-width: 459px) {
	.clinutren--junior {
		background-position: center top 394px, center top 65%;
	}
	.clinutren--junior .clinutren-head__product-image img {
		max-width: 320px;
	}

	.clinutren-head__age {
		margin-bottom: 12px;
	}

	.clinutren-structure__title {
		background-size: cover;
		margin: 0 -20px;
		width: calc(100% + 40px);
		height: 90px;
		line-height: 88px;
		font-size: 24px;
	}
	.clinutren-structure__check {
		font-size: 22px;
		line-height: 26px;
	}
	.clinutren-structure__check::before {
		top: 0;
	}
	.clinutren-structure__property-title {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		background-size: cover;
		margin: -95px -20px 0;
		width: calc(100% + 80px);
		height: 90px;
		line-height: 1.2;
		font-size: 20px;
		padding: 26px 0 0 0;
	}
	.clinutren-structure__benefit {
		gap: 8px;
	}
	.clinutren-structure__benefit-image {
		width: 100%;
		text-align: center;
		font-size: 0;
		lin-height: 1;
	}
	.clinutren-structure__benefit-image img{
		border-radius: 0;
		max-width: 100%;

	}
	.clinutren-structure__benefit-item--right {
		flex-direction: column;
		gap: 8px;
	}
	.clinutren-structure__benefit-item--right .clinutren-structure__benefit-text {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.clinutren-structure__vitamin {
		margin-top: 54px;
	}
	.clinutren-structure__vitamin-title {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		background-size: cover;
		margin: 0 -20px;
		width: calc(100% + 40px);
		height: 80px;
		line-height: 1.2;
		font-size: 20px;
		padding: 15px 0 0 0;
	}
	.clinutren-structure__vitamin-scroll {
		padding: 24px 20px 52px;
	}
	.clinutren-structure__vitamin-items {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 8px;
	}
	.clinutren-structure__vitamin-item {
		line-height: 30px;
		min-height: 34px;
		padding: 0 20px;
		margin: 0;
	}
	.clinutren-structure__fats {
		padding-bottom: 50px;
	}
	.clinutren-structure__fats-title {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		background-size: cover;
		margin: 0 -20px;
		width: calc(100% + 40px);
		height: 80px;
		line-height: 1.2;
		font-size: 20px;
		padding: 16px 0 0 0;
	}
	.clinutren-structure__fats-items {
		padding-top: 14px;
	}
	.clinutren-structure__fats-item {
		padding: 16px 20px 20px;
	}

	.clinutren-cook {
		padding: 36px 0;
	}
	.clinutren-cook__title {
		font-size: 25px;
		line-height: 28px;
	}
	.clinutren-cook__manual {
		padding-bottom: 40px;
		margin-bottom: 30px;
	}
	.clinutren-cook__manual-text {
		font-size: 18px;
		line-height: 22px;
	}
	.clinutren-cook__manual + .clinutren-cook__title{
		font-size: 24px;
		line-height: 26px;
	}
	.clinutren-cook__subtitle {
		font-size: 15px;
		line-height: 19px;
	}


	.clinutren-structure__image--mobile {
		top: 0;
	}
	.clinutren-structure__image--mobile img {
		max-width: 100%;
	}

	.clinutren--resource {
		background-position: center top 332px, center top 65%;
	}

	.clinutren--resource .clinutren-structure__benefit{
		margin-top: 0;
		gap: 0;
	}
	.clinutren--resource .clinutren-structure__benefit img {
		border-radius: 18px;
	}
	.clinutren--resource .clinutren-structure__benefit-item {
		padding: 16px 20px 20px;
	}
	.clinutren--resource .clinutren-structure__benefit-text {
		margin-top: 7px;
		line-height: 22px;
	}
	.clinutren--resource .clinutren-structure__benefit-title {
		font-size: 24px;
	}

	.clinutren--resource .clinutren-structure__property {
		margin-top: 82px;
	}
	.clinutren--resource .clinutren-structure__property-title {
		margin-top: -70px;
		width: calc(100% + 40px);
		top: 20px;
		order: 1;
	}

}

/* /adaptive */
.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); } }

