html, body{
	min-width: 250px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	font-family: "-apple-system","Helvetica Neue",Roboto,"Segoe UI",sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	background: linear-gradient(90deg, #85b8dd, #a9ccdb);
}
:focus{ outline: none; }
a{
	text-decoration: none;
	color: #1e21b9;
	text-shadow: 0.5px 0.5px 1px rgb(251, 251, 251);
}
a[href^="mailto:"]::after {
    content: " \2709"; 
}
.page_content{
	padding-bottom: 50px;
}
.href_search{
	display: inline-block;
	height: 20px;
	padding: 3px 5px 5px 5px;
	margin: 2px;
	border: 1px solid #000;
	border-color: rgba(89, 89, 89, 0.64);
	background-color: rgb(255, 255, 255);
	cursor: pointer;
	border-radius: 6px;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: inset 0px 0px 5px #595957;
		-webkit-box-shadow: inset 0px 0px 5px #595957;
		-moz-box-shadow: inset 0px 0px 5px #595957;
		-o-box-shadow: inset 0px 0px 5px #595957;
}
.body_image{
	background: linear-gradient(90deg, #85b8dd, #a9ccdb);
}
.page_content_flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.content_flex{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 8px;
}
.flex_wrap_head{
	display: flex;
	color: #fff;
	text-shadow: 1px 1px 3px rgb(0, 0, 0);
	font-size: 20px;
	border-bottom: 2px solid rgba(88, 119, 142, 0.27);
	background: linear-gradient(90deg, #72aed9, #badae8);
}
#flex_wrap_head_text{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 33px;
	line-height: 33px;
	text-align: center;
}
#flex_wrap_head_left{
	display: flex;
	align-items: center;
	width: 35px;
	background-color: #ffffff00;
	border: none;
	cursor: pointer;
}
#flex_wrap_head_right{
	display: flex;
	align-items: center;
	width: 35px;
}
.flex_wrap_menu{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 55px;
}
.flex_wrap_menu_table {
    display: table;
    width: 100%;
    background: var(--tabbar_background);
    box-shadow: 0 -2px 6px 2px var(--black_alpha6);
}
.flex_wrap_menu_table_row{
	display: table-row;
}
.flex_wrap_menu_table_cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 0;
	border: 1px solid rgba(88, 119, 142, 0.27);
	background: linear-gradient(#72aed9, #badae8);
}
.flex_wrap_menu_table_link{
	display: block;
	padding: 2px 0;
}
.flex_wrap_menu_table_icon{
	margin-top: -5px;
}
.flex_wrap_menu_table_text{
	height: 8px;
	font-size: 12px;
	color: #085f82;
	text-shadow: 0.5px 0.5px 1px rgb(251, 251, 251);
}
.flex_wrap_calendar{
	width: 100%;
	height: 63px;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
	background: linear-gradient(90deg, #85b8dd, #a9ccdb);
	border-bottom: 2px solid rgba(88, 119, 142, 0.27);
	position: sticky;
	top: 0;
	z-index: 100;
}
#ui-datepicker-div {
    z-index: 999 !important;
}
.flex_wrap{
	width: 100%;
	min-width: 300px;
	flex-wrap: wrap;
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 10px;
}
.block_flex_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	position: relative;
}
.menu_spisok{
	display: flex;
	border: 1px solid rgba(88, 119, 142, 0.27);
	border-radius: 8px;
	margin: 5px;
	box-shadow: inset 0 0 5px #bdbdbd;
		-webkit-box-shadow: inset 0 0 5px #bdbdbd;
		-moz-box-shadow: inset 0 0 5px #bdbdbd;
		-o-box-shadow: inset 0 0 5px #bdbdbd;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.11);
	font: 600 15px / 20px BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background-color: #cbdfef;
}
.menu_spisok:active {
	border: 1px solid rgb(17 18 18 / 12%);
	background-color: #bacfdfba;
	box-shadow: inset 0 0 10px #bdbdbd;
}
.menu_svg_icon {
	padding: 0 5px;
	display: flex;
	align-items: center;
}
.menu_text {
	display: flex;
	justify-content: left;
	align-items: center;
	width: 100%;
	height: 45px;
	margin: 0 auto;
}
.menu_version {
	font-size: 12px;
	text-align: center;
	color: #85898d;
	margin-top: 20px;
}
.box_width{
	box-sizing: border-box;
	width: 100%;
}
.date_fromDate{
	margin-top: 8px;
}
.input_search_people, .input_phone{
	font: 400 15px / 20px BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	cursor: pointer;
	padding: 6px 44px 8px 12px;
	color: rgb(0, 0, 0);
	width: 100%;
	border: 2px solid #BFE2FF;
	height: auto;
	display: block;
	min-width: 50px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	box-sizing: border-box;
	min-height: 40px;
	border-radius: 6px;
	appearance: none;
	box-shadow: inset 0 0 2px #333232;
		-webkit-box-shadow: inset 0 0 2px #333232;
		-moz-box-shadow: inset 0 0 2px #333232;
		-o-box-shadow: inset 0 0 2px #333232;
}
.input_search_route{
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	outline: none;
	border: 1px solid rgba(81, 81, 81, 0.49);
	border-radius: 6px;
	height: 40px;
	text-decoration: none;
	color: #385898;
	background-color: #fffffff0;
	cursor: pointer;
	user-select: none;
	appearance: none;
	touch-action: manipulation;
	padding: 6px 44px 8px 12px;
	box-shadow: inset 0 0 2px #333232;
	-webkit-box-shadow: inset 0 0 2px #333232;
	-moz-box-shadow: inset 0 0 2px #333232;
	-o-box-shadow: inset 0 0 2px #333232;
	text-shadow: 1px 1px 2px rgba(142, 142, 142, 0.55);
	font: 400 15px / 20px BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.input_live_search{
	width: 100%;
    border: 1px solid rgba(81, 81, 81, 0.49);
    border-radius: 6px;
    color: #1d438e;
    background-color: #fffffff0;
    cursor: pointer;
    padding: 10px;
    box-shadow: inset 0 0 2px #333232;
    -webkit-box-shadow: inset 0 0 2px #333232;
    -moz-box-shadow: inset 0 0 2px #333232;
    -o-box-shadow: inset 0 0 2px #333232;
    text-shadow: 1px 1px 2px rgba(142, 142, 142, 0.55);
    font: 600 15px / 20px BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.result_search_route{
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	outline: none;
	border: 1px solid rgba(81, 81, 81, 0.49);
	border-radius: 6px;
	height: auto;
	text-decoration: none;
	color: #385898;
	background-color: #fffffff0;
	cursor: default;
	padding: 6px 44px 8px 12px;
	box-shadow: inset 0 0 2px #333232;
		-webkit-box-shadow: inset 0 0 2px #333232;
		-moz-box-shadow: inset 0 0 2px #333232;
		-o-box-shadow: inset 0 0 2px #333232;
	text-shadow: 1px 1px 2px rgba(142, 142, 142, 0.55);
	font: 400 15px / 20px BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
}
.fone_search_route{
	background: rgba(242, 242, 242, 0.77);
	padding: 2px 5px;
	margin-top: 5px; 
	cursor: default;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px solid rgba(81, 81, 81, 0.49);
	font: 400 14px / 20px BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #060606e6;
	text-shadow: 0px 0px 3px rgba(234, 234, 234, 0.99);
}
.fone_search_route_text{
	margin: 2px 5px 4px 5px;
}
.text_no_otkuda{
	text-align: center;
	padding: 15px;
}
.city_change{
	z-index: 2;
	position: absolute;
	top: 19%;
	right: -5px;
	height: 30px
}
.svg_change{
	height: 30px !important;
}
.svg_change:hover, .svg_back:hover, .svg_search:hover{
	color: rgb(58, 61, 255);
	background-color: rgb(246, 246, 246);
	border-color: rgb(238, 238, 238);
	box-shadow: inset 0px 0px 5px #BFBFBFA3;
		-webkit-box-shadow: inset 0px 0px 10px #BFBFBFA3;
		-moz-box-shadow: inset 0px 0px 10px #BFBFBFA3;
		-o-box-shadow: inset 0px 0px 10px #BFBFBFA3;
}
.svg_img{
	width: 20px;
	height: 20px;
	margin: 7px 10px;
	padding: 5px;
	border: 1px solid #000;
	border-color: rgba(89, 89, 89, 0.64);
	background-color: rgb(255, 255, 255);
	cursor: pointer;
	border-radius: 8px;
}
.svg_search{
	float: right;
}
.svg_close{
	z-index: 2;
	position: absolute;
	top: -7%;
	right: -5px;
}
.svg_close_nb{
	z-index: 2;
	top: 0;
	right: 5px;
	position: absolute;
	padding: 5px;
	cursor: pointer;
}
.svg_nav{
	z-index: 2;
	position: absolute;
	top: -4%;
	left: -5px;
}
.img_user_status{
	padding: 0 5px;
	display: flex;
	align-items: center;
}
.img_user_status:active{
	opacity: 0.5 !important;
}
.img_user_status:hover {
	opacity: 0.5 !important;
}
.text_user_status{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	margin: 0 auto;
}
.user_status{
	width: 50%;
	margin-bottom: 2px;
	text-align: center;
	padding: 10px 0;
	border: 2px solid #BFE2FF;
}
.block_flex_wrap input[type=radio]:checked + span {
	color: green;
	font-weight: 600;
    font-size: 16px;
}
.flex_left{
	width: 49.85%;
	display: inline-block;
}
.flex_right{
	width: 49.9%;
	display: inline-block;
}
@media screen and (max-width: 463px){
	.flex_left,.flex_right{
		width:100%;
	}
}
/* автоматические переносы */
.hyphens{
	overflow-wrap: normal;
	word-wrap: break-word;
	word-break: normal;
	line-break: auto;
	-webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
}
/* автоматические переносы */
/* Вид input */
.placeholder-form {
	box-sizing: border-box;
	width: 320px;
	margin: 20px auto;
}
.placeholder-container {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.placeholder-container input {
	background-color: #FFF;
	border: 2px solid #BFE2FF;
	border-radius: 8px;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	line-height: 16px;  
	height: 40px;
	outline: 0;
	padding: 5px 44px 0 50px;
	width: 100%;
}
.placeholder-container textarea {
	background-color: #FFF;
	border: 2px solid #BFE2FF;
	border-radius: 8px;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	line-height: 16px;  
	height: 40px;
	outline: 0;
	padding: 5px 20px 0 50px;
	width: 100%;
}
.placeholder-container label {
	color: #000;
	font-family: Verdana, sans-serif;   
	background-color: #FFF;
	font-size: 16px;
	line-height: 16px;
	padding: 5px 8px;
	pointer-events: none;
	position: absolute;
	transition: all 200ms;
	top: 8px;
	left: 10px;
	background-color: #FFF;
}
.placeholder-container input:focus + label,.placeholder-container input:not(:placeholder-shown) + label{
	top: -10px;
	left: 10px;
	font-size: 11px; 
	background-color: #BFE2FF;
	padding: 2px 8px;
	border: 2px solid rgba(88, 119, 142, 0.27);
}
.placeholder-container textarea:focus + label,.placeholder-container textarea:not(:placeholder-shown) + label{
	top: -10px;
	left: 10px;
	font-size: 11px; 
	background-color: #BFE2FF;
	padding: 2px 8px;
	border: 2px solid rgba(88, 119, 142, 0.27);
}
/* элементы модального окна */
.popup_error_wrap {
	position: fixed;
	bottom: 58px;
	right: 20px;
	cursor: default;
	z-index: 999;
}

.popup_error_dialog {
	width: 280px;
	height: auto;
	background: #333;
	opacity: .9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}
.popup_error_dialog p {
	text-align: left;
	margin: 0 0 0 40px;
}
.error_bad{
	color: white;
	border-color: #B32B2B;
}
.error_good {
	color: white;
	border-color: #A3CF19;
}
.popup_error_img{
	width: 32px;
	height: 32px;
	margin-top: -8px;
	float: left;
}
/* элементы модального окна */
/* оформление таблицы */
table.table_route_search {
	width: 100%;
	text-align: center;
	border-collapse: separate;
	border-spacing: 4px;
	border-radius: 6px;
	border: 1px solid #080809b3;
	background: linear-gradient(90deg, #89bfe8a6, #a3beca5e);
	margin-bottom: 10px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.36);
		-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.36);
		-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.36);
		-o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.36);
}
table.table_route_search thead tr {
	color:#010546db;
	font-weight:700;
}
table.table_route_search thead tr td {
 border-radius:4px;
 background:#2e82c396;
 padding: 10px;
 box-shadow: inset 0px 0px 10px #595957;
	-webkit-box-shadow: inset 0px 0px 10px #595957;
	-moz-box-shadow: inset 0px 0px 10px #595957;
	-o-box-shadow: inset 0px 0px 10px #595957;
}
table.table_route_search tbody tr td {
	border:1px solid #2e82c3;
	border-radius:4px;
	background:#cbdfef;
	padding: 1px 3px 3px 3px;
	width: 50%;
}
table.table_route_search tbody tr td:hover {
	background:#f3f5f7d1;
	transition-duration:0.2s;
}
.td_time_text{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.morecontent span {
	display: none;
}
.morelink {
	font-weight: bold;
	color: #4682b4;
}

.table{
	display: block;
	width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 4px;
    border-radius: 6px;
    border: 1px solid #080809b3;
    background: linear-gradient(90deg, #89bfe8a6, #a3beca5e);
    margin: 5px auto;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 36%);
		-webkit-box-shadow: 0px 0px 1px rgb(0 0 0 / 36%);
		-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.36);
		-o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.36);
}
.table_row{
	display: flex;
	margin: 4px;
}
.thead_left{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 40px;
	border-radius: 4px;
    background: #2e82c396;
	color: #010546db;
    font-weight: 700;
	margin-right: 2px;
    box-shadow: inset 0px 0px 10px #595957;
		-webkit-box-shadow: inset 0px 0px 10px #595957;
		-moz-box-shadow: inset 0px 0px 10px #595957;
		-o-box-shadow: inset 0px 0px 10px #595957;
}
.thead_left_text{
	margin: 0 auto;
	padding-left: 5px;
}
.thead_right{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 40px;
	border-radius: 4px;
    background: #2e82c396;
	color: #010546db;
    font-weight: 700;
	margin-left: 2px;
    box-shadow: inset 0px 0px 10px #595957;
		-webkit-box-shadow: inset 0px 0px 10px #595957;
		-moz-box-shadow: inset 0px 0px 10px #595957;
		-o-box-shadow: inset 0px 0px 10px #595957;
}
.thead_right_text{
	margin: 0 auto;
}
.table_cell_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width:50%;
	padding: 3px 0;
	word-break: break-word;
	border: 1px solid #2e82c3;
    border-radius: 4px;
    background: #cbdfef;
	margin-right: 2px;
}
.table_cell_right{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 50%;
	padding: 3px 0;
	word-break: break-word;
	border: 1px solid #2e82c3;
    border-radius: 4px;
    background: #cbdfef;
	margin-left: 2px;
}
.not_assigned{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	height: 100%;
}
.table_cell{
	display: block;
	width: 100%;
	border: 1px solid #2e82c3;
	border-radius: 4px;
	background: #cbdfef;
	margin: 0;
}
.content-block-fix_icon{
	padding: 5px;
}
.content-block-fix {
    display: flex;
	justify-content: flex-start;
	align-items: center;
}
.content-block-text {
    overflow: hidden;
    transition: margin 0.3s;
	text-align: left;
}
.F{
	display: inline-block;
	height: 20px;
	padding: 3px 5px 5px 5px;
	margin: 2px;
	border: 1px solid #000;
	border-color: rgba(89, 89, 89, 0.64);
	background-color: rgb(255, 255, 255);
	cursor: pointer;
	border-radius: 6px;
	white-space: nowrap;
	line-height: 20px;
	box-shadow: inset 0px 0px 5px #595957;
	-webkit-box-shadow: inset 0px 0px 5px #595957;
	-moz-box-shadow: inset 0px 0px 5px #595957;
	-o-box-shadow: inset 0px 0px 5px #595957;
}
/* Диалоговое окно поездки */
.dialog_trip{
	display: flex;
	justify-content: center;
	height: auto;
	margin-left: 5px;
	border-radius: 8px;
	background: #ffffffd9;
	box-shadow: inset 0px 0px 10px #595957;
		-webkit-box-shadow: inset 0px 0px 5px #595957;
		-moz-box-shadow: inset 0px 0px 5px #595957;
		-o-box-shadow: inset 0px 0px 5px #595957;
}
.dialog_trip_svg{
		display: flex;
		justify-content: center;
		width: 15px;
		height: 20px;
}
dialog {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin: auto;
	padding: 0;
	border: 2px solid #9dc9e2;
	border-radius: 10px;
}
dialog:not([open]) {
	display: none;
}
dialog + .backdrop {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0,0.1);
	backdrop-filter: blur(1px);
}
.dialog_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom: 2px solid #9dc9e2;
	box-sizing: border-box;
}
.dialog_head_text{
	font-weight: 500;
	font-size: 1rem;
	cursor: default;
	padding-right: 10px;
}
.dialog_body {
	padding: 5px 20px;
}
dialog::backdrop {
	background-color: rgb(0 0 0 / 0.8);
	backdrop-filter: blur(1px);
}
.scroll-lock {
	overflow: hidden;
}
._dialog_overlay {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
}
dialog.fixed {
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
}
.open_dialog {
	border: none;
	background-color: unset;
	cursor: pointer;
}
.close_dialog {
	width: 30px;
	height: 30px;
	color: #e77272;
	border: 2px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 5px;
	background-color: rgb(243 191 191);
	box-shadow: 0 0 0 1px #ffffff70 inset, 0 1px 3px rgb(255 255 255) inset, 0 1px 2px #fff;
	-webkit-box-shadow: 0 0 0 1px #ffffff70 inset, 0 1px 3px rgb(255 255 255) inset, 0 1px 2px #fff;
	-moz-box-shadow: 0 0 0 1px #ffffff70 inset, 0 1px 3px rgb(255 255 255) inset, 0 1px 2px #fff 
	text-align: center;
	text-decoration: none;
	font: 0 / 25px 'Tahoma', Arial, sans-serif;
	font-weight: bold;
	/* задаём значения и эффект перехода при наведении */
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	-ms-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
	cursor: pointer;
}
.close_dialog:before {
	content: "X";
	text-shadow: 0 -1px rgb(255 0 0 / 90%);
	font-size: 12px;
}
.close_dialog:hover {
	color: #f3bfbf;
	background-color: rgb(252 0 0 / 60%);
	border: 2px solid #e72626;
}
.dialog_line{
	margin: 10px auto;
	height: 40px;
}
.dialog_button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-family: "-apple-system", "Helvetica Neue", Roboto, "Segoe UI", sans-serif;
	font-weight: 600;
	cursor:pointer;
	border-radius: 15px;
	border: 2px solid #9dc9e2;
}
.dialog_form_svg{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
}
.dialog_form_text{
	
}
.dialog_line_delete{
	display: none;
}
.dialog_line_delete_yes_no{
	width: 50%;
	margin: auto 2px;
}
@media screen and (max-width: 320px) {
	.thead_left_text {
			margin: 0 auto;
			padding-left: 1px;
			font-size: 13px;
	}
	.thead_right_text {
			font-size: 13px;
	}
}
/* Предупреждение об использовании js */
.js_notification{
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 430px;
  min-width: 300px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

.js_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: center;
  color: #575F67;
}
/* Кнопка */
.btn_submit{
	cursor: pointer;
	background-color: #b0d8fdad !important;
	box-shadow: inset 0 0 5px #bdbdbd !important;
	color: #081782f7 !important;
	text-shadow: 0.5px 0.5px 1px rgb(251 251 251) !important;
	letter-spacing: .1em !important;
	padding: 0 20px !important;
	border: 1px solid #BFE2FF !important;
	border-radius: 8px !important;
	box-sizing: border-box !important;
	height: 40px;
	font-size: 16px;
	line-height: 16px;
	outline: 0;
}
.btn_submit:active{
	background-color: #bfe2ff26 !important;
	color: #064ea0c2 !important;
	text-shadow: 1px 1px 5px #fff, -5px -3px 5px #fff, 13px 5px 10px #fff !important;
	box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgb(0 0 0 / 50%) inset, 0 1px 2px #fff !important;
}
.btn_submit:hover {
	background-color: #bfe2ff26 !important;
	color: #064ea0c2 !important;
	text-shadow: 1px 1px 5px #fff, -5px -3px 5px #fff, 13px 5px 10px #fff !important;
	box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgb(0 0 0 / 50%) inset, 0 1px 2px #fff !important;
}
.btn_submit_ava{
	cursor: pointer;
	background-color: #bfe2ff26 !important;
	color: #064ea0c2 !important;
	text-shadow: 1px 1px 5px #fff, -5px -3px 5px #fff, 13px 5px 10px #fff !important;
	box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgb(0 0 0 / 50%) inset, 0 1px 2px #fff !important;
	padding: 0 20px !important;
	border: 1px solid #BFE2FF !important;
	border-radius: 8px !important;
	box-sizing: border-box !important;
	width: 60px;
	height: 50px;
	outline: 0;
}
.btn_submit_ava:active{
	background-color: #b0d8fdad !important;
	box-shadow: inset 0 0 5px #bdbdbd !important;
	color: #081782f7 !important;
	text-shadow: 0.5px 0.5px 1px rgb(251 251 251) !important;
}
.btn_submit_ava:hover {
	background-color: #b0d8fdad !important;
	box-shadow: inset 0 0 5px #bdbdbd !important;
	color: #081782f7 !important;
	text-shadow: 0.5px 0.5px 1px rgb(251 251 251) !important;
}
input[type="submit"]:disabled { 
	background: #ccc !important;
	box-shadow: none !important;
	color: #84858df7 !important;
	text-shadow: none !important;
	cursor:default !important;
}
/* Кнопка "вверх" */
.upbtn {
    opacity: 0.8;
    z-index: 9999;
    width: 40px;
    height: 50px;
    position: fixed;
    bottom: -80px;
    right: 10px;
    cursor: pointer;
    border: 1px solid rgba(89, 89, 89, 0.64);
    transition: all .7s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #337AB7;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
}
.upbtn:hover {
    opacity: 1;
    background-color: #337AB7;
}
.upbtn:active {
    opacity: 1;
    background-color: #337AB7;
}
@-ms-viewport { 
 width: device-width;
}
@-o-viewport { 
 width: device-width;
}
@viewport { 
 width: device-width;
}
@media all and (max-width:360px){
	.page_content {
		width: 100%;
	}
}