/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/



body{
	margin: 0 auto;
	width: 100%;
	background-color: #f0f0f0;

	font-family: 'Inter', sans-serif;
}
.wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 30px 30px;
}
form{
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
	margin: 40px 0 0 0;
	padding: 40px 30px;
	border-radius: 10px;
}

form h1{
	font-size: 20px;
	text-align: center;
	margin: 0 0 30px 0;
}
form label{
	font-size: 16px;
	color: rgba(0, 0, 0, .9);
}
form input{
	margin: 10px 0 20px 0;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	transition-duration: 0.3s;
}
form input:focus{
	border-color: rgba(0, 0, 0, .4);
}

.button{
	margin: 20px 0 0 0;
	padding: 15px 0;
	border-radius: 5px;
	background-color: #efefef;
	color: #000;
	transition-duration: 0.3s;

}
form a{
	text-align: center;
	margin-top: 20px;	
}

.auth__form{
	margin-top: 40px;
}

.header{
	height: 80px;
	width: 100%;
	background-color: #fff;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, .05) ;

}
.header h1{
	font-size: 24px;
	font-weight: 500;
	color: rgb(88, 82, 173);

}

.header img{
	height: 60px;
	border-radius: 20px;

}
.space{
	height: 100px;
}
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .05) ;
}

.footer a{
	display: flex;
	flex-direction: column;
	align-items: center;
}

ion-icon{
	font-size: 25px;
	color: rgb(116, 113, 112);
}

.icon-active{
	color: rgb(121, 113, 230);

}
.no-active{
	margin-top: 5px;
	color: rgb(116, 113, 112);

}
.p-active{
	margin-top: 5px;
	color: #7971e6;

}

.account__main{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}

.container__data{
	background-color: #f7f7f7;
	border-radius: 5px;
	margin: 10px;
	padding: 30px 50px;
	display: flex;
	flex-direction: column;
	width: 100%;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
	
	

}
.container__data2{
	
	border-radius: 10px;
	margin: 10px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .08);
	border: 1px solid rgba(0, 0, 0, .6);
	background-image: url('https://top-fon.com/uploads/posts/2023-01/1674799853_top-fon-com-p-fon-dlya-prezentatsii-snegopad-78.jpg');
	background-size: cover;
	overflow: hidden;
	

}
.container__data2 h1{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: rgb(0, 0, 0, 0.8);
	background-color: rgb(247, 247, 247,0.5);
	padding: 30px 20px;
	
}


.data_el{
	display: flex;
	align-items: center;

}

.data_el_adress{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.data_el_adress h3{
	font-size: 16px;
	color: #303030;
	font-weight: 500;
}
.adress_skal_p{
	display: flex;
	flex-direction: column;
}

.contacts-a{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 20px 0;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}
.img-svg{
	width: 30px;
	height: 30px;

}
.adress_skal_p div a{
	

}
.b-space{
	margin-left: 10px;
	color: #000;
}

.data_el h3{
	font-size: 16px;
	color: #303030;
	font-weight: 500;

}

.el{
	color: #000;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}

.exit{
	position: fixed;
	bottom: 100px;
	width: 90%;
	background-color: #af8282;	
	color: #fff;
	padding: 20px 0;
	font-size: 16px;
	border-radius: 10px;
	
}

.index__main{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 10px;
}


.add__track{
	width: 100%;
	background-color: #9db44a;	
	color: #fff;
	padding: 20px 0;
	font-size: 16px;
	border-radius: 10px;
}

.track__container{
	width: 100%;
	display: flex;
    flex-direction: column-reverse;

}

.track{
	margin-top: 20px;

	border-radius: 10px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 4px 10px 5px rgba(0, 0, 0, .07) ;
}
.track__header{
	background-color: #fff;
	padding: 20px;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.track__content{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	background-color: #f7f7f7;
}
.opisanie{
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.opisanie__p{
	font-size: 16px;
}

.status_el{
	display: flex;
	align-items: center;
	margin-top: 5px;
	width: 100%;
}
.status-ellipse{
	border-radius: 100%;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border:2px solid #8faf82;	
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;

}

.ellips{
	border-radius: 100%;
	width: 90%;
	height: 90%;
}

.archive__main{
	padding: 0 10px;
}



.modal{
	display: none;
	width: 500px;
	background-color: #fff;
	border: 0.5px solid #000;
	border-radius: 5px;
	position: absolute;
	top: 100px;
	flex-direction: column;
	padding: 30px 30px;
	justify-content: space-between;
	z-index: 1000;
	

}
.modal h1{
	font-size: 18px;
	font-weight: 500;
}



.overflow{
	display: none;
	height: 100vh;
	width: 100vw;
	background-color: #000;
	z-index: 100;
	position: absolute;
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.75);
}


.addTrackButton{
	padding: 15px 0;
	background-color: #9db44a;	
	color: #fff;
	border-radius: 4px;
	margin: 20px 0 0 0;

}
.close{
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	color: #D91B1B;
}

.formAdd{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 20px 0 0 0;
}

.formAdd label{
	font-size: 16px;
	margin: 15px 0 0 0;

}



.formAdd input{
	width: 100%;
    height: 45px;
    border-radius: 10px;
    padding: 0 10px;
    margin: 15px 0 0 0;
    border: 0.5px solid #041332;
}

.wrapper__auth{
	display: flex;
	flex-direction: column;
}

.wrapper__auth img{
	width: 150px;
	border-radius: 5px;
}


.copyed{
	opacity: 0;
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px;
	color: rgba(255, 255, 255, .8);
	background-color: rgb(0, 0, 0, 0.8);
	border-radius: 3px;
	transition-duration:0.4s;
	
}

@media (max-width: 500px) {
	
	
	.modal{
		width: 350px;
		top: 100px;
	}

}

.modal__open{
	display: flex;
}

