[v-cloak] {
	display: none;
}

.closeAsideMenuAzimut {
	position: absolute;
	right: 15px;
	background-color: white;
	border-radius: 15px;
	height: 20px;
	width: 20px;
	color: black;
	text-align: center;
	line-height: 19px;
}

.main-header {
	background-color: var(--mdc-theme-primary, #6200ee);
	box-shadow: 0px 4px 5px rgb(0 0 0 / 14%), 0px 1px 10px rgb(0 0 0 / 12%), 0px 2px 4px rgb(0 0 0 / 20%);
	border-bottom: 1px solid #6200ee;
	color: white;
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(255 255 255);
}

.btn-primary {
	color: #fff;
	background-color: #6200ee;
	border-color: #6200ee;
	box-shadow: none;
}


.btn-primary:hover {
	color: #fff;
	background-color: #8737fb;
	border-color: #8737fb;
}

.margintop56 {
	margin-top: 56px;
	background: url(/img/banner.jpg);
	background-size: cover;
	min-height: 560px;
}

.main-footer {
	background-color: #f2e7fe;
}

.podFooter {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	border-bottom: 1px solid #9e9e9e80;
	padding-bottom: 15px;
}

.podFooterTwo {
	padding-top: 15px;
	text-align: center;
}

.linkAzimut {
	color: #6200ee;
	font-weight: 400;
	text-decoration: none;
}

.mainFooterOne {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

.marginbottom56 {
	padding: 80px 0px 170px;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

/* .cardMainPage {
	background-image: url(/img/transition-block.jpg);
	background-size: cover;
} */

.transition-block {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 84px 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	background-image: url(/img/transition-block.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 4px;
}

.mainpage .promo {
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 100px 16px 80px;
	min-height: 560px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1140px;
}

.promo__title {
	font-weight: 300;
	font-size: 60px;
	line-height: 72px;
	text-align: center;
}

.promo__subtitle {
	font-size: 34px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	margin-top: 160px;
}

.actions__auth {
	margin-top: 80px;
	text-align: center;
	margin-bottom: 200px;
}


.actions__button-box {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 8px;
	justify-content: center;
	margin-bottom: 25px;
}

.btnWidth {
	min-width: 160px;
}

[v-cloak] {
	display: none;
}

.cardAzimut {
	margin-bottom: 0px !important;
}

.card-bodyAzimut {
	padding: 1px 1px 1px 1px !important;
}

.labelFormAzimut {
	z-index: 26;
	color: #6200ee;
	position: absolute;
	top: -15px;
	left: 17px;
	font-size: 11px;
	background-color: white;
	padding: 4px 5px 0px 5px;
}



.form-control:focus+.labelFormAzimut {
	color: #6200eede;
}

.form-control:focus {
	border: 1px solid #6200ee;
}

.azimutline {
	width: 100%;
	margin: 5px 0;
	height: 1px;
	margin: 15px 0;
	background: #e0e0e0;
}


.w-fit {
	width: fit-content;
}











.placeholder-container {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}



.placeholder-container label {
	color: #00000099;
	top: -9px;
	left: 12px;
	font-size: 12px;
	padding: 0px;
	transition: all 200ms;
	pointer-events: none;
}

.placeholder-container input:focus+label,
.placeholder-container input:not(:placeholder-shown)+label {
	top: -10px;
	left: 10px;
	font-size: 11px;
	background-color: #ffffff;
	padding: 3px 3px 0px 3px;
}

.labelFormAzimutSelect {
	color: #6200ee;
	position: absolute;
	top: -13px !important;
	left: 17px;
	font-size: 11px;
	background-color: white;
	padding: 4px !important;
}


.select2-selection__rendered {
	line-height: 40px !important;
}

.select2-container .select2-selection--single {
	height: 40px !important;
}

.select2-selection__arrow {
	height: 40px !important;
}

.form-field-sep {
	background: #E0E0E0;
	width: 100%;
	height: 1px;
	margin: 2px 0px 13px 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	height: auto;
	margin-top: -7px;
}

.pre {
	font-size: 12px;
}



.worksLeftMenuName {
	font-size: 13px;
	display: block;
	cursor: pointer;
	color: #6200ee;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0.25px;
	padding: 3px;
	margin-bottom: 3px;
	width: fit-content;
	padding: 2px 8px 2px 8px;
}

/* .worksLeftMenuName:hover {
	background-color: #6200ee26;
} */

.worksLeftMenuNameA:hover {
	background-color: #6200ee26;
}

.worksLeftMenuNameA {
	padding: 3px;
}

.btn-default {
	font-weight: 500 !important;
	font-family: Roboto, sans-serif;
	font-size: 0.875rem;
	color: #6200ee;
	border-color: rgba(0, 0, 0, 0.12);
	background-color: white;
}

.btn-default:hover {
	background-color: #f9f5fe;
	color: #6200ee;
}

.mdc-button--outlined {
	color: #6200ee !important;
	border: 1px solid gray;
	padding: 4px;
	border-radius: 3px;
}

.fs-20 {
	font-size: 20px;
}

.moblileMenu {
	padding: 0px 14px 0px 14px;
	position: fixed;
	z-index: 99999;
	bottom: 0px;
	width: 100%;
	display: flex;
	height: 65px;
	background-color: #6200ee;
}

.moblileMenu ul {
	margin-block-start: 0px;
	display: flex;
	justify-content: space-between;
	padding-inline-start: 0px;
}

.moblileMenu ul li {
	display: flex;
	padding: 13px 4px 0px 4px;
	flex-direction: column !important;
	text-align: center;
	color: #D6BDFB;
	height: 65px;
	list-style: none;
}

.moblileMenu ul li i {
	font-size: 20px;
}

.moblileMenu ul li:hover {
	background-color: #6300ee77;
}

.moblileMenu ul li span a {
	text-decoration: none;
	color: #D6BDFB;
}


@media(max-width:576px) {
	.promo__title {
		font-size: 24px !important;
	}

	.card {
		margin-bottom: 0px !important;
	}

	.actions__map-buttons {
		flex-direction: column;
	}

}


.actions__map-buttons {
	display: flex;
	justify-content: center;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 8px;
}

.actions__button {
	min-width: 160px;
}

.azimutInput[disabled] {
	margin-top: 7px;
	border: 0px;
	color: black;
	background: white;
	margin-left: -9px;
}

.blockSelectAzimut {
	margin-left: -14px;
	margin-top: 19px;
	width: 99%;
	font-size: 13px;
	color: #6200ee !important;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
	background: #f0f8ff00;
}

/* .quantityAzimut .quantityAzimutNumber {} */



.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: #000;
}

.inputAzimut {
	height: 50px;
	border-color: #aaaaaa;
}

.inputAzimut+.labelFormAzimut {
	color: #6200ee;
}

.checkboxAzimut {
	margin-top: 4px;
	margin-left: 12px;
	height: 17px;
	width: 17px;
}

.labelFormAzimutCheckbox {
	z-index: 26;
	color: #6200ee !important;
	position: absolute;
	top: 1px !important;
	left: 40px !important;
	font-size: 11px;
	background-color: white;
	padding: 4px 5px 0px 5px;

}


.checkboxAzimutSolo {
	position: absolute;
	margin-top: 4px;
	margin-left: 12px;
	height: 17px;
	width: 17px;
}

.labelFormAzimutCheckboxSolo {
	cursor: pointer;
	margin-left: 37px;
	margin-right: 30px;
	color: #6200ee !important;
	font-size: 11px;
	background-color: white;
	padding: 0px 4px 0px 7px;
}

.formGroupAzimt {
	float: left;
}



.reports-page__acts-list[data-v-29f43a56] {
	margin-top: 20px;
}


.acts-list[data-v-7b714b9a] {
	display: flex;
	flex-direction: column;
}

.mdc-typography {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-font-family, Roboto, sans-serif);
}


.mdc-form-field[data-v-3ee6739b] {
	width: 100%;
}

.mdc-form-field {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: 0.875rem;
	font-size: var(--mdc-typography-body2-font-size, 0.875rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: 0.0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit);
	color: rgba(0, 0, 0, 0.87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}


.mdc-checkbox {
	z-index: 0;
}

.mdc-checkbox {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
}

.mdc-checkbox {
	display: inline-block;
	position: relative;
	flex: 0 0 18px;
	box-sizing: content-box;
	width: 18px;
	height: 18px;
	line-height: 0;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: bottom;
}

.mdc-checkbox {
	padding: calc((40px - 18px) / 2);
	padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
	margin: calc((40px - 40px) / 2);
	margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}



.mdc-checkbox .mdc-checkbox__native-control {
	top: calc((40px - 40px) / 2);
	top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
	right: calc((40px - 40px) / 2);
	right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
	left: calc((40px - 40px) / 2);
	left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
	width: 17px;
	height: 17px;
	margin-left: 12px;
	margin-top: 4px;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

.mdc-checkbox__native-control {
	position: absolute;
	margin: 0;
	padding: 0;

	cursor: inherit;
}


.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background {
	border-color: rgba(0, 0, 0, 0.54);
	border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
	background-color: transparent;
}

.mdc-checkbox .mdc-checkbox__background {
	top: calc((40px - 18px) / 2);
	top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
	left: calc((40px - 18px) / 2);
	left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}

.mdc-checkbox__background {
	display: inline-flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 2px;
	background-color: transparent;
	pointer-events: none;
	will-change: background-color, border-color;
	transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox__checkmark {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
	border-color: #fff;
	border-color: var(--mdc-checkbox-ink-color, #fff);
}

.mdc-checkbox__mixedmark {
	width: 100%;
	height: 0;
	transform: scaleX(0) rotate(0deg);
	border-width: 1px;
	border-style: solid;
	opacity: 0;
	transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
	color: #fff;
	color: var(--mdc-checkbox-ink-color, #fff);
}


.mdc-checkbox__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}


.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	z-index: -1;
	z-index: var(--mdc-ripple-z-index, -1);
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	top: calc(50% - 50%);
	left: calc(50% - 50%);
	width: 100%;
	height: 100%;
}

.mdc-checkbox .mdc-checkbox__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: "";
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}

.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
	transition: opacity 150ms linear;
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	z-index: -1;
	z-index: var(--mdc-ripple-z-index, -1);
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	top: calc(50% - 50%);
	left: calc(50% - 50%);
	width: 100%;
	height: 100%;
}

.mdc-checkbox .mdc-checkbox__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: "";
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}

.mdc-form-field>label {
	margin-left: 0;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 0;
	order: 0;
}


.act__label[data-v-3ee6739b] {
	flex: 1;
	display: inline-flex;
	flex-direction: column;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #000000;
	padding-top: 5px;
	margin-top: 11px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e0e0e0;
}

.act__status--success[data-v-3ee6739b] {
	color: #4caf50;
}

.act__status[data-v-3ee6739b] {
	display: flex;
	gap: 4px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.4px;
}

.act__status--success[data-v-3ee6739b]::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMDAwMzMgMC4xNjY2NTZDMi43ODAzMyAwLjE2NjY1NiAwLjE2Njk5MiAyLjc3OTk5IDAuMTY2OTkyIDUuOTk5OTlDMC4xNjY5OTIgOS4yMTk5OSAyLjc4MDMzIDExLjgzMzMgNi4wMDAzMyAxMS44MzMzQzkuMjIwMzMgMTEuODMzMyAxMS44MzM3IDkuMjE5OTkgMTEuODMzNyA1Ljk5OTk5QzExLjgzMzcgMi43Nzk5OSA5LjIyMDMzIDAuMTY2NjU2IDYuMDAwMzMgMC4xNjY2NTZaTTQuODMzNjYgOC45MTY2NkwxLjkxNjk5IDUuOTk5OTlMMi43Mzk0OSA1LjE3NzQ5TDQuODMzNjYgNy4yNjU4Mkw5LjI2MTE2IDIuODM4MzJMMTAuMDgzNyAzLjY2NjY2TDQuODMzNjYgOC45MTY2NloiIGZpbGw9IiM0Q0FGNTAiLz4KPC9zdmc+Cg==);
}

.act__status[data-v-3ee6739b]::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
}

.labelForActs {
	cursor: pointer;
}


.cardAzimut {
	box-shadow: none !important;
}

.cardAzimut .nav-tabs {
	border-bottom: 0px;
}

.cardAzimut .nav-tabs .nav-link {
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
}


.main-footer {
	width: 100%;
	position: absolute;
	margin-block: auto;
}

.card-primary.card-outline-tabs>.card-header a.active {
	border-bottom: 3px solid #007bff !important;
}

.card.card-outline-tabs .card-header a:hover {
	border-bottom: 3px solid #dee2e6 !important;
}

.card-primary.card-outline-tabs>.card-header a.active {
	border-bottom: 3px solid #007bff !important;
}

.card.card-outline-tabs .card-header a {
	border-top: 3px solid transparent !important;
}

.card-tools span {
	cursor: pointer;
}

.cardAzimut .card-header {
	cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #c2c2c2cf;
}


#openModalTypeWorkPodradchik .nameWorks {
	cursor: pointer;
	color: #6200EE;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding-top: 7px;
	padding-bottom: 7px;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
}

#openModalTypeWorkPodradchik .modal-header {
	border-bottom: 0px;
}

#openModalTypeWorkPodradchik .modal-footer {
	border-top: 0px;
}

#openModalTypeWorkPodradchik .workDetails {
	display: block !important;
}

#openModalTypeWorkPodradchik .btn {
	font-size: 12px;
}

.azimutInputNew {
	padding-left: 3px;
	border: 0px;
	background-color: #ffffff00 !important;
}


.fa-chevron-down-fotofix {
	position: absolute;
	padding-top: 7px;
}