body{
    font-family: 'Verdana';
    font-size: 14px;
    background-color:#fff;
	color: #333;
}
:root{
	--bg-orange: #d38031;
	--bg-blue: #5062ca;
}

.bg-orange {
	background-color: var(--bg-orange);
}
.bg-blue {
	background-color: var(--bg-blue);
}
input[type="text"]{
    padding:7px 10px; 
    font-size:14px;
    border:2px solid #fff;
    margin: 5px 0;
	background: #FFFFFF;
	/* box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05); */
	border-radius: 12px;
	height: 50px;
	font-family: 'Verdana', Segoe UI;
	font-style: normal;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
	width: 100%;
	color: #000;	
}
.input-group-text{
	margin: 5px 0;
	padding:7px 10px; 
}
/* .input-group {
	box-shadow: 0px 1px 8px rgb(185 185 185);
} */
select{
    padding:5.5px 10px; 
    font-size:14px;
    border:2px solid #fff;
    margin:5px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); 
}
input[type="button"],input[type="submit"]{
    padding:7px 10px; 
    font-size:14px;
    background-color:#FFFF80;
    border:2px solid #fff;
    cursor:pointer;
     margin:5px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);      
            
}   

body{font-family: 'Verdana', sans-serif !important; width:100%; max-width:100%; margin: 0 auto;}    
h1,h2,h3,h4,h5,h6{font-family: 'Verdana', sans-serif; font-weight:normal;}
input,select,label,button{font-family: 'Verdana',  sans-serif; }


:root {
	--bs-main-blue: #2d469f;
	--bs-black: #000;

	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #5a5a5a;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

  

@media screen and (min-width: 541px){
	#header {
		background: linear-gradient(45deg, var(--bs-main-blue), #3675a1);
		height: 60px;
		display: block;
		width: 100%;
		position: relative;
		box-shadow: 0 2px 3px rgb(0 0 0 / 10%), 0 6px 12px rgb(0 0 0 / 10%);
	}
	/* #header::after {
		content: '';
		width: 100%;
		position: absolute;
		top: 100%;
		height: 3px;
		background: linear-gradient(180deg, var(--bs-black) , transparent);

	} */
	#footer {
		background: var(--bs-gray);
		background: linear-gradient(180deg, var(--bs-gray), #393939);
		height:60px;
		display: block;
		width: 100%;
		color: var(--bs-white);
	}
	#body_wrapper {
		min-height: calc(100vh - 120px);
		width: 100%;
	}
	.main_menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 0;
	}
	.punkt {
		position: relative;
	}
	.sub_punkt_area {
		padding: 15px 3px;
		background: #2d4497;
		position: absolute;
		top: calc(100%);
		left: 0;
		opacity: 0;
		transition: all 0.5s ease;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-start;
		align-items: flex-start;
		z-index: 5;
		width: max-content;
		display: none;
	}
	/* .sub_punkt_area::after {
		position: absolute;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		margin-left: -10px;
		left: 50%;
		border-bottom: 10px solid #337AB7;
		top: -10px;
		background: white;
		content: '';
	} */
	.punkt:hover .sub_punkt_area{
		display: flex;
		opacity: 1;
	}
	.punkt:hover .punkt_title {
		border-color: #fff;
		border-bottom: 2px solid #fff;
	}
	.punkt_title {
		text-align: center;
		min-width: 80px;
		padding: 0 5px;
		color: #fff;
		font-size: 1rem;
		border-bottom: 2px solid transparent;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	.punkt_title a {
		color: inherit;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
	}
	.punkt_title a:hover {
		color: inherit;
		text-decoration: none;
		text-shadow: none;
	}
	.sub_punkt {
		color: #fff;
		font-size: 1rem;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid var(--bs-white);
		cursor: pointer;
	}
	.sub_punkt a {
		color: inherit;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		padding: 3px;
	}
	.sub_punkt a:hover {
		color: inherit;
		text-decoration: none;
		text-shadow: none;
	}
	.sub_punkt:last-of-type {
		border-bottom: none
	}
	.sub_punkt:hover {
		color: #2cc5ff;
    	background: #334dad;
	}
	div#objects_wrapper {
		width: 100%;
	}

}
@media screen and (max-width: 540px){

	#header {
		background: linear-gradient(45deg, var(--bs-main-blue), #3675a1);
		height: 60px;
		display: block;
		width: 100%;
		position: relative;
		box-shadow: 0 2px 3px rgb(0 0 0 / 10%), 0 6px 12px rgb(0 0 0 / 10%);
	}
	/* #header::after {
		content: '';
		width: 100%;
		position: absolute;
		top: 100%;
		height: 3px;
		background: linear-gradient(180deg, var(--bs-black) , transparent);

	} */
	#footer {
		background: var(--bs-gray);
		background: linear-gradient(180deg, var(--bs-gray), #393939);
		height:60px;
		display: block;
		width: 100%;
		color: var(--bs-white);
	}
	#body_wrapper {
		min-height: calc(100vh - 120px);
		width: 100%;
	}
	.main_menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 0;
	}
	.punkt {
		position: relative;
	}
	.sub_punkt_area {
		padding: 15px 3px;
		background: #2d4497;
		position: absolute;
		top: calc(100%);
		left: 0;
		opacity: 0;
		transition: all 0.5s ease;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-start;
		align-items: flex-start;
		z-index: 5;
		width: max-content;
		display: none;
	}
	/* .sub_punkt_area::after {
		position: absolute;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		margin-left: -10px;
		left: 50%;
		border-bottom: 10px solid #337AB7;
		top: -10px;
		background: white;
		content: '';
	} */
	.punkt:hover .sub_punkt_area{
		display: flex;
		opacity: 1;
	}
	.punkt:hover .punkt_title {
		border-color: #fff;
		border-bottom: 2px solid #fff;
	}
	.punkt_title {
		text-align: center;
		min-width: 80px;
		padding: 0 5px;
		color: #fff;
		font-size: 1rem;
		border-bottom: 2px solid transparent;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	.punkt_title a {
		color: inherit;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
	}
	.punkt_title a:hover {
		color: inherit;
		text-decoration: none;
		text-shadow: none;
	}
	.sub_punkt {
		color: #fff;
		font-size: 1rem;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid var(--bs-white);
		cursor: pointer;
	}
	.sub_punkt a {
		color: inherit;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		padding: 3px;
	}
	.sub_punkt a:hover {
		color: inherit;
		text-decoration: none;
		text-shadow: none;
	}
	.sub_punkt:last-of-type {
		border-bottom: none
	}
	.sub_punkt:hover {
		color: #2cc5ff;
    	background: #334dad;
	}
	div#objects_wrapper {
		width: 100%;
	}
}
pre {
	background: #1d1d1d;
    color: #d4d4d4;
}
.pt-1 {
	padding-top: 10px;
}
.pb-1 {
	padding-bottom: 10px;
}
.px-1 {
	padding-left: 10px;
	padding-right: 10px;
}
.py-1 {
	padding-bottom: 10px;
	padding-top: 10px;
}
.pt-2 {
	padding-top: 20px;
}
.pb-2 {
	padding-bottom: 20px;
}
.px-2 {
	padding-left: 20px;
	padding-right: 20px;
}
.py-2 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.pt-3 {
	padding-top: 30px;
}
.pb-3 {
	padding-bottom: 30px;
}
.px-3 {
	padding-left: 30px;
	padding-right: 30px;
}
.py-3 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.rounded-7 {
	border-radius: 7px;
}
input[type="text"] {
    padding: 4px 10px;
    font-size: 14px;
    border: 1px solid #fff;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgb(185 185 185);
    border-radius: 12px;
    height: 36px;
    font-family: 'Verdana', Segoe UI;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    color: #000;
    background: #f0f0f069;
}
span.thumb_small_grey {
    background: #9f9f9f;
    color: #fff;
    width: fit-content;
    border-radius: 8px;
    font-size: 0.8rem;
}
button.button_del {
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 7px;
    background: #e24545;
    border: 1px solid #ffb7b7;
	cursor: pointer;
}
button.button_del svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.btn-svg {
	height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
}
.btn-svg svg{
    width: 100%;
    height: 100%;
    fill: #fff;
	stroke: #fff;
}

.select2-dropdown {
	z-index: 1070;
}
.calculator_in {
    background: #00851a;
    padding: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.calculator {
    width: 100%;
    height: 100%;
    display: block;
}
.calculator svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
    fill: #fff;
}
label.form-label.label1 {
    min-width: 90px;
}
.item_row:nth-of-type(2n) {
    background: #e0ebffa1;
}
#list {
    padding: 10px;
    border: 1px solid #ccc;
}
.title_from {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    background: #2e499f;
    color: white;
    border-radius: 7px;
}
.title_to {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    background: #3572a1;
    color: white;
    border-radius: 7px;
}
.move_svg {
	width: auto;
	height: 18px;
}
.move_svg svg{
	width: auto;
	height: 100%;
}
.move_table {
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: -1px 1px 7px -2px #000;
}
table thead {
    background: #cbe1fa;
    height: 2rem;
}
table th {
	text-align: center;
}
.work_input{
	max-width: 300px;
}
.el_input_extend {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 0 10px;
    margin: 0 10px;
}
.brdrbtm {
	border-bottom: 1px solid #e7e7e7;
}
.works_group_expand.expanded svg {
	transform: rotate(270deg);
	}
.works_group_expand svg {
	transition: all 0.3s ease;
    fill: #666;
    transform: rotate(90deg);
}
.works_group_head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    /* border-bottom: 1px solid #dedede; */
	margin: 5px 0;
    padding: 5px 0;
}
.works_group_block {
    display: none;
}
.works_group_expand {
    height: 30px;
    width: 70px;
    padding: 5px;
    border-radius: 7px;
    background: #ebebeb;
    border: 1px solid #b7c8ff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.works_group_block {
    background: #dedede69;
    border-left: 2px solid;
    margin: -5px 0 10px 0;
    border-bottom: 2px solid;
}
.list_works > .works_group:hover {
background-color: #fff1c3;
/* background-color: #d3c7a01f; */
}
.input-group.border-red {
    background: #f8d7da;
    padding: 0 5px;
    border-radius: 5px;
}
input.work_tube_input::-webkit-outer-spin-button,
input.work_tube_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.work_tube_input[type=number] {
  -moz-appearance: textfield;
}
input.process_input::-webkit-outer-spin-button,
input.process_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.process_input[type=number] {	
  -moz-appearance: textfield;
}
input.work_dop_work_input::-webkit-outer-spin-button,
input.work_dop_work_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.work_dop_work_input[type=number] {	
  -moz-appearance: textfield;
}
input.no_num_arrows::-webkit-outer-spin-button,
input.no_num_arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.no_num_arrows[type=number] {	
  -moz-appearance: textfield;
}
.works_group:nth-of-type(even) {
    background: #f4f4f4;
}
.work_semi:nth-of-type(even) {
    background: #f4f4f4;
}
.work_semi:hover {
	background: #fffedb;
}