@charset "UTF-8";
/*
NIGHT:
body     background: #2b2b2b;
answers_wrapper     background: #2d2d2d;     box-shadow: 0 0 2px black;
checkbox     background: #2b2b2b;
color:#b1b1b1;
header span color:#d3d3d3
button     background: #0f590f; border: 1px solid #003d02;
*/
:root {
   --app-height: 100%;
   --vh: 100%;
   --vh: 100vh;
   --main-bg:#1c1d22;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	max-height: 1000000px;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

html {
	width: 100%;
	min-height: 100%;
	max-height: 1000000px;
	height:100%;
	/*scroll-behavior: smooth;*/
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    /*min-height: 100vh;*/
    /*min-height: var(--vh, 1vh);*/
    min-height:100%;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
    display: flex;
    flex-direction: column;
    /*    height: 100%;*/
    background:#353535;
    color:#FFF;
}


section{
    padding:20px;
    max-width: 1024px;
    width: 100%;
}

ul {
    font-size: 17px;
    list-style: circle;
    padding-left: 40px;
}

li {
    margin-bottom: 10px;
    line-height: 1.7;
}

thead:before{
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid gainsboro;
    width: 100%;
}

input:not([type="submit"]):not(:valid) {
    border-color: #ff9a9a;
}

input[type="number"]:invalid+span:after {
	content: 'âœ–';
	padding-left: 5px;
	color: red;
}
 
input[type="number"]:valid+span:after {
	content: 'âœ“';
	padding-left: 5px;
	color: green;
}

.wrapper{	
    /*max-width: 1366px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    /*padding-top: 80px;*/
    flex:1;
    padding-top:60px;
}


.header-video{
    background: rgba(36,36,36,0.9);
    min-height: 100vh;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:50px;
    position:relative;
    margin-top:-60px;
}

/* растянуть на всю видимую область на ios */
@supports (-webkit-touch-callout:none){
    .header-video{
        min-height:-webkit-fill-available;
    }
}
.header-video h1{
    color: white;
    font-size: 70px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-top:60px;
}

.header-video video{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

.header-video-link{
    padding: 15px;
    border: 2px solid;
    border-radius: 5px;
    background: #55f555;
    color: #000000;
    font-size: 20px;
}



.form-wrapper{
    width: 100%;
    max-width: 720px;
    text-align: center;
    margin-top:80px;
    padding:20px;
}




.user-name-label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-name-label a{/*color:white;*/}
.user-photo{    
	width: 39px;
    height: 39px;
	margin-right:10px;
    border-radius: 100px;
	}

.inner-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 99.99%;
    align-items: flex-start;
    height: 100%;
    /* max-width: 1366px; */
    /*box-shadow: 0 0 3px #c7c7c7;*/
	}


.left-sidebar{
	min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 100vh;
    top: 0;
    position: sticky;
    border-right: 1px solid gainsboro;
    /*box-shadow: 0 0 2px gainsboro;*/
	transition:.5s;
	z-index:3
	}
.left-sidebar ul{
    padding-top: 0;
    list-style: none;
    overflow: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    padding: 0 10px;
}
.left-sidebar ul li{
border-radius: 10px;
margin-bottom:5px;
}
.left-sidebar ul li a{
	font-size:17px;
	padding: 10px 15px 10px 40px;
	font-weight: normal;
	color: #5a5a5a;
	color:#0e0e0e;
	text-decoration: none;
	display:flex;
	align-items:center;
	text-align: left;
    background-repeat: no-repeat;
    background-position: 12px 13px;
	background-size:20px;
	min-height: 45px;
	border-radius: 10px;
	text-align:left;
	padding-left:60px;
}

.hiddenmenu{min-width:0;}
.hiddenmenu ul li a {
    font-size: 17px;
    padding: 10px 15px 10px 40px;
    font-weight: normal;
    color: #5a5a5a;
    color: #0e0e0e;
    text-decoration: none;
    display: block;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 20px;
    min-height: 45px;
    border-radius: 10px;
    text-align: left;
    display: flex;
    background-position: center 15px;
    padding-top: 40px;
    font-size: 14px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.datalist-input:not(:focus) #podr{
display:none;
}
datalist select{
	width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    z-index: 99999;
    background: white;
    box-shadow: 0 0 5px gainsboro;
    border: 1px solid gainsboro;
	padding:0;
	}

datalist {
  display: none;
  position: relative;
}
option:empty {
  height:31px;
}

option {
  padding: 5px 10px;
}

option:hover {
    background-color: #efefef;
}

/*
input::-webkit-calendar-picker-indicator {
  display: none;
}
*/
input[list="podr"]::-webkit-calendar-picker-indicator {
  display: none !important;
}

  table {
            width: 100%;
            border-collapse: collapse;
            font-size: 16px;
        }

        th, td {
            padding: 10px;
            text-align: left;
           /* border: 1px solid #ededed;*/
			word-wrap: break-word;
			letter-spacing: -0.5px;
			line-height: 1.32;
        }
		
		
		tr:nth-child(2n) {
			/*background: #bbc2f74d;*/
		}

        th {
            /*background-color: #f7f7f7;*/
			background:#FFF;
            font-weight: 500;
        }

        table img.user-photo {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }
		.table-cell{
			display: flex;
			align-items: center;
			width: 100%;
		}

/* ÐšÐ£Ð‘Ð˜ÐšÐ˜ !!! LEFT MENU */
/*
svg{
	margin: 20px 10px;
}
.left-sidebar ul li a {
    font-size: 12px;
    padding: 10px 15px 10px 40px;
    font-weight: normal;
    color: #5a5a5a;
    text-decoration: none;
    display: block;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 20px;
    min-height: 45px;
    padding: 0;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 0;
    background-position: center 15px;
    padding-top: 40px;
    color: black;
}
*/

.left-sidebar ul li a:hover {
    background-color: #f1f1f1;
}

.home_b{background-image:url('../img/ico/left-nav/home.png');}
.settings_b{background-image:url('../img/ico/left-nav/settings.png');}
.doccuments_b{background-image:url('../img/ico/left-nav/doccuments.png');}
.messages_b{background-image:url('../img/ico/left-nav/messages.png');}
.tasks_b{background-image:url('../img/ico/left-nav/tasks.png');}
.favorite_b{background-image:url('../img/ico/left-nav/favorite.png');}
.groups_b{background-image:url('../img/ico/left-nav/groups.png');}
.services_b{background-image:url('../img/ico/left-nav/services.png');}



/* Collegues */
.collegues-wrapper{
position: relative;
/*overflow: auto;*/
height: auto;
margin: 0 0 20px;
border-radius: 5px;
}
.collegues-block{
display: block;
    margin: 12.5px 0;
    overflow: hidden;
    word-break: break-all;
    border: 1px solid gainsboro;
    padding: 20px 20px 10px;
    border-radius: 5px;
    background: white;
}
.link-collegues-block {
    display: table;
    position: relative;
    vertical-align: top;
    text-decoration: none;
	width:100%;
}
.collegues-photo{
    display: inline-block;
    width: 115px;
    height: 115px;
	width: 90px;
    height: 90px;
    position: relative;
    /*background-image: url('https://proletarsky.ru/img/photo/kolmakov.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 200px;
    margin: 0 auto 10px;

}
.collegues-name {
	position: relative;
    top: 0;
    word-break: break-word;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight:bold;
    /*letter-spacing: 0.6px;*/
    vertical-align: top;
    margin: 0 20px;
	max-width:calc(100% - 200px)
}
.users-info{list-style:none;font-weight:normal;}
.news-wrapper,.collegues-wrapper,.services-wrapper,.documents-wrapper{max-width:auto;/*720px*/}
/* end collegues*/

.content-body{
	flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1064px;
    margin: 0 auto;
}

.inner-content-body{
	width:100%;
}

a{text-decoration:none;color: #2740b7;color:#6a7fe5;}

h1,h2,h3,h4,h5,h6,p,textarea{
font-weight:normal;
line-height:1.2;
}
p,textarea{font-size:17px;line-height:1.7;margin-bottom:20px;}
h1,h2{
    margin-bottom: 0;
    font-size: 30px;
    color: white;
    font-weight: 900;
    margin-bottom: 20px;
}
h3{font-size:20px;margin-bottom:20px;}
textarea{resize:none;}


.custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    .custom-checkbox+label {
      display: inline-flex;
      align-items: center;
      user-select: none;
    }

    .custom-checkbox+label::before {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #adb5bd;
      border-radius: 0.25em;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
    }

    .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
      border-color: #b3d7ff;
    }

    .custom-checkbox:not(:disabled):active+label::before {
      background-color: #b3d7ff;
      border-color: #b3d7ff;
    }

    .custom-checkbox:focus+label::before {
      /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
    }

    .custom-checkbox:focus:not(:checked)+label::before {
      border-color: #80bdff;
    }

    .custom-checkbox:checked+label::before {
      border-color: #0b76ef;
      background-color: #0b76ef;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }
	.custom-checkbox:checked+label.val0::before, .checkbox div span.val0,.checkbox2 div span.val0 {
		border-color: #b90000;
		background-color: #f10000;
	}
	.custom-checkbox:checked+label.val1::before, .checkbox div span.val1,.checkbox2 div span.val1 {
		border-color: #b95e00;
		background-color: #d16a00;
	}

	.custom-checkbox:checked+label.val2::before, .checkbox div span.val2,.checkbox2 div span.val2 {
		border-color: #c59b00;
		background-color: #dbac00;
	}
	.custom-checkbox:checked+label.val3::before, .checkbox div span.val3,.checkbox2 div span.val3 {
		border-color: #efbd00;
		background-color: #ffc900;
	}
	
    .custom-checkbox:checked+label.val4::before, .checkbox div span.val4,.checkbox2 div span.val4 {
    	border-color: #7caf00;
        background-color: #95d300;
        border-color: #009520;
        background-color: #00a924;
    }
	
    
    .custom-checkbox:disabled+label::before {
      background-color: #e9ecef;
    }

    .checkbox,.checkbox2 {
            display: flex;
            position: relative;
            align-items: center;
            justify-content: center;
			justify-content: flex-start;
			width:100%;
            margin-top:0;
            border-radius: 5px;
            background: white;
            /*border: 1px solid gainsboro;*/
			padding:5px;
			padding:1px;
    }

    .checkbox label{
            position: relative;
            z-index: 999;
            color: #464646;
            font-size: 16px;
			line-height:20px;
            cursor:pointer;
			padding:5px;
    }
	.answers_wrapper{
		display: flex;
		align-items: baseline;
		justify-content: flex-start;
		justify-content:center;
		gap: 0 20px;
		flex-wrap: wrap;
		flex-direction:column;
		/*margin: 25px 0;*/
		padding:20px;
		/*border-radius:7.5px;*/
		/*box-shadow: 0 0 2px gainsboro;*/
		/*box-shadow: 0 0 2px #b7b7b7;*/
		background:#FFF;
		/*background: #fdfdfd;*/
		border-bottom: 1px solid #e3e3e3;
	}
	.question_block_wrapper {
	background: #f7f7f7;
	background: #FFFF;
    padding: 20px;
    margin-bottom: 20px;
    border:1px solid #e3e3e3;
    border-radius: 7.5px;
	position:relative;
}
.question_block_wrapper img{
	max-width:100%;
	width:auto;
	border: 1px solid #cfcfcf;
    border-radius: 5px;
}
.question_block_header{
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.question_block_header summary{
position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid transparent;
    user-select: none;
    color: #1ba91b;
}
summary:before {
    content: '';
    position: absolute;
    background-image: url(../img/info.svg);
    background-size: 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 11px;
    background-color: white;
}
.question_block_header details div,p.question_block_header{
    width: 100%;
    border-left: 7.5px solid #b9ffc1;
	border-left:7.5px solid #addcad;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    background: #f5f5f5;
	position: relative;
    top: 4px;
}
.question_block_header details div p{margin-bottom:0;}
.completed_polls_list{margin-bottom:20px;}
.completed_polls_list .question_block_wrapper,.list_header{
	margin-bottom:0;
	border-radius:0;
    background: #FFFF;
    padding: 0;
    border: 1px solid #e3e3e3;
	border-top:none;
}

	
	.result_sum{
		display: flex;
		justify-content: flex-end;
		font-size: 20px;
		font-weight: bold;
		margin-top:20px;
	}
	
.drop-area {
    border: 2px dashed #ccc;
    padding: 20px;
	border-radius:5px;
	margin-top:20px;
}
.fileElem {
    display: none;
}
.button {
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 17px;
}
.gallery {
    margin-top: 0px;
}
.img-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.gallery img {
    width: 150px;
    margin: 10px 10px;
    vertical-align: middle;
    border: 1px solid gainsboro;
    border-radius: 2.5px;
}

.del-order, .del-file {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    background-image: url(../imgs/ico/red_cross_32x32.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: 3px solid #ef2311;
    cursor: pointer;
    position: absolute;
    border-radius: 10px;
}

.del-file {
    top: 0;
    margin-top: 0;
    right: 0;
}

.drop-area.highlight {
    border-color: purple;
}

	.style2 h3{flex:1;font-size:18px;margin-bottom:0;}
	/*.style2 h1,h2{font-weight:bold;}*/
	.style2 .answers_wrapper {
	display: flex;		
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 25px 0;
    padding: 20px;
    border-radius: 7.5px;
	border-radius:0;
    box-shadow:none;
    background: #FFF;
    border-bottom: 1px solid #e3e3e3;
}
/*.style2 .form-column input[type="text"]:valid ~ label{color:#464646;}*/
.style2 .question_block_wrapper{background:#FFF;}
.style2 .checkbox label{padding:0;}


.answers_wrapper:last-child {
    border-bottom: none;
}
/*
	button{
    text-decoration: none;
    border: 1px solid #16d31b;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    background: #0bcb0b;
    color: white;
    display: flex;
    margin: 50px auto;
	cursor:pointer;
	}
*/
	header{
		display: flex;
		align-items: center;
		padding:20px;
		justify-content: space-between;
		/*background: #607486;
		background:#457db9;
		color: white;
		background:#577591;
		background:#0087ff;
		*/
		background:#FFF;		
		position:sticky;
		top:0;
		z-index:2;
		z-index:99999;
		min-height:60px;
		border:none;
		border-bottom:1px solid gainsboro;
	}
	.logo{
	    display: flex;
		align-items: center;
		font-size: 30px;
		font-weight: bold;
		color: #002e59;
		z-index:1;
	}
	.logo-wrapper{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.logo img{
		/*width:51px;
		height:49px;*/
		height:30px;
	}
	.header-nav{
		display:flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.header-nav ul{
		display: flex;
		gap: 10px;
		border-right: 1px solid gainsboro;
		padding-right:15px;
		align-items: center;
		list-style:none;
	}
	.styles_list{
		display: flex;
		flex-direction: column;
		margin-left: 10px;
		border-left: 1px solid gainsboro;
		padding-left: 20px;
	}
	header span{margin-left:10px;margin-right:10px;}
	.logo_text span:first-child{margin-right:0;}
	.logo_text span:last-child{margin-right:10px;margin-left:0;}
	.exit_button{
		color:red;
		font-weight:500;
		color: #ffffff;
    font-weight: 500;
    padding: 7.5px 10px;
    border: 2px solid #e50000;
    border-radius: 5px;
    background: red;
		}
	header ul a{border-bottom:2px solid transparent;}
	header a{font-weight:500;}
	
	.auth_button{color:green;font-weight:500;
	    color: #ffffff;
    font-weight: 500;
    padding: 7.5px 10px;
    border: 2px solid #00923a;
    border-radius: 5px;
    background: #00be4c;
	}
	.byart{  
	display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #8b8b8b;}
	
	 input,textarea,select{
    outline: 0;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0);
    color: #464646;
    display: block;
    border: 1px solid #575757;
    font-size: 16px;
    border-radius: 5px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    color: white;
	}
select{cursor:pointer;}

  .form-row label,.form-column label {
        border-bottom-color: transparent;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
       z-index: -1;
        color: #ababab;
		transition:.15s;
		border-radius:5px 5px 0 0;
    }
	
	/*
	textarea:focus ~ label,
	textarea:not(:empty) ~ label,
	*/
	.form-row input:focus ~ label,
	.form-row input[type="number"]:valid ~ label,
	.form-row input[type="text"]:valid ~ label,
	.form-row input[type="password"]:valid ~ label,
	.form-row textarea ~ label,
	.form-row input[type="date"] ~ label,
	.form-row select ~ label
	.form-column input:focus ~ label,
	.form-column input[type="number"]:valid ~ label,
	.form-column input[type="text"]:valid ~ label,
	.form-column input[required] ~ label,
	.form-column input[readonly] ~ label,
	.form-column input[type="password"]:valid ~ label,
	.form-column textarea ~ label,
	.form-column input[type="date"] ~ label,
	.form-column select ~ label{
	margin: -10px 0 0 10px;
    background: #FFF;
    padding: 0 2.5px;
    z-index: 99999;
    font-size: 14px;
    color: #7f81d0;
    letter-spacing: -0.6px;
    max-width: 97%;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    }
	.form-row input:focus,input:valid{border-color:#575757;/*#7f81d0;*/}
	.form-column input:valid,.form-column input[readonly]{border-color:#dfdfdf;}
    .form-row input:hover ~ label {
	/*background:#efefef;*/
	background:#FFF;
    }
.block-with-form{
	padding: 20px;
    margin: 0 auto;
    background: white;
    width: 100%;
    max-width: 520px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
	}
	.form-row{
    position: relative;
    display: block;
	margin: 25px 15px;
	z-index:1;
	}
	
	/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	color: #FFF;
	-webkit-text-fill-color: #FFF;/*#31b0dd;*/
	font-size:16px;
    -webkit-box-shadow: 0 0 0px 1000px #232323 inset;
}

input::-webkit-input-placeholder{color:#838383;}
input:-moz-placeholder{color:#838383;}
input::-moz-placeholder{color:#838383;}
input:-ms-input-placeholder{color:#838383;}
input::-ms-input-placeholder{color:#838383;}
input::placeholder{color:#838383;}


/*
textarea::-webkit-input-placeholder{color:transparent;}
textarea:-moz-placeholder{color:transparent;}
textarea::-moz-placeholder{color:transparent;}
textarea:-ms-input-placeholder{color:transparent;}
textarea::-ms-input-placeholder{color:transparent;}
textarea::placeholder{color:transparent;}
*/


/* styles only for IE  */
    @media all and (-ms-high-contrast:none)
     {
	input::-webkit-input-placeholder{color:#ababab;font-weight:400;}
	input:-moz-placeholder{color:#ababab;font-weight:400;}
	input::-moz-placeholder{color:#ababab;font-weight:400;}
	input:-ms-input-placeholder{color:#ababab;font-weight:400;}
	input::-ms-input-placeholder{color:#ababab;font-weight:400;}
	input::placeholder{color:#ababab;font-weight:400;}
	
	textarea::-webkit-input-placeholder{color:#ababab;font-weight:400;}
	textarea:-moz-placeholder{color:#ababab;font-weight:400;}
	textarea::-moz-placeholder{color:#ababab;font-weight:400;}
	textarea:-ms-input-placeholder{color:#ababab;font-weight:400;}
	textarea::-ms-input-placeholder{color:#ababab;font-weight:400;}
	textarea::placeholder{color:#ababab;font-weight:400;}
     }
/* end styles only for IE */ 

	input,.form-row label,button,textarea,select{padding: 10px;}

.inline-form{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 20px;
	margin: 20px 0 0;
	width:100%;
}
.inline-form2{
	display: flex;
    align-items: center;
    margin-top: 10px
}
.inline-form2 .form-column{display:flex;}
.inline-form2 .form-column:last-child{
	justify-content: flex-end;
    margin: 0;
}
.inline-form2 .form-column:last-child a{
	background: #24b730;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-flex;
    color: white;
    font-weight: 500;
    position: relative;
}
.inline-form2 .form-column:first-child{
	margin-bottom:5px;
}
.form-column{
	position: relative;
	flex:1;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
}

/*
.form-wrapper input:focus ~ label, .form-wrapper input:valid ~ label, .form-wrapper input:not(:valid) ~ label, .form-wrapper textarea:focus ~ label, .form-wrapper textarea:valid ~ label, .form-wrapper textarea:not(:valid) ~ label, .form-wrapper input[type="date"] ~ label, .form-wrapper select ~ label {
    margin: -10px 0 0 10px;
    background: #FFF;
    padding: 0 2.5px;
    z-index: 99999;
    font-size: 14px;
    color: #7f81d0;
    letter-spacing: -0.6px;
    max-width: 97%;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.form-row button{
	margin:0 auto;
	display: flex;
    width: 100%;
    justify-content: center;
	}

	.error{color:red;}
	.error-info{
	font-size: 14px;
    color: red;
    padding-left: 0px;
    position: relative;
	text-align:left;
}
.error-info:empty{display:none;}

.result-text{
	font-size: 55px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    display: flex;
    color: #00d700;
	color:#119f11;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    /*text-shadow: 0 0 1px black;*/
}
.result-text img{
	width:100px;
	height:100px;
	display:block;
}
.checkbox div {
    padding-left: 29px;
}
/*
.style2 .checkbox div{
	padding-right:29px;
}*/

.checkbox div span,.checkbox2 div span {
    padding: 2.5px 5px 2.5px 5px;
    position: absolute;
    left: 0;
    width: 0;
    text-align: left;
    background: #9dd2ff8a;
	background:#43af7d5e;
	border-radius:5px;
	transition: .5s;
	min-width:19px;
	min-width: 24px;
	line-height:20px;
	height:100%;
}
a.selected {
    color: blue;
    color:#00ffaf;
    font-weight: 500;
    /*border-bottom: 2px solid;*/
}

.list_link {
    display: flex;
    align-items: stretch;	
	color: #2b2b2b;
}

.list_link.success{
	background: #eaffea;
}
.list_link.fail{
	background: #ffe5e5;
}


a.list_link.my:before {
    content: 'Ð ÑšÐ Ñ•Ð â„–';
    background: #5aa97a;
    position: absolute;
    right: -19px;
    top: 31%;
    border-radius: 7.5px;
    color: white;
    padding: 2.5px;
    font-size: 14px;
    text-align: center;    
    display: flex;
    align-items: center;
    font-weight: 500;
}

a.list_link:hover{
	background:#f7f7f7;
	color: #2740b7;
}
.list_link span {
    flex: 1;
    text-align: center;
    padding: 20px 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_link span:before {
    content: '';
    position: absolute;
    border-left: 1px solid gainsboro;
    left: 0;
    top: 0;
    bottom: 0;
}

.list_link span:first-child{flex:0.3;}
.list_link span:first-child:before{border-left:none;}

.checkbox2 div span{
    text-align: right;
    border-bottom: 1px solid #dddddd;
    width: 100% !important;
    background: #bdbdbd36;
    border-radius: 0;
    max-width: 50%;
    left: 0;
}

.info-text{
	color: #21831a;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-weight: normal;
    max-width: 30%;
    border-radius: 0 5px 0 0;
	text-shadow: 0 0 0.5px #04ff00;
}

.place-titles-list{
	/*background: #fbfbfb;*/
    border-radius: 5px;
    width: auto;
    border: 1px solid gainsboro;
    overflow: auto;
    max-height: 356px;
    min-height: 60px;
	padding:10px;
}

.result-block-wrapper, .style2 .answers_wrapper.result-block-wrapper{
	justify-content: center;
    align-items: center;
    font-size: 20px;
    border-bottom: none;
	margin:0;
}

.files_wrapper{
	flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.files_wrapper img{
	max-width: 50%;
    flex: 1;
    border-radius: 5px;
	position:relative;
	min-width:50px;
	min-height:50px;
}
.files_wrapper p,.files_wrapper textarea {
	flex:1;
	margin-bottom:0;
	font-weight:normal;
}

.answers_wrapper.files_wrapper:last-child {
    border: none;
}

.files_wrapper img:before {
    background: whitesmoke;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: 'Ð â€”Ð Â°Ð Ñ–Ð¡Ð‚Ð¡Ñ“Ð Â·Ð Ñ”Ð Â° Ð Ñ‘Ð Â·Ð Ñ•Ð Â±Ð¡Ð‚Ð Â°Ð Â¶Ð ÂµÐ Ð…Ð Ñ‘Ð¡Ð...';
    text-align: center;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
}

.files_wrapper2,.style2 .answers_wrapper.files_wrapper2{
	flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
}

.files_wrapper2 img {
    max-width: 50%;
    flex: auto;
    border-radius: 5px;
    position: relative;
    height: 170px;
    object-fit: cover;
    object-position: center;
}

.gotop{
	position: fixed;
    left: 0;
    bottom: 0;
    background: #ededed96;
    width: 7.5%;
    text-align: center;
    display:none;
    align-items: center;
    justify-content: center;
	color: #c1c1c1;
    height: 100%;
    top: 0;
    font-size: 18px;
}

/*
.edit_form button{
	margin:20px auto 0;
}
*/
.pagination{
	list-style:none;
	display:flex;
	margin-bottom:15px;
}
.pagination li{
	margin:5px;
}
.pagination li a{
	padding: 5px 10px;
    border-radius: 5px;
    color: #575757;
    background: white;
    box-shadow: 0 0 2px #b1b1b1;
}


.list_header{
	background: #ededed;
	background:#f7f7f7;
    position: sticky;
    top: 0;
	z-index:1;
	border-top:1px solid gainsboro;
	font-weight: 500;
}
.list_header .list_link span{	
    text-align: center;
    padding: 5px 5px 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.home-menu{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
	margin-bottom:20px;
	flex-wrap: wrap;
}
.home-menu a{
	padding: 20px;
    background: white;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 2px #ababab;    
	border: 2px solid transparent;
	/*flex: 25%;
	max-width:50%;*/
	flex:auto;
}
.home-menu a:hover {
	box-shadow: 0 0 0.5px #659cff;
    border: 2px solid #bcd4ff;
    transition: .35s;
}
.home-menu span{
	font-weight: 500;
    display: block;
    font-size: 17px;
    color: #323232;
    background: #e8eff7;
    padding: 15px;
    border-radius: 7.5px;
}
.home-menu img{
	height:155px;
	width:155px;
}

.find-results-text{
	margin: 0px 0 0 10px;
    background: #FFF;
    padding: 0 2.5px;
    z-index: 99999;
    font-size: 14px;
    color: #7f81d0;
    letter-spacing: -0.6px;
    width: auto;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 10px;
    position: relative;
    display: inline-flex;
}

.user-name{
	background-image: url(../img/user.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    padding-left: 20px;
    font-weight: 500;
	align-items: center;
    display: flex;
    justify-content: center;
}
.result-span{
	font-weight:bold;
}

.stat_wrapper_block{
    display: flex;
    height: 100%;
    align-items: flex-end;
	position:relative;
	padding:10px;
	gap:20px;
}
.stat_graph_block{
    height: 0%;
    flex: 1;
    background: linear-gradient(90deg, #3aaee5, #007ae7);
    border-radius: 10px 10px 0 0;
    opacity: 0.7;
	transition: .5s;
	text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    font-weight: normal;
    box-shadow: 0 0 5px white;
    font-size: 11px;
}
.graph_date{
	flex: 1;
    display: flex;
    height: 100%;
    align-items: flex-end;
	position:relative;
	left:21px;
}

.graph_date:before {
    content: attr(data-create-date);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    text-align: center;
}
.graph_result{
    position: absolute;
    top: 0;
    left: -21px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: calc(100% + 42px);
	padding:10px;
}

.graph_result span {
	flex: 1;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
	border-bottom: 1px solid #e1e1e1;
    color: #818181;
	position:relative;
}
.graph_result span:first-child:before {
    content: '100';
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: flex-end;
}

.guest{
	border:none !important;
}


thead{position: sticky;top: 60px;}



/* create request form */

form,.request-form{
    max-width: 720px;
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #232323;
    box-shadow: 0 0 5px #000000;
}
form div,.request-form div{
    display:flex;
    gap: 10px;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}
form div input,.request-form div input{
    flex: 1;
    padding: 7.5px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}
form button,.request-form button{
    padding: 12px 10px;
    background: #32b932;
    /* color: white; */
    color: #000;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    border-color: #068b00;
    border: 1px solid;
    cursor:pointer;
}

.checkbox label {
    position: relative;
    z-index: 999;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-left: 0.5em;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 50% 50%;
    padding: 2.5px;
}

ol{
padding:10px;
}
ol b {
    font-size: 16px;
}
ol li{margin:10px 0;    border-bottom: 1px solid gainsboro;}
ol li:has(ul) {
    border: none;
}

ol li:not(:has(ul)){padding:0px;border-radius:5px;}
ol li:not(:has(ul)):hover{background:#efefef;}
li ul li {
    margin: 0 !important;
    border-bottom: 1px solid gainsboro;
}
li ul{
list-style:none;
margin-left:20px;
}

ol li .checkbox,ul li ul .checkbox,ul li ul .checkbox2 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    border-radius: 5px;
    background: transparent;
    padding: 5px;
    padding: 0px;
}
ol li .checkbox label ,li ul .checkbox label {
    position: relative;
    z-index: 999;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    padding:5px;
}


/* end request form */

  /* For mobile phones: */
@media only screen and (max-width: 768px) {

/* TABLE ADAPTIVE*/
			thead{position: relative;top:0;}
			thead input{margin-top:10px !important;}
			
            table, thead, tbody, th, td, tr {
                display: block;
				padding:10px;
            }


            thead tr {
			position:relative;
			/*
                position: absolute;
                top: -9999px;
                left: -9999px;
			*/
            }

            tr {
                margin-bottom: 15px;
                border: 1px solid #ddd;
            }

            td {
                border: none;
                border-bottom: 1px solid #ddd;
                position: relative;
                padding-left: 50%;
            }

            td:before {
                position: absolute;
                top: 12px;
                left: 12px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                content: attr(data-label);
                font-weight: bold;
            }

            img.user-photo {
                width: 39px;
                height: 39px;
            }

/**/
	header{padding:10px;}
	.header-nav{
		flex-wrap: wrap-reverse;
	}
	.logo-wrapper,.header-nav{gap:6.5px;}
	.header-nav ul{
		gap:6.5px;
		border:none;
		padding:0;
	}
	.logo span {
    white-space: nowrap;
	}
	.logo_text span:first-child{display:none;}
	.logo_text span:last-child{margin-right:0;margin-left:10px;font-size:23px;}
	.styles_list{
		margin-left: 0;
		border: none;
		padding-left: 0;
		flex-direction: row;
		gap: 7.5px;
	}
	.gotop,.info-text{z-index:-1;opacity:0;visibility:hidden;}
	
	
	

.left-sidebar{
min-width:0;
}
svg{
	margin: 20px 10px !important;
}
.left-sidebar ul li a {
    font-size: 12px;
    padding: 10px 15px 10px 40px;
    font-weight: normal;
    color: #5a5a5a;
    text-decoration: none;
    display: block;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 12px 13px;
    background-size: 20px;
    min-height: 45px;
    padding: 0;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 0;
    background-position: center 15px;
    padding-top: 40px;
    color: black;
}

	
}