* {
	margin: 0 auto;
	padding: 0;
	user-select: none;
}

label {
	color: #424F6A;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

.center-screen {
	display: flex;
	width: 100vw;
	height: 100vh;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	overflow-x: hidden;

	background: #FBFBFB;
}

.main-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-top: 12vh;
}

.location-frame {
	display: flex;
	width: 100vw;
	height: 80px;
	justify-content: center;
	align-items: center;

	position: fixed;

	border-radius: 0px 0px 16px 16px;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.location {
	display: flex;
	width: 120px;
	height: 40px;
	flex-shrink: 0;

	border-radius: 12px;
	border: 1px solid #2F394E;
	background: #FFF;
}

.location-title {
	background-color: white;
	appearance: none;
	border: none;
	outline: none;

	color: #2F394E;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	/* 24px */
	letter-spacing: 0.036px;
}

.tasks-info {
	color: #424F6A;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

.well-title {
	width: 90%;

	background-color: white;
	appearance: none;
	border: none;
	outline: none;

	color: #2F394E;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	/* 24px */
	letter-spacing: 0.036px;
}

.main-form {
	margin-top: 0px;
	display: flex;
	width: 335px;
	height: auto;
	padding: 0;
	padding-bottom: 10px;
	flex-direction: column;
	align-items: center;
	gap: 10px;

	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

/*.title-info {
color: #2F394E;
font-family: Montserrat;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 160%;
letter-spacing: 0.036px;
}
*/

.info-frame {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.data-frame {
	width: 150px;
	height: auto;
	flex-shrink: 0;
}

.sub-frame {
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

.history-frame {
	width: auto;
	padding: 0 8.75px;
}

.sub-text {
	display: flex;
	width: 100%;
	height: 100px;
	align-items: center;
	flex-shrink: 0;

	resize: vertical;
	text-indent: 10px;
	line-height: 30px;

	border-radius: 12px;
	border: 1px solid #2F394E;
}

.well-info {}

.input-text {
	display: flex;
	width: 150px;
	height: 40px;
	align-items: center;
	text-indent: 10px;
	flex-shrink: 0;

	border-radius: 12px;
	border: 1px solid #2F394E;
}

.well-selected {}

.input-text {}

.btn-submit {
	display: flex;
	height: 48px;
	padding: 12.688px 98.781px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	align-self: stretch;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;

	border-radius: 12px;
	border: none;
	background: #2F394E;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.local-info {}

.copyright {
	color: #424F6A;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	margin-bottom: 140px;
	/* 23.25px */
}

.bottom-nav {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	display: flex;
	width: 100vw;
	height: 80px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;

	border-radius: 16px 16px 0px 0px;
	background: #FFF;
	box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25);
}

.nav {
	color: #2F394E;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	/* 24px */
	letter-spacing: 0.036px;

	text-decoration: none;
}


.title-info {
	display: flex;
	justify-content: center; /* Центрирует текст по горизонтали */
	align-items: center; /* Выравнивает элементы по вертикали */
	color: #2F394E;
	font-family: Montserrat;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.036px;
	position: relative; /* Для позиционирования шестеренки */
	width: 100%; /* Чтобы элемент занимал всю ширину */
}

.settings-icon {
	position: absolute;
	right: 0; /* Располагает иконку в правом углу */
	cursor: pointer;
	margin-right: 10px; /* Небольшой отступ от правого края */
	margin-top: 7px;
}
