.autoriz-wrapper{
	width: 100%;
	height: 90vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.autoriz-wrapper__item{
	width: 50%;
	background-color: #fff;
}

.modal_main {
  /* width: 40vw; */
  width: 100%;
  /* height: 310px; */
  padding: 10px;
  /* margin: 0 auto; */
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

section {
  display: none;
  padding: 20px 0 0;
  /* border-top: 1px solid #ddd; */
}

.main_input {
  display: none;
}

.main_label {
  display: inline-block;
  /* margin: 0 0 -1px; */
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  /*font-size: 14px;*/
  font-size: 2.3vh;
  width: 49%;
}

/* label:before {
  font-family: fontawesome;
  margin-right: 10px;
} */



label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #fff;
  /* border: none; */
  /* border-top: 2px solid #00aaef;
  border-bottom: 1px solid #fff; */
  background-color: #ffa200;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3{
  display: block;
}



.choice{
	text-transform: none;
    /*width: 70%;*/
    width: 71.5%;
    border: none;
    background: #eee;
    margin-bottom: 10px;
    height: 40px;
    color: #363636;
    font-size: 1.8vh;
    outline: none;
    padding-left: 10px;
}

.form_check{
	width: 100%;
    /*min-height: 200px;*/
    max-height: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal_link{
	margin-top: 2vh;
}


.form_check button{
	width: 80%;
	/*font-size: 1.16vw; */
	font-size: 2.3vh;
	margin-top: 25px;
	margin-bottom: 20px;
}

.form_check input, textarea{
	background-color: #eee;
	border: none;
	width: 70%;
	text-align: left;
	height: 40px;
	font-size: 2vh;
	color: #363636;
	/* text-transform: capitalize; */
	margin-bottom: 10px;
	padding-left: 10px;
	outline: none;
}

.form_check textarea{
	height: 20vh;
	font-size: 1.1vw;
	text-align: left;
}

.btn{
	border: none;
	padding: 1.3vw 6vw; 
	/* border-radius: 10px; */
}

.blue_btn{
	background-color: #ffa200;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	transition: 0.5s;
}

.blue_btn:hover{
	background-color: #0072bc;
	cursor: pointer;
}


.social_check{
	width: 20vw;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}

.social_check h3{
	text-align: center;
	margin-left: 2vw;
}

.link{
	bottom: 5vh;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 5vh;
}

.link a{
	text-decoration: none;
	text-transform: uppercase;
	color: #363636;
	font-size: 1.2vw;
	text-align: center;
	margin-right: 1vw;
	transition: 0.3s ease;
}

.link a:last-child{ margin-right: 0; }

.link a:hover{
	border-bottom: 2px solid #00aaef;
	color: #ff2361;
}


.modal_icon img{
	width: 50%;
}

.modal_icon a:hover{
	filter: invert(1);
}