body{
	background:#F8F3F0;
	overflow-x: hidden;
}
.page{
	width: 100%;
    height:100%;
    min-height: 100%;
}
body.overflow{
	overflow: hidden;
}
.small-title{
	font-size:12px;
}
.loading{
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #f8f3f0cc;
    z-index: 1000;
}
.loading img{
    position: relative;
    left: 50%;
    top: 50%;
    margin-top: -102px;
    margin-left: -102px;	
}
.header{
    position: fixed;
    left: 0;
    top: 0;	
	width: 100%;
    height: 55px;
	background:#fff;
	z-index:101;
	padding: 0px 30px 0px 120px;
}
a:hover{
	text-decoration:none;
}
.header .header-wrap{
	width: 100%;
    height: 100%;	
	position:relative;	
}
.header-wrap .logo{
	position: absolute;
    left: 0px;
    top: 20px;
	z-index:12;
}
.header-wrap .logo.center{
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 12;
    margin-left: -140px
}

.header-wrap .user{
	position: absolute;
    right: 0px;
    top: 10px;
	z-index: 101;
    display: block;	
}
.header-wrap .menu{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    align-items: stretch;
	padding-left: 190px;	
}
b{font-weight: bold;}
.header-wrap .menu .menu-item{
    box-sizing: content-box;
	display: flex;
    align-items: center;
    justify-content: center;	
	margin: 0px 30px;
	position:relative;
}
.header-wrap .menu .menu-item a{
	text-decoration:none;
	font-size:16px;
	line-height:21px;
    position: relative;
    top: 2px;	
}
.header-wrap .menu .menu-item:hover a{
	color:#000;
}
.header-wrap .menu .menu-item.active a{
	font-weight:600;
}
.header-wrap .menu .menu-item.active{
	
}
.header-wrap .menu .menu-item.active::before{
    content: "";
    position: absolute;
    background: #93C021;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.left-menu{	
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:102;
}
.left-menu .top-left-menu{
	background: #fff;
    height: 55px;
}
.left-menu .cnt-left-menu{
	background:#F8F3F0;
	height:100%;
}
.left-menu.white .cnt-left-menu{
	background:#FFF;
}

.left-menu .top-left-menu{
	width: 90px;
    display: flex;
    align-items: center;
	position:relative;
    justify-content: center;	
}
.left-menu .cnt-left-menu{
	width:90px;
	position:relative;
	transition: 0.2s;
	padding-top: 30px;	
}
.left-menu .top-left-menu::before,.left-menu .cnt-left-menu::before{
	content:"";
	height:100%;
	width:10px;
	background: linear-gradient(90deg,#000, #fff);
	position:absolute;
	top:0px;
	right:-10px;
	opacity: 0.08;
}

body.open .left-menu .top-left-menu::before, body.open-drop .left-menu .top-left-menu::before{
	content:none;
}
body.open .left-menu .cnt-left-menu,body.open-drop .left-menu .cnt-left-menu{
	width:310px;
}

.left-menu .top-left-menu .btn-left-menu{
    background: url(/i/icons/but.svg) center no-repeat;
    width: 33px;
    height: 23px;
    display: inline-block;
	top:2px;
	position:relative;
	cursor:pointer;
}
body.open .left-menu .top-left-menu .btn-left-menu,body.open-drop .left-menu .top-left-menu .btn-left-menu{
	background: url(/i/icons/close.svg) center no-repeat;
	width: 25px;
    height: 25x;
}
.btn-m{
	height: 45px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	cursor:pointer;
	margin-bottom: 10px;
	overflow: hidden;
	transition: 0.2s;
	text-decoration: none;
}

.btn-m span.title{
	display:none;
	font-size:20px;
	line-height:27px;
	font-weight:bold;
	color:#505050;
	white-space: nowrap;
    position: relative;
    top: -1px;
    left: -15px;
}

body.open .btn-m span.title,body.open-drop .btn-m span.title{
	display:block;
}
.btn-inwork span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/inwork.svg) center no-repeat;
	flex: 0 0 90px;
}
.t-right{
	text-align:right;
	margin-top: 10px;
}
.link{
	font-size: 14px;	
}


.btn-inwork:hover span.img,.btn-inwork.active span.img{
	background: url(/i/icons/inwork-active.svg) center no-repeat;
}


.btn-enter span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-enter.svg) center no-repeat;
	flex: 0 0 90px;
}
.btn-enter:hover span.img,.btn-enter.active span.img{
	background: url(/i/icons/icon-enter-active.svg) center no-repeat;
}
.btn-restore span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-restore.svg) center no-repeat;
	flex: 0 0 90px;
}
.btn-restore:hover span.img,.btn-restore.active span.img{
	background: url(/i/icons/icon-restore-active.svg) center no-repeat;
}

.btn-user-info span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-user-info.svg) center no-repeat;
	flex: 0 0 90px;
}
.btn-user-info:hover span.img,.btn-user-info.active span.img{
	background: url(/i/icons/icon-user-info-active.svg) center no-repeat;
}



.btn-comm span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-comm.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-comm:hover span.img,.btn-comm.active span.img{
	background: url(/i/icons/icon-comm-active.svg) center no-repeat;
}


.btn-calen span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-calen.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-calen:hover span.img,.btn-calen.active span.img{
	background: url(/i/icons/icon-calen-active.svg) center no-repeat;
}

.btn-icon1 span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-1.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-icon1:hover span.img,.btn-icon1.active span.img{
	background: url(/i/icons/icon-1-active.svg) center no-repeat;
}

.btn-icon2 span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-2.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-icon2:hover span.img,.btn-icon2.active span.img{
	background: url(/i/icons/icon-2-active.svg) center no-repeat;
}

.btn-icon3 span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-3.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-icon3:hover span.img,.btn-icon3.active span.img{
	background: url(/i/icons/icon-3-active.svg) center no-repeat;
}

.btn-icon4 span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-4.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-icon4:hover span.img,.btn-icon4.active span.img{
	background: url(/i/icons/icon-4-active.svg) center no-repeat;
}


.btn-icon5 span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-5.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-icon5:hover span.img,.btn-icon5.active span.img{
	background: url(/i/icons/icon-5-active.svg) center no-repeat;
}

.btn-icon6 span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-6.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-icon6:hover span.img,.btn-icon6.active span.img{
	background: url(/i/icons/icon-6-active.svg) center no-repeat;
}

.btn-icon7 span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-7.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-icon7:hover span.img,.btn-icon7.active span.img{
	background: url(/i/icons/icon-7-active.svg) center no-repeat;
}

.btn-icon8 span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-8.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-icon8:hover span.img,.btn-icon8.active span.img{
	background: url(/i/icons/icon-8-active.svg) center no-repeat;
}

.btn-icon9 span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/icon-9.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-icon9:hover span.img,.btn-icon9.active span.img{
	background: url(/i/icons/icon-9-active.svg) center no-repeat;
}

.btn-arhive span.img{
	width:90px;
	height:100%;
	background: url(/i/icons/arhive.svg) center no-repeat;
	flex: 0 0 90px;
}

.btn-arhive:hover span.img,.btn-arhive.active span.img{
	background: url(/i/icons/arhive-active.svg) center no-repeat;
}
.status-btn.active span.title,.status-btn:hover span.title{
	color:#E41D23;
}
.status-btn.active::before{
	content:"";
	position:absolute;
	height:100%;
	width:5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	background:	#FF585D;
	left:0px;
	top:0px;
}
.btn-m.add-btn{
	height: 60px;
    margin-bottom: 11px;
    align-items: flex-start;
}


.add-btn span.title{
    background: #fff url(/i/icons/plus.svg) 16px center no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    margin: 0 20px;
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    padding-left: 50px;
	transition: 0.2s;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.add-btn.add-folder span.title{
	background: #fff url(/i/icons/icon-folder-btn.svg) 13px 12px no-repeat;
    background-size: 30px;
}




body.open .add-btn span.title,body.open-drop .add-btn span.title{
	width: 100%;
    margin: 0 20px;
	padding-left: 55px;
}
.btn-ticket-edit-delete{
	position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    z-index: 13;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
	display:none;
}
.btn-ticket-edit-delete a{
	cursor:pointer;
	width: 50%;
    height: 40px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
	transition: 0.2s;	
}
.btn-ticket-edit-delete a.hovered,.status-btn.hovered .img{
	transform: scale(1.4);
}
.btn-ticket-edit-delete .ticket-delete{	
    background:#FF585D;	
}
.btn-ticket-edit-delete .ticket-edit{
    background: #78AA00;
}

.content{
	width: 100%;
    height: 100%;
    padding: 85px 30px 35px 120px;
	position:relative;
	transition: 0.2s;
}
body.open  .content, body.open-drop  .content{
  padding: 85px 0px 0px 325px;
}
.content .top-c{
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	    margin-bottom: 15px;
}
.content .top-c h1{
	font-size:30px;
	line-height:37px;	
	color:#4C4743;
	letter-spacing: 1px;
	flex: 1 0 auto;
    padding-right: 50px;
}
.content .top-c .search-tag-block{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 115px;
    justify-content: flex-end;
    width: 100%;	
}

.btn-search{
	width:50px;
	height:50px;	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	display:block;
	border-radius:50px;
	cursor:pointer;
	background: #fff url(/i/icons/search.svg) center no-repeat;
}
.btn-tags{
	width:50px;
	height:50px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	display:block;	
	border-radius:50px;
	cursor:pointer;	
	background: #fff url(/i/icons/tags.svg) center no-repeat;
	margin-left: 15px;
	flex: 0 0 50px;
}
.btn-tags.active{

	background: #707070 url(/i/icons/tags_active.svg) center no-repeat;
}


.q-form.active .btn-search{
	background:#707070 url(/i/icons/search_active.svg) center no-repeat;
}

.tags-list p{
	padding: 15px 0px;
}
.tickets{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
	position:relative;	
	margin-left: -15px;
}
.tickets .ticket-item{
	width:300px;
	height:215px;
	background:#fff;
	position:relative;
	border-radius:5px;
    margin: 0px 15px 30px 15px;	
    padding: 23px 25px 40px 25px;
	cursor:pointer;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);	
}
.tickets .ticket-item::before{
	content:"";
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	width:5px;
	background:#7F8391;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;	
}

.tickets .ticket-item .edit-ticket{
	cursor: pointer;
    position: absolute;
    right: 12px;
    top: 8px;
    background: url(/i/icons/edit-btn.svg) center no-repeat;
    width: 29px;
    height: 22px;
	display:none;
}


.tickets .ticket-item .link-ticket{
    cursor: pointer;
    position: absolute;
    right: 42px;
    top: 8px;
    background: url(/i/icons/icon-link.svg) center no-repeat;
    width: 29px;
    height: 27px;
    display: none;
    background-size: contain;
}

.tickets .ticket-item:hover .link-ticket{
	display:block;
}
.tickets .ticket-item:hover .edit-ticket{
	display:block;
}
.tickets .ticket-item.red-status::before{
	background:#FF585D;
}
.tickets .ticket-item.green-status::before{
	background:#78AA00;
}
.tickets .ticket-item .title{
	font-size:17px;
	line-height:25px;
	font-weight:600;
}
.tickets .ticket-item .desc-count{
    position: absolute;
    width: 270px;
    height: 40px;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D5D5D5;
    margin: 0px 15px;
    padding: 0px 0px 0px 10px;
	
}
.tickets .ticket-item .desc-count .desc{
	font-size:14px;
	line-height:17px;	
	color:#AFAFAF;
	text-decoration:none;
}
.tickets .ticket-item .desc-count .desc a{
	text-decoration:none;	
	font-size:14px;
	line-height:17px;	
	color:#AFAFAF;	
}

.tickets .ticket-item .desc-count .count{
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;	
}
.tickets .ticket-item .desc-count .count .c-err{
	background:#FF585D;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height: 20px;
	border-radius:10px;	
	width:40px;
	height:20px;	
	text-align:center;
	margin-left: 10px;
}
.tickets .ticket-item .desc-count .count .c-err a,.tickets .ticket-item .desc-count .count .c-all a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height: 20px;
	text-align:center;
	width:40px;
	height:20px;
	display:block;
}
.tickets .ticket-item .desc-count .count .c-all{
	background:#9B9B9B;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height: 20px;
	border-radius:10px;
	width:40px;
	height:20px;	
	text-align:center;	
    margin-left: 10px;	
}

.tickets .ticket-item.folder{
	background:#FFC158;
}
.tickets .ticket-item.folder::before{
	content:none;
}
.tickets .ticket-item.folder .desc-count .desc a{
	color:#505050;
}

.tickets .ticket-item.folder .fl{
    background: url(/i/icons/icon-folder.svg) center no-repeat;
    width: 106px;
    height: 21px;
    left: 0px;
    top: -10px;
	position:absolute;
	z-index:-1;
}
.tickets .ticket-item.folder .desc-count {
    border-top: 1px solid #FFF;
}
.tickets .ticket-item.folder .desc-count .count .c-fld{
	background:#FFF;
	color:#7E7E7E;
	font-size:13px;
	font-weight:bold;
	line-height: 20px;
	border-radius:10px;
	width:40px;
	height:20px;	
	text-align:center;	
    margin-left: 10px;	
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);	
	
}
.content-wrap{
	position:relative;
	width:100%;
	height:100%;
}
.popup-page{
	background:#fff;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	border-radius:5px;
	display:none;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);	
	z-index:100;
}

.popup-page .popup-close{
	background:url(/i/icons/close_popup.svg) center no-repeat;
	width:30px;
	height:30px;
	right: 25px;
    top: 30px;
	position:absolute;
	cursor:pointer;
	
}
.popup-page .popup-wrap{
	
}


#ticket-form{
    width: 1020px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -510px;
    padding: 40px 120px 40px 120px;	
	height: AUTO;
}

#ticket-form .title-popup{
	color:#4C4743;
	font-size:30px;
	line-height:44px;
	position: relative;
}

.popup-form{
    width: 100%;
	height:100%;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 40px 120px 40px 120px;	
	z-index: 999;
}
.popup-form .form-row {
    padding-left: 0px;
}

.popup-form .popup-wrap{
	max-width: 1020px;
    margin: 0 auto;	
}
.popup-form .title-popup{
	color:#4C4743;
	font-size:30px;
	line-height:44px;
	position: relative;
}
.btn-popup{
	width:150px;
	height:40px;
	color:#fff;
	border-radius:5px;
	text-align:center;
	background:#7E7E7E;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	cursor:pointer;
}
.btn-popup.btn-save{background:#78AA00;}
.btn-popup.btn-delete{background:#E41D23;}

.popup-page .btn-popup-top{
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*width: 311px;*/
}
.btn-delete-client,.btn-delete-user{
margin-left: 10px;	
}
.btn-close-popup{margin-left: 10px;}
.popup-page .popup-top{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;	
	margin-bottom: 25px;
}

.popup-page .popup-row{
    margin: 6px 0px;	
}
.text-date{
	font-size:13px;
	font-weight:bold;
	line-height:25px;	
}
.text-date span{

	font-weight:normal;
	line-height:25px;
	margin-left: 7px;	
}
.form input{
	font-size:16px;	
	line-height:25px;	
	color:#505050;
	width:100%;
	background:#F8F3F0;
	border:1px solid #fff;
	border-radius:5px;
    max-width: 100%;
	height:40px;
	padding: 0px 20px;
}

.form input:disabled,.form select:disabled,.form textarea:disabled{
	background:#e9e9e9;
}
.form input[type="checkbox"]{
	width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.form select{
	font-size:16px;	
	line-height:25px;	
	color:#505050;	
	width:100%;	
	background:#F8F3F0;
	border:1px solid #fff;
	border-radius:5px;
    max-width: 100%;	
	height:40px;
	padding: 0px 20px;	
}
.form textarea{
	font-size:16px;	
	line-height:25px;	
	color:#505050;	
	width:100%;	
	background:#F8F3F0;
	border:1px solid #fff;
	border-radius:5px;	
	resize: vertical;
	max-width: 100%;
	min-width: 100%;
	height:100px;
	padding: 20px 20px;
}
.form input.time{
	width: 70px;
    padding: 0px 5px 0px 20px;
}


.form textarea.error,.form select.error,.form select.error,.form input.error,.form .adduserscnt.error label{
	border:1px solid #E41D23;	
}


label.checkbox{
    margin-top: 10px;
    position: relative;	
	padding-left: 30px;
}
label.checkbox input[type="checkbox"]{
left: -10px;
margin-right: 0px;
}
.form-row{
	padding-left: 40px;
	position:relative;
	margin: 0px 0px 25px 0px;
	width:100%;
}
.form-row .form-l{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;	
}
.form-row .form-l .form-col{
	margin-right: 20px;
}
.form-row.sm{
	width: 57%;
}
.form-row label{
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
}
.form-row .form-l .form-col label{
	font-weight: 600;	
}


.form-row .input-elemet{
	position:relative;
}
.form-row .input-elemet.client::before{
	content: "";
    position: absolute;
    left: -45px;
    bottom: 7px;
    background: url(/i/icons/icon-form-client.svg) center no-repeat;
    width: 27px;
    height: 26px;
}
.form-row .input-elemet.desc::before{
	content: "";
    position: absolute;
    left: -42px;
    top: 0px;
    background: url(/i/icons/icon-form-desc.svg) center no-repeat;
    width: 22px;
    height: 22px;	
}
.form-row .input-elemet.status::before{
	content: "";
    position: absolute;
    left: -42px;
    top: 7px;
    background: url(/i/icons/icon-form-status.svg) center no-repeat;
	width: 24px;
    height: 26px;
}
.form-row .input-elemet.act::before{
	content: "";
    position: absolute;
    left: -42px;
    top: 5px;
    background: url(/i/icons/icon-form-act.svg) center no-repeat;
    width: 22px;
    height: 28px;	
}
.form-row .input-elemet.ded::before{
	content: "";
    position: absolute;
    left: -43px;
    top: 7px;
    background: url(/i/icons/icon-form-ded.svg) center no-repeat;
    width: 25px;
    height: 25px;	
}
.form-row .input-elemet.tag::before{
	content: "";
    position: absolute;
    left: -45px;
    top: 5px;
    background: url(/i/icons/icon-form-tag.svg) center no-repeat;
    width: 31px;
    height: 20px;
}
.form-row .input-elemet.pep::before{
	content: "";
    position: absolute;
    left: -45px;
    top: 1px;
    background: url(/i/icons/icon-form-pep.svg) center no-repeat;
    width: 27px;
    height: 24px;
}
.form-row .input-elemet .plus{
	display: block;
    width: 30px;
    height: 30px;
    background: url(/i/icons/plus.svg) center no-repeat;
    background-size: 15px;
    cursor: pointer;
    border-radius: 100%;	
	-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}	

.form-row .tags{
	display: flex;
    flex-direction: row;
    align-items:  flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;	
}
.form-row .tags .tag-list{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	position: relative;	
	flex-wrap: wrap;
}
.form-row  .tags .tag-list .tag-item{
    height: 30px;
    background: #7E7E7E;
    font-size: 15px;
    line-height: 29px;
    border-radius: 5px;
    color: #fff;
    padding: 0px 45px 0px 12px;
    margin-right: 10px;
	margin-bottom: 10px;
	position:relative;
}

.input-elemet.tag.disabled .tags .tag-list .tag-item{
	padding: 0px 12px 0px 12px;
}
.input-elemet.tag.disabled .tags .tag-list .tag-item .del-tags,.input-elemet.tag.disabled .tags .addtagscnt{
	display:none;
}

.input-elemet.pep.disabled .people .people-list .people-item{
	padding: 0px 12px 0px 12px;
}
.input-elemet.pep.disabled .people .people-list .people-item .del-tags,.input-elemet.pep.disabled .people .adduserscnt{
	display:none;
}


.form-row  .tags .tag-list .tag-item .tt{
    font-size: 15px;
    line-height: 29px;
    color: #fff;
}
.form-row  .tags .tag-list .tag-item .del-tags{
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/i/icons/icon-form-delete.svg) center no-repeat;
    cursor: pointer;	
}


.form-row .people{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.form-row .people .people-list{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	position: relative;	
	flex-wrap: wrap;
}
.form-row .people .people-list .people-item{
    height: 30px;
    background: #7E7E7E;
    font-size: 15px;
    line-height: 29px;
    border-radius: 5px;
    color: #fff;
    padding: 0px 45px 0px 12px;
    margin-right: 10px;
	position:relative;
	margin-bottom: 10px;
}
.form-row  .people .people-list .people-item .tt{
    font-size: 15px;
    line-height: 29px;
    color: #fff;
}
.form-row .people .people-list .people-item .del-tags{
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/i/icons/icon-form-delete.svg) center no-repeat;
    cursor: pointer;	
}
.hr{
	width: 100%;
    height: 2px;
    background: #D5D5D5;
    margin-top: 30px;
}



.comment-block{
	padding-left: 40px;
    position: relative;
    width: 100%;
}	

.comment-block .title-block{
    font-size: 13px;
    line-height: 25px;	
	font-weight:bold;
}

.comment-block .comment-list{
	
}
.comment-block .comment-list .comment-item{
	background:#F8F3F0;
	padding: 22px 27px;
	margin-bottom: 22px;
}

.comment-block .comment-list .comment-item .lp{
	padding-left: 30px;	
}
.comment-block .comment-list .comment-item .author{
    font-size: 13px;
    line-height: 25px;	
	font-weight:bold;	
	background:url(/i/icons/icon-form-author.svg) left center no-repeat;
}
.comment-block .comment-list .comment-item .date{
    font-size: 13px;
    line-height: 15px;
	color:#AAAAAA;	
	font-weight:bold;
}
.comment-block .comment-list .comment-item .date span{
    font-size: 13px;
    line-height: 15px;
	color:#AAAAAA;	
	font-weight:normal;
}
.comment-block .comment-list .comment-item .text{
    font-size: 16px;
    line-height: 25px;	
    margin-top: 15px;	
}
.comment-block .comment-list .comment-item .files{
	margin-top: 20px;	
}
.comment-block .comment-list .comment-item .files .file-item{
    font-size: 14px;
    line-height: 25px;
    color: #78AA00;
    display: block;
	text-decoration: underline;
}
.comment-block .comment-add{
	margin-top:20px;
}
.comment-block .comment-add textarea{
	height:140px;	
    max-width: 100%;
	min-width:100%;
}
.comment-block .comment-add .form{
    margin-top: 5px;
}
.comment-block .comment-add .form .upload-file{
	font-size: 14px;
    line-height: 16px;
    background: url(/i/icons/icon-form-upload.svg) left center no-repeat;
    text-decoration: underline;
    padding: 0px 0px 0px 35px;
    cursor: pointer;
    margin-top: 10px;
    display: block;
}

.comment-block .comment-add .form .files{
	padding-left: 35px;
	margin-top: 10px;
}
.comment-block .comment-add .form .files .file-item{
	font-size: 14px;
    line-height: 25px;	
	color: #78AA00;
	display: block;
	text-decoration: underline;
	margin-bottom: 5px;
}
.comment-block .comment-add .form .files .file-item span{
    background: url(/i/icons/icon-form-deletefile.svg) left center no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 5px;
    top: 3px;
    position: relative;
    cursor: pointer;
}
.comment-block .comment-add .form .btn-popup{
    margin-top: 25px;
}


.form .upload-file{
	font-size: 14px;
    line-height: 16px;
    background: url(/i/icons/icon-form-upload.svg) left center no-repeat;
    text-decoration: underline;
    padding: 0px 0px 0px 35px;
    cursor: pointer;
    margin-top: 10px;
    display: block;
}

.form .files{
	padding-left: 35px;
	margin-top: 10px;
}
.form .files .file-item{
	font-size: 14px;
    line-height: 25px;	
	color: #78AA00;
	display: block;
	text-decoration: underline;
	margin-bottom: 5px;
}
.form .files .file-item span{
    background: url(/i/icons/icon-form-deletefile.svg) left center no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 5px;
    top: 3px;
    position: relative;
    cursor: pointer;
}					


.ticket-item.users{}
.ticket-item.users .fio{
	font-size: 20px;
    line-height: 25px;		
	font-weight:bold;
}
.ticket-item.users .post{
	font-size: 14px;
    line-height: 20px;		
	color:#505050;
}
.ticket-item.users .contacts {
    position: absolute;
    bottom: 42px;
    width: 100%;
    height: 80px;
    left: 0px;
    padding: 0px 25px;
}
.ticket-item.users .contacts .phone{
	font-size: 16px;
    line-height: 20px;		
	display:block;
}
.ticket-item.users .contacts .email{
	color:#E41D23;
	font-size: 16px;
    line-height: 20px;	
	display:block;	
}

.ticket-item.client{}
.ticket-item.client .name{
	font-size: 20px;
    line-height: 25px;		
	font-weight:bold;
}

.ticket-item.client .status{
position: absolute;
    bottom: 15px;
    height: 90px;
    left: 0px;
    padding: 0 25px	
}
.ticket-item.client .status .st-text{
	font-size: 16px;
    line-height: 25px;	
}
.ticket-item.client .status .st-date{
	font-size: 16px;
    line-height: 25px;
	font-weight:bold;
}
.ticket-item.client .status .st-date span{
	
}



.ticket-item.transactions{}
.ticket-item.transactions .name{
	font-size: 20px;
    line-height: 25px;		
	font-weight:bold;
}

.ticket-item.transactions .status{
position: absolute;
    bottom: 15px;
    height: 90px;
    left: 0px;
    padding: 0 25px	
}
.ticket-item.transactions .status .st-text{
	font-size: 16px;
    line-height: 25px;	
}
.ticket-item.transactions .status .st-date{
	font-size: 16px;
    line-height: 25px;
	font-weight:bold;
}
.ticket-item.transactions .status .st-date span{
	
}


.form .line{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.form-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;	
}



.top-form{
	width: 100%;
    height: 21px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;	
}
.top-form .form-title{
	font-size:22px;
	font-weight:bold;
	color:#78AA00;
}
.top-form .logo{

}


.t-right.flex{
	text-align: right;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin-right: 5px;
}
.p404-wrap{
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.p404{
	position: absolute;
    width: 360px;
    height: 280px;
    left: 50%;
    top: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -180px;
    margin-top: -140px;
}
.p404 h1{
	color: #e41d23;
    font-weight: bold;
    font-size: 150px;
}
.p404 h2{
	color: #93c021;
    font-size: 37px;
    font-weight: bolder;
}




.form .addtagscnt{
	position:relative;
	display:inline-block;
    width: 30px;
    height: 30px;
	cursor: pointer;
    border-radius: 30px;
	background:#fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    padding: 0;
    transition: 0.4s;
}

.form .addtagscnt label{
    background: url(/i/icons/plus.svg) center no-repeat;
    background-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
	transition: 0.4s;
	cursor:pointer;
}
.form .addtagscnt input{
	border: none;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    background: #fff;
    padding: 0px;
    height: 30px;
    border-radius: 30px;
    
    line-height: 30px;

}	
.form .addtagscnt.active{
	width: 250px;
}
.form .addtagscnt.active input{
	padding: 0px 35px 0px 15px;	
}
.form .addtagscnt.active label{
	transform: rotate(45deg);
}




.form .adduserscnt{
	position:relative;
	display:inline-block;
    width: 30px;
    height: 30px;
	cursor: pointer;
    border-radius: 15px;
	background:#fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    padding: 0;

	transition-property: height, width, background-color;
	transition-duration: 0.4s;
	overflow: hidden;
}

.form .adduserscnt label{
    background: url(/i/icons/plus.svg) center no-repeat;
    background-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
	transition: 0.4s;
	cursor:pointer;
	z-index:10;
}

.scrollpage{
	height: calc( 100% - 75px );
}

.form .adduserscnt .select-block{
	width: 100%;   
	padding: 30px 20px 20px 20px;
    transition: 0.4s;
    border-radius: 15px;
	z-index:9;
}	
.form .adduserscnt .select-block .select-block-item{
	padding: 10px 5px;
}
.form .adduserscnt .select-block .select-block-item:hover{
	background:#F8F3F0;
}
.form .adduserscnt.active{
    width: 450px;
    height: auto;
    border-radius: 15px;
	margin-bottom: 25px;
}
.form .adduserscnt.active label{
	transform: rotate(45deg);
}


.popup-form.form-flex .popup-wrap {
    max-width: 100%;
    margin: 0 auto;
	height:100%;
}
.popup-form .popup-wrap {
    margin: 0 auto;
	height:100%;
}
.form-flex .flex-row-form{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;	
	height: 100%;
}

.hr.ver {
    width:  2px;
    height:100%;
    background: #D5D5D5;
    margin-top: 00px;
}
.popup-form.form-flex .comment-block {
    padding-left: 40px;
    position: relative;
    width: 50%;
	display: block;
	height: 100%;
}
.scrollpage .flex-row-form,.scrollpage .flex-row-form .form{
	height: 100%;
}
.popup-form .comment-block {
	display:none;
}
.scrollpage.scroll-content{
	height:100%!important;
}
.popup-form.form-flex form{
	flex: 0 0 50%;
	width:100%;
	height: 100%;
}
#newmsg-client{
	width:100%;
}
.upload-files{
	
}
.upload-files input[type='file']{
	display:none;
}

.progress{ 
    width: 350px;
	display:none;
	height:25px;
	background: #F8F3F0;
    margin-top: 10px;
}
.progress .progress-bar{ 
	height: 100%;
	background: #78AA00;
	text-align:center;
	color: #fff;
    line-height: 25px;
    font-size: 14px;	
}

.breadcrumbs{
	position: absolute;
    top: -16px;
    font-size: 14px;	
}
.breadcrumbs a{
	color:#585656;
	text-decoration:none;
	font-weight:400;
}
.breadcrumbs span{
	color:#585656;
	font-weight:bold;
}


.tags-select{
	width: 100%;
    height: auto;
    padding: 25px;
	margin: 0 auto;
    max-width: 800px;
	display:none;
}

.tags-list{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:flex-start;
    margin-top: 25px;
}
.tags-list .tag-item{
	height: 30px;
    background: #7E7E7E;
    font-size: 15px;
    line-height: 29px;
    border-radius: 5px;
    color: #fff;
    padding: 0px 12px 0px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
	cursor:pointer;
	text-decoration:none;
}
.tags-list .tag-item.active{
	background: #93c021;	
}
.q-form{
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
	z-index:100;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.q-form.active{
	width: 100%;
	overflow: visible;
}
.q-form .btn-search{
	position:absolute;
	right:0px;
	top:0px;
}
.q-form input[name='q']{
	border: none;
    height: 48px;
    padding: 15px 70px 15px 30px;
    font-weight: 600;
    line-height: 50px;
	background: none;
}

.q-res {
    z-index: 10;
    background: #fff;
    margin-top: 10px;
    padding: 10px 30px;
    display: none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 16%);
}

.q-res .result{
	
}
.q-res .result .title{
	text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;	
	color:#93c021;
}
.q-res .result b{
	font-weight:bold;
}
.q-res .result .ticket-res,.q-res .result .tags-res{
	padding-left: 15px;	
}
.q-res .result .ticket-res p.item{
	line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}
.tags-res.tags-list{
	margin-top:0px;
}

.menu-user{
	position: absolute;
    top: -15px;
    right: -15px;
    width: 260px;
    height: auto;
    padding: 15px;
    background: #fff;	
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 16%);
	display:none;
	z-index:101;
}

.menu-user .top-user-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;	
}
.menu-user .top-user-menu .user-name{
	font-size: 16px;
    font-weight: bold;
    color: #93c021;
}
.menu-user .top-user-menu .menu-user-btn,.menu-user-btn-s{
	cursor:pointer;
}


 
.radio-item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.radio-item label{
	font-size: 13px;
    line-height: 20px;
	cursor:pointer;
}
.radio-item input[type='radio']{
    width: 20px;
    height: 20px;
    margin-right: 15px;	
	padding:0px;
    flex: 0 0 20px;
	margin-top: 0px;
	cursor:pointer;	
}
.profile{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
#profile-user{
	width:600px;
	background:#fff;
	padding: 20px;
	border-radius: 5px;
	margin-right: 30px;
}

#profile-user .form-row{
	padding-left: 0px;	
}

#profile-setpass-user{
	width:300px;
	background:#fff;
	padding: 20px;
	border-radius: 5px;
}

#profile-setpass-user .form-row{
	padding-left: 0px;	
}



.form .error p{
	color: #FF585D;
    font-size: 14px;
    line-height: 20px;   
}
.form .error p.suc{
	color: #78AA00;
}
.form .error p.suc a{
	color: #78AA00;
	font-weight:700;
}

.team-list{
	padding: 5px 0px;	
}

.team-list .team-item{
	cursor:pointer;
	padding: 5px 0px 5px 25px;
	position:relative;
	display: block;
}
.team-list .team-item.active::before{
	content:"";
	position:absolute;
	left:0px;
	top:5px;
	background:url(/i/icons/sel.svg) center no-repeat;
	width:23px;
	height:22px;
}

.menu-user-item{
	
}
.menu-user-item a{
	padding: 5px 0px;
	padding-right: 30px;
    position: relative;
}
.menu-user-item a span{
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background: #e41d23;
    position: absolute;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 21px;
	top:4px;
	right:0px;
}

#new-people{
	width:500px;
}

.form-event{	
	background: #fff;
    width: 700px;
    padding: 20px;
    border-radius: 5px;
	-webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 16%);	}
.form-event .btn-bottom{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 25px;
}
.listev a{
	display:block;
	line-height: 33px;
}
.cnt-back{
	width: 700px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.addtagscnt .select-tags-list{
	display:none;
	width: 100%;
    height: auto;
    max-height: 350px;
    background: #fff;
    top: 35px;
    min-height: 30px;
    position: absolute;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    padding: 10px;
    transition: 0.4s;
    z-index: 55;
	overflow: hidden;
}
.scrollpage.tlist{
	max-height:330px;
	height:100%;
}
.addtagscnt .select-tags-list .tag-item {
    min-height: 30px;
    background: #7E7E7E;
    font-size: 15px;
    line-height: 29px;
    border-radius: 5px;
    color: #fff;
    padding: 0px 12px 0px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
	display: inline-block;
}
.addtagscnt .select-tags-list .tag-item .tt {
    font-size: 15px;
    line-height: 29px;
    color: #fff;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
	overflow-x: hidden!important;
	overflow-y: scroll!important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE OUTER SCROLLBAR ***************/
 
.scrollpage > .scroll-element,
.scrollpage > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollpage > .scroll-element {
    background-color: #ffffff;
}
 
.scrollpage > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollpage > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}
 
.scrollpage > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}
 
.scrollpage > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollpage > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }
 
.scrollpage > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollpage > .scroll-element .scroll-element_track { background-color: #eeeeee; }
 
.scrollpage > .scroll-element .scroll-element_outer,
.scrollpage > .scroll-element .scroll-element_track,
.scrollpage > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollpage > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollpage > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollpage > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* scrollbar height/width & offset from container borders */
 
.scrollpage > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollpage > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }
 
.scrollpage > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollpage > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollpage > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollpage > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }
 
.scrollpage > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollpage > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }




.h-form{
	font-size:35px;
	font-weight:bold;
	line-height:45px;
	color:#4C4743;
}
.p-form{
	font-size:20px;
	line-height:25px;
	color:#505050;
	margin-top: 22px;
}



.form-login{
    width: 360px;
	text-align: center;
	margin-top: -85px;
    margin-left: -120px;
}
.form-login form{
	margin-top: 125px;
}
.form_n.input-elemet input{
	border:none;
	border-radius: 0px;
	border-bottom:1px solid #707070;
	padding: 0px 1px;
	height: 35px;
}
.form_n.input-elemet input.error{border-bottom:1px solid #e41d23;}
.form-login .send-login{
	margin-top:60px;
	width: 100%;
	display:block;
}

.form-login .form-row {
    padding-left: 0px;
    position: relative;
    margin: 15px 0px 40px 0px;
    width: 100%;
}
.form-login .error{
	 margin-bottom: 10px;
}
.form-login .error::empty{
	display:none;
}
.form-login .error p{
	color: #FF585D;
    font-size: 14px;
    line-height: 20px;   
}

.form-recovery{
	margin-top: -85px;
    margin-left: -120px;
    width: 535px;
	text-align: center;	
}
.form-recovery form{
	padding: 110px 85px 0px 85px;
}

.form-recovery.suc form {
    padding: 50px 85px 0px 85px;
}

.form-recovery .form-row {
    padding: 0px ;
    position: relative;
    margin: 15px 0px;
    width: 100%;
}
#send-recovery{
	width:100%;
	margin-top: 35px;
}
.form-recovery  .error p{
	color: #FF585D;
    font-size: 14px;
    line-height: 20px;   
}
.form-recovery .error p.suc{
	color: #78AA00;
}
.form-recovery .error p.suc a{
	color: #78AA00;
	font-weight:700;
}



.form-registration{
	margin-top: -85px;
    margin-left: -120px;
    width: 440px;
    padding: 20px;	
	text-align:center;
}
.form-registration form{padding: 110px 15px 10px 15px;}
.form-registration .form-row {
    padding: 0px 5px;
    position: relative;
    margin: 15px 0px;
    width: 100%;
}
.form-registration.s2 .form-row {
    margin: 15px 0px 40px 0px;
}
#send-registration{
	margin-bottom:5px;
	width: 100%;
    margin-top: 45px;	
}
.form-registration .error{
    margin-bottom: 10px;
    padding: 0px 5px;
}
.form-registration .error::empty{
	display:none;
}
.form-registration .error p{
	color: #FF585D;
    font-size: 14px;
    line-height: 20px;   
}


.edit-ogtn-btn,.edit-finace-btn{
font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    padding: 0px 0px 0px 10px;
    cursor: pointer;
    margin-top: 10px;
    display: inline;
}

.setting_btn{
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    background: url(/i/icons/icon-set-filter.svg) center no-repeat;	
}
.setting_btn.show {
    background: url(/i/icons/icon-close-filter.svg) center no-repeat;
}

.btn_s {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    z-index: 10;
}
.loop_btn{
	background: url(/i/icons/icon-search-filter.svg) center no-repeat;	
}

.search_org{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
   
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: width 0.1s linear;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
}
.search_org.active {
    width: 100%;
}
.search_org.active .content_open {
    display: flex;
}
.search_block {
    position: relative;
    width: 100%;
    height: 50px;
	z-index:100;
}
.search_block .wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
.content_open {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    display: none;
}
.search_org .content_open .l {
    flex: 1 0 auto;
}
.search_org .content_open .r {
    /*flex: 0 0 auto;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.search_org input[name='q'] {
    border: none;
    height: 48px;
    padding: 15px 70px 15px 30px;
    font-weight: 600;
    line-height: 50px;
    background: none;
}

.select_filter .filter_item{
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: #9B9B9B;
    border-radius: 15px;
    height: 30px;
    
	padding: 0px 40px 0px 20px;
    position: relative;
    margin: 0px 5px;
	cursor:pointer;
}
.select_filter .filter_item.no_select{
	padding: 0px 20px 0px 20px;
}
.select_filter .filter_item span.val{
	color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}
.select_filter .filter_item.active{
	background: #FF585D;	
	padding: 0px 40px 0px 20px;
}

.select_filter .filter_item span.del{
	color: #fff;
	background: url(/i/icons/icon-close-item-filter.svg) center no-repeat;
	display:block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 9px;
}

.select_filter .filter_item.no_select span.del{
	display:none;
}
.select_filter .filter_item.active span.del{
	display:block;
}
.select_filter.active {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.select_filter {
    margin-right: 0px;
    display: none;
}
.popup-filter-select {
    box-sizing: border-box;
    position: absolute;
    width: 390px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 16%);
    border-radius: 5px;
    z-index: 50;
    top: 60px;
    display: none;
    min-height: 50px;
}
.search-filter-popup {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
input[name='str'] {
	height: 50px;
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    border: none;
    position: relative;
    outline: none;
    margin-bottom: 0px;
    font-style: normal;
    color: #666666;
	 border-radius: 5px;
}
.popup-filter-select .closep {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    background:url(/i/icons/icon-close-filter.svg) center no-repeat;
	margin-right: 3px;
}
.popup-filter-select .acceptp {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    background: url(/i/icons/accept.svg) center no-repeat;
    margin-right: 5px;
    display: none;
	background-size: 29px;
}
.wrap-fs {
    padding: 0px 10px 10px 10px;
	
}
.wrap-fs:empty{
	display:none;
}
.tags-list.bt{
    border-top: 1px solid #D5D5D5;
margin-top: 0px;
    padding: 15px 0px;
}
.wrap-fs p.erorr{
	border-top: 1px solid #D5D5D5;
	color:#FF585D;
	padding-top: 5px;
}

.select-tag-item{
	max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}