html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}

ol, ul{
	list-style: none;
}

blockquote, q{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 400
}

*:focus{
	outline: none
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border: none
}
input[type="checkbox"]:focus{
	-moz-outline-offset: -1px!important
	-moz-outline: 1px solid #000!important
}

@font-face {
  font-family: Noto Sans;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/NotoSans-Regular.woff2) format("woff2");
}

@font-face {
  font-family: Noto Sans;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/NotoSans-Medium.woff2) format("woff2");
}

@font-face {
  font-family: Noto Sans;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/NotoSans-SemiBold.woff2) format("woff2");
}


body{
	font-family:'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.35;
	color: #111;
	min-height: 100vh;
	background: linear-gradient(30deg, rgb(46, 49, 146), rgb(27, 255, 255));
}

#page-wrap{
	padding: 24px;
}

.page_content{
	height: 100%;
	background-color: #fff;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding: 24px;
	text-align: center;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.thumb{
	display: block;
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
}

.title{
	font-size: 36px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	margin-top: 12px;
}


.subtitle{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0.75em;
}
.nav{
	margin-top: 24px;
}

.nav ul{

}

.nav li+li{
	margin-top: 12px;
}

.nav a{
	color: #fff;
	text-decoration: none;
	display: block;
	background: #00bcd4;
	padding: 10px;
	border-radius: 10px;
}

.nav__title{
	font-size: 20px;
	font-weight: 600;
	display: block;
}
.nav__descr{
	font-size: 16px;
	font-weight: 400;
	display: block;
}

@media (max-width: 768px){
	#page-wrap{
		padding: 12px;
	}

	.page_content{
		padding: 24px 16px;
	}
	.thumb{
		max-width: 180px;
	}
	.title{
		font-size: 30px;
		margin-top: 16px;
		font-weight: 400;
	}
	.subtitle{
		font-size: 14px;
	}
	.title .div{
		display: none;
	}
	.title .post{
		display: block;
	}
	.subtitle{
		font-size: 14spx;
	}
	.nav__title{
		font-size: 18px;
	}
	.nav__descr{
		font-size: 14px;
	}
	.title .post{
		font-weight: 600;
		font-size: 0.85em;
	}
	.nav a{
		padding: 8px;
	}
}


.join_form{

}

.join_form .title_logo{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.join_form__title{
	font-weight: 500;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0.66em;
}

.join_form__decr{
	font-size: 18px;
			font-weight: 400;
		line-height: 1.2;	
		color: #898989;
		margin-bottom: 25px;
}

.join_form__h2{
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	margin-top: 1em;
	margin-bottom: 0.66em;
}

.form_field{
	position: relative;
	text-align: left;
}
.form_field+.form_field{
	margin-top: 15px;
}
.form_label{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 2px;
	margin-bottom: 0;
	color: #111;
}
.form_label .required{
	font-weight: 400;
	color: #e7352b;
}

.form_input{
	display: block;
	width: 100%;
	height: 36px;
	border: none;
	border-radius: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: 500;
	transition: border-bottom-color 0.3s;
}
.form_select:focus,
.form_input:focus{
	border-bottom-color: #00bcd4;
}

.form_select{
	display: block;
	width: 100%;
	height: 36px;
	border: none;
	border-radius: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: 500;
	transition: border-bottom-color 0.3s;
	font-size: 16px;
}

.form_b_date{
	display: flex;
	gap: 10px;
	margin-top: 5px;
}
.form_b_date-day{
	width: 150px;
}

.form_radio{
	font-size: 16px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	cursor: pointer;
}
.form_radio+.form_radio{
	margin-left: 20px;
}
.form_radio input[type="radio"]{
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 8px;
}
.form_radio input[type="radio"]:before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #999;
}
.form_radio input[type="radio"]:after{
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border-radius: 50%;
	background-color: #00bcd4;
	opacity: 0;
	transition: opacity 0.3s;
}
.form_radio input[type="radio"]:checked:after{
	opacity: 1;
}

.form_consent{
	margin-top: 20px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: flex-start;
}

.form_consent input[type="checkbox"]{
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0;
	margin-right: 8px;
	margin-top: 2px;
}
.form_consent input[type="checkbox"]:before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #999;
}
.form_consent input[type="checkbox"]:after{
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy42MDEwMiAwLjcxNTk5N0M3Ljc1NjU0IDAuNTc1OTI0IDcuOTYzNSAwLjQ5ODQ4NSA4LjE3ODIzIDAuNTAwMDIyQzguMzkyOTYgMC41MDE1NiA4LjU5ODY2IDAuNTgxOTUyIDguNzUxOTIgMC43MjQyMzZDOC45MDUxOSAwLjg2NjUyIDguOTk0MDMgMS4wNTk1NyA4Ljk5OTcxIDEuMjYyNjRDOS4wMDUzOSAxLjQ2NTcyIDguOTI3NDUgMS42NjI5MyA4Ljc4MjM1IDEuODEyNjhMNC4zNzcyMSA3LjAyNDU0QzQuMzAxNDYgNy4xMDE3MiA0LjIxMDA0IDcuMTYzNjYgNC4xMDg0MSA3LjIwNjY2QzQuMDA2NzggNy4yNDk2NSAzLjg5NzAzIDcuMjcyODIgMy43ODU3MiA3LjI3NDc3QzMuNjc0NDEgNy4yNzY3MiAzLjU2MzgzIDcuMjU3NDEgMy40NjA1OSA3LjIxODAxQzMuMzU3MzQgNy4xNzg2IDMuMjYzNTYgNy4xMTk5MSAzLjE4NDg0IDcuMDQ1NDNMMC4yNjM1NDQgNC4yODE3OUMwLjE4MjE5MSA0LjIxMDA3IDAuMTE2OTQgNC4xMjM1OSAwLjA3MTY4MjggNC4wMjc1QzAuMDI2NDI1OCAzLjkzMTQxIDAuMDAyMDkwNTEgMy44Mjc2OCAwLjAwMDEyODg2NCAzLjcyMjVDLTAuMDAxODMyNzggMy42MTczMiAwLjAxODYxOTUgMy41MTI4NCAwLjA2MDI2NTEgMy40MTUzQzAuMTAxOTExIDMuMzE3NzYgMC4xNjM4OTcgMy4yMjkxNiAwLjI0MjUyNSAzLjE1NDc3QzAuMzIxMTU0IDMuMDgwMzkgMC40MTQ4MTQgMy4wMjE3NSAwLjUxNzkxOSAyLjk4MjM1QzAuNjIxMDIzIDIuOTQyOTUgMC43MzE0NiAyLjkyMzYgMC44NDI2NCAyLjkyNTQ2QzAuOTUzODIxIDIuOTI3MzEgMS4wNjM0NyAyLjk1MDM0IDEuMTY1MDQgMi45OTMxNUMxLjI2NjYxIDMuMDM1OTYgMS4zNTgwMiAzLjA5NzY5IDEuNDMzODMgMy4xNzQ2NkwzLjc0NTcgNS4zNjA3MUw3LjU4MDA0IDAuNzM4OTc2QzcuNTg2OTUgMC43MzA5MzQgNy41OTQzMiAwLjcyMzI2MyA3LjYwMjEyIDAuNzE1OTk3SDcuNjAxMDJaIiBmaWxsPSIjMDBCQ0Q0Ii8+Cjwvc3ZnPgo=") center no-repeat;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.3s;
}
.form_consent input[type="checkbox"]:checked:after{
	opacity: 1;
}


.no-submit .form_submit{
	pointer-events: none;
	z-index: 1;
  cursor: wait;
  position: relative;
}

    
.no-submit .form_submit:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(../img/i-loading.svg);
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: inherit;
}
.form_submit{
	display: block;
	width: 100%;
  color: #fff;
  background: #00bcd4;
  padding: 10px;
  border-radius: 10px;
  border: none;
  height: 60px;
  margin-top: 20px;
	font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  cursor: pointer;
}

.join_form__note{
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
}
.join_form__note p+p{
	margin-top: 1em;
}

@media (max-width: 768px){
	.join_form__title{
		font-size: 25px;
	}
	.join_form__h2{
		font-size: 20px;
	}
	.join_form__decr{
		font-size: 18px;

	}
	.form_radio+.form_radio{
		margin-left: 0;
	}
}

.join_form__message{
	border: 2px solid #00bcd4;
	border-radius: 10px;
	padding: 10px;
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
.join_form__message a{
	color: #00bcd4;
	border-bottom: 1px solid #00bcd4;
	text-decoration: none;
}


.join_manager{
	margin-top: 40px;
}

.join_manager__ava{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.join_manager__title{
	font-weight: 500;
	font-size: 24px;
}
.join_manager__subtitle{
	font-size: 16px;
	margin: 5px 0;
}
.join_manager__soc{
	display: flex;
	justify-content: center;
	gap:15px;
	margin-top: 10px;
}