.chat svg, .chat-design svg {
	width: 26px;
	height: 26px;
	fill: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

#button {
	position: fixed;
	width: 112px;
	height: 140px;
	bottom: 40px;
	display: -ms-flexbox;
	display: flex;
	z-index: 199;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	right: 0
}

#button:not(.sidebar) .buttonWave {
	position: absolute;
	z-index: -1;
	width: 60px;
	height: 60px;
	bottom: 50%;
	right: 50%;
	-webkit-transform: translate3d(50%, 50%, 0);
	transform: translate3d(50%, 50%, 0)
}

#button:not(.sidebar) .buttonWave:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #147fff;
	opacity: 0.5
}

#button:not(.sidebar).clicked .buttonWave:after {
	-webkit-animation: buttonWave 0.8s;
	animation: buttonWave 0.8s
}

#button.chat-open {
	right: 0;
	left: auto
}

#button button {
	border: 0
}

#button button i {
	height: 26px;
	width: 26px;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	top: 50%;
	display: -ms-flexbox;
	display: flex;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

#button button i.active {
	opacity: 1
}

#button button i.type1 {
	width: 26px;
	height: 26px
}

#button button i.type1 svg {
	fill: currentColor
}

#button button i.type1::after {
	content: '';
	position: absolute;
	top: 15px;
	width: 0;
	height: 0;
	background: #fff;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	left: 15px
}

#button button i.type1.for-opened {
	width: 31px;
	height: 28px
}

#button button i.type1.for-opened svg {
	width: 28px;
	height: 28px;
	margin-left: 3px
}

#button button i.type2 {
	width: 0;
	height: 0
}

#button button i.type2 svg {
	width: 0;
	height: 0;
	fill: currentColor
}

#button button i.for-closed {
	margin-left: -10px
}

#button button i.for-closed.active {
	margin-left: 0
}

#button button i.for-opened {
	margin-left: 10px
}

#button button i.for-opened.active {
	margin-left: 0
}

body:not(.mobile) #button button:hover i.type1,
body:not(.mobile) #button button:focus i.type1 {
	width: 50px;
	height: 50px
}

body:not(.mobile) #button button:hover i.type1 svg,
body:not(.mobile) #button button:focus i.type1 svg {
	width: 47px;
	height: 47px;
	margin-left: 1px
}

body:not(.mobile) #button button:hover i.type1::after,
body:not(.mobile) #button button:focus i.type1::after {
	width: 68px;
	height: 68px;
	border-radius: 32px;
	top: -9px;
	left: -9px
}

body:not(.mobile) #button button:hover i.type2,
body:not(.mobile) #button button:focus i.type2 {
	width: 32px;
	height: 32px
}

body:not(.mobile) #button button:hover i.type2 svg,
body:not(.mobile) #button button:focus i.type2 svg {
	width: 32px;
	height: 32px
}

#button-body {
	width: 60px;
	height: 60px;
	border-radius: 28px;
	cursor: pointer;
	display: inherit;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: initial;
	background-size: 130% 130%;
	position: relative;
	outline: none;
	will-change: transform
}

#button-body:not(.ie) {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

#button-body:hover,
#button-body:focus {
	outline: none
}

body:not(.mobile) #button-body:hover,
body:not(.mobile) #button-body:focus {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.chat-header {
	padding: 10px 10px 0;
	position: relative;
	z-index: 4
}

.not-ie .chat-header {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.chat-header #ic_close {
	height: 28px;
	width: 28px
}

.chat textarea,
.chat-design textarea{
	border: 0;
	width: 100%;
	font-size: 17px;
	padding: 20px 0 14px 0;
	resize: none;
	line-height: 24px;
	overflow-x: hidden;
	-ms-overflow-style: none
}

button.material-icons,
label.material-icons {
	cursor: pointer;
	position: relative;
	z-index: 5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 15px 0 8px 11px;
	float: right
}

button.material-icons svg,
label.material-icons svg {
	fill: #8894ab
}

button.material-icons svg#ic_close,
button.material-icons svg.options-icon,
label.material-icons svg#ic_close,
label.material-icons svg.options-icon {
	fill: currentColor
}

button.material-icons::before,
label.material-icons::before {
	content: '';
	position: absolute;
	background: #eff2f6;
	width: 0;
	height: 0;
	border-radius: 0;
	z-index: -1;
	-webkit-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	margin: 12px 0 0 12px
}

button.material-icons.options svg,
button.material-icons.exit-chat svg,
label.material-icons.options svg,
label.material-icons.exit-chat svg {
	fill: currentColor;
	width: 26px;
	height: 26px
}

button.material-icons.options::before,
button.material-icons.exit-chat::before,
label.material-icons.options::before,
label.material-icons.exit-chat::before {
	background: rgba(0, 36, 92, 0.16)
}

button.material-icons.exit-chat,
label.material-icons.exit-chat {
	margin-right: -3px
}

.chat .input-group,
.chat-design .input-group{
	padding: 0 28px 6px;
	width: 100%;
	position: relative;
	background: #fff
}

.not-ie .input-group {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.input-group .material-icons svg {
	width: 26px;
	height: 26px
}

.input-group .footer-bottom {
	height: 42px;
	position: relative
}

.input-group .footer-bottom button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	float: left;
	margin: 0 16px 14px 0
}

.offline-message {
	color: currentColor;
	width: calc(100% + 56px);
	padding: 14px 28px 7px;
	position: relative;
	background-size: 100% calc(100% + 12px);
	z-index: 1
}

.no-clip-path .offline-message {
	padding: 10px;
	left: 0px;
	top: 99px;
	position: absolute;
	width: calc(100% + 10px);
	border-top: 0;
	border-left: 0;
	border-right: 0
}

.offline-message span {
	z-index: 2;
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: black
}

.offline-message span.online {
	padding-left: 20px
}

.offline-message span.online:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	background: #58b743;
	border-radius: 50%;
	left: 0
}

.attachment {
	display: none
}

.chat .start-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 372px;
	position: fixed;
	bottom: 79px;
	overflow: hidden;
	border-radius: 16px;
	pointer-events: auto;
	-webkit-box-shadow: 0 8px 26px 0 rgba(0, 18, 46, 0.16);
	box-shadow: 0 8px 26px 0 rgba(0, 18, 46, 0.16);
	z-index: 198;
	right: 20px
}


.chat-design .start-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 372px;
	border-radius: 16px;
	overflow: hidden;
	pointer-events: auto;
	-webkit-box-shadow: 0 8px 26px 0 rgba(0, 18, 46, 0.16);
	box-shadow: 0 8px 26px 0 rgba(0, 18, 46, 0.16);
}

.start-group.chrome {
	-webkit-box-shadow: 0 8px 36px 0 rgba(0, 18, 46, 0.16);
	box-shadow: 0 8px 36px 0 rgba(0, 18, 46, 0.16)
}

.start-group .chat-header h2,
.start-group .chat-header .start-message,
.start-group .chat-header .offline-message {
	z-index: 2
}

.start-group h2 {
	font-weight: 400;
	font-size: 42px;
	color: #303f9f;
	margin: 6px 0 16px 0;
	padding-top: 4px;
	display: inline-block;
	position: relative;
	max-width: calc(100% - 90px);
	line-height: 50px;
	white-space: pre-line;
	-webkit-text-stroke: 0.4px;
	padding-left: 14px
}

.start-group h2 .emoji {
	width: 31px;
	height: 31px
}

.start-group h2.h2-banner {
	color: #fff
}

.start-group p {
	font-size: 16px
}

.start-group .operators {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 92px;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 92px);
	right: 42px
}

.start-group .ava48 {
	width: 66px;
	height: 66px;
	border-radius: 31px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMDAwMDAwQEBAQFBQUFBQcHBgYHBwsICQgJCAsRCwwLCwwLEQ8SDw4PEg8bFRMTFRsfGhkaHyYiIiYwLTA+PlQBAwMDAwMDBAQEBAUFBQUFBwcGBgcHCwgJCAkICxELDAsLDAsRDxIPDg8SDxsVExMVGx8aGRofJiIiJjAtMD4+VP/CABEIADwAPAMBIgACEQEDEQH/xAAcAAEAAQUBAQAAAAAAAAAAAAAABgEDBAUHAgn/2gAIAQEAAAAA+lYAj8cy5ndHO8VNN0IFrk62gjEYudH9iLQPN6lec+0VmtG038L9UpWh/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAhAAAAAAAP/EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQMQAAAAAAD/xAAuEAABAwMACAUEAwAAAAAAAAABAgMEAAURBhASEyAhQVEiMmKRwSNxcoExQqH/2gAIAQEAAT8A14PHdbuuMvcMY2wPGs88Z6ClT5qzlUh0n8qjXmawoFay8jqlfwaZebkNIdbOUrGRwCpxJmySf53qtdgJNu+zq+G7N7u4yPUoK9xrsyC3bWfUVL9zw6QxiS1IA5Y2F/Gpplb7qGkeZasCkNpabQhPlQkJH64CMDJ5DvWkk+Gu3uRm3wp5ak42Dkp2TnJNC4S2hhyPvT0Wg4z9xVqmuN3SNJl/TabUcITzxkY2j3piRHkjLLrbg9Ks1gjVL0nnvLVuAllHTllf7Jp+VKknLz7jn5K+KAAGNY8JykkHuDg0xe7rG5JkqUB/VY2x/tR9LkBvEmMsud2/KfeumrtXSu9dKFZNf//EABQRAQAAAAAAAAAAAAAAAAAAAED/2gAIAQIBAT8AB//EABQRAQAAAAAAAAAAAAAAAAAAAED/2gAIAQMBAT8AB//Z);
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 2
}

.start-group .ava48:last-child {
	margin-bottom: 0
}

.start-group .ava48 span {
	background: #fff;
	padding: 6px 8px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 18, 46, 0.32);
	box-shadow: 0 2px 8px 0 rgba(0, 18, 46, 0.32);
	font-size: 13px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	white-space: nowrap;
	-webkit-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
	z-index: 3;
	right: calc(100% + 10px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #06132b
}

.start-group textarea{
	border: 0;
	width: 100%;
	font-size: 17px;
	padding: 12px 0 10px 0;
	resize: none;
	line-height: 24px
}

.start-group button.i-banner svg {
	fill: currentColor
}

.start-group button.i-banner::before {
	background: rgba(0, 36, 92, 0.16)
}

.start-message {
	color: currentColor;
	font-size: 15px;
	line-height: 15px;
	position: relative;
	padding-left: 14px;
}

.emoji {
	width: 20px;
	margin: 0 2px -5px 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

button.material-icons {
	background: none;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none
}

body:not(.mobile) .start-group button.i-banner.exit-chat:focus::before, body:not(.mobile) .start-group button.i-banner.exit-chat:hover::before {
    margin: -5px 0 0 -5px;
}

body:not(.mobile) .start-group button.i-banner:focus::before, body:not(.mobile) .start-group button.i-banner:hover::before {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    margin: -7px 0 0 -6px;
}
body:not(.mobile) button.material-icons.exit-chat:hover::before, body:not(.mobile) label.material-icons.exit-chat:hover::before {
    margin: -6px 0 0 -6px;
}
body:not(.mobile) button.material-icons.options:focus::before, body:not(.mobile) button.material-icons.options:hover::before, body:not(.mobile) button.material-icons.exit-chat:focus::before, body:not(.mobile) button.material-icons.exit-chat:hover::before, body:not(.mobile) label.material-icons.options:focus::before, body:not(.mobile) label.material-icons.options:hover::before, body:not(.mobile) label.material-icons.exit-chat:focus::before, body:not(.mobile) label.material-icons.exit-chat:hover::before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: -7px 0 0 -7px;
}
body:not(.mobile) button.material-icons:hover::before, body:not(.mobile) label.material-icons:hover::before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: -7px 0 0 -7px;
}

.chat-button:hover {
	box-shadow: 0px 0px 5px gray;
	}
	