sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	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;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio], legend {
	-webkit-box-sizing: border-box;
	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;
}

summary {
	display: list-item;
}

[hidden], template {
	display: none;
}

.elogica {
	max-width: 800px;
	width: 90%;
	padding-bottom: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input, select, textarea {
		font-size: 1em;
	}
}

#vol2 {
	display: flex;
	justify-content: center;
	font-family: "MainFont", sans-serif;
	letter-spacing: 1px;
	text-align: left;
//	word-break: break-all;
	overflow-wrap: anywhere;
}

.fender {
	font-family: "MainFont", sans-serif;
	letter-spacing: 1px;
}

.elogica-face {
	position: relative;
	background: #eab6ff;
	background-size: 100%;
}

.elogica-mark__wrapper {
	position: relative;
	overflow-x: auto;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 300px;
	padding: 30px;
}

.elogica-mark__wrapper::-webkit-scrollbar {
	width: 0px !important;
}

.elogica-mark__wrapper {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

@media screen and (max-width:660px) {
	.elogica-mark__wrapper {
		height: 250px;
		padding: 15px;
	}

}

@media screen and (max-width:330px) {
	.elogica-mark__wrapper {
		padding: 10px;
	}
}

.elogica-mark__scroll {
	position: absolute;
	z-index: 99;
	right: 20px;
	bottom: 40px;
	visibility: hidden;
	width: 30px;
	height: 30px;
	cursor: pointer;
	opacity: 0;
	border-radius: 50%;
	background: #d56ae7;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.elogica-mark__scroll._active {
	visibility: visible;
	opacity: .8;
}

@media screen and (max-width:660px) {
	.elogica-mark__scroll {
		right: 16px;
	}
}

@media screen and (max-width:330px) {
	.elogica-mark__scroll {
		right: 12px;
	}
}

.elogica-mark__scroll:hover {
	opacity: 1;
}

.elogica-mark__scroll img, .elogica-message._support .elogica-message__avatar span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.elogica-mark__scroll img {
	width: 18px;
	height: auto;
}

.elogica-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width:660px) {
	.elogica-message {
		margin: 10px 0;
	}
}

.elogica-message._support .elogica-message__body {
	background-color: #c882ff;
}

.elogica-message._support .elogica-message__avatar {
	font-weight: 500;
	text-align: center;
	border-radius: 50%;
	background-color: transparent;
}

.elogica-message._support .elogica-message__avatar span {
	color: #fff;
}

.elogica-message._support .elogica-message__name, .elogica-message._support .elogica-message__text, .elogica-message._support .elogica-message__time {
	color: #fff;
}

.elogica-message._support .elogica-message__name:before {
	font-size: 16px;
	padding-right: 4px;
	content: "★";
	color: #fff;
}

.elogica-message._sender {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elogica-message._sender .elogica-message__body {
	border-radius: 15px 0 15px 15px;
	background: #ff5bec;
}

.elogica-message._sender .elogica-message__avatar {
	display: none;
}

.elogica-message__avatar {
	position: relative;
	width: 48px;
	height: 48px;
	margin-right: 15px;
}

@media screen and (max-width:660px) {
	.elogica-message__avatar {
		width: 38px;
		height: 38px;
		margin-right: 10px;
	}
}

.elogica-message__avatar img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.elogica-message__body {
	position: relative;
	width: 100%;
	margin-top: 4px;
	padding: 15px;
	border-radius: 0 15px 15px 15px;
	background: #2b5278;
}

@media screen and (max-width:660px) {
	.elogica-message__body {
		max-width: calc(100% - 58px - 15px);
		padding: 12px;
	}
}

.elogica-message__name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #FFF;
}

@media screen and (max-width:660px) {
	.elogica-message__name {
		font-size: 16px !important;
	}
}

.elogica-message__text {
	font-size: 15px;
	line-height: 1.5;
}

@media screen and (max-width:660px) {
	.elogica-message__text {
		font-size: 14px !important;
	}
}

.elogica-message__text img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin-bottom: 10px;
}

.elogica-message__time {
	font-size: 12px;
	font-weight: 300;
	padding-top: 12px;
	text-align: right;
}

@media screen and (max-width:660px) {
	.elogica-message__time {
		font-size: 10px !important;
		padding-top: 8px;
	}
}

.elogica-face-disabled {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 320px;
	padding: 20px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	z-index: -99;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.elogica-face-disabled._active {
	z-index: 99;
	visibility: visible;
	opacity: 1;
}

.elogica-face-disabled__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elogica-face-disabled__icon {
	width: 120px;
	margin-right: 15px;
}

.elogica-face-disabled__icon img {
	width: 100%;
}

.elogica-face-disabled__text {
	font-size: 14px;
	color: #333;
}

.elogica-face-disabled__ok {
	font-size: 14px;
	display: block;
	margin-top: 14px;
	cursor: pointer;
	text-align: center;
}

.elogica-footer {
	position: relative;
	z-index: 99;
	padding: 15px 10px;
	background-color: #8113b3;
}

@media screen and (max-width:660px) {
	.elogica-footer {
		padding: 10px;
	}
}

.elogica-footer__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.elogica-footer__field {
	-webkit-box-sizing: border-box;
    color: #e2e2e2;
	box-sizing: border-box;
	width: calc(100% - 60px);
	padding: 15px;
	border: 0;
}

@media screen and (max-width:660px) {
	.elogica-footer__field {
        color: #e2e2e2; 
		font-size: 14px;
		width: calc(100% - 48px);
		padding: 10px 15px;
	}
}

.elogica-footer__field:focus, .elogica-footer__send:focus {
	outline: 0;
}

.elogica-footer__send {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 0;
	border-radius: 50%;
        color: #e2e2e2;
	background: #17212b;
}

@media screen and (max-width:660px) {
	.elogica-footer__send {
		width: 24px;
		height: 25px;
	}
}

.elogica-footer__send img {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width:660px) {
	.elogica-footer__send img {
		width: 30px;
		height: 30px;
		top: 70%;
		left: 50%;
		-webkit-transform: translate(-70%, -50%);
		transform: translate(-70%, -50%);
	}
}

.elogica-header {
	position: relative;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 30px;
	background: #35a7ff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width:660px) {
	.elogica-header {
		padding: 15px;
	}
}

@media screen and (max-width:330px) {
	.elogica-header {
		padding: 10px;
	}
}

.elogica-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elogica-logo img {
	opacity: 0.8;
	width: 30px;
	max-width: 30px;
	height: auto;
}

.elogica-logo__brand {
	padding-left: 15px;
}

.elogica-logo__name {
	font-size: 1em;
	font-family: "MainFont", sans-serif;
	margin-bottom: 1px;
	color: #e2e2e2;
}

.elogica-logo__online {
	color: #d7d7d7;
	font-size: 0.7em;
	font-family: "LightFont", sans-serif;
}

.elogica-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elogica-control__add, .elogica-control__menu {
	cursor: pointer;
}

.elogica-control__add img, .elogica-control__menu img {
	margin-left: 10px;
	cursor: pointer;
	height: 16px;
}

#fender {
	border-radius: 60px;
}

#u870

#elogica {
	max-width: 100%;
	margin: 0px 0px 0px 0px;
        
}

.elogica-footer__field::placeholder {
	color: #e2e2e2;
	padding-left: 0px;
	letter-spacing: 1px;
}

.elogica-footer__field {
	background-color: #8113b3;
}

#elogicaHeader {
	background-color: #8113b3;
	border-radius: 15px 15px 0 0;
}

#elogicaNameUser {
	color: #7d21a1;
	font-size: 20px;
	letter-spacing: 1px;
}

#elogicaNameSupport {
	color: #fff;
	letter-spacing: 1px;
}

#elogicaMsgUsr {
	background: #b671e1;
	letter-spacing: 1px;
}

#elogicaMsgSup {
	background: #8c94ff;
	font-weight: 300;
	letter-spacing: 1px;
}

#elogicaMsgYou {
	background: #2b5278;
	border-radius: 15px 0 15px 15px;
	letter-spacing: 1px;
}

#elogicaTextUser {
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}

#elogicaTextSup {
	color: #fff;
	letter-spacing: 1px;
}

#elogicaTimeUser {
	color: #d5d5d5;
	letter-spacing: 1px;
}

#elogicaTimeSup {
	color: #d5d5d5;
	letter-spacing: 1px;
}

.elogicaMsgBody {
	border-radius: 0 15px 15px 15px;
}

#elogicaFooter {
	border-radius: 0 0 15px 15px;
	color: #e2e2e2;
	
}

#elogicaSubmit {
	background: #8113b3;
	cursor: pointer;
}

.elogica-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .92);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.elogica-box {
	background: #9536cf;
	color: #fff;
	border-radius: 20px;
	width: 85%;
	max-width: 320px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	animation: .8s blur ease;
}

@keyframes blur {
	from {
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}
	
	to {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
}

.elogica-image {
	width: 60px;
	height: 60px;
	object-fit: cover;
	margin-top: 20px;
	margin-bottom: 20px;
}

.elogica-text {
	margin-bottom: 20px;
    text-align: center;
	font-family: "LightFont", sans-serif;
	font-size: 1em;
	padding: 0px 40px;
}

.elogica-close {
	position: relative;
	padding: 12px 60px;
	color: white;
	cursor: pointer;
	user-select: none;
	margin-bottom: 30px;
	background-color: #df15c6;
	border-radius: 30px;
	overflow: hidden;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 20px;
	font-family: "MainFont", sans-serif;
	text-align: center;
}

