/* Istok Web */
@font-face {
	font-family: 'IstokWeb';
	src: url(/new/f/fonts/IstokWeb-Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'IstokWeb';
	src: url(/new/f/fonts/IstokWeb-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

input::-webkit-input-placeholder{
    color: #d8b27c;
    letter-spacing: 1px;
}
input::-moz-placeholder{
    color: #d8b27c;
    letter-spacing: 1px;
}
input:-moz-placeholder{
    color: #d8b27c;
    letter-spacing: 1px;
}
input:-ms-input-placeholder{
    color: #d8b27c;
    letter-spacing: 1px;
}
input::-ms-clear {
    display: none;
}
textarea:focus,
input:focus{
	outline: none;
}
.overflow-hidden{
	overflow: hidden;

}
.or-nestogen-video-products{
	background-color: #F0FFEE;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.or-nestogen-video{
	padding: 0 20px;
	background-color: #F0FFEE;
	background-repeat: no-repeat;
	background-position: center 192px;
	background-image: url('/new/static/brands/nestogen-video/images/video_bg.png');
	background-size: 1383px 724px;
	position: relative;
	z-index: 2;
}
.or-nestogen-video *{
	font-family: 'IstokWeb', Arial;
}
.or-nestogen-video-player{
	background-color: #ffffff;
	max-width: 1000px;
	max-height: 560px;
	margin: 0 auto;
}
.or-nestogen-video-player__box{
	display: block;
	max-width: 1000px;
	max-height: 560px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.or-nestogen-video-player__box:not(._v-get):after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.25;
	background-image: none;
}
.or-nestogen-video-player__box:not(._v-get):before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #79D882;
}
.or-nestogen-video-player__text{
	display: none;
	color: #ffffff;
}
.or-nestogen-video-player__box:not(._v-get) .or-nestogen-video-player__text{
	font-size: 24px;
	line-height: 1.5;
	font-family: RotonReg,Arial,Helvetica,sans-serif;
	font-weight: 400;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin-left: -100px;*/
	margin-top: -35px;
	margin-left: -130px;
	color: #ffff;
	display: flex;
	flex: 1 1 100%;
	align-content: center;
	align-items: center;
	transition: font 0.2s, width 0.2s, height 0.2s;
	z-index: 1;
	cursor: pointer;
}
@media(min-width: 1000px){
	.or-nestogen-video-player__box:not(._v-get) .or-nestogen-video-player__text{
		top: calc(50% - 6px);
		left: calc(50% - 16px);
	}
}
.or-nestogen-video-player__text:before{
	content: "";
	display: block;
	position: relative;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-image: url('/new/static/brands/nestogen-video/images/play.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
	transition: width 0.2s, height 0.2s, flex 0.2s;
}
.or-nestogen-video__inner{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.or-nestogen-video__text{
	padding-top: 40px;
	padding-bottom: 34px;
	color: #019C4E;
	text-align: center;
}
@media(min-width: 1000px){
	.or-nestogen-video__text-title{
		position: relative;
    letter-spacing: -1.8px;
	}
	.or-nestogen-video__text-info{
		letter-spacing: -1px;
	}
}
.or-nestogen-video__text-title{
	font-size: 48px;
	font-weight: normal;
	line-height: 1.25;
	font-family: 'IstokWeb', Arial;
	font-weight: 700;
}
.or-nestogen-video__text-info{
	color: #B99847;
	background: #DE9D3F;
	background: -webkit-linear-gradient(to right, #DE9D3F 0%, #FFDD64 50%, #DE9D3F 100%);
	background: -moz-linear-gradient(to right, #DE9D3F 0%, #FFDD64 50%, #DE9D3F 100%);
	background: linear-gradient(to right, #DE9D3F 0%, #FFDD64 50%, #DE9D3F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.2;
	font-size: 30px;
	font-family: RotonBol,Arial,Helvetica,sans-serif;
}
.or-nestogen-video-player{
	position: relative;
	padding-bottom: 560px;
	margin-bottom: 30px;
}

/* INSTRUCTION */
.or-nestogen-video-instruction{
	padding-bottom: 36px;
	counter-reset: sections;
}
.or-nestogen-video-instruction__inner{
	padding: 30px 40px 40px;
	background-color: #ffffff;
	counter-reset: sectionss;
	box-shadow: 0px 10px 25px rgba(1, 156, 78, 0.15);
	border-radius: 20px;
}
.or-nestogen-video-instruction-title{
	line-height: 1.5;
	font-size: 36px;
	color: #019C4E;
	font-weight: 700;
	text-align: center;
	letter-spacing: -1.2px;
}
.or-nestogen-video-instruction-stage{
	/*padding-top: 60px;*/
	padding-top: 0;
	display: flex;
	flex: 1 1 100%;
	flex-basis: 100%;
	justify-content: flex-start;
	justify-items: flex-start;
	flex-wrap: wrap;
}
.or-nestogen-video-instruction-stage__i{
	flex-basis: 50%;
	max-width: 50%;
	padding-top: 25px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.or-nestogen-video-instruction-stage__i_last{
	max-width: 100%;
	flex-basis: 100%;
}

.or-nestogen-video-instruction-stage__i:after{
	content: "";
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #EBF6F8;
	position: absolute;
	top: 0;
	left: 0;
}
.or-nestogen-video-instruction-stage__i:before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 60px);
	background-color: #EBF6F8;
	position: absolute;
	top: 30px;
	right: 0;
}
.or-nestogen-video-instruction-stage__i:nth-child(1):after,
.or-nestogen-video-instruction-stage__i:nth-child(2):after{
	display: none;
}
.or-nestogen-video-instruction-stage__i:nth-child(2n):after{
	left: 40px;
}
.or-nestogen-video-instruction-stage__i:nth-child(2n):before{
	display: none;
}
.or-nestogen-video-instruction-stage__i:nth-child(2n) .or-nestogen-video-manual{
	padding-right: 0;
}
.or-nestogen-video-instruction-stage__i .or-nestogen-video-instruction-stage__i-border{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 180px);
	height: 100%;
	z-index: 1;
	padding-left: 180px;
}
.or-nestogen-video-instruction-stage__i .or-nestogen-video-instruction-stage__i-border:before{
	counter-increment: sections;
	content:  counters(sections, '');
	display: block;
	position: absolute;
	top: 50%;
	font-size: 200px;
	text-align: center;
	line-height: 180px;
	margin-top: -90px;
	font-weight: 700;
	color: #F0FFEE;
	width: 100%;
	z-index: 1;
	width: calc(100% - 180px);
	transition: font 0.2s;
}

/* MANUAL - BLOCK */
.or-nestogen-video-manual{
	padding-left: 160px;
	padding-right: 20px;
	position: relative;
	/*display: block;*/
	width: 100%;
	min-height: 180px;
	height: 180px;
	box-sizing: border-box;

	display: flex;
	flex: 1 1 100%;
	align-items: center;
	align-content: center;
	font-family: 'Arial', sans-serif;
}
.or-nestogen-video-manual__img{
	position: absolute;
	left: 0;
	width: 180px;
	height: 100%;
	top: 0;
	z-index: 1;
}
@media(min-width: 980px){
	.or-nestogen-video-instruction-stage__i:nth-child(2n + 1) .or-nestogen-video-manual__img{
		left: -35px
	}
}
.or-nestogen-video-manual__img:before{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	background-color: #019C4E;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 1;
}
.or-nestogen-video-manual__img-i{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
}
.or-nestogen-video-manual__text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.45;
	position: relative;
	z-index: 1;
	transition: font 0.2s;
	text-align: center;
}
.or-nestogen-video-manual__text-count:before {
	counter-increment: sectionss;
	content: counters(sectionss, '.');
}
.or-nestogen-video-manual__text-count:after {
	content: ".";
}
.or-nestogen-video-manual__text-count{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.45;
	transition: font 0.2s;
}
/* END */

/* FOOOTER */
	.or-nestogen-video-instruction-footer,
	.or-nestogen-video-disclaimer-footer{
		font-size: 14px;
		line-height: 1.45;
		text-align: center;
		font-family: 'Arial', sans-serif;
		padding-top: 18px;
	}
	.or-nestogen-video-instruction-footer__i._gray{
		color: #404040;
		opacity: 0.75;
	}
	.or-nestogen-video-instruction-footer__i{
		margin-bottom: 16px;
	}
	.or-nestogen-video-instruction-footer__i:last-child{
		margin-bottom: 0;
	}
	.or-nestogen-video-instruction-footer__i-b{
		font-family: 'RotonBol';
	}
	.or-nestogen-video-disclaimer-footer{
		font-family: 'IstokWeb', Arial;
	}
/* END */

.or-nestogen-video-products .slick-dots li button,
.or-nestogen-video-products .slick-dots li.slick-active button{
	background: #019C4E;
}
.or-nestogen-video-products .n-nestogen-review{
	margin-bottom: 40px;
	padding-top: 24px;
}
.or-nestogen-video-disc-wrap{
	background-color: #ffffff;
	/*padding-left: 30px;*/
	/*padding-right: 30px;*/
}
.or-nestogen-video-disc{
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'Arial', sans-serif;
	padding-top: 30px;
}
.or-nestogen-video-disc p{
	margin-bottom: 20px;
	font-family: 'Arial', sans-serif;
	font-size: inherit;
	line-height: inherit;
}
.or-nestogen-video-disc p:last-child{
	margin-bottom: 0;
}

.or-nestogen-video-select{
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	z-index: 2;
}
.or-nestogen-video-select *{
	font-family: 'IstokWeb', Arial;
}
.or-nestogen-video-select, .or-nestogen-video-select *{box-sizing: border-box}
.or-nestogen-video-select .or-nestogen-video-select__inner{
	height: 70px;
}
.or-nestogen-video-select-list{
	display: flex;
	flex: 1 1 100%;
	flex-basis: 100%;
	width: 100%;
	align-items: center;
	align-content: center;
	position: relative;
	flex-wrap: nowrap;

	min-height: 70px;

	padding-left: 20px;
	padding-right: 20px;
	background-color: #019C4E;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
@media(min-width: 1000px){
	.or-nestogen-video-select-list {
		left: -8px;
	}
	.or-nestogen-video-select-list__i {

	}

}

.or-nestogen-video-select-list .or-nestogen-video-select-list__i{
	flex-basis: calc(100%/4 );
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	order: 1;
}
.or-nestogen-video-select-list .or-nestogen-video-select-list__i._active .or-nestogen-video-select-i{
	background-color: #ffffff;
}
.or-nestogen-video-select-list .or-nestogen-video-select-list__i._start{
	border-right: 1px solid #ffffff;
}
.or-nestogen-video-select-list .or-nestogen-video-select-list__i._start span{
	line-height: 40px;
}
.or-nestogen-video-select-list .or-nestogen-video-select-list__i .or-nestogen-video-select-list__i-msg,
.or-nestogen-video-select-i .or-nestogen-video-select-i__text{
	color: #019C4E;
	font-family: 'RotonBol';
	font-size: 16px;
	line-height: 1.2;
}
.or-nestogen-video-select-list__i-long{
	position: relative;
	margin-left: 37px;
}
.or-nestogen-video-select-i__text-long{
	white-space: nowrap;
}
.or-nestogen-video-select-list .or-nestogen-video-select-list__i._active .or-nestogen-video-select-i .or-nestogen-video-select-i__text{
	color: #019C4E;
}
.or-nestogen-video-select-list .or-nestogen-video-select-list__i .or-nestogen-video-select-list__i-msg{
	color: #ffffff;
}
@keyframes animate_fade {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.or-nestogen-video-select-i{
	padding: 13px 15px;
	background-color: transparent;
	border-radius: 30px;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	animation: animate_fade 0.3s ease-out;
	transition: background-color 0.3s;
}
.or-nestogen-video-select-i .or-nestogen-video-select-i__text{
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	user-select: none;
}
.or-nestogen-video-select-i .or-nestogen-video-select-i__text sup{
	font-size: 12px;
	line-height: 1;
}
.or-nestogen-video-select-list .or-nestogen-video-select-list__i._active .or-nestogen-video-select-i .or-nestogen-video-select-i__text{
	cursor: default;
}
.or-nestogen-video-select__opener{
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	top: 70px;
	right: 20px;
	z-index: 1;
}
.or-nestogen-video-select__opener:before,
.or-nestogen-video-select__opener:after{
	content:"";
	display: block;
	width:10px;
	height:2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(45deg);
	transition: transform 0.3s, margin-top 0.3s;
	background-color: #B99847;
	margin-left: -8px;
	border-radius: 3px;
}
.or-nestogen-video-select__opener:before{}
.or-nestogen-video-select__opener:after{
	transform: rotate(-45deg);
	margin-left: -2px;
}
.or-nestogen-video._show .or-nestogen-video-select__opener:before,
.or-nestogen-video._show .or-nestogen-video-select__opener:after{ margin-top: -2px; }
.or-nestogen-video._show .or-nestogen-video-select__opener:before{ transform: rotate(-45deg); }
.or-nestogen-video._show .or-nestogen-video-select__opener:after{ transform: rotate(45deg); }

/* TAB - triggers */
.or-nestogen-video[data-tab] ._or-nestogen-tab-1,
.or-nestogen-video[data-tab] ._or-nestogen-tab-2,
.or-nestogen-video[data-tab] ._or-nestogen-tab-3,
.or-nestogen-video[data-tab] ._or-nestogen-tab-4,
.or-nestogen-video[data-tab] ._or-nestogen-tab-5,
.or-nestogen-video[data-tab] .or-nestogen-video-manual__img::before,
.or-nestogen-video[data-tab] ._or-nestogen-tab-1-2,
.or-nestogen-video[data-tab] ._or-nestogen-tab-3-4{
	display: none;
}
.or-nestogen-video[data-tab="1"] .or-nestogen-video-manual__img::before,
.or-nestogen-video[data-tab="2"] .or-nestogen-video-manual__img::before,
.or-nestogen-video[data-tab="3"] .or-nestogen-video-manual__img::before,
.or-nestogen-video[data-tab="1"] ._or-nestogen-tab-1,
.or-nestogen-video[data-tab="2"] ._or-nestogen-tab-2,
.or-nestogen-video[data-tab="3"] ._or-nestogen-tab-3,
.or-nestogen-video[data-tab="4"] ._or-nestogen-tab-4,
.or-nestogen-video[data-tab="5"] ._or-nestogen-tab-5,
.or-nestogen-video[data-tab="1"] ._or-nestogen-tab-1-2,
.or-nestogen-video[data-tab="2"] ._or-nestogen-tab-1-2,
.or-nestogen-video[data-tab="3"] ._or-nestogen-tab-3-4,
.or-nestogen-video[data-tab="4"] ._or-nestogen-tab-3-4{
	display: block;
}
/* inline*/
.or-nestogen-video[data-tab="1"] ._or-nestogen-tab-1._inline,
.or-nestogen-video[data-tab="2"] ._or-nestogen-tab-2._inline,
.or-nestogen-video[data-tab="3"] ._or-nestogen-tab-3._inline,
.or-nestogen-video[data-tab="4"] ._or-nestogen-tab-4._inline,
.or-nestogen-video[data-tab="5"] ._or-nestogen-tab-5._inline,
.or-nestogen-video[data-tab="1"] ._or-nestogen-tab-1-2._inline,
.or-nestogen-video[data-tab="2"] ._or-nestogen-tab-1-2._inline,
.or-nestogen-video[data-tab="3"] ._or-nestogen-tab-3-4._inline,
.or-nestogen-video[data-tab="4"] ._or-nestogen-tab-3-4._inline{
	display: inline;
}
/* inline-block*/
.or-nestogen-video[data-tab="1"] ._or-nestogen-tab-1._inline-b,
.or-nestogen-video[data-tab="2"] ._or-nestogen-tab-2._inline-b,
.or-nestogen-video[data-tab="3"] ._or-nestogen-tab-3._inline-b,
.or-nestogen-video[data-tab="4"] ._or-nestogen-tab-4._inline-b,
.or-nestogen-video[data-tab="1"] ._or-nestogen-tab-1-2._inline-b,
.or-nestogen-video[data-tab="2"] ._or-nestogen-tab-1-2._inline-b,
.or-nestogen-video[data-tab="3"] ._or-nestogen-tab-3-4._inline-b,
.or-nestogen-video[data-tab="4"] ._or-nestogen-tab-3-4._inline-b{
	display: inline-block;
}
.or-nestogen-video._sticky .or-nestogen-video-select-list{
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
}
.or-nestogen-video-products .rate-fivestar-btn-filled{
	background-image: url('/new/static/brands/nestogen-video/images/star.svg');
}
/*popup inner*/
.or-popup-nestogen-video{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	align-content: center;
	align-items: center;
	justify-items: center;
	justify-content: center;
	overflow: hidden;
	font-weight: normal;
	overflow-x: hidden;
	overflow-y: auto;
	animation: animate_fade 0.3ms linear;
}
.or-popup-nestogen-video._active{
	display: flex;
}
.or-popup-nestogen-video .or-popup-nestogen-video__bg{
	background: rgba(0, 0, 0, 0.6);
	opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.or-popup-nestogen-video .or-popup-nestogen-video__box{
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	max-height: calc(100vh - 40px);
}
.or-popup-nestogen-video-item{
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 935px;
	display: inline-block;
}
.or-popup-nestogen-video-item .or-popup-nestogen-video-item__inner{
	border-radius: 30px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	max-width: 100%;
	display: block;
	padding-left: 44.9%;
	padding-bottom: 40px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.or-popup-nestogen-video-item .or-popup-nestogen-video-item__inner{
		border-radius: 16px;
		padding: 0 20px 20px;
	}
}
.or-popup-nestogen-video-item .or-popup-nestogen-video-item__back {
	position: absolute;
	left: -130px;
	right: 0;
	top: -1px;
	bottom: -1px;
	z-index: 1;
	border-radius: 30px;
	-webkit-mask-image: url('/new/f/img/back-gp.svg');
	mask-image: url('/new/f/img/back-gp.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	overflow: hidden;
	pointer-events: none;
}
@media screen and (max-width: 1023px) {
	.or-popup-nestogen-video-item .or-popup-nestogen-video-item__back {
		mask-position: -150px 0;
	}
}
@media screen and (max-width: 767px) {
	.or-popup-nestogen-video-item .or-popup-nestogen-video-item__back {
		position: relative;
		left: 0;
		top: 0;
		right: auto;
		bottom: auto;
		border-radius: 0;
		margin: 0 -20px;
		-webkit-mask: none;
		mask: none;
	}
}

.or-popup-nestogen-video-item .or-popup-nestogen-video-item__back img {
	position: absolute;
	top: -25px;
	left: calc(50% - 682px);
	height: calc(100% + 80px);
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.or-popup-nestogen-video-item .or-popup-nestogen-video-item__back img {
		position: relative;
		border-radius: 14px 14px 0 0;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		object-fit: fill;
		display: none;
	}
}


.or-popup-nestogen-video-item .or-popup-nestogen-video-item__back img.only-mobile {
	display: none;
}
@media screen and (max-width: 767px) {
	.or-popup-nestogen-video-item .or-popup-nestogen-video-item__back img.only-mobile {
		display: block;
	}
}

.or-popup-nestogen-video-item .or-popup-nestogen-video-item__x{
	background: #ff8300;
	border-radius: 50%;
	color: #ffffff;
	position: absolute;
	right: -11px;
	top: -13px;
	width: 44px;
	height: 44px;
	transition: background 134ms;
	z-index: 5;
	cursor: pointer;
}
.or-popup-nestogen-video-item .or-popup-nestogen-video-item__x:hover {
	background: #27388a;
}
.or-popup-nestogen-video-item .or-popup-nestogen-video-item__x:after,
.or-popup-nestogen-video-item .or-popup-nestogen-video-item__x:before{
	content: '';
	position: absolute;
	left: 12px;
	top: 21px;
	width: 20px;
	height: 2px;
	background: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.or-popup-nestogen-video-item .or-popup-nestogen-video-item__x:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.or-popup-nestogen-video-item__top {
	padding: 32px 40px 15px;
}
.or-popup-nestogen-video-item__middle {
	padding: 8px 40px 22px;
	flex-grow: 1;
}
.b-modal__bottom {
	padding: 0;
}
.or-popup-nestogen-video-item__top,
.or-popup-nestogen-video-item__middle,
.or-popup-nestogen-video-item__bottom {
	position: relative;
	padding-left: 0;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.or-popup-nestogen-video-item__top {
		padding: 15px 0 0;
	}
	.or-popup-nestogen-video-item__middle {
		padding: 16px 0;
	}
}
@media screen and (max-width: 459px) {
	.or-popup-nestogen-video-item__middle {
		padding-top: 8px;
	}
}
.or-popup-nestogen-video-item__title{
	color: #24346c;
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 33px;
	line-height: 1.2;
	letter-spacing: .01em;
}
.or-popup-nestogen-video-item__sub-title{
	color: #24346c;
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 0;
	margin-top: 9px;
}
@media screen and (max-width: 459px) {
	.or-popup-nestogen-video-item__sub-title{
		margin-top: 2px;
	}
}
.or-popup-nestogen-video-item__text{
	font-family: RotonReg,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .015em;
	color: #353535;
}
@media screen and (max-width: 459px) {
	.or-popup-nestogen-video-item__text{
		font-size: 13px;
		line-height: 1.4;
	}
}
.or-popup-nestogen-video-item__button{
	display: inline-block;
	max-width: 158px;
	font-size: 16px;
	line-height: 44px;
	height: 46px;
}
@media (max-width: 1199px){
	.or-nestogen-video-select-list .or-nestogen-video-select-list__i{
		padding-left: 5px;
		padding-right: 5px;
	}
	.or-nestogen-video-select-i{
		padding-left: 15px;
		padding-right: 15px;
	}
	.or-nestogen-video-products .slides .slick-arrow--next{
		right: -50px;
	}
}
@media screen and (max-width: 1080px) {
	.or-nestogen-video-manual__text,
	.or-nestogen-video-manual__text-count{
		font-size: 14px;
	}
	.or-nestogen-video-instruction-stage__i .or-nestogen-video-instruction-stage__i-border:before{
		font-size: 155px;
	}
}
@media screen and (max-width: 1024px) {
	.or-nestogen-video-products .slides .slick-arrow{
		display: none;
	}
	.or-nestogen-video-select-list__i-long{
		margin-left: 0px;
	}
	.or-nestogen-video-instruction-stage__i{
		flex-basis: 100%;
		max-width: 100%;
	}
	.or-nestogen-video-manual__text,
	.or-nestogen-video-manual__text-count{
		font-size: 16px;
	}
	.or-nestogen-video-instruction-stage__i:after{
		display: block;
		width: 100%;
		left: 0;
	}
	.or-nestogen-video-instruction-stage__i:nth-child(2):after{
		display: block;
	}
	.or-nestogen-video-instruction-stage__i:before{
		display: none;
	}
	.or-nestogen-video-instruction-stage__i:nth-child(2n):after{
		left: 0;
	}
	.or-nestogen-video-select .or-nestogen-video-select__inner{
		height: 120px;
	}
	.or-nestogen-video-select-list{
		flex-wrap: wrap;
		padding-top: 0;
		/*min-height: 120px;*/
	}
	.or-nestogen-video-select-list .or-nestogen-video-select-list__i{
		flex-basis: 100%;
		display: none;
		height: 50px;
		padding-right: 50px;
	}
	.or-nestogen-video-select-list .or-nestogen-video-select-list__i._active{
		display: block;
		opacity: 1;
	}
	.or-nestogen-video-select__opener{
		display: block;
	}
	.or-nestogen-video-select-list .or-nestogen-video-select-list__i._active .or-nestogen-video-select-i{
		background-color: transparent;
		cursor: default;
	}
	.or-nestogen-video-select-i{
		padding: 20px 0;
		width: 100%;
		text-align: left;
	}
	.or-nestogen-video-select-list .or-nestogen-video-select-list__i._active .or-nestogen-video-select-i .or-nestogen-video-select-i__text{
		color: #ffffff;
	}
	.or-nestogen-video._show .or-nestogen-video-select-list .or-nestogen-video-select-list__i._active .or-nestogen-video-select-i .or-nestogen-video-select-i__text{
		opacity: 0.65;
	}
	.or-nestogen-video-select-list .or-nestogen-video-select-list__i._start{
		display: block;
		border-right: none;
		padding-top: 16px;
		padding-bottom: 16px;
		text-align: center;
		padding-right: 5px;
		opacity: 1;
		height: 60px;
	}
	.or-nestogen-video._show .or-nestogen-video-select-list .or-nestogen-video-select-list__i:not(._start),
	.or-nestogen-video._show .or-nestogen-video-select-list .or-nestogen-video-select-list__i:not(._active){
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.or-nestogen-video{
		background-position: 50% 160px;
		background-size: 757px auto;
	}
	.or-nestogen-video-products{
		background-size: 757px auto;
		background-position: top right;
		background-color: #55BEC4;
	}
	.or-nestogen-video-products .slick-arrow{
		display: none;
	}
	.or-nestogen-video__text-title,
	.or-nestogen-video__text-info{
		font-size: 24px;
	}
	.or-nestogen-video-instruction-stage{
		margin-left: -20px;
		margin-right: -20px;
	}
	.or-nestogen-video-instruction-title{
		font-size: 24px;
	}
	.or-nestogen-video-instruction__inner{
		padding: 20px;
	}
	.or-nestogen-video-manual{
		height: auto;
		padding-left: 20px;
		padding-top: 120px;
		padding-right: 20px;
	}
	.or-nestogen-video-instruction-stage__i:nth-child(2n) .or-nestogen-video-manual{
		padding-right: 20px;
	}
	.or-nestogen-video-manual__img{
		left: 50%;
		margin-left: -90px;
		height: 120px;

	}
	.or-nestogen-video-instruction-stage{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.or-nestogen-video-instruction-stage__i-border{
		display: none;
	}
	.or-nestogen-video-instruction-stage__i:before{
		display: none;
	}
	.or-nestogen-video-instruction-stage__i:after{
		display: block;
		width: 100%;
		left: 0;
	}
	.or-nestogen-video-manual__text,
	.or-nestogen-video-manual__text-count{
		text-align: center;
	}
	.or-nestogen-video-instruction-footer{
		text-align: left;
	}
	.or-nestogen-video-player{
		padding-bottom: calc((3 / 4) * 100%);
		margin-bottom: 20px;
	}
	.or-nestogen-video-player__text{
		font-size: 0;
		max-width: 60px;
		margin-left: -30px;
	}
	.or-nestogen-video-player__text:before{
		width:60px;
		height: 60px;
		flex-basis: 60px;
		margin-right: 0px;
		margin-left: 0;
		margin-top: 0;
	}
	.or-nestogen-video-player__box:not(._v-get) .or-nestogen-video-player__text{
		font-size: 0;
		width: 60px;
		line-height: 0;
		height: 60px;
		padding-left: 0;
		margin-left: -30px;
	}
	.or-popup-nestogen-video-item{
		max-width: 100%;
	}
	.or-popup-nestogen-video .or-popup-nestogen-video__box{
		align-self: flex-start;
	}
	.or-popup-nestogen-video-item .or-popup-nestogen-video-item__sub-title{
		font-size: 17px;
	}
	.or-nestogen-video-products .n-nestogen-review__title span{
		padding:  0 15px
	}
	.or-nestogen-video-products .view-mode-section_headline{
		background-color: transparent;
		margin-bottom: 0;
	}
	.or-nestogen-video-products .n-nestogen-review{
		padding-bottom: 20px;
	}
	.or-nestogen-video-products .n-nestogen-review:after{
		content: "";
		display: block;
		width: calc(100% - 40px);
		height: 1px;
		background-color: #ffffff;
		position: absolute;
		bottom: 0;
		left: 20px;
	}
	.or-nestogen-video-disc{
		font-size: 12px;
	}
}

.or-nestogen-video-player .kplayer-box {
	position: absolute;
}
.or-nestogen-video-player iframe {
	width: 100%;
	height: 100%;
}
.or-nestogen-video-player__box.show-video {
	display: none !important;
}
.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); } }

