
@media (min-width: 551px) {  /* для разрешения экрана от 470 до 930 пикселей */
	.only-mobile-550 {display: none;}
	.menu-bar {
		position: fixed; 
		right: 20px; 
		top:20px; 
		background-color: inherit; 
		padding: 5px 20px; 
		z-index: 999;
	}
	.menu {
		font-weight: bold; 
		color: #bbb;
		padding: 0px 4px;

		font-size: 20px; 
	}
	.menu-active {
		font-weight: bold; 
		color: #000;

		font-size: 20px; 
	}
	.link-div {position: absolute; top:0; left:0; right: 147px;}
		.link-input {color:white; width: 100%; font-size: 20px !important; padding: 0; line-height: 40px; margin: 0;}
	.do-short-div {position: absolute; top:0px; right:0; width: 145px;}
		.do-short-button{width: 100%; font-size: 18px; padding: 0px 0px; line-height: 40px; margin: 0;}
}
@media (max-width: 550px) { /* это будет показано при разрешении монитора до 930 пикселей */
	.only-desktop-550 {display: none;}
	.menu-bar {
		position: fixed; 
		right: 0; 
		left: 0; 
		top:10px; 
		background-color: inherit; 
		padding: 2px 5px; 
		z-index: 999;
	}

	.menu {
		font-weight: bold; 
		color: #bbb;
		padding: 0px 4px;

		font-size: 14px; 
	}
	.menu-active {
		font-weight: bold; 
		color: #000;

		font-size: 14px; 
	}
	
	.link-div {position: absolute; top:0; left:0; right: 0px;}
		.link-input {color:white; width: 100%; font-size: 14px; padding: 0; line-height: 24px; height: 24px !important; margin: 0;}
	.do-short-div {position: absolute; top:30px; right:0; width: 120px; text-align: right;}
		.do-short-button {width: 100%; font-size: 16px; padding: 4px 10px; line-height: 20px; margin: 0; text-transform: uppercase; text-align: center;}

}



.menu:hover {
	color: #000;
}
.darkmenu .menu:hover {
	color: #fff;
}




@media (min-width: 1201px) {  
	.only-mobile-1200 {display: none;}
}
@media (max-width: 1200px) { 
	.only-desktop-1200 {display: none;}
	.vert-1200 {
		-webkit-writing-mode: vertical-rl; writing-mode:tb-rl;
		-webkit-transform: rotate(-90deg); transform: rotate(-90deg);
	}
}

.tbl_bt {
	border-radius: 5px;
}

.email_message_edit {
	height: 500px;
	z-index: 1200;
	
}
.action-bt {
	display: inline-block;
	color: #242332;
	width: 30px;
    height: 30px;
    font-size: 18px;
}
.action-bt:hover {
	color: black;
}
