.thousandday {
	background: #fff;
	overflow: hidden;
}

.thousandday__section {
	padding-top: 25px;
}

.thousandday__content-bg {
	background: url("/new/static/thousandday/images/blu-fone.jpg") no-repeat 0 0 #e9f8fb;
	background-size: auto 200px;
	border-radius: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.thousandday__content-bg {
		background-size: auto 100px;
	}
}

@media screen and (max-width: 459px) {
	.thousandday__content-bg {
		border-radius: 8px;
	}
}

.thousandday__content_center {
	width: calc(80% + 40px);
	margin-left: auto;
	margin-right: auto;
}

.thousandday__content-title {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	color: #27388A;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 10px;
}

.thousandday__content-text {
	font-family: RotonReg,Arial,Helvetica,sans-serif;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.thousandday__content-text_blue {
	color: #5bb5e0;
	margin-top: 22px;
	margin-bottom: 18px;
}

.thousandday__content-list {
	font-size: 18px;
	line-height: 22px;
	list-style: none;
	padding: 0;
}

.thousandday__content-list li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 21px;
}

.thousandday__content-list li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #e1a0c1;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
}

.thousandday__content-list_col-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}

@media screen and (max-width: 767px) {
	.thousandday__content-list_col-2 {
		gap: 10px 0;
	}
}

.thousandday__content-list_col-2 li {
	flex-basis: calc((100% - 20px) / 2);
	max-width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 767px) {
	.thousandday__content-list_col-2 li {
		flex-basis: 100%;
		max-width: none;
	}
}

.thousandday-science {
	background: url("/new/static/thousandday/images/blu-fone.jpg") no-repeat 0 0 #e9f8fb;
	background-size: auto 200px;
	border-radius: 16px;
	padding: 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.thousandday-science {
		background-size: auto 100px;
	}
}

@media screen and (max-width: 459px) {
	.thousandday-science {
		border-radius: 8px;
		padding: 40px 24px 24px;
	}
}

.thousandday-science__title {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	color: #27388A;
	text-align: center;
	margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
	.thousandday-science__title {
		font-size: 28px;
		line-height: 32px;
	}
}

.thousandday-science__row {
	display: flex;
	justify-content: center;
	gap: 20px;
}

@media screen and (max-width: 1023px) {
	.thousandday-science__row {
		flex-direction: column;
		align-items: center;
	}
}

.thousandday-science__column {
	width: calc((100% - 20px) / 3);
	max-width: 380px;
}

@media screen and (max-width: 1023px) {
	.thousandday-science__column {
		width: 100%;
	}
}

.thousandday-science__image {
	background: #fff;
	border-radius: 50%;
	width: 184px;
	height: 184px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.thousandday-science__image {
		width: 150px;
		height: 150px;
	}
}

.thousandday-science__image img {
	max-width: 100%;
	max-height: 100%;
	flex: none;
}

@media screen and (max-width: 767px) {
	.thousandday-science__image img {
		max-width: 50%;
		max-height: 50%;
	}
}

.thousandday-science__content {
	text-align: center;
	padding-top: 10px;
}

.thousandday-science__content-title {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 24px;
	color: #27388A;
}

.thousandday-science__content-leadtext {
	font-family: RotonReg,Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 10px 15px;
}

.thousandday-science__content-links {
	font-family: RotonReg,Arial,Helvetica,sans-serif;
	color: #648dc1;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 10px;
	position: relative;
}

.thousandday-science__content-links:before {
	content: "";
	width: 230px;
	height: 4px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

.thousandday-video__title {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 34px;
	line-height: 38px;
	color: #27388A;
	font-weight: normal;
	text-align: center;
	margin-bottom: 18px;
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	.thousandday-video__title {
		font-size: 28px;
		line-height: 32px;
	}
}

.thousandday-video__content {
	width: 100%;
	max-width: 846px;
	height: 475px;
	margin: 0 auto;
}

@media screen and (max-width: 1023px) {
	.thousandday-video__content {
		max-width: none;
	}
}

@media screen and (max-width: 459px) {
	.thousandday-video__content {
		height: auto;
	}
}

.thousandday-age {
	background: url("/new/static/thousandday/images/blu-fone.jpg") no-repeat 0 0 #e9f8fb;
	background-size: auto 200px;
	border-radius: 16px;
	padding: 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.thousandday-age {
		background-size: auto 100px;
	}
}

@media screen and (max-width: 459px) {
	.thousandday-age {
		border-radius: 8px;
		padding: 40px 24px 24px;
	}
}

.thousandday-age__row {
	display: flex;
	justify-content: center;
	gap: 20px;
}

@media screen and (max-width: 1023px) {
	.thousandday-age__row {
		flex-wrap: wrap;
	}
}

.thousandday-age__column {
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.thousandday-age__column_fullw {
		flex-basis: 100%;
	}
}

.thousandday-age__title {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #27388A;
	padding-top: 10px;
}

@media screen and (max-width: 1023px) {
	.thousandday-age__title {
		font-size: 18px;
		line-height: 20px;
	}
}

.thousandday-age__leadtext {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #27388A;
	padding-top: 10px;
}

.thousandday-age__number {
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 41px;
	line-height: 41px;
	color: #f7a1c4;
}

.content-article__block {
	border-top: 3px solid #eef8fb;
	padding-top: 20px;
	padding-left: 24px;
}

.content-article__block-title {
	font-size: 18px;
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
	color: #27388A;
}

.content-article__block-title:before {
	background: url("/new/static/thousandday/images/open.png") no-repeat;
	content: ' ';
	width: 13px;
	height: 8px;
	display: block;
	position: absolute;
	top: 10px;
	left: -25px;
	transition: transform 0.5s;
}

.content-article__block-title.active:before {
	transform: rotate(-180deg);
}

.content-article__row {
	display: flex;
	justify-content: space-between;
}

.content-article__text > p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.content-article__text_left {
	width: 65%;
}
.smail-item {
	color: #000;
	float: right;
	position: relative;
	margin-right: 43px;
}
.smail-item:before {
	content: ' ';
	display: block;
	background: url("/new/static/thousandday/images/smile-good.png") no-repeat;
	width: 33px;
	height: 33px;
	position: absolute;
	top: -3px;
	right: -43px;
}
.content-article__text_right {
	background-color: #edf8fb;
	width: 222px;
	min-width: 222px;
	height: 222px;
	border-radius: 50%;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.small__text-right {
	width: 255px;
	height: 255px;
	border-radius: 255px;
}
.small__text-right div {
	padding-left: 20px;
	padding-right: 20px;
}
.small-text__text-right {
	padding-top: 8%;
}
.circle-block {
	background: url("/new/static/thousandday/images/blu-fone.jpg") no-repeat 0 0 #e9f8fb;
	background-size: auto 200px;
	border-radius: 10px;
	padding: 40px;
	margin-top: 30px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	.circle-block {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.circle-block {
		background-size: auto 100px;
	}
}

@media screen and (max-width: 459px) {
	.circle-block {
		border-radius: 8px;
		padding: 40px 24px 24px;
	}
}
.small-circle {
	width: 95px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
	margin-left: 3.5%;
}
.small-circle:before {
	content: ' ';
	position: absolute;
	display: block;
	top: 25%;
	right: -20%;
	width: 12px;
	height: 21px;
	background: url("/new/static/thousandday/images/mini-arrow.png") no-repeat;
	background-size: 100%;
}
.small-circle__image {
	width: 67px;
	height: 67px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}
.small-circle__text {
	font-size: 15px;
}
.mini-circle__image img,
.small-circle__image img,
.large-circle__image img {
	max-width: 100%;
	max-height: 100%;
	flex: none;
}
.large-circle {
	width: 21%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: 5%;
}
.large-circle__image {
	width: 150px;
	height: 150px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.large-circle__text {
	font-size: 15px;
}
.transfer-circle {
	display: inline-block;
	position: relative;
	margin-left: 5%;
	width: 35%;
	vertical-align: middle;
	margin-top: 25px;
	line-height: 1.2;
}
.text-bold_large {
	font-weight: bold;
}
.mini-circle__text {
	width: 200px;
	font-size: 15px;
	margin-left: 9px;
}
.mini-circle {
	display: flex;
	margin-bottom: 20px;
}
.mini-circle__image {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.mini-circle__image:before {
	content: ' ';
	position: absolute;
	display: block;
	top: 30%;
	left: -60%;
	width: 12px;
	height: 21px;
	background: url("/new/static/thousandday/images/mini-arrow.png") no-repeat;
	background-size: 100%;
}
.small_1:before {
	transform: rotate(-35deg);
	top: 80%;
	left: -80%;
}
.small_2:before {
	transform: rotate(-5deg);
}
.small_3:before {
	transform: rotate(15deg);
	top: 0%;
}
.small_4:before {
	transform: rotate(25deg);
	top: -30%;
	left: -80%;
}
.benefit-like {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: right;
	display: block;
}
.benefit-like__text, .benefit-like__link {
	font-size: 16px;
	display: inline-block;
	padding-right: 10px;
}
.benefit-like__link {
	color: #31a8db;
	padding-left: 10px;
}
.secondary_smail:before {
	content: ' ';
	display: block;
	background: url("/new/static/thousandday/images/smile-middle-good.png") no-repeat;
	background-size: 100%;
}
.secondary_smail-bad:before {
	content: ' ';
	display: block;
	background: url("/new/static/thousandday/images/smile-bad.png") no-repeat;
	background-size: 100%;
}
.block-title__item {
	width: 88%;
	display: inline-block;
}
.small__text-left {
	width: 63%;
}
.switching-block {
	border-radius: 10px;
	position: relative;
}
.switching-block__title {
	display: flex;
	justify-content: center;
}
.switching-block__title-item {
	width: calc(100% / 3);
	background-color: #f1f1ed;
	text-align: center;
	border-right: 1px solid #b0cadd;
	border-left: 1px solid #b0cadd;
}
.switching-block__title-item a {
	width: 100%;
	height: 74px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	outline: none;
}
.switching-block__title-item a:first-child, .switching-block__title-item:first-child {
	border-top-left-radius: 8px;
	border-left: none;
}
.switching-block__title-item a:last-child, .switching-block__title-item:last-child {
	border-top-right-radius: 8px;
	border-right: none;
}
.switching-block__title-item a {
	vertical-align: middle;
	font-size: 16px;
}
.switching-active {
	background-color: #edf8fb;
	color: #000;
}
.switching-block__title-item span {
	font-size: 12px;
	color: #000;
}
.switching-block__content {
	border: 1px solid #f1f1ed;
	border-top: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: block;
	padding: 27px 20px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.right-special__image {
	width: 100px;
	height: 100px;
	background: url("/new/static/thousandday/images/right-image-1.png") no-repeat;
	margin: auto;
	margin-top: 50px;
}
.right-special__image-baby {
	background: url("/new/static/thousandday/images/content-image-1.jpg") no-repeat;
	width: 380px;
	height: 251px;
	display: inline-block;
	float: right;
}
.right-special__image-baby_page {
	background: url("/new/static/thousandday/images/content-image-2.jpg") no-repeat -64px -36px;
	width: 330px;
	height: 345px;
	display: inline-block;
	position: absolute;
	right: 1px;
}
.large-text-left {
	width: 57%;
}
.mini-text-left {
	width: 44%;
}
.switching-content {
	width: 49.2%;
	display: inline-block;
	float: left;
	padding-bottom: 20px;
}
.switching-content p {
	padding: 20px 30px;
}
.switching-content:last-child {
	margin-left: 10px;
}
.switching-content__title {
	background-color: #edf8fb;
	padding: 20px 30px;
	font-weight: bold;
	font-size: 16px;
}
.switching-content__text-first {
	background-color: #f8f8f8;
	margin-bottom: 0;
	font-size: 15.9px;
}
.switching-content__text-second {
	background-color: #fcfcfc;
	margin-bottom: 0;
	font-size: 15.9px;
}
.switching-block__bly {
	background-color: #edf8fb;
	margin-top: 29px;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 20px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
.switching-block__bly-title {
	font-size: 25px;
	line-height: 29px;
	font-weight: bold;
	text-align: center;
	color: #666;
	padding: 30px 20px 20px;
}
.switching-block__bly_block {
	display: flex;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.switching-block__bly_block-image {
	background: #fff;
	width: 130px;
	min-width: 130px;
	height: 130px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.switching-block__bly_block-image img {
	max-width: 100%;
	max-height: 100%;
	flex: none;
}
.bly_block-text__title{
	color: #035aa9;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.switching-block__bly_block-text {
	padding-left: 3%;
}
.register_block__text{
	color: #666;
}
.register_block__text:last-child{
	margin-bottom: 0;
}
.altered_text {
	height: auto !important;
}


/* === transferred styles === */
/*body{
	background:url('/images/tmp/2.png') no-repeat center 11px;
}
#content{
	opacity:0.5;
}*/

.bloc-content{
	margin: 0 auto;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.content_center{
	margin: 0 auto 20px;
	width: 80%;
}
.align_center{
	text-align: center;
}
.content-article img {
	height: auto;
	max-width: 100%;
}
.wrapper-block__box_col-8 {
	width: 66%;
}
/* .landing__list-item_img-star {
	background-image: url(/images/banner-club/star.png);
	background-size: 55px 55px;
}
.landing__list-item_img-faq {
	background-image: url(/images/banner-club/faq.png);
	background-size: 55px 53px;
}
.landing__list-item_img-mail {
	background-image: url(/images/banner-club/mail.png);
	background-size: 55px 47px;
}
.landing__list-item_img-cursor {
	background-image: url(/images/banner-club/cursor.png);
	background-size: 55px 53px;
} */


/* === /transferred styles === */
.thousandday__root .bot-banner {
	padding: 20px 0;
    box-sizing: border-box;
}
@media (max-width: 900px) and (min-width: 766px) {
	.thousandday__root .bot-banner {
		background-size: cover;
	}
}
@media (max-width: 767px) {
	.thousandday__root .bot-banner {
		background-size: cover;
	}
}

@media screen and (max-width: 1023px) {
	.mini-circle__text {
		margin-left: 6px;
	}
	.small-circle:before {
		right: -10%;
	}
	.transfer-circle {
		width: 37%;
	}
	.switching-block__bly {
		width: 105.5%;
	}
	.switching-block__bly_block-text {
		width: 75%;
	}
	.mini-circle {
		width: 100%;
		margin-bottom: 20px;
	}
	.content-article__block {
		padding-left: 0;
	}
	.small-circle {
		margin-left: 5%;
	}
	.large-circle {
		flex-basis: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 40px;
		position: relative;
		margin-top: 0;
		margin-left: 0;
	}
	.large-circle:before {
		width: 12px;
		height: 21px;
		background: url("/new/static/thousandday/images/mini-arrow.png") no-repeat 0 0;
		background-size: 100%;
		content: ' ';
		position: absolute;
		display: block;
		top: 105%;
		left: calc(50% - 6px);
		transform: rotate(90deg);
	}
	.small-circle:before {
		top: calc(100% + 10px);
		right: calc(105% + 6px);
		transform: rotate(90deg);
	}
	.transfer-circle {
		width: 100%;
		max-width: 360px;
		display: block;
		margin-top: 40px;
		margin-left: 0;
	}
	.mini-circle__text {
		width: 100%;
	}
	.small_1:before, .small_2:before, .small_3:before, .small_4:before {
		display: none;
	}
	.content-article__row {
		flex-direction: column;
		align-items: center;
	}
	.content-article__text_left {
		width: 100%;
	}
	.content-article__text_right {
		margin-bottom: 10px;
	}
	.small__text-right {
		margin: auto;
		margin-bottom: 10px;
	}
	.small__text-left {
		width: 100%;
	}
	.right-special__image-baby {
		float: none;
		margin: auto;
		display: block;
		margin-bottom: 10px;
	}
	.right-special__image-baby_page {
		display: block;
		position: relative;
		right: 0;
		margin: auto;
	}
	.switching-block__bly {
		margin-top: 0;
	}
	.switching-block__bly_block {
		flex-direction: column;
		align-items: center;
	}
	.switching-block__bly_block-text {
		padding-left: 0;
		text-align: center;
	}
	.small-circle__phone {
		margin-left: 0;
	}
	.small-circle__phone:before {
		top: 40%;
		right: -25%;
		transform: rotate(0deg);
	}
}

@media screen and (max-width: 1023px) {
	.switching-block__title {
		flex-direction: column;
		align-items: center;
		gap: 3px;
	}
	.switching-block__title-item {
		width: 50%;
		border: medium none;
		border-radius: 0;
	}
	.switching-block__title-item:last-child,
	.switching-block__title-item:first-child {
		 border-radius: 0;
	}
	.switching-block__content {
		border: none;
	}
	.switching-content:last-child {
		margin-left: 1.5%;
	}
}

@media (max-width: 860px) {
	.block-title__item {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.block-title__item {
		width: 80%;
	}
	.small-circle__phone {
		margin-left: 28%;
	}
	.large-circle {
		width: 150px;
	}
	.large-circle__image {
		font-size: 15em;
	}
	.content-article__block {
		padding-left: 0;
	}
	.switching-content {
		width: 100%;
		float: none;
	}
	.switching-content:last-child {
		margin-left: 0;
	}
	.small-circle__image {
		font-size: 7em;
	}
	.mini-circle__image {
		font-size: 3.7em;
	}
	.bloc-content{
		margin: 0 auto;
		width: 94%;
	}
	.switching-block__bly-title {
		font-size: 21px;
		line-height: 25px;
	}
}


@media (max-width: 599px){
	.small-circle__phone {
		margin-left: 24%;
	}
	.block-title__item {
		width: 70%;
	}
	.wrapper-block__box .wrapper-block__box_title {
		position: relative;
	}
}

@media screen and (max-width: 559px) {
	.small-circle__phone {
		margin-left: 7%;
	}
	.small-circle:before {
		right: 100%;
	}
	.small-circle__phone:before {
		right: -15%;
	}
	.large-circle:before {
		left: 40%;
	}
	.large-circle:before {
		left: 45%;
	}
	.benefit-like {
		text-align: center;
	}
	.benefit-like__text:first-child {
		display: block;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.benefit-like__link {
		display: inline-block;
	}
	.smail-item {
		margin-right: 0px;
		margin-top: 15%;
	}
	.smail-item:before {
		top: -40px;
		right: 0px;
	}
	.blu-fone {
		background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ5OTA5MDUyQTBEMjExRTY5M0IzRDc0MTFFQzM1MjI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ5OTA5MDUzQTBEMjExRTY5M0IzRDc0MTFFQzM1MjI3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDk5MDkwNTBBMEQyMTFFNjkzQjNENzQxMUVDMzUyMjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDk5MDkwNTFBMEQyMTFFNjkzQjNENzQxMUVDMzUyMjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYG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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf/Z) no-repeat;
		background-size: 300%;
		background-color: #e9f8fb;
	}
	.switching-block__content {
		padding: 0;
		padding-top: 10px;
		width: 100%;
	}
	.right-special__image-baby {
		width: 100%;
	}
	.switching-block__title-item {
		width: 100%;
	}
	.right-special__image-baby_page {
		width: 100%;
	}
	.switching-block__bly_block-image {
		font-size: 14em;
	}
}

@media (max-width: 410px){
	.small-circle__phone {
		margin-left: 5%;
	}
	.circle_block {
	padding-left: 10px;
	padding-right: 10px;
	}
	.transfer-circle {
		width: 100%;
		height: 320px;
	}
	.mini-circle__text {
		width: 70%;
	}
	.page-cover .titles h1 {
		font-size: 3rem;
		line-height: 45px;
	}
}

@media (max-width: 350px){
	.small-circle__phone {
		margin-left: 1%;
	}
	.transfer-circle {
		height: 345px;
	}
}
/*close css for page 1000-first-day*/

.thousandday-video__content [id=first-day-video-player] {
	width: 100%;
	height: 100%;
}
.thousandday-video__content iframe {
	width: 100%;
	height: 100%;
}
.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); } }

