#logo img{
	margin: 10px auto;
}
#add{
    text-align: center;
}
#form{	
	max-width: 1240px;
	text-align:  center;
	padding: 20px;
	margin: 0 auto;
	padding-top: 150px;
}
.anketas_form label{
	font-size: 14px;
	line-height: 16px;
	font-family: GothamProRegular;
	padding-bottom: 5px;
	display: inline-block;
}
.anketas_form section{
	margin: 40px 0px;
}
.anketas_form{
	margin:0px 0px 100px 0px;
}
.anketas_form .button{
	margin-top: 40px;
	text-shadow: 0px 0px 1px rgb(0 0 0 / 30%);
    background-image: linear-gradient(0deg, #47a7fd 0%, #4098e6 100%);
	border-radius: 5px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(0deg, #4098e6 0%, #47a7fd 100%);
    font-family: GothamProLight;
    font-size: 14px;
}
#anketa {
    display: none;
}
input[type="checkbox"], input[type="radio"]{display:none}
input[type="checkbox"]+label, input[type="radio"]+label{cursor:pointer; line-height:24px}
input[type="checkbox"]+label::before{content:""; display:inline-block; vertical-align:middle; height:21px; width:21px; margin:-1px 10px 0 0; background-image:url(../img/checkbox.jpg); background-repeat:no-repeat}
input[type="radio"]+label::before{content:"";display:inline-block;vertical-align:middle;height:23px;width:23px;margin: -1px 5px 0 1px;background-image:url(../img/radiobutton.png);background-repeat:no-repeat;}
input[type="checkbox"]+label::before{background-position:50% 0%}
input[type="radio"]+label::before{background-position:48.9% 0%}
input[type="checkbox"]:checked+label::before{background-position:100% 0%}
input[type="radio"]:checked+label::before{background-position:100.7% 0%}
input[type="checkbox"]:disabled+label::before{background-position:0% 0%}
input[type="checkbox"]:checked:disabled+label::before{background-position:100% 0%}
input[type="radio"]:disabled+label::before{background-position:0% 0%}
input[type="radio"]:checked:disabled+label::before{background-position:100% 0%}
input{border:thin solid #33BFDA; outline:none}
.anketas_form input,.anketas_form textarea,.anketas_form select{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #f1f1f1;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #dedede;
    border-radius:5px;
    margin-bottom: 9px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.10);
    font-family: GothamProLight;
}
.anketas_form option{  
	background-color: rgba(69, 162, 244, 0.9);
}
.anketas_form textarea{
	height: 80px;
}
.morning{
	background-image: linear-gradient(to bottom, rgba(45.0, 104.0, 190.0, 1.0) 0.0%, rgba(140.0, 169.0, 203.0, 1.0) 72.399994%, rgba(186.0, 132.0, 112.0, 1.0) 100.0%);
}
.noon{
	background-image: linear-gradient(to bottom, rgba(65.0, 118.0, 190.0, 1.0) 0.0%, rgba(97.0, 156.0, 220.0, 1.0) 85.6%, rgba(105.0, 162.0, 226.0, 1.0) 100.0%);
}
.evening{
	background-image: linear-gradient(to bottom, rgba(84.0, 49.0, 55.0, 1.0) 0.0%, rgba(213.0, 94.0, 55.0, 1.0) 76.5%, rgba(246.0, 128.0, 44.0, 1.0) 100.0%);
}
.midnight{
	background-image: linear-gradient(to bottom, rgba(42.0, 15.0, 63.0, 1.0) 0.0%, rgba(62.0, 23.0, 80.0, 1.0) 45.3%, rgba(114.0, 48.0, 106.0, 1.0) 100.0%);
}
.night{
	background-image: linear-gradient(to bottom, rgba(5.0, 24.0, 46.0, 1.0) 0.0%, rgba(9.0, 87.0, 139.0, 1.0) 74.9%, rgba(18.0, 94.0, 136.0, 1.0) 100.0%);
}
#callback{
	color: #f1f1f1;
	font-family: GothamProLight;
}
.header_background{
	background-color: rgba(255, 255, 255, 0.1);
}
.hide{
	display: none !important;
}
#login_email{
	display:none;
}
.hidden{
	display: none;
}