* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

#main {
	flex: 1 0 auto;
}

#footer {
	flex: 0 0 auto;
}

#logoutForm {
	display: none;
}

#indentationSection {
	min-height: 100px;
}

.date-riding{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #0296da;
}
.date-riding input{
	width: 185px;
}
.date-riding .el-title{
	width: 160px;
	color: #0296da;
	font: bold 15px 'Proxima';
}
.table-payment table tr:last-child td{
	padding-bottom: 15px;
}
.table-payment table td:first-child{
	width: 150px;
}
.client-table .summ{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	padding: 15px 10px;
	border-bottom: 1px solid #0296da;
	color: #0296da;
	font: normal 15px 'Proxima';
}
.client-table .summ-bottom{
	border-top: 1px solid #0296da;
	padding-left: 110px;
	justify-content: center;
}

.b-card-num .el-title{
	color: #0296da;
	font: normal 15px 'Proxima';
	padding: 15px 10px 10px;
}
.client-table .payment-button{
	display: block;
	margin: 15px auto 0;
}
.client-table #cards td.cell-check label{
	display: block;
	padding-left: 20px;
	position: relative;
}
.client-table #cards td.cell-check input{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
}

/*client*/









@media screen and (max-width: 992px ){
	.table-payment{
		width: 100%;
		overflow-x: auto;
	}
	.table-payment table{
		width: 940px;
	}
	.table-payment table td:nth-child(2){
		width: 130px;
	}
	.content_html_wrap{
		margin-top: 280px;
	}
}
@media screen and (max-width: 767px ){
	.client-table #cards,
	.client-table #cards tbody,
	.client-table #cards td{
		display: block;
	}
	.client-table #cards tr{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.content_html_wrap{
		margin-top: 115px;
	}
	.table-payment{
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.client-table .summ{
		justify-content: center;
		padding-left: 110px;
	}
	.client-table #cards td.content-right{
		padding-top: 0;
	}
	.logo{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.logo img{
		float: none;
		width: 70px;
	}
	.logo_descr .header-title{
		float: none;
		margin-top: 0;
		font-size: 21px;
		text-align: left;
	}
	.logo_descr .header-title > span{
		font-size: 12px;
	}
	.top_tell{
		padding: 0 15px;
		text-align: right;
	}
	.top_tell a{
		font-size: 21px;
		text-align: right;
	}
	.top_header{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.top_header .inner-header-wrapper{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-around;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
	}
	.toogle_mnu{
		margin-top: 0;
	}
	.client-table #cards{
		padding-bottom: 10px;
	}
	nav{
		padding-bottom: 15px;
	}
	nav .dropdown{
		position: static;
		background: none;
		padding: 1px 0 0;
		display: block;
	}
	nav .dropdown li{
		padding-bottom: 5px;
	}
	nav .dropdown li:last-child{
		padding-bottom: 0;
	}
	nav .dropdown li a{
		color: #0296DA;
	}
	nav > ul li:hover{
		background: #fff;
	}
	nav > ul li:hover a{
		color: #0296DA;
	}
}


@media screen and (max-width: 560px ) {
	.top_tell{
		width: 100%;
		text-align: center;
	}
	.top-wrapper{
		order: 2;
		width: 100%;
	}
	.burger-menu{
		order: 1;
	}
	.logo_descr .header-title{
		margin-left: 15px;
	}
	.input-card{
		max-width: 100%;
	}
	.sum-total{
		max-width: 100px;
	}
	#indentationSection{
		min-height: 60px;
	}
	nav{
		top: 70px;
	}
	nav>ul li{
		padding-top: 5px;
	}
	.content_html_wrap{
		margin-top: 180px;
	}
	.client-table .summ{
		justify-content: flex-start;
	}
	table.sign-table,
	.sign-table thead,
	.sign-table tbody,
	.sign-table tfoot,
	.sign-table tr,
	.sign-table td{
		display: block;
		width: 100%;
		text-align: center;
	}
	.sign-table td:first-child{
		padding-bottom: 0;
	}
	.sign-table .main-title{
		padding-top: 15px;
	}
	.sign-table tfoot td.hide-mobile{
		display: none;
	}
	.sign-table tbody{
		padding-bottom: 10px;
	}
	#mainForm{
		width: 100%;
		margin-left: auto !important;
	}
	.sign-table #authButton{
		margin-left: 0;
		display: inline-block;
	}
	.sign-table #submitButton{
		margin-left: 0;
	}
	.sign-in-table #submitButton{
		margin-left: 15px;
	}
	.sign-table .description-text br{
		content: ' ';
		display: inline;
	}

}



@media screen and (max-width: 420px ) {
	.logo img{
		width: 60px;
	}
	.logo_descr .header-title{
		margin-left: 10px;
		font-size: 16px;
	}
	.logo_descr .header-title > span{
		font-size: 11px;
	}
	.burger-menu{
		width: 40px;
		height: 31px;
		margin-top: 5px;
	}
	.burger::after, .burger::before{
		width: 40px;
	}
	.client-table .summ{
		padding-left: 10px;
	}
	.client-table #cards td.content-right{
		max-width: 100%;
	}
	.client-table #cards tr{
		display: block;
	}
	.client-table #cards tr td{
		width: 100%;
	}
	.client-table #cards tr td.cell-title{
		padding-bottom: 15px;
	}
	.client-table #cards tr td.cell-check{
		padding-top: 0;
	}
	.client-table #cards td.content-right{
		padding-top: 5px;
	}
	.client-table .payment-button{
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer_links-right{
		margin-left: auto;
		margin-right: auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.footer_links-right-link{
		width: 100px;
	}
	.footer_info{
		text-align: center;
		width: 100%;
		margin-right: 0;
	}
	.footer_logo{
		float: none;
		margin-left: auto;
		display: block;
		width: 100%;
		text-align: center;
		margin-right: auto;
	}
	footer .no-offer{
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	nav{
		top: 55px;
	}
}