.socialBlock {
    width: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    max-width: 90%;
    padding: 20px;
    margin-right: 9px;
    pointer-events: auto;
    z-index: 2;
	
}
.e3-viewer-modal {
	display: none;
}

.e4-viewer-modal {
	display: none;
	text-align: center;
}

.socialBtmClose {
	display: none;
	
}

.share_btn_yes, .share_btn_no {
	cursor: pointer;
	border-radius: 8px;
	width: 110px;
	color: #000;
	padding: 10px;
	margin: 20px;
}

.inviteUrl {
	margin-bottom: 10px;
}
.socialBtm img, .socialBtmClose img {
	width: 50px;
	position: fixed;
	top: 50%;
	left: auto;
	right: 10px;
	bottom: auto;
	cursor: pointer;
}

.count_users {
	width: 15px;
	position: fixed;
	top: 50%;
	left: auto;
	right: 3px;
	bottom: auto;
	cursor: pointer;
	z-index: 3;
	font-weight: bold;
	color: #fff;
	font-size: 12pt;
	border-radius: 15px;
	border: 2px solid #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
}

.socialBlock .inviteUrl input {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    padding-bottom: 10px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    padding-right: 10px;
}

.socialBlock .inviteUrl .copy {
    width: 16px;
    height: 16px;
    cursor: pointer;
}


body .share-btn-whatsapp, body .share-btn-sms, body .share-btn-viber, body .share-btn-facebook, body .share-btn-telegram, body .share-btn-skype, body .share-btn-email {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
    background-color: transparent;
    display: inline-block;
    margin-right: 5px;
}

body .share-btn-whatsapp {
    background-image: url(WhatApp.png);
}
body .share-btn-telegram {
    background-image: url(Telegram.png);
}

body .share-btn-email {
    background-image: url(mail.png);
}

body .share-btn-skype {
    background-image: url(Skyp.png);
}

.socialBlock .chat-modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    box-sizing: content-box;
    display: inline-block;
    cursor: pointer;
    z-index: 99999;
    background-image: url(Close.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

.titleview:hover::after {
    content: attr(data-title); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    top: 50%; left: auto; right: 3px; bottom: auto; /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(188,194,255,0.8); /* Полупрозрачный цвет фона */
    font-family: Arial, sans-serif; /* Гарнитура шрифта */
    font-size: 13px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
    border: 1px solid #fff; /* Параметры рамки */
   }