.mozhno__queue--modal {
	overflow: auto;
	width: 100%;
	max-height: 500px;
	padding: 0 1px 1px 0;
	cursor: grab;
}

.mozhno__all--queue--modal {
	overflow: auto;
	width: 100%;
	max-height: 600px;
	padding: 0 1px 1px 0;
	cursor: grab;
}

.mozhno {
	overflow: auto;
	width: 100%;
	max-height: calc(100vh - 152px);
	padding: 0 1px 1px 0;
	cursor: grab;
}

.mozhno__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mozhno__row--z-index--2 {
	z-index: 2 !important;
}

.mozhno__row--w--100 {
	width: 100%;
}

.mozhno__item {
	padding: 5px;
	font-size: 12px;
	min-width: 120px;
	max-width: 120px;
	color: #252528;
	border: 1px solid #252528;
	margin-bottom: -1px;
	margin-right: -1px;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.mozhno__item--header {
    height: 50px;
	color: #FFFFFF;
	background: #E23B41;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.mozhno__item--grow--1 {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}

.mozhno__item--h--x2 {
    margin-bottom: -47px;
    height: 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
}

.mozhno__item--w--x2 {
	min-width: 276px;
	max-width: 276px;
}

.mozhno__item--w--x166 {
	min-width: 200px;
	max-width: 200px;
}

.mozhno__item--w--x3 {
	min-width: 460px;
	max-width: 460px;
}
.mozhno__item--w--x4 {
	min-width: 477px;
	max-width: 477px;
}
.mozhno__item--w--x66 {
	min-width: 81.3px;
	max-width: 81.3px;
}

.mozhno__item--w--x67{
	min-width: 100.3px;
	max-width: 100.3px;
}
.mozhno__sticky {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
}

.mozhno__sticky--top {
	top: 0;
}

.mozhno__sticky--bottom {
	bottom: 0;
}

.mozhno__sticky--top:nth-child(2) {
	top: 50px;
}

.mozhno__sticky--left {
	left: 0;
}

.mozhno__sticky--left:nth-child(2) {
	left: 119px;
}

.mozhno__sticky--left:nth-child(3) {
	left: calc(119px*2);
}

.mozhno__sticky--left:nth-child(4) {
	left: calc(119px*3);
}
.mozhno__sticky--left:nth-child(5) {
	left: calc(119px*3);
}

.mozhno__sticky--left.mozhno__item--w--x66:nth-child(3) {
	left: calc(79.3px + 119px);
}

.mozhno__sticky--left.mozhno__item--w--x66:nth-child(4) {
	left: calc(79.3px*2 + 119px);
}
.mozhno__search-btn {
	margin-bottom: 5px;
	margin-top: 5px;
}
.is-hide{
	display: none;
}

.container {
	max-width: 1500px!important;
}

.left-align{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

@media print {
	.mozhno {
		overflow: visible;
		max-height: none;
	}

	.mozhno__item--w--x2 {
		max-width: none;
		width: 100%;
		min-width: 0;
	}
	
	.mozhno__item--grow--1 {
		max-width: none;
		width: 100%;
	}

	.mozhno__row {
		width: 100%;
	}

	.mozhno__sticky {
		position: static;
	}

	.mozhno__item--h--x2 {
		position: relative;
		z-index: 1;
	}

	.mozhno__item--border-none {
		border: none;
	}

}