@media screen and (max-width: 1500px){
	.voice {
    	bottom: 30px;
    }
    .recording {
    	margin-top: 15px;
	}
}
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 1080px){
	
}
@media screen and (max-width: 992px){
	.participants-zone, .chat-zone{
		display: none;
	}
	.sidebar {
    	width: 60px;
    	padding: 10px 5px;
    	font-size: 9px;
	}
	.materials i {
    	font-size: 20px;
	}
	.materials {
    	margin-top: 30px;
	}
	.btn-painting i {
    	font-size: 20px;
	}
	.btn-voice i {
    	font-size: 20px;
    	display: block;
	}
	.voice{
    	width: 50px;
    	bottom: 30px;
	}
	.painting-panel{
		min-height: 60px;
	}
	.work_zone {
    	width: calc(100% - 70px);
	}
	.setting{
		position: fixed;
		top: 50px;
		right: 15px;
		z-index: 99;
		background: #353739;
		border-radius: 10px;
		box-shadow: 0 0 5px #000;
	}
	.setting-nav li a {
    	margin: 1px 0;
	}
	.recording{
		margin-top: 5px;
	}
	.body-popup {
		margin-top: 50px;
		margin-bottom: 5px;
		padding: 5px 5px 1px 5px;
	}
	.top-line{
		display: none!important;
	}
	.tabs>label {
	    padding: 3px 3px;
	    font-size: 12px;
	    margin-right: 2px;
	}
	.tools-material i {
    	margin: 5px 7px;
    	font-size: 18px;
	}
	.tabs .fa-th-list {
		display: none;
	}
	.close-popup-materials{
		display: block;
	}
	.popup{
		background: rgba(0, 0, 0, 0.8);
	}
	.media-zone .fa-file-image {
    	font-size: 50px;
	}
	.chat-media{
		display: block;
	}
	.white-circle {
    	width: 34px;
	    height: 34px;
	    margin-bottom: 5px;
	}
	.painting {
    	margin-top: 20px;
	}
	.desktop-active-chat, .members{
		display: none!important;
	}
	.audience-media{
		display: block;
	}
	.body-popup{
		max-width: 95%;
	}
	.participants-zone {
		position: absolute;
		top: 45px;
		right: 10px;
		width: 200px;
		height: calc(100% - 45px);
	}
	.create-bots-popup .body-popup{
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 768px){
	.mess-username {
    	font-size: 12px;
	}
	.chat-zone {
    	flex: 0 0 100%;
	}
	.header-popup {
    	font-size: 16px;
	}
	.content-bot{
		display: block;
	}
	.create-bots-form{
		width: 100%;
	}
	.list-bot{
		margin: 25px auto 0 auto;
		width: 80%;
	}
}
@media screen and (max-width: 500px){
	.painting-panel {
	    right: -290px;
	}
	.action-panel i {
    	font-size: 18px;
    	margin: 0 4px 0 4px;
	}
	.color-panel input {
    	margin: 0 5px;
    	width: 70px;
	}
	.painting-panel {
    	width: 265px;
    	min-height: 50px;
	}
	.row-user-menu i {
    	display: inline-block;
    	width: 24px;
    	font-size: 18px;
    	display: block;
	}
	.row-user-menu {
    	left: -34px;
	}
	.persent-bot input {
    	width: 100px!important;
    	margin: 0 5px;
	}
	.body-popup .submit-row input {
    	width: 120px!important;
    	font-size: 14px;
	}
	.name-room{
		font-size: 16px;
	}
}
@media screen and (max-width: 380px){
	.elements {
    	width: 90px;
	}
}