thead {
		background: #00569c;
	}

	.nav-item {
		flex: 1; /* Каждый элемент занимает равное пространство */
		text-align: center;
	}

	.nav-item1 {
		flex: 1; /* Каждый элемент занимает равное пространство */
		text-align: left;
	}

	.nav-link.active:hover {
		color: #00569c !important;
	}

	.nav-link1 {
		font-weight: 400;
		font-size: 13px;
	}

	.nav-tabs .nav-link.active {
		background-color: white !important;
		font-weight: 400;
		font-size: 13px;
	}

		.nav-tabs .nav-link.active.current {
			background-color: #00457d !important;
			color: white !important;
		}

	.nav-tabs .nav-link {
		margin-bottom: -1px;
		background: 0 0;
		border: 1px solid transparent;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		color: #495057;
	}

.map-btns {
							text-align: center;
						}

						#imgMove {
							width: 100%;
							position: relative;
							overflow: hidden;
							border: 1px solid;
						}

							#imgMove img {
								width: 100%;
								vertical-align: top;
								position: relative;
								left: 0;
								right: 0;
								bottom: 0;
								top: 0;
								transform: scale(1);
							}

						.drag {
							position: relative;
							cursor: hand;
							z-index: 100;
						}

						.plus-map-btn {
							background: #3cc051;
							color: #fff;
							padding: 10px 20px;
							font-size: 40px;
							border: 1px solid #000;
						}

						.minus-map-btn {
							background: #57b5e3;
							color: #fff;
							padding: 10px 20px;
							font-size: 40px;
							border: 1px solid #000;
						}
