.autorization_page{
	padding: 40px 0;
}
.popup .autorization_page{
	padding: 0;
}
.autorization_page .container{
	max-width: 880px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	padding: 0;
}
.autorization_page .authform{
	width: 51%;
	border-right: 1px solid #DDDDDD;
	padding: 0 4%;
}
.autorization_page .login_soc{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 48%;
	padding: 0 2px;
}
.authform .row a{
	font-size: 12px;
	line-height: 28px;
	color: #464646;
	text-decoration: underline;
}
.authform .row a:hover{
	text-decoration: none;
}
.autorization_page .login_link{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 5px;
	color: #FFFFFF;
	background-color: rgba(0, 168, 193, .5);
}
.login_link a{
	padding: 0;
	color: #FFF;
	text-decoration: underline;
}
.login_link a:hover{
	text-decoration: none;
}
.authform strong{
	font-weight: var(--main-medium-font);
	font-size: 18px;
	line-height: 26px;
	display: block;
	text-align: center;
}
.authform .row{
	position: relative;
}
.authform .row:last-of-type{
	margin-bottom: 15px;
}
.switcher{
	float: right;
	width: 66px;
	height: 28px;
}
.check_pass{
	vertical-align: top;
	width: 66px;
	height: 28px;
	margin: 0;
}
.check_pass + label{
	cursor: pointer;
	display: block;
	width: 66px;
	height: 28px;
}
.check_pass:not(checked){
	position: absolute;
	opacity: 0;
}
.check_pass:not(checked) + label{
	position: relative;
	padding: 0;
}
.check_pass:not(checked) + label::before{
	background: #C8C8C8;
	content: "";
	position: absolute;
	left: 0;
	width: 66px;
	height: 28px;
	top: 0;
}
.check_pass:not(checked) + label::after{
	content: "***";
	position: absolute;
	left: 2px;
	width: 28px;
	height: 20px;
	line-height: 24px;
	background: #FFF;
	padding-top: 4px;
	text-align: center;
	top: 2px;
}
.check_pass:checked + label::before{
	background: #00A8C1;
}
.check_pass:checked + label::after{
	left: 36px;
	content: "АБВ";
	color: #00A8C1;
	font-size: 9px;
	height: 24px;
	padding-top: 0;
}
@media (max-width: 860px){
	.autorization_page .authform .wrap{
		width: 100%;
		margin: 0 0 20px;
		min-width: inherit;
	}
}
@media (max-width: 768px){
	.autorization_page .container{
		max-width: 430px;
		flex-wrap: wrap;
	}
	.autorization_page .authform,
	.autorization_page .login_soc{
		width: 100%;
	}
	.autorization_page .authform{
		border-right: 0 none;
	}
}
@media (max-width: 480px){
	.autorization_page .container{
		max-width: 320px;
	}
}