/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: initial;
	height: 0;
	overflow: visible;
}

a {
	background-color: initial;
}

b,strong {
	font-weight: bolder;
}

code {
	font-family: monospace,monospace;
	font-size: 1em;
}

img {
	border-style: none;
}

button,input,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button {
	text-transform: none;
}

[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden],template {
	display: none;
}

* {
	zoom: 1;
	resize: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

body,html {
	width: 100%;
	height: 100%;
	position: relative;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #222;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 15px;
}

:-moz-placeholder,::-moz-placeholder {
	color: #999;
	font-size: 15px;
}

:-ms-input-placeholder {
	color: #999;
	font-size: 15px;
}

:focus::-webkit-input-placeholder {
	color: #ccc;
}

:focus:-moz-placeholder,:focus::-moz-placeholder {
	color: #ccc;
}

:focus:-ms-input-placeholder {
	color: #ccc;
}

input[type],textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
}

button,input:focus,textarea:focus {
	outline: none;
}

textarea {
	resize: none;
}

a,a:active,a:hover,a:visited {
	color: #222;
	text-decoration: underline;
}

.cursor-default {
	cursor: default;
}

.svg-icon {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	fill: currentColor;
	line-height: 0;
	font-size: 0;
}

.svg-icon.-xs {
	width: 10px;
	height: 10px;
}

.svg-icon.-sm {
	width: 16px;
	height: 16px;
}

.svg-icon.-md {
	width: 18px;
	height: 18px;
}

.svg-icon.-lg {
	width: 32px;
	height: 32px;
}

.svg-icon.-xl {
	width: 64px;
	height: 64px;
}

.button-link {
	display: inline-block;
	margin-right: 12px;
	color: #bbb;
	width: 18px;
	height: 18px;
}

.button-link:last-child {
	margin-right: 0;
}

.app.-cursor .button-link:hover {
	color: #222;
}

.icon {
	transition: color .15s linear;
}

.header[data-v-e3682f74] {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.hide-chat[data-v-e3682f74] {
	padding: 2px;
	position: relative;
	box-sizing: border-box;
	left: 2px;
	top: -2px;
}

.info[data-v-e3682f74] {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.logo[data-v-e3682f74] {
	width: 44px;
	height: 44px;
}

.title[data-v-e3682f74] {
	font-size: 15px;
}

.description[data-v-e3682f74] {
	font-size: 12px;
	margin-top: 4px;
	color: #999;
}

.description[data-v-e3682f74]:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #77ce04;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.header.-offline .description[data-v-e3682f74]:before {
	background-color: #ccc;
}

.image[data-v-e3682f74] {
	max-width: 100%;
	max-height: 100%;
}

.message {
	margin-bottom: 15px;
}

.message:last-child {
	margin-bottom: 0;
}

.message.-wide {
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px;
}

.message.-gray {
	background-color: #e8e8e8;
}

.message.-client,.message.-operator {
	max-width: 95%;
}

.message.-operator {
	margin-right: auto;
}

.message.-client {
	margin-left: auto;
}

.app.-rtl .message.-operator {
	margin-left: auto;
	margin-right: inherit;
}

.app.-rtl .message.-client {
	margin-right: auto;
	margin-left: inherit;
}

.message.-operator .content {
	background-color: #e8e8e8;
}

.message.-client .content {
	background-color: #495056;
	color: #fff;
}

.app.-light .message.-client .content {
	color: #222;
}

.message .corner {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	border: 14px solid transparent;
	border-top-color: transparent!important;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
}

.message.-operator .corner {
	border-bottom-color: #e8e8e8;
	left: -10px;
}

.app.-rtl .message.-operator .corner {
	left: auto;
	right: -10px;
}

.message.-client .corner {
	border-bottom-color: #495056;
	right: -10px;
}

.app.-rtl .message.-client .corner {
	right: auto;
	left: -10px;
}

.message.-client .content,.message.-operator .content {
	border-radius: 5px;
	padding: 10px 15px;
	position: relative;
}

@media screen and (min-width:576px) {
	.message.-wide {
		margin-left: -25px;
		margin-right: -25px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

.sender[data-v-973d9426] {
	opacity: .45;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.text[data-v-973d9426] {
	word-wrap: break-word;
	word-break: break-word;
}

.text[data-v-973d9426] a {
	transition: opacity .15s linear;
}

.app.-light .message.-client .text[data-v-973d9426] a,.text[data-v-973d9426] a {
	color: #222;
}

.message.-client .text[data-v-973d9426] a {
	color: #fff;
}

.app.-cursor .text[data-v-973d9426] a:hover {
	opacity: .85;
}

.message .content[data-v-ec87d476] {
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
	min-height: 100px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.message .content[data-v-ec87d476]:before {
	display: none;
}

.preloader[data-v-ec87d476] {
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.img[data-v-ec87d476] {
	display: block;
	max-width: 100%;
	height: auto;
	transition: opacity .15s linear;
	margin-left: auto;
	margin-right: auto;
}

.message.-loading .img[data-v-ec87d476] {
	opacity: 0;
}

.sender[data-v-ec87d476] {
	display: block;
	position: absolute;
	z-index: 1;
	color: #fff;
	opacity: 1;
	background-color: rgba(0,0,0,.4);
	border-radius: 4px;
	padding: 1px 4px 0;
	margin: 0;
	font-size: 12px;
	top: atuo;
	bottom: 10px;
}

.app.-rtl .message.-client .sender[data-v-ec87d476],.message.-operator .sender[data-v-ec87d476] {
	left: 10px;
	right: auto;
}

.app.-rtl .message.-operator .sender[data-v-ec87d476],.message.-client .sender[data-v-ec87d476] {
	left: auto;
	right: 10px;
}

.message .content[data-v-0423d060] {
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
	min-height: 100px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.message .content[data-v-0423d060]:before {
	display: none;
}

.preloader[data-v-0423d060] {
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.sender[data-v-0423d060] {
	display: block;
	position: absolute;
	z-index: 1;
	color: #fff;
	opacity: 1;
	background-color: rgba(0,0,0,.4);
	border-radius: 4px;
	padding: 1px 4px 0;
	margin: 0;
	font-size: 12px;
	top: atuo;
	top: 10px;
}

.app.-rtl .message.-client .sender[data-v-0423d060],.message.-operator .sender[data-v-0423d060] {
	left: 10px;
	right: auto;
}

.app.-rtl .message.-operator .sender[data-v-0423d060],.message.-client .sender[data-v-0423d060] {
	left: auto;
	right: 10px;
}

.content[data-v-1a8b3b38] {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.sender[data-v-1a8b3b38] {
	opacity: .45;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.text[data-v-1a8b3b38] {
	word-wrap: break-word;
	word-break: break-word;
}

.icon[data-v-1a8b3b38] {
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
	border-radius: 50%;
	margin-left: 15px;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
	box-sizing: border-box;
}

.message.-client .icon[data-v-1a8b3b38] {
	border-color: hsla(0,0%,100%,.4);
	color: #fff;
}

.app.-light .message.-client .icon[data-v-1a8b3b38],.message.-operator .icon[data-v-1a8b3b38] {
	border-color: rgba(0,0,0,.2);
	color: #222;
}

.text a[data-v-1a8b3b38] {
	transition: opacity .15s linear;
}

.app.-light .message.-client .text a[data-v-1a8b3b38],.message.-operator .text a[data-v-1a8b3b38] {
	color: #222;
}

.message.-client .text a[data-v-1a8b3b38] {
	color: #fff;
}

.app.-cursor .text a[data-v-1a8b3b38]:hover {
	opacity: .85;
}

.form {
	display: block;
}

.form.-white {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.form>.item {
	margin-bottom: 15px;
}

.form.-white>.item {
	margin-left: 15px;
	margin-right: 15px;
}

.form.-white>.item,.form>.item:last-child {
	margin-bottom: 0;
}

.field-wrap {
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	transition: border-bottom .15s linear;
}

.form.-white .field-wrap:focus-within {
	border-bottom-color: #ccc;
}

.field-wrap:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.field-wrap:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 0;
}

.field-wrap.-transparent {
	background-color: initial;
	border-radius: 0;
	border-bottom: 0;
}

.form-field {
	display: block;
	font-family: sans-serif;
	font-size: 16px;
	color: #222;
	padding: 12px 15px;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	background-color: initial;
}

.form.-white .form-field {
	padding-left: 0;
	padding-right: 0;
}

.field-wrap.-wobutton:last-child {
	margin-bottom: 5px;
}

.form-field.-textarea {
	height: 80px;
}

.button {
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #495056;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	transition: opacity .15s linear;
	width: 100%;
	min-height: 44px;
	height: 18px;
	margin-bottom: 5px;
}

.button:last-child {
	margin-bottom: 0;
}

.form.-white .button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.button.disabled,.button[disabled] {
	background-color: #ccc!important;
	color: #222!important;
}

.form.-sent .button {
	background-color: rgba(0,0,0,.05)!important;
	color: #222!important;
}

.app.-light .button {
	color: #222;
}

.app.-cursor .button.hover,.app.-cursor .button:hover {
	opacity: .85;
}

.app.-cursor .button:focus,.button:focus {
	opacity: 1;
}

.button>.item {
	margin-right: 10px;
	margin-bottom: 0;
}

.button>.item:last-child {
	margin-right: 0;
}

.app.-rtl .button>.item {
	margin-right: 0;
	margin-left: 10px;
}

.app.-rtl .button>.item:last-child {
	margin-left: 0;
}

.button>.item.-icon {
	width: 18px;
	height: 18px;
}

.checkbox-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 15px 0;
}

.checkbox-wrap input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

.fake-input {
	width: 18px;
	min-width: 18px;
	height: 18px;
	border-radius: 3px;
	background-color: #fff;
	margin-right: 10px;
	padding: 4px;
	box-sizing: border-box;
	color: #222;
	border: 1px solid #ccc;
}

.checkmark {
	transition: all .15s linear;
	opacity: 0;
	transform: scale(.5);
}

input:checked+.fake-input .checkmark {
	opacity: 1;
	transform: scale(1);
}

.error-text {
	padding: 12px 15px 0 15px;
	color: rgba(244,67,54,.75);
	font-size: 12px;
}

.form.-white .error-text {
	padding-left: 0;
}

.text[data-v-442b978f] {
	margin-bottom: 15px;
	text-align: center;
	color: #999;
}

.text[data-v-442b978f]:last-child {
	margin-bottom: 0;
}

.fade-enter-active[data-v-442b978f],.fade-leave-active[data-v-442b978f] {
	transition: opacity .15s linear,color .15s linear;
}

.fade-enter[data-v-442b978f],.fade-leave-to[data-v-442b978f] {
	opacity: 0;
}

.service-message[data-v-15ae8f0c] {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

.service-message[data-v-15ae8f0c]:before {
	content: "";
	display: block;
	width: calc(100% + 30px);
	height: 1px;
	background-color: #ddd;
	top: 50%;
	left: -15px;
	position: absolute;
}

.service-message.-error[data-v-15ae8f0c]:before {
	background-color: rgba(244,67,54,.44);
}

.text[data-v-15ae8f0c] {
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: 12px;
	display: inline-block;
	padding: 5px 20px;
	background-color: #f9f9f9;
	position: relative;
	color: #777;
}

.service-message.-error .text[data-v-15ae8f0c] {
	border-color: rgba(244,67,54,.44);
	color: rgba(244,67,54,.78);
}

.message[data-v-2c2a0afb] {
	background-color: #fff;
	border-bottom: 2px solid #fff;
	border-radius: 5px;
	transition: border .15s linear;
}

.app.-cursor .message[data-v-2c2a0afb]:hover {
	border-bottom-color: rgba(0,0,0,.2);
}

.content[data-v-2c2a0afb] {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 10px 15px;
	color: #222;
	text-decoration: none;
	line-height: 1.3;
}

.content .item[data-v-2c2a0afb] {
	display: block;
	margin-right: 15px;
}

.content .item[data-v-2c2a0afb]:last-child {
	margin-right: 0;
}

.content .item.-image[data-v-2c2a0afb] {
	width: 70px;
	min-width: 70px;
	height: 70px;
	min-height: 70px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content .item.-text[data-v-2c2a0afb] {
	flex-grow: 1;
}

.name[data-v-2c2a0afb] {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

.text[data-v-2c2a0afb] {
	font-size: 13px;
	font-weight: 400;
	color: #444;
}

.tabs-content[data-v-4087bd98] a {
	transition: opacity .15s linear;
}

.app.-light .message.-client .tabs-content[data-v-4087bd98] a,.tabs-content[data-v-4087bd98] a {
	color: #222;
}

.message.-client .tabs-content[data-v-4087bd98] a {
	color: #fff;
}

.app.-cursor .tabs-content[data-v-4087bd98] a:hover {
	opacity: .85;
}

.text[data-v-4087bd98] .name {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

.text[data-v-4087bd98] .text {
	font-size: 13px;
	line-height: 1.3;
	color: #444;
}

.tabs[data-v-4087bd98] {
	list-style: none outside;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: stretch;
	margin: 15px 0;
	padding: 0;
}

.tabs.-short[data-v-4087bd98] {
	margin: 15px 50px;
}

.tabs[data-v-4087bd98] .item {
	flex-grow: 1;
}

.link[data-v-4087bd98] {
	display: block;
	text-align: center;
	transition: all .16s linear;
	padding: 7px 5px;
	border-radius: 5px;
	margin: 0 0 0 1px;
}

.link img[data-v-4087bd98] {
	width: 26px;
	height: 26px;
	display: block;
	margin: 0 auto;
}

.link.-selected[data-v-4087bd98] {
	background-color: rgba(0,0,0,.1);
}

.app.-cursor .link[data-v-4087bd98]:hover {
	background-color: rgba(0,0,0,.05);
}

.suggests[data-v-7db54e54] {
	list-style: none outside;
	text-align: right;
	margin: 0;
	padding: 0;
}

.item[data-v-7db54e54] {
	margin-bottom: 15px;
}

.item[data-v-7db54e54]:last-child {
	margin-bottom: 0;
}

.link[data-v-7db54e54],.suggest-corner[data-v-7db54e54] {
	transition: all .15s linear;
}

.link[data-v-7db54e54] {
	display: inline-block;
	border-width: 2px;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-style: solid;
	border-color: #ffea01;
	font-size: 14px;
	line-height: 1.3;
	padding: 8px 15px 10px 15px;
	position: relative;
	overflow: visible;
	text-align: left;
	text-decoration: none;
	color: #222;
}

.app.-cursor .link[data-v-7db54e54]:hover,.app.-light.-cursor .link[data-v-7db54e54]:hover {
	border-color: #999!important;
	color: #000!important;
}

.suggest-corner[data-v-7db54e54] {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom-color: #495056;
	border-top-color: transparent!important;
	border-right-color: transparent!important;
	border-left-color: transparent!important;
	right: -10px;
	bottom: -2px;
	pointer-events: none;
}

.suggest-corner[data-v-7db54e54]:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-bottom-color: #f9f9f9;
	right: -10px;
	bottom: -13px;
}

.suggest-corner[data-v-7db54e54]:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #f9f9f9;
	width: 18px;
	height: 13px;
	left: -13px;
	top: 0;
}

.app.-cursor .link:hover .suggest-corner[data-v-7db54e54],.app.-light.-cursor .link:hover .suggest-corner[data-v-7db54e54] {
	border-bottom-color: #999!important;
}

.message.-quality-control[data-v-167e2cbf] {
	border-radius: 5px;
}

.message.-quality-control>.content[data-v-167e2cbf] {
	padding: 15px;
}

.score-list[data-v-167e2cbf] {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none outside;
	margin: 10px 0 0 0;
	padding: 0;
}

.score-list[data-v-167e2cbf]:first-child {
	margin-top: 0;
}

.score-list>.item[data-v-167e2cbf] {
	box-sizing: border-box;
}

.score-list>.item>.link[data-v-167e2cbf] {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	transition: transform .15s linear;
	transform: scale(1);
}

.app.-cursor .score-list>.item>.link[data-v-167e2cbf]:hover {
	transform: scale(1.2);
}

.score-list>.item>.link>img[data-v-167e2cbf] {
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
}

.text[data-v-167e2cbf] {
	margin: 0;
	margin-bottom: 5px;
	color: #444;
}

.text[data-v-167e2cbf]:last-child {
	margin-bottom: 0;
}

.text.-title[data-v-167e2cbf] {
	color: #000;
	font-size: 15px;
}

.text.-title.-center[data-v-167e2cbf] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -5px;
	margin-bottom: -5px;
}

.text.-title>.item.-icon[data-v-167e2cbf] {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	color: #999;
	position: relative;
	top: -1px;
}

.text.-desc[data-v-167e2cbf] {
	font-size: 13px;
}

.step-link[data-v-167e2cbf] {
	display: inline-block;
	margin-bottom: 3px;
	color: #000;
	border-bottom: 1px dashed #a6a6a6;
	line-height: 1.3;
	text-decoration: none;
	transition: border .15s linear;
}

.app.-cursor .step-link[data-v-167e2cbf]:hover {
	border-bottom-color: #222;
}

.form-field.-textarea[data-v-167e2cbf] {
	font-size: 15px;
}

.error-text[data-v-167e2cbf] {
	padding: 12px 15px 0 15px;
	color: rgba(244,67,54,.75);
	font-size: 12px;
}

.message[data-v-ffab46c4] {
	border-radius: 5px;
}

.content[data-v-ffab46c4] {
	padding: 10px 10px 13px 15px;
}

.title[data-v-ffab46c4] {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
}

.description[data-v-ffab46c4] {
	margin: 0;
	padding-top: 8px;
}

p[data-v-ffab46c4] {
	color: #fff;
}

.app.-light p[data-v-ffab46c4] {
	color: #000;
}

.controls[data-v-ffab46c4] {
	display: flex;
	padding-top: 10px;
}

.btn[data-v-ffab46c4],button[data-v-ffab46c4] {
	background: #000;
	border-radius: 5px;
	border: 0;
	color: #fff;
	padding: 8px 11px 8px 10px;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
}

.controls button[data-v-ffab46c4] {
	margin-right: 10px;
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: center;
}

.controls button svg[data-v-ffab46c4] {
	margin-right: 5px;
}

.accept[data-v-ffab46c4] {
	margin: 5px 0 6px 0;
}

.return-time[data-v-0782d52a] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0;
	color: #777;
	font-size: 14px;
}

.icon[data-v-0782d52a] {
	margin-left: 10px;
}

.attachment[data-v-4c85c65b] {
	display: block;
	line-height: 0;
	font-size: 0;
}

.input[data-v-4c85c65b] {
	opacity: 0;
	position: absolute;
	left: -200%;
	top: -200%;
}

.powered-link[data-v-5e626bad] {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #bbb;
	white-space: nowrap;
	transition: color .15s linear;
}

.powered-link[data-v-5e626bad],.powered-link[data-v-5e626bad]:focus,.powered-link[data-v-5e626bad]:visited {
	outline: none;
}

.app.-cursor .powered-link[data-v-5e626bad]:hover {
	color: #222;
}

.icon[data-v-5e626bad] {
	color: #222;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
}

.composer[data-v-065938c8] {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	direction: ltr;
}

.textarea[data-v-065938c8] {
	display: block;
	font-family: sans-serif;
	color: #222;
	font-size: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	min-height: 40px;
	max-height: 126px;
	text-align: left;
	background-color: initial;
}

.submit-button[data-v-065938c8] {
	display: block;
	width: 24px;
	height: 24px;
	border: 0;
	cursor: pointer;
	color: #222;
	background: transparent;
	transition: all .15s linear;
	padding: 0;
}

.app.-cursor .submit-button[data-v-065938c8]:hover {
	color: #222;
}

.fade-enter-active[data-v-065938c8],.fade-leave-active[data-v-065938c8] {
	transition: opacity .15s linear,color .15s linear;
}

.fade-enter[data-v-065938c8],.fade-leave-to[data-v-065938c8] {
	opacity: 0;
}

.textblock[data-v-065938c8] {
	margin-left: 0!important;
	margin-right: 15px!important;
}

.item[data-v-4f7ffa07] {
	display: inline-block;
	margin-right: 12px;
	color: #bbb;
	width: 18px;
	height: 18px;
}

.item[data-v-4f7ffa07]:last-child {
	margin-right: 0;
}

.row[data-v-4f7ffa07] {
	display: flex;
	flex-direction: row;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
	align-items: center;
}

.row.-centered[data-v-4f7ffa07] {
	justify-content: center;
}

.row[data-v-4f7ffa07]:first-child {
	margin-top: 0;
	border: 0;
	padding-top: 0;
}

.notification[data-v-6e9d21e4] {
	position: absolute;
	left: auto;
	right: 80px;
	top: auto;
	bottom: 0;
	width: 190px;
	cursor: pointer;
	overflow: visible;
	background-color: #495056;
	color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 10px 15px 10px 18px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.08);
	opacity: 1;
	transform: translateX(0);
}

.app.-light .notification[data-v-6e9d21e4] {
	color: #222;
}

.app.-left .notification[data-v-6e9d21e4],.app.-rtl .notification[data-v-6e9d21e4] {
	left: 80px;
	right: auto;
	padding: 10px 18px 10px 15px;
}

.app.-wobutton .notification[data-v-6e9d21e4] {
	right: 0;
	width: 270px;
}

.app.-wobutton.-left .notification[data-v-6e9d21e4],.app.-wobutton.-rtl .notification[data-v-6e9d21e4] {
	left: 0;
}

.notification.v-enter-active[data-v-6e9d21e4] {
	transition: all .2s ease-out;
}

.notification.v-leave-active[data-v-6e9d21e4] {
	transition: all .2s ease-in;
}

.notification.v-enter[data-v-6e9d21e4],.notification.v-leave-to[data-v-6e9d21e4] {
	opacity: 0;
	transform: translateX(5px);
}

.app.-left .notification.v-enter[data-v-6e9d21e4],.app.-left .notification.v-leave-to[data-v-6e9d21e4],.app.-rtl .notification.v-enter[data-v-6e9d21e4],.app.-rtl .notification.v-leave-to[data-v-6e9d21e4] {
	transform: translateX(-5px);
}

.corner[data-v-6e9d21e4] {
	display: block;
	z-index: 1;
	position: absolute;
	left: auto;
	right: -15px;
	top: auto;
	bottom: 14px;
	width: 25px;
	height: 8px;
	min-height: 8px!important;
	border: 0;
	transform: rotate(-90deg);
	color: #495056;
}

.app.-wobutton .corner[data-v-6e9d21e4] {
	display: none;
}

.app.-left .corner[data-v-6e9d21e4],.app.-rtl .corner[data-v-6e9d21e4] {
	right: auto;
	left: -15px;
	transform: rotate(-90deg) scaleY(-1);
}

.app.-top .corner[data-v-6e9d21e4] {
	top: 14px;
	bottom: auto;
}

.app.-top .notification[data-v-6e9d21e4] {
	top: auto;
	bottom: auto;
}

.close[data-v-6e9d21e4] {
	display: block;
	position: absolute;
	top: -4px;
	left: -11px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #ccc;
	padding: 0 7px;
	color: #222;
}

.text[data-v-6e9d21e4] {
	display: block;
	overflow: hidden;
	min-height: 42px;
	word-wrap: break-word;
	text-align: left;
}

.app.-mobile .text[data-v-6e9d21e4] {
	min-height: 46px;
}

.app.-rtl .text[data-v-6e9d21e4] {
	text-align: right;
}

.unreaded-count[data-v-06a50002] {
	position: absolute;
	left: auto;
	right: -2px;
	top: -2px;
	bottom: auto;
	width: auto;
	min-width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #e20613;
	box-sizing: border-box;
	font-size: 11px;
	color: #fff;
	padding: 0 4px;
	transition: all .16s linear;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
}

.app.-wobutton .unreaded-count[data-v-06a50002] {
	display: none;
}

.app.-left .unreaded-count[data-v-06a50002],.app.-rtl .unreaded-count[data-v-06a50002] {
	left: 0;
	right: auto;
}

.corner[data-v-06a50002] {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 6px;
	width: 8px;
	height: 4px;
	color: #e20613;
}

.icon[data-v-21587bed] {
	fill: #fff;
}

.app.-light .icon[data-v-21587bed] {
	fill: #000;
}

.icon[data-v-e258cb56] {
	fill: #fff;
}

.app.-light .icon[data-v-e258cb56] {
	fill: #000;
}

svg[data-v-e258cb56] {
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,.08));
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,.08));
}

.messengers[data-v-81ba873a] {
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 100%;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: -1px;
}

.app.-left .messengers[data-v-81ba873a] {
	margin-left: 1px;
}

.app.-top .messengers[data-v-81ba873a] {
	flex-direction: column;
	bottom: auto;
	top: 100%;
}

.messenger-link[data-v-81ba873a] {
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: initial;
	transform-origin: center;
	padding-bottom: 10px;
	opacity: 0;
}

.app.-top .messenger-link[data-v-81ba873a] {
	padding-bottom: 0;
	padding-top: 10px;
}

.messenger-link.-close[data-v-81ba873a] {
	position: absolute;
	left: 7%;
	top: calc(100% + 75px);
}

.img[data-v-81ba873a] {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform .15s linear;
	transform: scale(1);
	transform-origin: center;
}

.app.-cursor .img[data-v-81ba873a]:hover {
	transform: scale(1.075);
}

.callback-btn[data-v-81ba873a] {
	width: 60px;
	height: 60px;
}

.icon[data-v-81ba873a] {
	fill: #fff;
}

.app.-light .icon[data-v-81ba873a] {
	fill: #000;
}

.callback[data-v-370cced7] {
	width: 100%;
	text-align: right;
	cursor: pointer;
}

.link[data-v-370cced7] {
	display: inline-block;
	margin: 27px 9px 0 5px;
	width: 50px;
	height: 50px;
	transition: all .1s ease-in-out;
	transform: scale(1);
}

.-mobile .link[data-v-370cced7] {
	margin-right: 11px;
}

.link[data-v-370cced7]:hover {
	transform: scale(1.2);
}

.app.-left .callback[data-v-370cced7] {
	text-align: left;
}

.app.-left .link[data-v-370cced7] {
	margin-left: 5px;
}

.app.-left .link[data-v-370cced7]:hover {
	margin: 20px 10px 0 0;
}

.app.-top .callback[data-v-370cced7] {
	margin-top: 45px;
}

.app.-top .link[data-v-370cced7]:hover {
	margin-top: 25px;
}

.btn[data-v-6f591188] {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 4px;
	bottom: 4px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 1;
	box-shadow: 2px 2px 6px rgba(0,0,0,.08);
	background-color: initial;
}

.app.-wobutton .btn[data-v-6f591188] {
	box-shadow: none;
	cursor: default;
}

.app.-mobile .btn[data-v-6f591188] {
	width: 64px;
	height: 64px;
}

.app.-left .btn[data-v-6f591188],.app.-rtl .btn[data-v-6f591188] {
	right: auto;
	left: 0;
}

.app.-top .btn[data-v-6f591188] {
	top: 4px;
	bottom: auto;
}

.btn-img[data-v-6f591188] {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
}

.app.-wobutton .btn-img[data-v-6f591188] {
	display: none;
	pointer-events: none;
}

.btn-img[data-v-6f591188] svg {
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.bg[data-v-6f591188] {
	fill: #495056;
}

.group[data-v-6f591188] {
	opacity: 0;
	transform-origin: center;
}

.group.-active[data-v-6f591188] {
	opacity: 1;
}

.svg-icons {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.files-drop[data-v-62937b63] {
	display: none;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: hsla(0,0%,100%,.9);
	padding: 15px 25px;
}

.app.-dragenter .files-drop[data-v-62937b63] {
	display: flex;
}

.item[data-v-62937b63] {
	margin-bottom: 15px;
	font-size: 13px;
	text-align: center;
	line-height: 1.4;
	pointer-events: none;
}

.item[data-v-62937b63]:last-child {
	margin-bottom: 0;
}

.item.-header[data-v-62937b63] {
	font-size: 22px;
	font-weight: bolder;
	color: #222;
}

.item.-text[data-v-62937b63] {
	color: #888;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.files-drop[data-v-62937b63]:before {
		content: "";
		display: block;
		height: 40%;
		visibility: hidden;
	}
}

.messengers[data-v-48632609] {
	margin: 20px 0;
}

.show[data-v-48632609] {
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

.messengers.-shown .-show[data-v-48632609] {
	cursor: default;
	border-bottom: none;
}

.footer[data-v-6b7c3420] {
	flex-shrink: 0;
	padding-bottom: 20px;
}

.go-chat-btn[data-v-6b7c3420] {
	text-decoration: none;
	border-bottom: 1px solid #b3b3b3;
}

.go-chat-btn[data-v-6b7c3420]:hover {
	border-bottom: 1px solid #000;
}

.chat-btn-block[data-v-6b7c3420] {
	margin-top: -40px;
	margin-right: 20px;
}

.chat-btn[data-v-6b7c3420] {
	width: 60px;
	height: 60px;
	margin: 0 0 0 auto;
	cursor: pointer;
}

.callback[data-v-222c5848] {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	text-align: center;
	overflow: auto;
}

.block[data-v-222c5848] {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	padding: 15px 30px 20px 30px;
	margin: 0 auto;
	text-align: center;
}

.callback.-sent .block[data-v-222c5848] {
	justify-content: center;
}

.form[data-v-222c5848] {
	max-width: 300px;
	min-width: 250px;
	margin: 0 auto;
}

.fields[data-v-222c5848] {
	padding: 10px 15px;
}

.form-field[data-v-222c5848],.form-field[data-v-222c5848]::-webkit-input-placeholder {
	font-size: 18px;
}

.form-field[data-v-222c5848],.form-field[data-v-222c5848]::-moz-placeholder {
	font-size: 18px;
}

.form-field[data-v-222c5848],.form-field[data-v-222c5848]::-ms-input-placeholder {
	font-size: 18px;
}

.form-field[data-v-222c5848],.form-field[data-v-222c5848]::placeholder {
	font-size: 18px;
}

.submit-btn[data-v-222c5848] {
	font-size: 16px;
}

.privacy[data-v-222c5848] {
	text-align: left;
	font-size: 13px;
}

.app {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease-in-out;
}

.app.-rtl {
	direction: rtl;
}

.wrapper {
	padding: 15px;
}

.wrapper.-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.column {
	margin-right: 15px;
}

.column:last-child {
	margin-right: 0;
}

.app.-rtl .column {
	margin-right: 0;
	margin-left: 15px;
}

.app.-rtl .column:last-child {
	margin-left: 0;
}

.column.-grow {
	flex-grow: 1;
}

@media screen and (min-width:576px) {
	.wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (min-width:992px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.chat[data-v-66417e6f] {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	position: absolute;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	background-color: #fff;
	border-left: 1px solid #ddd;
	box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
	opacity: 1;
	pointer-events: none;
}

.app.-left .chat[data-v-66417e6f],.app.-rtl .chat[data-v-66417e6f] {
	left: 0;
	right: auto;
}

.app.-top .chat[data-v-66417e6f] {
	top: 4px;
	bottom: auto;
}

.app.-lg .chat[data-v-66417e6f] {
	width: calc(100% - 10px);
}

.app.-open .chat[data-v-66417e6f] {
	pointer-events: auto;
}

.chat.v-enter-active[data-v-66417e6f] {
	transition: all .2s ease-in;
}

.chat.v-leave-active[data-v-66417e6f] {
	transition: all .2s ease-out .1s;
}

.chat.v-enter[data-v-66417e6f],.chat.v-leave-to[data-v-66417e6f] {
	left: auto;
	right: 15px;
	top: auto;
	bottom: 15px;
	width: 40px!important;
	height: 40px!important;
	border-left-color: transparent;
	box-shadow: none;
	opacity: 0;
}

.app.-left .chat.v-enter[data-v-66417e6f],.app.-left .chat.v-leave-to[data-v-66417e6f],.app.-rtl .chat.v-enter[data-v-66417e6f],.app.-rtl .chat.v-leave-to[data-v-66417e6f] {
	left: 15px;
	right: auto;
}

.app.-top .chat.v-enter[data-v-66417e6f],.app.-top .chat.v-leave-to[data-v-66417e6f] {
	top: 15px;
	bottom: auto;
}

.container.-footer[data-v-66417e6f],.container.-header[data-v-66417e6f] {
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}

.container.-header[data-v-66417e6f] {
	border-bottom: 1px solid #ddd;
	z-index: 1;
}

.app.-focus .container.-header[data-v-66417e6f] {
	display: none;
}

.container.-body[data-v-66417e6f] {
	flex-grow: 1;
	background-color: #f9f9f9;
	overflow: hidden;
	overflow-y: auto;
}

.app.-touch .container.-body[data-v-66417e6f] {
	-webkit-overflow-scrolling: touch;
}

.container.-footer[data-v-66417e6f] {
	border-top: 1px solid #ddd;
}

.chat.v-enter-active[data-v-66417e6f] .container {
	transition: opacity .1s ease-out .1s;
}

.chat.v-leave-active[data-v-66417e6f] .container {
	transition: opacity .1s ease-in;
}

.chat.v-enter[data-v-66417e6f] .container,.chat.v-leave-to[data-v-66417e6f] .container {
	opacity: 0;
}