html, body, #container {height:100%;}
body {color:#333;background-color:#fff;
}
body, td{
color:#1f1f1f;
font-family:"Trebuchet MS";
font-size:13px;
}



a{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
-ms-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
a{color:#3399cc;text-decoration:none;}
a:hover{color:#006666;text-decoration:underline;}
#container{
/* border-top:3px solid #29a9e0; */
height:auto;
min-height:100%;
/* padding:0 25px 80px 25px; */
}
#container.user-in{
border-top:3px solid #d25c35;
}
#top_head{
min-height:80px;
/* border-bottom:1px solid rgba(0, 165, 212, 0.15); */
}
#container.user-in #top_head{
border-bottom:1px solid rgba(210, 92, 53, 0.15);
}
#bottom{
margin:-150px 25px 0px 25px;
padding:30px 5px 0px 25px;
border-top:1px solid #e5e5e5;
clear:both;
position:relative;
z-index:100;
height:80px;
}
.header{
display: none !important;
}
.bl-cntr{
margin:0 2%;

display: flex;
justify-content: space-between;
margin-top: 15px;
align-items: center;
}
#top_head .bl-cntr .wia-logo{
float:left;
display:inline-block;
height:60px;
}
#top_head .bl-cntr .wia-logo img{
max-height:60px;
width:auto;
height:auto;
}
/* #top_head .bl-cntr .panel{
float:right;
} */
#top_head .bl-cntr .panel .item.user_info{
font-size:18px;
}
#top_head .bl-cntr .panel .item{
float:right;
padding:10px 30px 0 0;
}
#top_head .bl-cntr .panel .item:first-child{padding-right:0;}
#top_head .bl-cntr .panel a.item{
font-size:18px;
}
#top_head .bl-cntr .panel a.item:hover{
text-decoration:none;
}
#top_head .i-panel:after,
#top_head .i-exit:after,
#top_head .i-sign:after,
#top_head .i-login:after{
font-family:FontAwesome;
display:inline-block;
margin-left:5px;
}
#top_head .i-panel:after{
content:"\f007";
}
#top_head .i-exit:after{
content:"\f011";
}
#top_head .i-login:after{
content:"\f090";
}
#top_head .i-sign:after{
content:"\f00c";
}

#bottom a{
font-weight:bold;
font-size:15px;
}
#bottom .text{
float:right;
text-align:right;
font-size:15px;
color:#777;
}
#bottom .text:after{
font-family:FontAwesome;
content:"";
display:inline-block;
margin-left:4px;
}
#bottom .text.wo:after{
content:"d";
}
#index-main{
text-align:center;
position:relative;
}
#index-main .title{
font-size:30px;
line-height:30px;
}
#index-main .bg-card{
background:url(../images/proauto.png?2) center center;
background-size:contain;
background-repeat:no-repeat;
max-height:200px;
margin:20px;
min-height:200px;
}
#wotaxi #index-main .bg-card{
background-image:url(../images/wo-taxi-lk-im.jpg);
}
.form{
background:#eee;
width:400px;
margin:auto;
border:1px solid #fff;
box-shadow:0 0px 20px #ccc;
border-radius:10px;
padding:20px 40px 25px 40px;
margin-top:70px;
display:inline-block;
}
.start-form {
	border: 1px solid #9C9C9C;
	display: flex;
	flex-direction: column;
	padding:20px 80px 50px 80px;
	max-width: 595px;
	width: auto;
    margin: 0 0 0 8%;
    background: none;
    box-shadow: none;
}
.form label{
display:block;
font-size:15px;
font-weight:bold;
padding-top:10px;
}
.form label:first-child{
padding-top:0;
}
.form .b-form{
width:100%;
margin-top:15px;
font-size:15px;
padding:15px;
}
.form .field{
margin:5px 0 10px 0;
}
input[type=text], input[type=password]{
width:100%;
font-size:15px;
padding:6px 10px;
border:1px solid #ccc;
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}
input[type=text]:focus, input[type=password]:focus {
box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 10px rgba(0, 165, 212, 0.5);
border:1px solid rgba(0, 165, 212, 0.5);
}
.page_404 h1{
color:#d24437;
font-size:52px;
}
.form.f-info{
font-size:22px;
background-color:#fff;
padding:40px 20px;
}
.form.f-info a.phone{
display:none;
}
.form.f-info span.phone{
display:block;
}

.form.f-info .phone{
display:block;
margin-top:15px;
font-size:32px;
font-weight:bold;
}
.form.f-info .phone:before{
font-family:FontAwesome;
content:"\f095";
display:inline-block;
margin-right:10px;
vertical-align:initial;
}
.form .restore{
padding-top: 10px; 
}
.form .loading{
background: url(../images/loader.gif) no-repeat center top;
margin: 10px;
padding-top: 20px;
display:none;
}
.form .msg{
background: #fff;
padding: 10px;
color: green;
border: 1px dotted green;
border-radius: 5px;
}
.form-error-message {
    color: red;
    font-size: 12pt;
    padding-bottom: 15px;
}
.form .desc{
color: #666;
text-align:left;
padding-top: 5px;
}
.pa-logo {
	padding-right: 35px;
	
}
.pp-logo {
	padding-left: 35px;
}
.new-i-sign {
	font-size: 12px;
	line-height: 14px;
	color: white;
	background-color: #ffa041;
	display: flex;
	justify-content: space-between;
	width: 190px;
	height: 45px;
	border-radius: 25px;
	text-align: center;
	align-items: center;
	padding: 0 35px 0 25px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
}
.new-i-sign-first {
	margin-top: 20px;
width: 50%;
padding: 29px;
    font-size: 19px;
    line-height: 19px;
}
} 
.new-ico {
	width: 22px;
	height: 22px;
}
.panel {
	display: flex;
}
.title-start-form {
	font-family: sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	color: #6B6B6B;
	margin-bottom: 20px;
}
.index-main-new {
	background-image: url(../images/tatneft.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 93vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form-password {
	margin: 12px 0 20px
}
.start-form-input, .start-form-submit {
	display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 22px !important;
    line-height: 26px;
    justify-content: center;
	height: 58px;
	max-width: 460px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #9C9C9C;
	border-radius: 35px;
}
.start-form-submit {
	background: #ffa041;
	border: 1px solid #ffa041;
}
.login-form-submit {
	background: #ffa041;
	border: 1px solid #ffa041;
    height: 58px;
    font-size: 22px !important;
    line-height: 26px;
    color: white;
    max-width: 460px;
    border-radius: 35px;
    width: 100%;
}
.telephone-panel {
	display: flex;
	flex-direction: column;
	margin-left: 50px;
}
.telephone-panel-tel {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #525252;
	margin: 0;
}
.telephone-panel-txt {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #525252;
	margin: 0;
}
.panel-wrp {
	display: flex;
}
.start-title-wrp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 700px;
    margin-left: 8%;
}
.start-title {
    font-weight: 700;
    font-size: 40px;
    color: #2b2a28;
    line-height: 1.4em;
    text-align: left;
}
.start-title-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    list-style: none;
    align-items: flex-start;
    height: 200px;
}
.start-title-text {
    font-size: 20px;
    color: #2b2a28;
    position: relative;
}
.start-title-text:before {
	position: absolute;
	content: "";
	display: block;
	height: 27px;
	width: 27px;
	background-image: url("../images/ico-bann-list.png");
	background-size: cover;
	background-position: center;
	top: 0;
	left: -45px;
}
@media (max-width: 520px) {
	#container{
	border:0;
	padding: 0 5px 70px 5px;
	}
	#top_head .bl-cntr .panel{
	display: block;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	}
	#top_head{
	margin-bottom: 15px;
	}
	#bottom{
	margin: -70px 0 0 0;
	padding: 15px 15px 0 15px;
	}
	#index-main .bg-card{
	min-height: 200px;
	margin: 20px 0 0 0;
	}
	#index-main .bg-card.p-simple{
	background:none !important;
	background-image:none !important;
	}
	#top_head .bl-cntr .wia-logo{
	float: none;
	height: 45px;
	text-align: center;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 3px;
	}
	#top_head .bl-cntr .wia-logo img{
	max-height: 45px;
	margin-right: 20px;
	}
	#bottom .text{
	float: none;
	text-align: left;
	}
	#top_head .bl-cntr .panel a.item:after{
	content:"";
	}
	#top_head .bl-cntr .panel .item{
	display: inline-block;
	float: none;
	margin: 3px;
	padding: 15px 30px !important;
	text-align: center;
	border: 1px solid rgba(0, 165, 212, 1);
	border-radius: 10px;
	}
	#index-main .title{
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	}
	.form{
	width: 90%;
	margin-top: 10px;
	padding: 15px 20px 20px 20px;
	margin-bottom: 25px;
	}
	.form.f-info{
	font-size: 18px;
	padding: 15px 20px 20px 20px;
	}
	.form.f-info .phone{
	font-size: 24px;
	}
	.form.f-info a.phone{
	display:block;
	}
	.form.f-info span.phone{
	display:none;
	}



	
}