@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    cursor: pointer;
}
body {
	font-family: "Montserrat";
	font-weight: 400;
}
body.lock {
	overflow: hidden;
}
.main {
	padding: 80px 20px 20px 270px;
	-webkit-transition: margin 0.3s;
	transition: margin 0.3s;
	background-color: #f1f5f9;
	min-height: 100vh;
	height: 100%;
}
.main.full {
	padding-left: 20px;
}
*::-webkit-scrollbar {
    width: 9px;
}
*::-webkit-scrollbar-track {
    background-color: #CBD5E1;
}
*::-webkit-scrollbar-thumb {
    background-color: #0D539C;
	width: 5px;
	border-radius: 10px;
}
* {
    scrollbar-color: #0D539C #CBD5E1;
    scrollbar-width: thin;
}
.bg-white {
	background-color: #FFF;
	border-radius: 10px;
	padding: 20px;
}
.number-list {
	line-height: 200%;
	padding-left: 20px;
	margin: 0;
}
.m-0 {
	margin: 0;
}
.mb-20 {
	margin: 0 0 20px 0;
}
.button {
	border: none;
	background-color: #0D539C;
	border-radius: 10px;
	padding: 0 10px;
	height: 38px;
	text-align: center;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: color 0.3s background-color 0.3s;
	transition: color 0.3s background-color 0.3s;
}
.button_outline {
	border: 1px solid #0d539c;
	background-color: transparent;
	color: #0d539c;
}
.button_delete {
	background-color: red;
}
.button:hover {
	background-color: #073668;
}
.button_outline:hover {
	background-color: #073668;
	color: #FFF;
}
.button_delete:hover {
	background-color: rgb(207, 27, 27);
}
.button_green {
	background-color: #1a7c2d;
}

.title {
	font-size: 20px;
	color: #000;
}
.header {
}
.header__top {
	background-color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #CBD5E1;
	height: 60px;
	width: calc(100% - 250px);
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	margin: 0 0 0 250px;
	padding: 0 15px;
	-webkit-transition: margin 0.3s;
	transition: margin 0.3s;
}
.header.active .header__top {
	margin: 0;
	width: 100%;
}
.header__burger {
    padding: 0;
    height: 12px;
    border: none;
    background: none;
    position: relative;
	margin: 0 15px 0 0;
}
.header__burger span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 10px;
    background-color: #0D539C;
}
.header__burger::before,
.header__burger::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background-color: #0D539C;
}
.header__burger::before {
    top: 0;
}
.header__burger::after {
    bottom: 0;
}
.header__text {
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
.header__profile {
	font-size: 14px;
	color: #000;
	margin: 0 0 0 auto;
}
.header__sidebar {
	width: 250px;
	height: 100vh;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	border-right: 1px solid #CBD5E1;
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
}
.header.active .header__sidebar {
	left: -100%;
}
.header__sidebar-inner {
	padding: 0 12px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 60px);
}
.header__sidebar-top {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 22px;
}
.header__logo {
	max-height: 30px;
}
.header__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.header__menu {
	margin: 20px 0;
}
.header__list {
	margin: 0;
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}
.header__sublist {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	padding: 0 0 0 27px;
}
.header__sublist li:first-child {
	margin: 10px 0 0 0;
}
.header__sublist-link,
.header__link {
	padding: 7px 23px 7px 35px;
	font-size: 16px;
	color: #000;
	position: relative;
	display: block;
}
.header__sublist-link::before,
.header__link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 7px;
	width: 20px;
	height: 20px;
	-webkit-filter: brightness(0);
	        filter: brightness(0);
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.header__sublist-link:hover::before,
.header__link:hover::before {
	-webkit-filter: none;
	        filter: none;
}
.header__sublist li.active .header__sublist-link::before,
li.active .header__link::before {
	-webkit-filter: none;
	        filter: none;
}
.header__sublist-link:hover,
.header__link:hover {
	background-color: #f9fafb;
	border-radius: 10px;
	color: #0D539C;
}
.header__sublist li.active a,
li.active .header__link {
	background-color: #e7effa;
	color: #0D539C;
	border-radius: 10px;
}
.header__link.dropdown-link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 7px;
	width: 16px;
	height: 10px;
	background: url('../images/header/chevron-down.svg') no-repeat center / contain;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	-webkit-filter: brightness(0);
	        filter: brightness(0);
}
li.active .header__link.dropdown-link::after {
	-webkit-filter: none;
	        filter: none;
	-webkit-transform: translateY(-50%) rotate(0deg);
	        transform: translateY(-50%) rotate(0deg);
}
.header__exit {
	margin: auto 0 20px 0;
	padding: 7px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	height: 34px;
	font-size: 16px;
	color: red;
}
.header__exit::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/header/exit.svg') no-repeat center / contain;
}
.header__exit:hover {
	background-color: #f9fafb;
	border-radius: 10px;
}
.header__link_icon-report::before {
	background-image: url('../images/header/report.svg');
}
.header__link_icon-notifications::before {
	background-image: url('../images/header/notifications.svg');
}
.header__link_icon-user::before {
	background-image: url('../images/header/user.svg');
}
.header__link_icon-setting::before {
	background-image: url('../images/header/setting.svg');
}
.header__link_icon-modules::before {
	background-image: url('../images/header/modules.svg');
}
.header__link_icon-smoke::before {
	background-image: url('../images/header/smoke.svg');
}
.header__link_icon-face-scan::before {
	background-image: url('../images/header/face-scan.svg');
}
.header__link_icon-fall::before {
	background-image: url('../images/header/fall.svg');
}
.header__link_icon-gun::before {
	background-image: url('../images/header/gun.svg');
}
.header__link_icon-monitoring::before {
	background-image: url('../images/header/monitoring.svg');
}
.header__link_icon-drowning::before {
	background-image: url('../images/header/drowning.svg');
}


.page-top {

}
.page-top__title {
	font-size: 24px;
	color: #000;
}
.page-top__wrapper {
	margin: 0 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px;
}
.table {
	overflow: auto;
	border: 2px solid #cbd5e1;
	border-radius: 10px;
}
.table table {
    border-collapse: collapse;
	width: 100%;
}
.table table th,
.table table td {
    color: #000;
    line-height: 150%;
	border-bottom: 2px solid #cbd5e1;
    text-align: center;
    font-family: "Montserrat";
	padding: 10px 20px;
}
.table table th:not(:last-child),
.table table td:not(:last-child) {
	border-right: 2px solid #cbd5e1;
}
.table tbody tr:last-child td {
	border-bottom: 0;
}
.table table td {
    font-family: "Montserrat";
	font-weight: 400;
	font-size: 14px;
    text-align: center;
}
.table .table__img {
	width: 300px;
	height: 150px;
	padding: 0;
}
.table__img img {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.74);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 10px;
}
.popup__content {
    -webkit-box-shadow: 5px 6px 28px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 5px 6px 28px 0 rgba(0, 0, 0, 0.24);
    background-color: #fff;
    border-radius: 14px;
    max-width: 580px;
    width: 100%;
    padding: 20px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: translate(0px, -100%);
            transform: translate(0px, -100%);
    position: relative;
}
.popup.active {
    opacity: 1;
    visibility: visible;
}
.popup.active .popup__content {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
}
.popup__title {
    font-weight: 500;
    font-size: 24px;
}
.popup__close {
    background: none;
    border: none;
    padding: 0;
    background: url('../images/decor/close.svg') no-repeat center / contain;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.popup__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.popup__button {
	width: 100%;
}
.form__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 0 15px 0;
}
.form__input {
	border: 1.21px solid #d0d5dd;
	border-radius: 10px;
	height: 45px;
	padding: 0 10px;
}
.form__input:focus-visible {
	border-color: #0D539C;
	outline: none;
}
.form__input::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #d0d5dd;
}
.form__input::-moz-placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #d0d5dd;
}
.form__input:-ms-input-placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #d0d5dd;
}
.form__input::-ms-input-placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #d0d5dd;
}
.form__input::placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #d0d5dd;
}
.form__file {
	width: 100%;
	position: relative;
	margin: 0 0 15px 0;
	text-align: center;
}
.form__file-input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.form__file-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	cursor: pointer;
}
.form__file-text {
	height: 45px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 15px;
	border: 1.21px solid #d0d5dd;
	border-radius: 10px;
	font-weight: 500;
	font-size: 16px;
	color: #d0d5dd;
	display: flex;
	gap: 10px;
	align-items: center;
}
.form__file-text::before {
	content: '';
	background: url('../images/decor/file-upload.svg') no-repeat center / contain;
	width: 20px;
	height: 24px;
	display: block;
}
.form__select {
	border: 1.21px solid #d0d5dd;
    height: 45px;
    width: 100%;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 16px;
	margin: 0 0 15px 0;
	color: #d0d5dd;
}
.form__select:focus-visible {
	border-color: #0D539C;
	outline: none;
}
.dropdown {
	position: relative;
}
.dropdown-menu {
	-webkit-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden;
}
.cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}
.cards__elem {
	width: calc((100% - 40px) / 3);
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	overflow: hidden;
}
.cards__elem-frame {
	max-height: 500px;
}
.cards__elem-frame img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.cards__elem-content {
	padding: 20px;
	background-color: #FFF;
}
.cards__elem-title {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.cards__elem-subtitle {
	word-break: break-all;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 14px;
	color: #64748b;
}
	
.cards__elem-frame img {

	}

	
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
	.main {
		padding: 80px 15px 15px 15px;
	}
	.main.full {
		position: relative;
	}
	.main.full::after {
		content: '';
		position: absolute;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.74);
	}
	.header__top {
		margin: 0;
		width: 100%;
	}
	.header__sidebar {
		left: -100%;
	}
	.header.active .header__sidebar {
		left: 0;
		-webkit-box-shadow: 5px 6px 28px 0 rgba(0, 0, 0, 0.24);
		        box-shadow: 5px 6px 28px 0 rgba(0, 0, 0, 0.24);
	}
	.cards__elem {
		width: calc((100% - 20px) / 2);
	}
}
@media (max-width: 768px) {
	.cards__elem {
		width: 100%;
	}

}
@media (max-width: 576px) {
	
}