.bx-messenger-call-floating-screenshare {
	overflow: hidden;
}

.bx-messenger-call-floating-screenshare-wrap {
	display: flex;
	flex-direction: column;
}

.bx-messenger-call-floating-screenshare-top {
	display: flex;
	align-items: center;
	height: 31px;
	background: #3785D4;
}

.bx-messenger-call-floating-screenshare-top-icon {
	width: 14px;
	min-width: 14px;
	height: 12px;
	min-height: 12px;
	margin-left: 10px;
	margin-right: 8px;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.875.078v1.771H1.933V9.1h10.2l-.001-1.414h1.934v2.403c0%20.432-.35.782-.783.782H9.725l.607.66c.05.054.083.12.096.192l.007.073a.391.391%200%2001-.32.385l-.071.006H4.178a.391.391%200%2001-.348-.57l.038-.06.529-.686H.783A.783.783%200%20010%2010.088V.86C0%20.429.35.078.783.078h6.092zm6.408%200c.433%200%20.783.35.783.783v4.637h-1.803V2.905L9.502%205.666A.783.783%200%20118.395%204.56l2.761-2.76.059-.053H8.989V.078h4.294z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center;
}

.bx-messenger-call-floating-screenshare-top-text {
	color: #fff;
	font: 13px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
	cursor: pointer;
}

.bx-messenger-call-floating-screenshare-bottom {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 10px 22px;
	box-sizing: border-box;
}

.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-bottom {
	background: #313131;
}


.bx-messenger-call-floating-screenshare-bottom-left,
.bx-messenger-call-floating-screenshare-bottom-center,
.bx-messenger-call-floating-screenshare-bottom-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.bx-messenger-call-floating-screenshare-bottom-left,
.bx-messenger-call-floating-screenshare-bottom-center {
	margin-right: 22px;
}


.bx-messenger-call-floating-screenshare-bottom-left:hover .bx-messenger-call-floating-screenshare-back-icon,
.bx-messenger-call-floating-screenshare-bottom-center:hover .bx-messenger-call-floating-screenshare-change-screen-icon,
.bx-messenger-call-floating-screenshare-bottom-right:hover .bx-messenger-call-floating-screenshare-stop-icon {
	opacity: 1;
}

.bx-messenger-call-floating-screenshare-back-icon {
	width: 16px;
	min-width: 16px;
	height: 14px;
	min-height: 14px;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.51%2010.679L3.67%206.934H14V5.066H3.67L7.51%201.32%206.156%200%200%206l6.155%206z%22%20fill%3D%22%23525C69%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-bottom: 6px;
	opacity: 0.7;
}

.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-back-icon {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.51%2010.679L3.67%206.934H14V5.066H3.67L7.51%201.32%206.156%200%200%206l6.155%206z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.7%22%2F%3E%3C%2Fsvg%3E");
}

.bx-messenger-call-floating-screenshare-change-screen-icon {
	width: 16px;
	min-width: 16px;
	height: 14px;
	min-height: 14px;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.555%200h12.89C15.304%200%2016%20.708%2016%201.582v10.836c0%20.874-.696%201.582-1.555%201.582H1.555C.696%2014%200%2013.292%200%2012.418V1.582C0%20.708.696%200%201.555%200zM2%204v8h12V4H2zm1-1a1%201%200%20100-2%201%201%200%20000%202zm3%200a1%201%200%20100-2%201%201%200%20000%202z%22%20fill%3D%22%23525C69%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-bottom: 7px;
	opacity: 0.7;
}

.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-change-screen-icon {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.555%200h12.89C15.304%200%2016%20.708%2016%201.582v10.836c0%20.874-.696%201.582-1.555%201.582H1.555C.696%2014%200%2013.292%200%2012.418V1.582C0%20.708.696%200%201.555%200zM2%204v8h12V4H2zm1-1a1%201%200%20100-2%201%201%200%20000%202zm3%200a1%201%200%20100-2%201%201%200%20000%202z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.7%22%2F%3E%3C%2Fsvg%3E");
}

.bx-messenger-call-floating-screenshare-stop-icon {
	width: 16px;
	min-width: 16px;
	height: 14px;
	min-height: 14px;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2230%22%20width%3D%2213%22%20height%3D%2213%22%20rx%3D%221%22%20transform%3D%22translate%28-30%29%22%20fill%3D%22%23FF5752%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	margin-bottom: 7px;
	opacity: 0.7;
}

.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-stop-icon {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2230%22%20width%3D%2213%22%20height%3D%2213%22%20rx%3D%221%22%20transform%3D%22translate%28-30%29%22%20fill%3D%22%23FF5752%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.7%22%2F%3E%3C%2Fsvg%3E");
}

.bx-messenger-call-floating-screenshare-back-text,
.bx-messenger-call-floating-screenshare-change-screen-text,
.bx-messenger-call-floating-screenshare-stop-text {
	cursor: pointer;
	color: #525C69;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	line-height: 13px;
	white-space: nowrap;
}

.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-back-text,
.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-change-screen-text,
.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-stop-text {
	color: #FFF;
}

.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-bottom-left .bx-messenger-call-floating-screenshare-back-text,
.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-bottom-center .bx-messenger-call-floating-screenshare-change-screen-text,
.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-bottom-right .bx-messenger-call-floating-screenshare-stop-text {
	opacity: 0.7;
}

.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-bottom-left:hover .bx-messenger-call-floating-screenshare-back-text,
.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-bottom-center:hover .bx-messenger-call-floating-screenshare-change-screen-text,
.bx-messenger-call-floating-screenshare-wrap.dark-mode .bx-messenger-call-floating-screenshare-bottom-right:hover .bx-messenger-call-floating-screenshare-stop-text {
	opacity: 1;
}

.bx-messenger-call-floating-screenshare .bx-messenger-dark.bx-messenger-mark {
	border: none;
}
.bx-messenger-call-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	z-index: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bx-messenger-call-overlay.--fixed {
	position: fixed !important;
}

.bx-messenger-call-overlay.bx-messenger-call-overlay-folded {height: 60px; top: 67px; opacity: 0.85}

.call-lobby-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

:root {
	--sidebar-width: 200px; /** should be in px only to animations work properly */
}

.bx-messenger-call-sidebar-root {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	transition: width .3s ease-out;
	width: var(--sidebar-width);
	z-index: 110;
}

.bx-messenger-call-sidebar-root.opening {
	animation: sidebar-opening .3s ease-out;
}

.bx-messenger-call-sidebar-root.closing {
	animation: sidebar-closing .3s ease-out;
}

.bx-messenger-call-sidebar-root.hidden {
	display: none;
}

.bx-messenger-call-sidebar-content-container {
	width: 100%;
	height: 100%;
}

.bx-messenger-call-sidebar-labels {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 17px;
	z-index: 1;
	transform: translateX(-100%);
	transition: all 300ms ease;
}

.bx-messenger-call-sidebar-label {
	display: inline-flex;
	min-width: 37px;
	height: 38px;
	padding-right: 5px;
	margin-bottom: 10px;
	background: rgba(47, 198, 246, 0.95);
	border-top-left-radius: 19px;
	border-bottom-left-radius: 19px;
	white-space: nowrap;
	overflow: hidden;
	transition: top 0.3s;
	box-shadow: inset -6px 0 8px -10px rgba(0, 0, 0, 0.95);
	z-index: 1;
	cursor: pointer;
}

.bx-messenger-call-sidebar-label-icon-box {
	display: inline-block;
	width: 34px;
	height: 38px;
	vertical-align: top;
	border-radius: 19px;
	transition: all .2s;
}

.bx-messenger-call-sidebar-label-icon {
	position: relative;
	width: 22px;
	height: 22px;
	margin-top: 6px;
	margin-left: 7px;
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: all 300ms ease;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: content-box;
}

.bx-messenger-call-sidebar-label-icon-close {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3e%3cpath fill='%23FFF' fill-rule='evenodd' d='M11.381 1.746L7.138 5.988l4.248 4.249-1.151 1.152L5.986 7.14l-4.242 4.244-1.147-1.146L4.84 5.994.592 1.747 1.744.595l4.248 4.247L10.235.6z'/%3e%3c/svg%3e");
	opacity: 0.85;
}

.bx-messenger-call-sidebar-label:hover .bx-messenger-call-sidebar-label-icon {
	opacity: 1;
}

.bx-messenger-call-sidebar-label:hover .bx-messenger-call-sidebar-label-icon-close:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -1px;
	left: -1px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3e%3cpath fill='%23FFF' fill-rule='evenodd' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 1.771C6.35 1.771 1.771 6.351 1.771 12c0 5.65 4.58 10.229 10.229 10.229 5.65 0 10.229-4.58 10.229-10.229 0-5.65-4.58-10.229-10.229-10.229z'/%3e%3c/svg%3e");
	opacity: 0.4;
}

@keyframes sidebar-opening {
	from {
		transform: translateX(var(--sidebar-width));
	}
	to {
		transform: translateX(0);
	}
}

@keyframes sidebar-closing {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(var(--sidebar-width));
	}
}
.bx-messenger-call-float { background-color: #292a2b; height: 320px; width: 240px; opacity: 0.95; text-align: center; position: relative}
.bx-messenger-call-float-video {display: inline-block; width: 100%; position: relative; z-index: 1; opacity: 1; transition: opacity 0.4s; }

.bx-messenger-call-float-audio-unfold {display: none; line-height: 34px; opacity: 0.9; cursor: pointer; }
.bx-messenger-call-float-audio-unfold:hover {opacity: 1}
.bx-messenger-call-float-audio-unfold:hover .bx-messenger-call-float-button-text {opacity: 0.9}
.bx-messenger-call-float-audio .bx-messenger-call-float-audio-unfold {display: block;}

.bx-messenger-call-float-buttons{
	width: 320px; height: 34px; opacity: .7; position: absolute; z-index:2; bottom: 0px; transition: top 0.4s; -o-user-select:none; -webkit-user-select:none; user-select:none;
	background-color: rgba(0, 0, 0, 0.25);
}
.bx-messenger-call-float-button { display: inline-block; height: 34px; border-left: 1px solid rgba(255,255,255, 0.2);  cursor: pointer; line-height: 34px; }
.bx-messenger-call-float-button:hover { background-color: rgba(0, 0, 0, 0.4); }
.bx-messenger-call-float-button:first-child { border-left: 0; }
.bx-messenger-call-float-button-icon { display: inline-block; height: 34px;  margin-right: 3px; background: url(./../images/im-sprite-v37.png) 0 0; }
.bx-messenger-call-float-button-decline { width: 139px; }
.bx-messenger-call-float-button-decline .bx-messenger-call-float-button-icon { width: 27px; background-position: -102px -42px; }
.bx-messenger-call-float-button-mic { width: 179px; }
.bx-messenger-call-float-button-mic .bx-messenger-call-float-button-icon { width: 24px; background-position: -133px -42px; }
.bx-messenger-call-float-button-mic-disabled .bx-messenger-call-float-button-icon { width: 24px; background-position: -166px -42px; }
.bx-messenger-call-float-button-text { display: inline-block; height: 34px; font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica)); color: #ffffff; font-size: 13px; vertical-align: top; overflow: hidden; cursor: pointer; opacity: 0.7; }

.bx-messenger-call-overlay-aspect-vertical .bx-messenger-call-float-buttons { width: 180px; height: 73px; top:320px; }
.bx-messenger-call-overlay-aspect-vertical.bx-messenger-call-float:hover .bx-messenger-call-float-buttons { top: 247px; }
.bx-messenger-call-overlay-aspect-vertical .bx-messenger-call-float-button { display: block; width: 180px; border-left: 0; border-top: 1px solid rgba(255,255,255, 0.2); height: 38px; }
.bx-messenger-call-overlay-aspect-vertical .bx-messenger-call-float-button:first-child { border-top: 0; }

.bx-messenger-call-float-avatars {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 10px;
	cursor: pointer;
}

.bx-messenger-call-float-avatar {
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20opacity%3D%220.385268%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.50781%2051.1133C9.51562%2047.957%2013.9766%2045.5898%2018.1016%2043.7578C19.1406%2043.2969%2019.7969%2042.9219%2020.4297%2042.5469C21.1367%2042.1328%2021.8203%2041.7227%2022.9883%2041.1953C23.0664%2040.7969%2023.1133%2040.3945%2023.1328%2039.9883C23.1445%2039.7734%2023.1445%2039.5586%2023.1367%2039.3438L25.0156%2039.1133C25.0156%2039.1133%2025.2656%2039.5781%2024.8672%2036.8477C24.8672%2036.8477%2022.7539%2036.2852%2022.6562%2031.9375C22.6562%2031.9375%2021.0664%2032.4844%2020.9688%2029.8477C20.9023%2028.0664%2019.5469%2026.5156%2021.4961%2025.2344L20.5039%2022.5039C20.5039%2022.5039%2019.4609%2011.9492%2024.0352%2012.8047C22.1797%209.76562%2037.832%207.24219%2038.8711%2016.543C38.9883%2017.3555%2039.0742%2018.1719%2039.125%2018.9922C39.2461%2020.9961%2039.1641%2023.0078%2038.8711%2024.9961C38.8711%2024.9961%2039.5352%2024.918%2039.9219%2025.5391C40.2578%2026.082%2040.3789%2027.1641%2039.6484%2029.3125C39.6484%2029.3125%2039.2773%2030.7344%2038.6484%2031.5039C38.3203%2031.9062%2037.9219%2032.1289%2037.4688%2031.875C37.4688%2031.875%2037.6836%2036.0508%2035.6055%2036.7578C35.6055%2036.7578%2035.7539%2038.9844%2035.7539%2039.1328L37.4883%2039.4023C37.4883%2039.4023%2037.4375%2041.2578%2037.7852%2041.457C39.3672%2042.5156%2041.1055%2043.3164%2042.9336%2043.832C48.3242%2045.2461%2051.0664%2047.6719%2051.0664%2049.7969C51.0664%2049.7969%2051.2266%2050.3984%2051.4766%2051.3906C56.9023%2045.9414%2060.2578%2038.4258%2060.2578%2030.1289C60.2578%2013.4883%2046.7695%200%2030.1289%200C13.4883%200%200%2013.4883%200%2030.1289C0%2038.2852%203.24219%2045.6875%208.50781%2051.1133Z%22%20transform%3D%22translate%281.55859%201.55859%29%22%20fill%3D%22%23D8D8D8%22/%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M30.1285%2060.2571C46.7681%2060.2571%2060.2571%2046.7681%2060.2571%2030.1285C60.2571%2013.489%2046.7681%200%2030.1285%200C13.489%200%200%2013.489%200%2030.1285C0%2046.7681%2013.489%2060.2571%2030.1285%2060.2571Z%22%20transform%3D%22translate%281.55859%201.55859%29%22%20stroke%3D%22%23999CA2%22%20stroke-width%3D%223%22/%3E%0A%3C/svg%3E%0A) no-repeat center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: rgba(59,200,245,.2) 1px solid;

	padding: 6px;
	margin: 5px;
	background-size: 50px;
	background-clip: content-box;
}

.bx-messenger-call-float-avatar.talking {
	border: rgba(59,200,245,.6) 1px solid;
}

.bx-messenger-call-overlay-aspect-vertical .bx-messenger-call-video-main-block { height: 100%!important; width: auto!important; }
/* promo documents popup */

.bx-call-promo-popup {
	border-radius: 28px;
	background-color: rgba(0,0,0,0.62) !important;
	padding: 12px 20px;
}

.bx-call-promo-popup > .popup-window-angly:before,
.bx-call-promo-popup > .popup-window-angly > .popup-window-angly--arrow {
	background-color: rgba(0,0,0,0.62) !important;
}

.bx-call-promo-popup .popup-window-close-icon {
	right: 15px !important;
	top: 5px !important;
}

.bx-call-promo-container {
	color: #fff;
}

.bx-call-promo-content {
	display: flex;
}

.bx-call-promo-icon-section {
	display: flex;
	margin-right: 12px;
}

.bx-call-promo-icon {
	width: 26px;
	height: 26px;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2227%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.646%2026.109c7.18%200%2013-5.82%2013-13s-5.82-13-13-13-13%205.82-13%2013%205.82%2013%2013%2013Z%22%20fill%3D%22%232FC6F6%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.391%2018.25a.205.205%200%200%201-.206.205H9.93a.205.205%200%200%201-.206-.204V7.238c0-.112.092-.204.206-.204h3.921c.114%200%20.206.092.206.204v3.876c0%20.112.093.203.207.203h3.921c.113%200%20.206.092.206.205v6.729Zm-2.89-10.439a.077.077%200%200%201%20.133-.054L17.66%209.76c.03.03.03.078%200%20.108a.08.08%200%200%201-.056.023H15.58a.077.077%200%200%201-.077-.077V7.811Zm.227-1.98a.78.78%200%200%200-.547-.224H9.053a.77.77%200%200%200-.774.765v12.747c0%20.421.346.764.774.764h10.009a.77.77%200%200%200%20.773-.764v-8.807c0-.27-.11-.53-.303-.721l-3.804-3.76Zm-4.303%206.914a.257.257%200%200%200-.257.255v.918c0%20.14.116.255.257.255h5.263a.257.257%200%200%200%20.258-.255V13a.257.257%200%200%200-.258-.255h-5.263Zm0%202.856a.256.256%200%200%200-.257.254v.918c0%20.14.116.255.257.255h5.263a.257.257%200%200%200%20.258-.255v-.918a.256.256%200%200%200-.258-.255h-5.263Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.bx-call-promo-text-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 400px;
	margin-right: 60px;
}

.bx-call-promo-title {
	color: #fff;
	font: 14px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	margin-bottom: 5px;
}

.bx-call-promo-text {
	color: rgba(255,255,255,0.7);
	font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	margin-bottom: 7px;
}

.bx-call-promo-refuse {
	display: flex;
	align-items: center;
}

.bx-call-promo-refuse-checkbox {
	margin: 0 7px 0 0;
}

.bx-call-promo-refuse-text {
	color: rgba(255,255,255,0.6);
	font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.bx-call-promo-button-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}

.bx-call-promo-button.ui-btn.ui-btn-round {
	text-transform: none;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #fff;
	width: 90px;
	height: 25px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255,255,255,0.23);
}

.bx-call-promo-button.bx-call-promo-button-action {
	margin-bottom: 10px;
}

.bx-call-promo-button.bx-call-promo-button-action-close {
	margin-left: 0;
}

/* 3d-avatars promo popup */
.bx-call-promo-popup-3d-masks,
.bx-call-promo-learning-popup {
	animation-name: im-promo-3d-popup-slide-up;
	animation-duration: 1s;
	animation-timing-function: ease-out;
}

.bx-call-promo-popup-3d-masks .popup-window-close-icon {
	width: 24px;
	height: 24px;
	top: 18px;
	right: 20px;
	-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23525c69' fill-rule='evenodd' d='m13.663 12 3.89 3.891a.6.6 0 0 1 0 .848l-.814.815a.6.6 0 0 1-.848 0L12 13.664l-3.892 3.89a.6.6 0 0 1-.848 0l-.815-.814a.6.6 0 0 1 0-.849l3.891-3.89-3.89-3.891a.6.6 0 0 1 0-.849l.814-.814a.6.6 0 0 1 .848 0L12 10.337l3.89-3.89a.6.6 0 0 1 .85 0l.814.814a.6.6 0 0 1 0 .849z' clip-rule='evenodd'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23525c69' fill-rule='evenodd' d='m13.663 12 3.89 3.891a.6.6 0 0 1 0 .848l-.814.815a.6.6 0 0 1-.848 0L12 13.664l-3.892 3.89a.6.6 0 0 1-.848 0l-.815-.814a.6.6 0 0 1 0-.849l3.891-3.89-3.89-3.891a.6.6 0 0 1 0-.849l.814-.814a.6.6 0 0 1 .848 0L12 10.337l3.89-3.89a.6.6 0 0 1 .85 0l.814.814a.6.6 0 0 1 0 .849z' clip-rule='evenodd'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	background-color: var(--ui-color-base-40, #bdc1c6);
	opacity: 1;
	transition-duration: 0.2s;
	transition-property: background-color;
	transition-timing-function: ease-out;
}

.bx-call-promo-popup-3d-masks .popup-window-close-icon:hover {
	background-color: var(--ui-color-base-50, #a8adb4);
	transition-duration: 0s;
}

.bx-call-promo-popup-3d-masks .popup-window-close-icon::after {
	display: none;
}

.promo-popup-3d-content {
	--angle: 0;
	--near-side-angle: 10deg;
	--far-side-angle: 30deg;
	--rotateZ: rotateZ(calc(var(--near-side-angle) * -1));

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 18px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='227' height='166' fill='none' viewBox='0 0 227 166'%3E%3Cpath fill='url(%23a)' fill-opacity='.32' stroke='url(%23b)' stroke-width='1.807' d='M23.379 148.089c-5.998 1.122-13.385 5.463-18.459 8.983-1.399.971-.695 3.049 1.008 3.052l207.812.391c1.989.004 2.444-2.488.56-3.125-15.776-5.338-45.2-14.55-58.295-18.759l-10.496-3.222a1.8 1.8 0 0 1-.914-.642l-1.281-1.706a1.81 1.81 0 0 0-1.983-.639l-3.799 1.186a1.81 1.81 0 0 1-1.983-.639l-1.257-1.673a1.8 1.8 0 0 1-.362-1.128l.272-11.574a1.8 1.8 0 0 1 .142-.659l2.487-5.899c.909-2.154 1.969-8.129 2.557-11.945a1.824 1.824 0 0 1 1.841-1.55l2.105.05c1.237.028 5.021-3.022 7.617-8.19 2.597-5.169 2.818-14.578 1.679-18.788-.482-1.785-1.979-2.284-3.407-2.207-.905.049-2.617-1.141-2.53-2.044.415-4.302.739-10.324.043-13.607-1.114-5.256-1.977-15.797-5.613-19.02l-.01-.008c-3.629-3.216-4.84-4.29-6.076-4.318-.933-.022-1.881-2.525-2.304-3.987a1.7 1.7 0 0 1-.065-.512l.142-6.012c.024-1.047-1.114-5.255-4.751-8.479-3.634-3.222-3.636-3.223-6.081-4.323l-.004-.002c-2.449-1.102-6.135-2.236-8.584-3.339s-8.657-.202-13.604-.317l-9.894-.23C84.945 3.091 83.66 5.153 77.427 7.1s-6.233 1.947-7.494 2.963-3.834 5.14-5.144 8.248-3.76 2.004-5.045 4.066-3.784 3.05-5.094 6.157-1.434 8.334-1.458 9.38l-.369 15.68c-.05 2.09 3.563 6.359 5.987 8.507 2.425 2.149-.074 3.136 1.09 6.302 1.163 3.164-.172 7.317-.246 10.453-.074 3.137 1.138 4.21-.197 8.363s.4 5.02.35 7.111c-.049 2.09.641 3.372 3.066 5.52 2.424 2.149 2.375 4.24 4.775 7.434s-.172 7.317-.221 9.408c-.035 1.455 5.43 7.89 9.236 12.12.791.88.554 2.274-.49 2.831l-1.276.68a1.8 1.8 0 0 1-.893.212l-1.338-.032a1.8 1.8 0 0 0-1.176.4l-4.53 3.651c-.841.678-3.022 2.231-5.021 3.021-2.498.988-8.755 3.979-17.462 5.868s-11.155.786-21.098 2.646Z'/%3E%3Cpath stroke='%23fff' stroke-width='.903' d='M145.777 78.047h3.186c.303 2.297.364 7.666-1.821 10.766-2.185 3.101-3.641 3.302-4.096 3.015'/%3E%3Cpath fill='url(%23c)' fill-opacity='.32' stroke='%23fff' stroke-width='.903' d='M90.367 78.81c-5.7-2.86-27.197-1.334-38.204-.118a.89.89 0 0 0-.762 1.128c1.383 4.889 4.337 14.096 7.078 18.68 3.68 6.153 13.491 4.922 23.303 3.691s15.944-19.689 8.585-23.38Z'/%3E%3Cpath fill='url(%23d)' fill-opacity='.32' stroke='%23fff' stroke-width='.903' d='M127.128 73.71c-10.18 0-20.433 3.037-24.975 4.805a.876.876 0 0 0-.523 1.06c.932 3.316 2.878 9.83 4.685 14.535 2.449 6.375 9.795 8.925 20.813 6.375 11.019-2.55 11.019-3.825 12.244-7.65.916-2.864 2.62-12.656 3.504-18.079a.9.9 0 0 0-.89-1.045z'/%3E%3Cpath stroke='%23fff' stroke-width='.903' d='M91.879 79.781h10.407m-14.742 64.174c4.442 5.235 16.904 12.565 31.22 0M84.509 124.01c1.734 1.012 6.504 2.948 11.707 2.601 6.504-.433 10.407.434 10.84 0 .347-.346 6.505-2.746 9.54-3.902'/%3E%3Cpath stroke='%23fff' stroke-width='.903' d='M85.81 124.877c2.746.867 6.504 6.027 14.742 5.203 4.336-.433 7.372.868 12.141-5.637m-28.184-.433c1.734-.289 9.192-1.301 11.274-1.301 2.601 0 1.3 2.168 4.769 0h16.044M89.28 108.4c-.868.868-2.082 2.862 0 3.903 2.6 1.301 4.335 1.301 5.202 1.734.868.434 3.903 3.036 7.805.868 3.903-2.169 3.903-1.735 5.204-1.735s3.902-.867 3.469-3.469M62.828 53.33c-.144-5.059 1.908-15.09 11.274-14.743 11.708.434 23.415 2.601 28.618 1.3s16.044-4.769 18.212-5.636 4.336-2.168 6.938 0 6.504 7.372 6.937 11.275c.434 3.902 1.301 13.008 2.168 13.875s2.602 3.469 3.469 5.637'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='111.871' x2='111.832' y1='123.769' y2='162.706' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='111.867' x2='111.749' y1='120.339' y2='162.705' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='.94' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='72.184' x2='72.305' y1='96.843' y2='103.197' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='122.052' x2='122.193' y1='94.685' y2='101.463' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"), url("images/css/images/background_circles.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 54% 66px, center 10px;
	overflow: hidden;
}

.promo-popup-3d-content__masks-container {
	width: 114%;
	height: 230px;
	position: relative;
	top: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.promo-popup-3d-content__title {
	margin: 0;
	font-weight: var(--ui-font-weight-bold, 600);
}

.promo-popup-3d-content__description {
	margin-top: 17px;
	margin-bottom: 19px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	font-size: var(--ui-font-size-lg, 15px);
	line-height: var(  --ui-typography-text-lg-line-height, 1.4);
}

.promo-popup-3d-content__actions-btn {

}

.promo-popup-3d-content__mask {
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	--mask-center-animation-delay: 2s;

}

.promo-popup-3d-content__mask.--fox {
	background-image: url("images/css/images/masks/fox.png");
}

.promo-popup-3d-content__mask.--bear {
	background-image: url("images/css/images/masks/bear.png");
}

.promo-popup-3d-content__mask.--owl {
	background-image: url("images/css/images/masks/owl.png");
}

.promo-popup-3d-content__mask.--santa {
	background-image: url("images/css/images/masks/santa.png");
}

.promo-popup-3d-content__mask.--pole-bear {
	background-image: url("images/css/images/masks/pole-bear.png");
}

.promo-popup-3d-content__mask.--center {
	opacity: 0;
	--start-opacity: 0.1;
	--start-scale: scale(2);
	--startTranslate3d: translate3d(0, -60px, 0);
	width: 165px;
	min-width: 165px;
	height: 165px;
	z-index: 5;
	animation-delay: var(--mask-center-animation-delay);
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-name: im-promo-3d-center-mask;
}

.promo-popup-3d-content__mask.--left-1,
.promo-popup-3d-content__mask.--left-2,
.promo-popup-3d-content__mask.--right-1,
.promo-popup-3d-content__mask.--right-2 {
	--start-opacity: 0.3;
	--start-scale: scale(0.85);
	position: relative;
	opacity: 0;
	animation-timing-function: ease-out;
	animation-duration: 0.5s;
	animation-delay: calc(var(--mask-center-animation-delay) + 1.8s);
}
.promo-popup-3d-content__mask.--left-1,
.promo-popup-3d-content__mask.--right-1 {
	width: 121px;
	min-width: 121px;
	height: 121px;
	z-index: 4;
	top: 10px;
}

.promo-popup-3d-content__mask.--left-2,
.promo-popup-3d-content__mask.--right-2{
	width: 87px;
	min-width: 87px;
	height: 87px;
	top: 41px;
	z-index: 3;
}

.promo-popup-3d-content__mask.--left-1 {
	--rotateZ: rotateZ(calc(var(--near-side-angle) * -1));
	--startTranslate3d: translate3d(68px, 0, 0);
	animation-name: im-promo-3d-left-1-mask;
	transform: var(--startTranslate3d) var(--rotateZ);
}

.promo-popup-3d-content__mask.--right-1 {
	--rotateZ: rotateZ(var(--near-side-angle));
	--startTranslate3d: translate3d(-70px, 0, 0);
	transform: var(--startTranslate3d) var(--rotateZ);
	animation-name: im-promo-3d-right-1-mask;
}

.promo-popup-3d-content__mask.--left-2 {
	--rotateZ: rotateZ(calc(var(--far-side-angle) * -1));
	--startTranslate3d: translate3d(125px, 0, 0);
	transform: var(--startTranslate3d) var(--rotateZ);
	animation-name: im-promo-3d-left-2-mask;
}

.promo-popup-3d-content__mask.--right-2 {
	--rotateZ: rotateZ(var(--far-side-angle));
	--startTranslate3d: translate3d(-118px, 0, 0);
	transform: rotateZ(var(--far-side-angle));
	animation-name: im-promo-3d-right-2-mask;
}
.promo-popup-3d-learning-content {
	padding-left: 7px;
	padding-right: 7px;
	width: 220px;
}
.promo-popup-3d-learning-content__title {
	font-weight: var(--ui-font-weight-light, 300);
	color: var(--ui-color-palette-black-solid, #000);
	margin: 0;
}
.promo-popup-3d-learning-content__description {
	font-size: var(--ui-font-size-xs, 12px);
	line-height: var(  --ui-typography-text-xs-line-height, 1.4);
}

@keyframes im-promo-3d-popup-slide-up {
	0% {
		opacity: 0;
		transform: translateY(200px);
	}

	80% {
		transform: translateY(-7px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes im-promo-3d-left-1-mask {
	0% {
		opacity: var(--start-opacity);
		transform: var(--startTranslate3d) var(--rotateZ) var(--start-scale);
	}
	80% {
		transform: translate3d(53px, 0, 0) var(--rotateZ);
	}
	100% {
		opacity: 1;
		transform: translate3d(54px, 0, 0) var(--rotateZ) scale(1);
	}
}

@keyframes im-promo-3d-left-2-mask {
	0% {
		opacity: var(--start-opacity);
		transform: var(--startTranslate3d) var(--rotateZ)var(--start-scale);
	}
	80% {
		transform: translate3d(92px, 0, 0) var(--rotateZ);
	}
	100% {
		opacity: 1;
		transform: translate3d(93px, 0, 0) var(--rotateZ) scale(1);
	}
}

@keyframes im-promo-3d-right-1-mask {
	0% {
		opacity: var(--start-opacity);
		transform: var(--startTranslate3d) var(--rotateZ) var(--start-scale);
	}
	80% {
		transform: translate3d(-54px, 0, 0) var(--rotateZ);
	}
	100% {
		opacity: 1;
		transform: translate3d(-55px, 0, 0) var(--rotateZ) scale(1);
	}
}

@keyframes im-promo-3d-right-2-mask {
	0% {
		opacity: var(--start-opacity);
		transform: var(--startTranslate3d) var(--rotateZ) var(--start-scale);
	}
	80% {
		transform: translate3d(-92px, 0, 0) var(--rotateZ) scale(1);
	}
	100% {
		opacity: 1;
		transform: translate3d(-93px, 0, 0) var(--rotateZ) scale(1);
	}
}

@keyframes im-promo-3d-center-mask {
	0% {
		opacity: var(--start-opacity);
		transform: var(--startTranslate3d) var(--start-scale);
	}
	80% {
		transform: translate3d(0, 0, 0) scale(0.97);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}
.bx-call-copilot-notify {
	border-radius: 1024px;
}

.bx-call-copilot-notify__content {
	display: flex;
	gap: 4px;
	align-items: center;
	padding: 18px 18px 19px 24px;
}

.bx-call-copilot-notify__icon {
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2105_370426)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0012 20.1223C17.3589 20.1223 20.0808 17.3829 20.0808 14.0037C20.0808 10.6245 17.3589 7.88514 14.0012 7.88514C10.6435 7.88514 7.92153 10.6245 7.92153 14.0037C7.92153 17.3829 10.6435 20.1223 14.0012 20.1223ZM13.0295 9.4224C12.9747 9.27336 12.7652 9.27336 12.7104 9.4224L12.1052 11.0684C11.9329 11.5369 11.5658 11.9064 11.1002 12.0798L9.46473 12.6889C9.31663 12.744 9.31663 12.9548 9.46473 13.01L11.1002 13.619C11.5658 13.7924 11.9329 14.1619 12.1052 14.6304L12.7104 16.2764C12.7652 16.4255 12.9747 16.4255 13.0295 16.2764L13.6346 14.6304C13.8069 14.1619 14.174 13.7924 14.6396 13.619L16.2751 13.01C16.4232 12.9548 16.4232 12.744 16.2751 12.6889L14.6396 12.0798C14.174 11.9064 13.8069 11.5369 13.6346 11.0684L13.0295 9.4224ZM16.5039 14.1788C16.4722 14.0927 16.3512 14.0927 16.3195 14.1788L15.9698 15.1298C15.8703 15.4006 15.6582 15.614 15.3891 15.7142L14.4442 16.0662C14.3586 16.098 14.3586 16.2198 14.4442 16.2517L15.3891 16.6036C15.6582 16.7038 15.8703 16.9173 15.9698 17.188L16.3195 18.1391C16.3512 18.2252 16.4722 18.2252 16.5039 18.1391L16.8535 17.188C16.9531 16.9173 17.1652 16.7038 17.4342 16.6036L18.3792 16.2517C18.4648 16.2198 18.4648 16.098 18.3792 16.0662L17.4342 15.7142C17.1652 15.614 16.9531 15.4006 16.8535 15.1298L16.5039 14.1788Z' fill='white' fill-opacity='0.9'/%3E%3Cpath d='M22.7491 14.3751C23.3464 14.4012 23.8161 14.9113 23.726 15.5062C23.0053 20.2597 18.9258 23.9015 14.001 23.9015C8.56768 23.9015 4.16309 19.4687 4.16309 14.0005C4.16309 8.5324 8.56768 4.09961 14.001 4.09961C16.5894 4.09961 18.9443 5.10561 20.7008 6.75031C21.1394 7.16104 21.085 7.85565 20.631 8.24918C20.1776 8.64226 19.4979 8.58436 19.0473 8.18793C17.6986 7.00115 15.9332 6.28207 14.0008 6.28207C9.7646 6.28207 6.33044 9.73821 6.33044 14.0016C6.33044 18.2649 9.7646 21.7211 14.0008 21.7211C17.7581 21.7211 20.8844 19.0023 21.5434 15.4129C21.6522 14.8198 22.1504 14.349 22.7491 14.3751Z' fill='white' fill-opacity='0.9'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2105_370426' x='-2' y='-1' width='32' height='32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2105_370426'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2105_370426' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.bx-call-copilot-notify__message {
	flex-shrink: 1;
	font-size: 14px;
	line-height: 16px;
	padding-left: 2px;
}

.bx-call-copilot-notify__close-btn {
	flex-shrink: 0;
	align-self: flex-end;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 22px;
	opacity: 0.3;
	padding: 0;
	cursor: pointer;
	border: none;
	background-color: transparent;
	transition: opacity 200ms linear;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 11.5L15 14.5L14 15.5L11 12.5L8 15.5L7 14.5L10 11.5L7 8.5L8 7.5L11 10.5L14 7.5L15 8.5L12 11.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.bx-call-copilot-notify__close-btn:hover {
	opacity: 1;
}

:root{
	--call-copilot-popup__button-coming-soon-text-color: rgba(255, 255, 255, 0.70);
	--call-copilot-popup__button-text-line-height: 1.35;
	--call-copilot-popup__button-text-letter-spacing: var(--call-view__letter-spacing);
	--call-copilot-popup__button-transparent-text-line-height: var(--call-view__line-height);
	--call-copilot-popup__button-transparent-text-color: rgba(255, 255, 255, 0.40);
	--call-copilot-popup__button-turn_off-border-color: rgba(255, 255, 255, 0.30);
	--call-copilot-popup__button-turn_off-background-color: rgba(255, 255, 255, 0.16);
	--call-copilot-popup__button-turn_on-border-color: #4DA4FB;
	--call-copilot-popup__button-turn_on-background-color: #1587FA;
	--call-copilot-popup__button-hover-background-color: rgba(0, 0, 0, 0.08);
}

.bx-call-copilot-popup {
	border-radius: 18px;
}

.bx-call-copilot-popup__wrapper {
	display: flex;
	flex-direction: column;
	padding: 30px 22px;
	background-image:
		linear-gradient(180deg, rgba(113, 27, 249, 0.40) 0%, rgba(113, 27, 249, 0.00) 50%),
		url("data:image/png;base64,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")
;
	background-position: center, center;
	background-repeat: no-repeat, repeat;
	background-size: auto, contain;
}

.bx-call-copilot-popup__content {
	display: flex;
	flex-direction: column;
}


.bx-call-copilot-popup__title {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.bx-call-copilot-popup__title-icon-background {
	background: radial-gradient(109.46% 109.46% at -3.11% -15.22%, #C8A9F8 0%, #711BF9 100%);
	box-shadow: 0 0 26px rgba(142, 82, 236, 0.7);
	border-radius: 120px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-call-copilot-popup__title-icon-image {
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2105_370426)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0012 20.1223C17.3589 20.1223 20.0808 17.3829 20.0808 14.0037C20.0808 10.6245 17.3589 7.88514 14.0012 7.88514C10.6435 7.88514 7.92153 10.6245 7.92153 14.0037C7.92153 17.3829 10.6435 20.1223 14.0012 20.1223ZM13.0295 9.4224C12.9747 9.27336 12.7652 9.27336 12.7104 9.4224L12.1052 11.0684C11.9329 11.5369 11.5658 11.9064 11.1002 12.0798L9.46473 12.6889C9.31663 12.744 9.31663 12.9548 9.46473 13.01L11.1002 13.619C11.5658 13.7924 11.9329 14.1619 12.1052 14.6304L12.7104 16.2764C12.7652 16.4255 12.9747 16.4255 13.0295 16.2764L13.6346 14.6304C13.8069 14.1619 14.174 13.7924 14.6396 13.619L16.2751 13.01C16.4232 12.9548 16.4232 12.744 16.2751 12.6889L14.6396 12.0798C14.174 11.9064 13.8069 11.5369 13.6346 11.0684L13.0295 9.4224ZM16.5039 14.1788C16.4722 14.0927 16.3512 14.0927 16.3195 14.1788L15.9698 15.1298C15.8703 15.4006 15.6582 15.614 15.3891 15.7142L14.4442 16.0662C14.3586 16.098 14.3586 16.2198 14.4442 16.2517L15.3891 16.6036C15.6582 16.7038 15.8703 16.9173 15.9698 17.188L16.3195 18.1391C16.3512 18.2252 16.4722 18.2252 16.5039 18.1391L16.8535 17.188C16.9531 16.9173 17.1652 16.7038 17.4342 16.6036L18.3792 16.2517C18.4648 16.2198 18.4648 16.098 18.3792 16.0662L17.4342 15.7142C17.1652 15.614 16.9531 15.4006 16.8535 15.1298L16.5039 14.1788Z' fill='white' fill-opacity='0.9'/%3E%3Cpath d='M22.7491 14.3751C23.3464 14.4012 23.8161 14.9113 23.726 15.5062C23.0053 20.2597 18.9258 23.9015 14.001 23.9015C8.56768 23.9015 4.16309 19.4687 4.16309 14.0005C4.16309 8.5324 8.56768 4.09961 14.001 4.09961C16.5894 4.09961 18.9443 5.10561 20.7008 6.75031C21.1394 7.16104 21.085 7.85565 20.631 8.24918C20.1776 8.64226 19.4979 8.58436 19.0473 8.18793C17.6986 7.00115 15.9332 6.28207 14.0008 6.28207C9.7646 6.28207 6.33044 9.73821 6.33044 14.0016C6.33044 18.2649 9.7646 21.7211 14.0008 21.7211C17.7581 21.7211 20.8844 19.0023 21.5434 15.4129C21.6522 14.8198 22.1504 14.349 22.7491 14.3751Z' fill='white' fill-opacity='0.9'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2105_370426' x='-2' y='-1' width='32' height='32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2105_370426'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2105_370426' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
	width: 42px;
	height: 42px;
	background-size: contain;
}

.bx-call-copilot-popup__title-text {
	font: 21px/normal var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-bold, 700);
}

.bx-call-copilot-popup__description {
	font: 15px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var( --ui-font-weight-normal, 400);
	margin-bottom: 12px;
	padding: 0 0 0 12px;
}

.bx-call-copilot-popup__list {
	padding: 0 25px 0 12px;
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.bx-call-copilot-popup__list-item {
	display: flex;
	align-items: center;
}

.bx-call-copilot-popup__list-item-icon {
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background-position: center;
	margin-right: 12px;
}

.bx-call-copilot-popup__list-item-icon_ai {
	background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.2617 5.07153C15.6159 5.07177 15.9033 5.3589 15.9033 5.71313V6.72778C15.9033 7.08202 15.6159 7.36914 15.2617 7.36938C14.9073 7.36938 14.6191 7.08217 14.6191 6.72778V6.35474H10.8506V16.7922H11.9961C12.3503 16.7925 12.6377 17.0796 12.6377 17.4338C12.6377 17.788 12.3503 18.0752 11.9961 18.0754H8.42188C8.06752 18.0754 7.78031 17.7882 7.78027 17.4338C7.78027 17.0795 8.06749 16.7922 8.42188 16.7922H9.56738V6.35474H5.9248V6.72778C5.9248 7.08217 5.63661 7.36938 5.28223 7.36938C4.92805 7.36914 4.64062 7.08202 4.64062 6.72778V5.71313C4.64062 5.3589 4.92805 5.07178 5.28223 5.07153H15.2617ZM16.3711 14.4094C16.7253 14.4095 17.0125 14.6969 17.0127 15.051C17.0127 15.4054 16.7254 15.6926 16.3711 15.6926H13.7598C13.4054 15.6926 13.1182 15.4054 13.1182 15.051C13.1184 14.6968 13.4055 14.4094 13.7598 14.4094H16.3711ZM18.334 11.8557C18.6883 11.8557 18.9755 12.143 18.9756 12.4973C18.9756 12.8517 18.6884 13.1389 18.334 13.1389H13.7598C13.4054 13.1389 13.1182 12.8517 13.1182 12.4973C13.1183 12.143 13.4054 11.8557 13.7598 11.8557H18.334ZM18.334 9.3606C18.6882 9.3606 18.9754 9.648 18.9756 10.0022C18.9756 10.3566 18.6884 10.6438 18.334 10.6438H13.7598C13.4054 10.6438 13.1182 10.3566 13.1182 10.0022C13.1184 9.648 13.4055 9.3606 13.7598 9.3606H18.334Z" fill="%23853AF5"/></svg>');
}

.bx-call-copilot-popup__list-item-icon_pen {
	background-image: url('data:image/svg+xml,<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3584 4.98877C10.7128 4.9888 11 5.27601 11 5.63037C10.9999 5.98467 10.7127 6.27194 10.3584 6.27197H6.58594C5.92795 6.27207 5.39463 6.80539 5.39453 7.46338V15.9429C5.39461 16.6009 5.92793 17.1342 6.58594 17.1343H15.4141C16.0721 17.1342 16.6054 16.6009 16.6055 15.9429V11.4282C16.6055 11.0739 16.8928 10.7867 17.2471 10.7866C17.6015 10.7866 17.8887 11.0738 17.8887 11.4282V15.9429C17.8886 17.3096 16.7808 18.4174 15.4141 18.4175H6.58594C5.21917 18.4174 4.11141 17.3096 4.11133 15.9429V7.46338C4.11143 6.09662 5.21918 4.98887 6.58594 4.98877H10.3584ZM15.084 4.65186C15.5135 4.22244 16.2101 4.22247 16.6396 4.65186L17.8506 5.86279C18.2802 6.2924 18.2802 6.9889 17.8506 7.41846L12.0098 13.2593C11.7006 13.5684 11.3143 13.7901 10.8916 13.9019L9.14648 14.3638C8.53564 14.5253 7.97757 13.9681 8.1377 13.3569L8.5918 11.6206C8.70313 11.1957 8.92572 10.8081 9.23633 10.4976L15.084 4.65186ZM9.57812 12.9224L10.5322 12.6694L9.82812 11.9653L9.57812 12.9224ZM10.6133 10.936L11.5654 11.8882L15.2314 8.22314L14.2793 7.271L10.6133 10.936ZM15.1875 6.36377L16.1387 7.31592L16.8135 6.64111L15.8623 5.68896L15.1875 6.36377Z" fill="%23853AF5"/></svg>');
}

.bx-call-copilot-popup__list-item-icon_magic-pen {
	background-image: url('data:image/svg+xml,<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8389 5.85742C15.3758 5.32045 16.2472 5.32045 16.7842 5.85742L17.751 6.8252C18.2879 7.36217 18.2879 8.23257 17.751 8.76953L7.93164 18.5889C7.39467 19.1258 6.5233 19.1258 5.98633 18.5889L5.01953 17.6221C4.48262 17.0852 4.48274 16.2147 5.01953 15.6777L14.8389 5.85742ZM15.7354 13.668C16.024 12.8885 17.1265 12.8884 17.415 13.668L17.6055 14.1836C17.6518 14.3089 17.7507 14.4076 17.876 14.4541L18.3916 14.6445C19.1713 14.9331 19.1713 16.0367 18.3916 16.3252L17.876 16.5156C17.7508 16.5621 17.6519 16.6609 17.6055 16.7861L17.415 17.3018C17.1265 18.0814 16.0239 18.0814 15.7354 17.3018L15.5439 16.7861C15.4975 16.6608 15.3988 16.562 15.2734 16.5156L14.7578 16.3252C13.9783 16.0366 13.9783 14.9331 14.7578 14.6445L15.2734 14.4541C15.3988 14.4077 15.4975 14.309 15.5439 14.1836L15.7354 13.668ZM5.92676 16.585C5.89114 16.6208 5.89102 16.6791 5.92676 16.7148L6.89453 17.6816C6.93027 17.7173 6.98765 17.7172 7.02344 17.6816L14.5352 10.1709L13.4375 9.07422L5.92676 16.585ZM16.5752 14.9736C16.4424 15.178 16.2679 15.3526 16.0635 15.4854C16.2677 15.6181 16.4425 15.7919 16.5752 15.9961C16.708 15.7919 16.8826 15.6181 17.0869 15.4854C16.8826 15.3526 16.708 15.1779 16.5752 14.9736ZM6.98438 3.49121C7.2729 2.71149 8.37554 2.71149 8.66406 3.49121L9.24023 5.04785C9.28673 5.17307 9.38545 5.272 9.51074 5.31836L11.0674 5.89453C11.847 6.18311 11.8471 7.28571 11.0674 7.57422L9.51074 8.15039C9.38538 8.19684 9.28663 8.29551 9.24023 8.4209L8.66406 9.97754C8.37549 10.7571 7.27299 10.757 6.98438 9.97754L6.4082 8.4209C6.36183 8.29558 6.26296 8.19687 6.1377 8.15039L4.58105 7.57422C3.80133 7.2857 3.80134 6.18305 4.58105 5.89453L6.1377 5.31836C6.26291 5.27196 6.36174 5.17304 6.4082 5.04785L6.98438 3.49121ZM15.876 6.76465C15.8403 6.72935 15.7828 6.72932 15.7471 6.76465L14.3447 8.16699L15.4424 9.26367L16.8438 7.8623C16.8795 7.82652 16.8795 7.76822 16.8438 7.73242L15.876 6.76465ZM7.61133 5.49316C7.43488 5.96954 7.05942 6.34509 6.58301 6.52148L6.00879 6.73438L6.58301 6.94629C7.05965 7.12272 7.43494 7.49892 7.61133 7.97559L7.82422 8.54883L8.03613 7.97559C8.21254 7.49886 8.5887 7.12269 9.06543 6.94629L9.63965 6.73438L9.06543 6.52148C8.58884 6.3451 8.21257 5.96973 8.03613 5.49316L7.82422 4.91895L7.61133 5.49316Z" fill="%23853AF5"/></svg>')
}

.bx-call-copilot-popup__list-item-icon_list {
	background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.27832 14.9248C5.90455 14.9248 6.41211 15.4324 6.41211 16.0586C6.41192 16.6847 5.90443 17.1924 5.27832 17.1924C4.65221 17.1924 4.14472 16.6847 4.14453 16.0586C4.14453 15.4324 4.65209 14.9248 5.27832 14.9248ZM17.0918 15.417C17.4461 15.4171 17.7334 15.7043 17.7334 16.0586C17.7333 16.4128 17.446 16.7001 17.0918 16.7002H8.23145C7.87719 16.7001 7.58996 16.4128 7.58984 16.0586C7.58984 15.7043 7.87712 15.4171 8.23145 15.417H17.0918ZM5.27832 15.9092C5.19579 15.9092 5.12891 15.9761 5.12891 16.0586C5.1291 16.141 5.19591 16.208 5.27832 16.208C5.36073 16.208 5.42754 16.141 5.42773 16.0586C5.42773 15.9761 5.36085 15.9092 5.27832 15.9092ZM5.27832 10.4941C5.90455 10.4941 6.41211 11.0017 6.41211 11.6279C6.41204 12.2541 5.90451 12.7617 5.27832 12.7617C4.65213 12.7617 4.1446 12.2541 4.14453 11.6279C4.14453 11.0017 4.65209 10.4941 5.27832 10.4941ZM17.0918 10.9873C17.4461 10.9874 17.7334 11.2746 17.7334 11.6289C17.7334 11.9832 17.4461 12.2705 17.0918 12.2705H8.23145C7.87719 12.2704 7.58989 11.9832 7.58984 11.6289C7.58984 11.2746 7.87716 10.9874 8.23145 10.9873H17.0918ZM5.27832 11.4785C5.19579 11.4785 5.12891 11.5454 5.12891 11.6279C5.12898 11.7104 5.19583 11.7773 5.27832 11.7773C5.36081 11.7773 5.42766 11.7104 5.42773 11.6279C5.42773 11.5454 5.36085 11.4785 5.27832 11.4785ZM5.27832 6.16309C5.90454 6.16309 6.41209 6.67066 6.41211 7.29688C6.41211 7.92311 5.90455 8.43066 5.27832 8.43066C4.65209 8.43066 4.14453 7.92311 4.14453 7.29688C4.14455 6.67066 4.6521 6.16309 5.27832 6.16309ZM17.0918 6.55664C17.446 6.55669 17.7332 6.84404 17.7334 7.19824C17.7334 7.55259 17.4461 7.83979 17.0918 7.83984H8.23145C7.87716 7.83973 7.58984 7.55256 7.58984 7.19824C7.59002 6.84407 7.87726 6.55675 8.23145 6.55664H17.0918ZM5.27832 7.14746C5.1958 7.14746 5.12892 7.21436 5.12891 7.29688C5.12891 7.37941 5.19579 7.44629 5.27832 7.44629C5.36085 7.44629 5.42773 7.37941 5.42773 7.29688C5.42772 7.21436 5.36084 7.14746 5.27832 7.14746Z" fill="%23853AF5"/></svg>');
}

.bx-call-copilot-popup__list-item-text {
	font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-medium, 400);
}

.bx-call-copilot-popup__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}

.bx-call-copilot-popup__button {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-medium, 500);
	border: 1px solid;
	padding: 4px 13px 4px 7px;
	border-radius: 10px;
	transition: all 200ms linear;
	color: var(--ui-color-palette-white-base);
	text-align: center;
	font-size: var(--ui-font-size-md);
	font-style: normal;
	line-height: var(--call-copilot-popup__button-text-line-height);
	letter-spacing: var(--call-copilot-popup__button-text-letter-spacing);
}

.bx-call-copilot-popup__button_icon {
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
}

.bx-call-copilot-popup__button.buy_boost .bx-call-copilot-popup__button_icon,
.bx-call-copilot-popup__button.tariff_up .bx-call-copilot-popup__button_icon {
	background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.1211 5.15771C19.8016 5.14077 20.3385 5.69539 20.334 6.35498C20.323 7.96513 20.236 9.60647 19.5 11.2515C19.0402 12.2791 18.3418 13.28 17.2988 14.2729C17.3851 14.4564 17.4905 14.7112 17.5732 15.0063C17.736 15.5871 17.853 16.485 17.334 17.27L17.333 17.271C16.8746 17.9618 15.6859 19.287 14.9912 20.0464C14.3552 20.7417 13.2221 20.4577 12.9639 19.5708L12.4043 17.6479C12.2876 17.7136 12.1666 17.7803 12.041 17.8491C11.5735 18.1052 10.9977 18.0186 10.624 17.6479L7.61328 14.6606C7.27975 14.3296 7.15059 13.8059 7.36523 13.3374C7.42312 13.2111 7.48323 13.0908 7.54492 12.9761L5.88965 12.4946C5.00254 12.2366 4.71792 11.1034 5.41309 10.4673C6.17258 9.77248 7.49867 8.58377 8.18945 8.12549L8.19043 8.12451C8.97525 7.6058 9.87242 7.7226 10.4531 7.88525C10.7582 7.97073 11.0205 8.08067 11.2051 8.16846C11.2079 8.16978 11.2111 8.17105 11.2139 8.17236C13.3332 6.19224 16.031 5.23551 19.1211 5.15771ZM6.82617 15.771C6.98684 15.4812 7.35276 15.3769 7.64258 15.5376C7.93206 15.6984 8.03656 16.0634 7.87598 16.353C7.78732 16.513 7.58546 16.9424 7.50586 17.7124C7.78897 17.6976 8.0607 17.6537 8.29883 17.5991C8.4944 17.5543 8.66082 17.5036 8.78418 17.4595C8.88054 17.425 8.93302 17.4004 8.95117 17.3921C8.95911 17.3884 8.9606 17.3882 8.95605 17.3911C9.23515 17.2127 9.60659 17.2947 9.78516 17.5737C9.96331 17.8528 9.88147 18.2234 9.60254 18.4019C9.49691 18.4694 9.34053 18.5349 9.18848 18.5894C9.02046 18.6495 8.80843 18.7136 8.56641 18.769C8.08624 18.879 7.46011 18.9609 6.80957 18.8921C6.50193 18.8594 6.26907 18.5979 6.27246 18.2886C6.28733 16.9369 6.62328 16.137 6.82617 15.771ZM16.1787 15.2319C15.8095 15.5185 15.4086 15.8053 14.9736 16.0923L14.958 16.1021C14.8113 16.1933 14.6705 16.2812 14.5352 16.3657L14.5342 16.3667C14.2218 16.5617 13.9343 16.7412 13.6494 16.9155L14.2061 18.8286C14.9127 18.049 15.8233 17.0137 16.166 16.4976C16.3467 16.2239 16.3504 15.8298 16.2256 15.3843C16.211 15.3321 16.1952 15.2808 16.1787 15.2319ZM18.9326 6.56396C15.3132 6.71047 12.419 8.19181 10.4551 11.2817L10.4512 11.2886C10.1647 11.7289 9.8742 12.0994 9.61816 12.4263C9.54744 12.5166 9.47876 12.6038 9.41406 12.688C9.14166 13.0424 8.90814 13.3726 8.70801 13.7739L11.5029 16.5474C12.355 16.076 12.9709 15.6914 13.79 15.1802C13.9238 15.0967 14.0634 15.0097 14.21 14.9185C16.4709 13.4253 17.619 12.0295 18.2227 10.6802C18.8038 9.3813 18.9143 8.05624 18.9326 6.56396ZM15.1309 8.34619C16.2601 8.3462 17.1755 9.26192 17.1758 10.3911C17.1758 11.5205 16.2603 12.436 15.1309 12.436C14.0015 12.436 13.0859 11.5205 13.0859 10.3911C13.0862 9.26191 14.0016 8.34619 15.1309 8.34619ZM10.0762 9.23291C9.63049 9.10804 9.23667 9.11177 8.96289 9.29248C8.44675 9.63505 7.41067 10.5456 6.63086 11.2524L8.36426 11.7563C8.42187 11.682 8.47961 11.6098 8.53613 11.5376C8.78576 11.2187 9.02621 10.9105 9.27539 10.5278C9.56162 10.0778 9.86614 9.65764 10.1875 9.26709C10.1512 9.25537 10.1142 9.24356 10.0762 9.23291ZM15.1309 9.74658C14.7748 9.74658 14.4866 10.0351 14.4863 10.3911C14.4863 10.7473 14.7747 11.0366 15.1309 11.0366C15.4871 11.0366 15.7754 10.7473 15.7754 10.3911C15.7752 10.0351 15.4869 9.74659 15.1309 9.74658Z" fill="white"/></svg>');
}

.bx-call-copilot-popup__button_transparent {
	border-color: transparent;
	background: transparent;
	padding: 2px 0 0 0;
	color: var(--call-copilot-popup__button-transparent-text-color);
	text-align: center;
	font-size: var( --ui-font-size-xs);
	font-style: normal;
	font-weight: var( --ui-font-weight-normal, 400);
	line-height: var(--call-copilot-popup__button-transparent-text-line-height);
	letter-spacing: var(--call-copilot-popup__button-text-letter-spacing);
}

.bx-call-copilot-popup__button.coming_soon {
	border-color: transparent;
	background: transparent;
	padding: 6px 0 0 0;
	color: var(--call-copilot-popup__button-coming-soon-text-color);
}

.bx-call-copilot-popup__button.turn_off {
	padding: 6.5px 13px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	border-color: var(--call-copilot-popup__button-turn_off-border-color);
	background-color: var(--call-copilot-popup__button-turn_off-background-color);
}

.bx-call-copilot-popup__button.turn_on {
	padding: 6.5px 13px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	border-color: var(--call-copilot-popup__button-turn_on-border-color);
	background-color: var(--call-copilot-popup__button-turn_on-background-color);
}

.bx-call-copilot-popup__button.buy_boost,
.bx-call-copilot-popup__button.tariff_up {
	border: none;
	cursor: pointer;
	position: relative;
	z-index: 1;
	padding: 1px;
	background: conic-gradient(
		var(--call-view__button-peach-border-gradient-1) 0%,
		var(--call-view__button-peach-border-gradient-2) 50%,
		var(--call-view__button-peach-border-gradient-1) 100%
	);
	box-shadow: 0 0 0 var(--call-view__button-peach-border-gradient-2);
	animation: bx-call-copilot-popup__button-move-shadow 3s linear infinite;
	transition: box-shadow 200ms linear;
}

@keyframes bx-call-copilot-popup__button-move-shadow {
	0%   { box-shadow:  1px  0    6px var(--call-view__button-peach-border-gradient-2); }
	25%  { box-shadow:  0    1px  6px var(--call-view__button-peach-border-gradient-2); }
	50%  { box-shadow: -1px  0    6px var(--call-view__button-peach-border-gradient-2); }
	75%  { box-shadow:  0   -1px  6px var(--call-view__button-peach-border-gradient-2); }
	100% { box-shadow:  1px  0    6px var(--call-view__button-peach-border-gradient-2); }
}

.bx-call-copilot-popup__button.buy_boost .bx-call-copilot-popup__button_wrapper,
.bx-call-copilot-popup__button.tariff_up .bx-call-copilot-popup__button_wrapper{
	display: flex;
	align-items: center;
	padding: 4px 13px 4px 7px;
	gap: 2px;
	border-radius: inherit;
	background: linear-gradient(
		155deg,
		var(--ui-color-design-filled-boost-bg-gradient-1) 0%,
		var(--ui-color-design-filled-boost-bg-gradient-2) 43%,
		var(--ui-color-design-filled-boost-bg-gradient-3) 91%
	);
}

.bx-call-copilot-popup__button.turn_on:hover::before,
.bx-call-copilot-popup__button.turn_off:hover::before,
.bx-call-copilot-popup__button.buy_boost:hover::after,
.bx-call-copilot-popup__button.tariff_up:hover::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--call-copilot-popup__button-hover-background-color);
	border-radius: inherit;
	margin: -1px;
}
:root{
	--call-participants-permission-popup__width: 335px;
	--call-participants-permission-popup__fallback-background-color: #012548;
	--call-participants-permission-popup__text-letter-spacing: var(--call-view__letter-spacing);
	--call-participants-permission-popup__top-list-item-text-color: var(--ui-color-palette-gray-03);
	--call-participants-permission-popup__top-list-title-text-color: rgba(255, 255, 255, 0.80);
	--call-participants-permission-popup__top-list-background-color: rgba(253, 253, 253, 0.10);
	--call-participants-permission-popup__top-list-switch-disable-background-color: var(--ui-color-palette-gray-20);
	--call-participants-permission-popup__top-list-switch-enabled-background-color: #0075FF;
	--call-participants-permission-popup__control-buttons-label-text-letter-spacing: var(--call-view__letter-spacing);
	--call-participants-permission-popup__control-buttons-label-text-line-height: 1.3;
	--call-participants-permission-popup__control-button-text-line-height: 1.35;
	--call-participants-permission-popup__control-button-text-letter-spacing: var(--call-view__letter-spacing);
	--call-participants-permission-popup__control-button-text-color: rgba(255, 255, 255, 0.80);
	--call-participants-permission-popup__control-buttons-label-text-color: rgba(255, 255, 255, 0.80);
}

.bx-call-participants-permission-popup {
	width: var(--call-participants-permission-popup__width);
	border-radius: 18px;
	padding: 12px 10px;
	letter-spacing: -0.05px;
	background-color: var(--call-participants-permission-popup__fallback-background-color);
	background-image: url("images/css/images/participants_permission_popup_background.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto;
}

.bx-call-participants-permission-popup__control-buttons-label {
	font-size: var(--ui-font-size-sm);
	color: var(--call-participants-permission-popup__control-buttons-label-text-color);
	text-align: center;
	margin-bottom: 12px;
	font-weight: var(--ui-font-weight-medium, 500);
	line-height: var(--call-participants-permission-popup__control-buttons-label-text-line-height);
	letter-spacing: var(--call-participants-permission-popup__control-buttons-label-text-letter-spacing);
}

.bx-call-view-participants-control-stream-button {
	margin-right: 8px;
	cursor: pointer;
	font: 14px/18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	background: #FDFDFD1A;
	text-align: center;
	border-radius: 14px;
	line-height: var(--call-participants-permission-popup__control-button-text-line-height);
	letter-spacing: var(--call-participants-permission-popup__control-button-text-letter-spacing);
	flex: 1;
	padding: 28px 8px 31px;
	gap: 14px;
	min-width: 96px;
	min-height: 120px;
	box-sizing: border-box;
}

.bx-call-view-participants-permissions-switch-wrapper:last-child{
	margin-bottom: 8px;
}

.bx-call-view-participants-control-stream-button:hover {
	background: #FDFDFD33;
}

.bx-call-participants-permission-popup__control-buttons {
	display: flex;
	flex-wrap: wrap;
}

.bx-call-view-participants-control-stream-button:last-child {
	margin-right: 0;
}

.bx-call-view-participants-control-stream-button-action {
	color: var(--call-participants-permission-popup__control-button-text-color);
	margin-top: 9px;
}

.bx-call-view-participants-control-stream-button-icon {
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: contain;
	display: inline-block;
}

.bx-call-view-participants-control-stream-button-icon-mic {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='none' viewBox='0 0 29 29'%3E%3Cpath fill='%23fff' d='M7.005 7.005a.7.7 0 0 1 .99 0l14 14a.7.7 0 0 1-.99.99l-1.762-1.762a7.46 7.46 0 0 1-4.049 1.58v1.98h2.076a.7.7 0 0 1 0 1.4h-5.55a.7.7 0 0 1 0-1.4h2.075v-1.978c-4.668-.379-7.063-4.568-6.995-7.674a.7.7 0 0 1 1.4.03c-.059 2.659 2.125 6.271 6.286 6.271 1.51 0 2.769-.478 3.755-1.21l-1.787-1.788a3.93 3.93 0 0 1-5.893-3.405v-2.486L7.006 7.995a.7.7 0 0 1 0-.99m14.456 6.454a.7.7 0 0 1 .733.665c.064 1.307-.344 2.812-1.187 4.144L19.99 17.25c.576-1.007.853-2.105.807-3.058a.7.7 0 0 1 .665-.733m-9.5.58a2.53 2.53 0 0 0 3.446 2.359l-3.445-3.446zm2.53-10.234a3.93 3.93 0 0 1 3.93 3.93v6.304c0 .49-.09.958-.253 1.39L17.01 14.27q.01-.115.01-.232V7.734a2.53 2.53 0 0 0-5.058 0v1.489l-1.4-1.4v-.089a3.93 3.93 0 0 1 3.93-3.93'/%3E%3C/svg%3E");
}

.bx-call-view-participants-control-stream-button-icon-cam {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='none' viewBox='0 0 29 29'%3E%3Cpath fill='%23fff' d='M4.672 5.84a.7.7 0 0 1 .99 0l16.333 16.332a.7.7 0 0 1-.99.99l-2.294-2.295c-.415.383-.97.616-1.58.617H7.447a2.334 2.334 0 0 1-2.333-2.334v-9.3c0-.706.315-1.34.812-1.768L4.672 6.828a.7.7 0 0 1 0-.989m2.25 3.24a.93.93 0 0 0-.408.77v9.3c0 .515.417.933.932.933h9.686a.93.93 0 0 0 .587-.208zm10.21-1.562a2.333 2.333 0 0 1 2.333 2.333v1.675l2.562-1.801c1.314-.923 3.124.016 3.124 1.622v6.302c0 1.608-1.814 2.548-3.128 1.62l-2.558-1.809-.882-.626-.518-.342v-6.64a.933.933 0 0 0-.933-.934H10.49l-1.4-1.4zm6.619 3.829a.583.583 0 0 0-.919-.477l-3.36 2.36v2.522l3.36 2.373a.583.583 0 0 0 .919-.476z'/%3E%3C/svg%3E");
}

.bx-call-view-participants-control-stream-button-icon-screenshare {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='none' viewBox='0 0 29 29'%3E%3Cpath fill='%23fff' d='M19.166 21.85a.816.816 0 1 1 0 1.632H9.833a.816.816 0 1 1 0-1.632zM5.228 4.62a.816.816 0 0 1 1.154 0l16.854 16.854a.817.817 0 0 1-1.154 1.155l-2.252-2.252H7.782a2.566 2.566 0 0 1-2.566-2.566V8.855c0-.842.406-1.59 1.033-2.058L5.228 5.774a.816.816 0 0 1 0-1.154m17.739 9.574c.45 0 .816.366.816.817v2.8c0 .563-.181 1.084-.49 1.507l-1.196-1.196a1 1 0 0 0 .053-.311v-2.8c0-.451.366-.817.817-.817M7.439 7.987a.93.93 0 0 0-.59.868v8.956c0 .515.418.933.933.933h10.414zM21.684 6.29c1.16 0 2.1.94 2.1 2.1v2.593a.816.816 0 1 1-1.634 0V9.02l-3.351 3.35a.816.816 0 1 1-1.154-1.155l3.293-3.292h-2.205a.816.816 0 1 1 0-1.633zm-7.184 0a.817.817 0 0 1 0 1.633h-2.602L10.264 6.29z'/%3E%3C/svg%3E");
}

.bx-call-view-participants-control-stream-notify-icon {
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	vertical-align: -7px;
}

.bx-call-view-participants-control-stream-notify-icon.bx-call-view-mic-muted  {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.995 12.478c.48 0 .93-.12 1.326-.333l1.224 1.224c-.68.482-1.536.792-2.554.792-2.916 0-4.448-2.53-4.408-4.394a.583.583 0 1 0-1.166-.026c-.049 2.236 1.66 5.247 4.997 5.56v1.254h-1.4a.583.583 0 0 0 0 1.166h3.965a.583.583 0 0 0 0-1.166H10.58V15.3a5.4 5.4 0 0 0 2.802-1.094l1.206 1.206a.583.583 0 1 0 .825-.825l-10-10a.583.583 0 1 0-.825.825l2.6 2.6v1.659a2.807 2.807 0 0 0 2.807 2.807M8.355 9.67v-.492l2.073 2.074A1.643 1.643 0 0 1 8.354 9.67' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M11.635 9.393V5.168a1.64 1.64 0 0 0-3.28 0v.944l-1.16-1.158a2.807 2.807 0 0 1 5.606.214V9.67q-.001.407-.11.779zm3.945.334c.043.898-.219 1.922-.763 2.847l-.857-.856c.328-.647.483-1.332.454-1.934a.583.583 0 1 1 1.165-.057'/%3E%3C/svg%3E");
}
.bx-call-view-participants-control-stream-notify-icon.bx-call-view-cam-muted  {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m3.804 3.955-.2-.2a.583.583 0 1 0-.826.825l.965.964a1.66 1.66 0 0 0-.447 1.136v6.642c0 .92.746 1.666 1.667 1.666h6.917c.369 0 .709-.12.985-.322l1.58 1.58a.583.583 0 0 0 .87-.775L3.845 4.001zm.765 2.416a.5.5 0 0 0-.106.309v6.642a.5.5 0 0 0 .5.5h6.917a.5.5 0 0 0 .125-.016zm9.078 6.019 1.631 1.153c1.049.74 2.497-.01 2.497-1.293V7.748c0-1.282-1.444-2.032-2.493-1.295l-1.735 1.219V6.68c0-.92-.746-1.667-1.667-1.667H6.27L7.437 6.18h4.443a.5.5 0 0 1 .5.5v4.443zm-.094-3.296v1.8l2.398 1.696a.417.417 0 0 0 .658-.34V7.748a.417.417 0 0 0-.657-.34z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.bx-call-view-participants-control-stream-notify-icon.bx-call-view-screenshare-muted  {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m4.2 2.942 12.04 12.039a.583.583 0 0 1-.825.825l-1.608-1.608H5.2a1.833 1.833 0 0 1-1.834-1.834V5.968c0-.602.29-1.137.739-1.47l-.73-.73a.583.583 0 1 1 .825-.826m.756 2.405 7.684 7.684H5.2a.667.667 0 0 1-.666-.667V5.968c0-.282.175-.523.422-.62' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M16.63 12.364c0 .403-.13.775-.35 1.077l-.854-.854a.7.7 0 0 0 .038-.223v-2a.583.583 0 0 1 1.167 0zM8.14 5.301 6.974 4.134h3.025a.583.583 0 1 1 0 1.167zm4.105 3.176a.583.583 0 0 1 0-.824L14.597 5.3h-1.574a.583.583 0 1 1 0-1.167h2.108a1.5 1.5 0 0 1 1.5 1.5v1.853a.583.583 0 0 1-1.167 0V6.085L13.07 8.478a.583.583 0 0 1-.825 0m-6.163 7.355c0-.322.261-.584.584-.584h6.666a.583.583 0 0 1 0 1.167H6.666a.583.583 0 0 1-.584-.583'/%3E%3C/svg%3E");
}

.bx-call-view-participants-control-stream-notify-icon.bx-call-view-mic-unmuted  {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.187 5.168a2.807 2.807 0 1 1 5.614 0V9.67a2.807 2.807 0 1 1-5.614 0zm4.447 0V9.67a1.64 1.64 0 0 1-3.28 0V5.168a1.64 1.64 0 0 1 3.28 0' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M5.583 9.767a.583.583 0 1 0-1.166-.026c-.049 2.236 1.66 5.247 4.996 5.56v1.254H8.015a.583.583 0 0 0 0 1.166h3.964a.583.583 0 1 0 0-1.166h-1.4V15.3c3.327-.322 5.11-3.34 5-5.572a.583.583 0 1 0-1.165.056c.088 1.81-1.495 4.377-4.423 4.377-2.916 0-4.448-2.53-4.408-4.394'/%3E%3C/svg%3E");
}
.bx-call-view-participants-control-stream-notify-icon.bx-call-view-cam-unmuted  {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.297 6.679c0-.92.746-1.667 1.667-1.667h6.917c.92 0 1.667.746 1.667 1.667v.992l1.735-1.22c1.049-.736 2.493.014 2.493 1.296v4.502c0 1.284-1.448 2.034-2.497 1.293l-1.731-1.224v1.003c0 .92-.746 1.667-1.667 1.667H4.964c-.92 0-1.667-.746-1.667-1.667zm1.667-.5h6.917a.5.5 0 0 1 .5.5v6.642a.5.5 0 0 1-.5.5H4.964a.5.5 0 0 1-.5-.5V6.679a.5.5 0 0 1 .5-.5m8.59 4.714v-1.8l2.4-1.687a.417.417 0 0 1 .656.341v4.502a.417.417 0 0 1-.657.34z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.bx-call-view-participants-control-stream-notify-icon.bx-call-view-screenshare-unmuted  {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M5.202 5.302a.667.667 0 0 0-.666.667v6.396c0 .368.298.667.666.667H14.8a.667.667 0 0 0 .667-.667v-2a.583.583 0 1 1 1.166 0v2c0 1.013-.82 1.833-1.833 1.833H5.202a1.833 1.833 0 0 1-1.833-1.833V5.97c0-1.013.82-1.834 1.833-1.834h4.799a.583.583 0 0 1 0 1.167z'/%3E%3Cpath fill='%23fff' d='M10.946 8.955a.583.583 0 1 0 .825.825l3.694-3.695v1.403a.583.583 0 0 0 1.167 0V5.635a1.5 1.5 0 0 0-1.5-1.5h-2.107a.583.583 0 0 0 0 1.167h1.574zM6.667 15.25a.583.583 0 1 0 0 1.167h6.667a.583.583 0 1 0 0-1.167z'/%3E%3C/svg%3E");
}

.bx-call-view-device-selector-menu-container {
	position: relative;
	padding-bottom: 20px;
	min-width: 200px;
}

.bx-call-view-participants-permissions-switch .ui-switcher-enabled {
	font-size: 0;
	background: var(--call-participants-permission-popup__top-list-switch-enabled-background-color);
}

.bx-call-view-participants-permissions-switch .ui-switcher-disabled {
	font-size: 0;
	background: var(--call-participants-permission-popup__top-list-switch-disable-background-color);
}

.bx-call-participants-permission-popup__permissions-title-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 17px 17px 8px 18px;
	margin-bottom: 10px;
	cursor: pointer;
	color: var(--call-participants-permission-popup__top-list-title-text-color);
}

.bx-call-participants-permission-popup__permissions-wrapper {
	border-radius: 14px;
	background-color: var(--call-participants-permission-popup__top-list-background-color);
	/*padding: 10px 17px;*/
	margin-bottom: 16px;
	padding-bottom: 0;
	font-size: 13px;
	font-weight: var(--ui-font-weight-medium, 500);
	letter-spacing: var(--call-participants-permission-popup__text-letter-spacing);
	line-height: 17px;
	color: var(--call-participants-permission-popup__top-list-item-text-color);
}

.bx-call-participants-permission-popup__permissions {
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.26s ease;
	height: 0;
	margin-top: 13px;
}

.bx-call-participants-permission-popup__permissions-wrapper.permissions-uncollapsed .bx-call-participants-permission-popup__permissions {
	transform: scaleY(1);
	height: auto;
	padding: 0 18px 0 17px;
}

.bx-call-participants-permission-popup__permissions-title-arrow {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.087 6.254a.583.583 0 0 1 .825 0l5 5a.583.583 0 0 1-.825.825l-4.588-4.587-4.587 4.587a.583.583 0 1 1-.825-.825z' clip-rule='evenodd' opacity='.6'/%3E%3C/svg%3E");
	cursor: pointer;
	transform: rotate(180deg);
	margin-right: 3px;
}

.bx-call-participants-permission-popup__permissions-wrapper.permissions-uncollapsed .bx-call-participants-permission-popup__permissions-title-arrow {
	transform: rotate(0deg);
}

.bx-call-view-participants-permissions-label {
	text-align: left;
}

.bx-call-view-participants-permissions-switch-wrapper {
	display: flex;
	flex-direction: row;
	padding-bottom: 18px;
	align-items: center;
	justify-content: space-between;
}

.bx-call-view-participants-permissions-switch {
	margin-left: 12px;
	display: flex;
}

.bx-call-view-participants-permissions-switch .ui-switcher-size-sm.ui-switcher {
	width: 27px;
	height: 14px;
}

.bx-call-view-participants-permissions-switch .ui-switcher-size-sm .ui-switcher-cursor {
	transform: translate(14px, 0);
	width: 10px;
	height: 10px;
}

.bx-call-view-participants-permissions-switch .ui-switcher-off .ui-switcher-cursor {
	transform: translate(3px, 0);
}

.bx-call-view-participants-permissions-switch .ui-switcher-cursor {
	top: 2px;
}

.bx-call-participants-permission-popup .popup-window-angly-top {
	margin-left: 30px!important;
}

.bx-call-participants-permission-popup .popup-window-angly-top .popup-window-angly--arrow {
	background: #132A45!important;
}