@font-face {
	font-family: 'VTBGroupWeb-Light';
	src: url('../fonts/VTBGroupWeb-Light.eot');
	src: url('../fonts/VTBGroupWeb-Light.eot') format('embedded-opentype'),
	url('../fonts/VTBGroupWeb-Light.woff') format('woff'),
	url('../fonts/VTBGroupWeb-Light.ttf') format('truetype'),
	url('../fonts/VTBGroupWeb-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VTBGroupWeb-Bold';
	src: url('../fonts/VTBGroupWeb-Bold.eot');
	src: url('../fonts/VTBGroupWeb-Bold.eot') format('embedded-opentype'),
	url('../fonts/VTBGroupWeb-Bold.woff') format('woff'),
	url('../fonts/VTBGroupWeb-Bold.ttf') format('truetype'),
	url('../fonts/VTBGroupWeb-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VTBGroupWeb-Book';
	src: url('../fonts/VTBGroupWeb-Book.eot');
	src: url('../fonts/VTBGroupWeb-Book.eot') format('embedded-opentype'),
	url('../fonts/VTBGroupWeb-Book.woff') format('woff'),
	url('../fonts/VTBGroupWeb-Book.ttf') format('truetype'),
	url('../fonts/VTBGroupWeb-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VTBGroupWeb-DemiBold';
	src: url('../fonts/VTBGroupWeb-DemiBold.eot');
	src: url('../fonts/VTBGroupWeb-DemiBold.eot') format('embedded-opentype'),
	url('../fonts/VTBGroupWeb-DemiBold.woff') format('woff'),
	url('../fonts/VTBGroupWeb-DemiBold.ttf') format('truetype'),
	url('../fonts/VTBGroupWeb-DemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*	{
	margin: 0;
	padding: 0;
}

html, body	{
	height: 100%;
	width: 100%;
	font-size: 16px;
}

body	{
	color: #2b2d33;
	background: #fbfbfb;
	font-family: 'VTBGroupWeb-Book', sans-serif;
	line-height: 1.25;
	color: #6c7683;
}

a	{
	color: #384195;
	text-decoration: none;
}
a:hover	{
	text-decoration: none;
	color: #384195;
}
p	{
	margin: .5rem 0;
}

header	{
	height: 100px;
}
.table-bordered {
    border: 0;
}
.b-container {
	max-width: 84%;
	margin: 0 auto;
}

header, footer	{
	background-color: #333333;
}
.header__logo img	{
	max-height: 100px;
}

header a	{
	color: #339fff;
    display: block;
    font-size: 1.3rem;
    transition: .3s;
}
header a:hover	{
	color: #ffffff;
}
.header__tel a	{
	margin: .15rem 0;
}
.header__links,.header__tel	{
	height: 100px;
	float: right;
}
.header__links a	{
	font-size: 1rem;
	color: #ffff;
    transition: .3s;
	line-height: 1.7;
}
.header__links a:hover	{
	color: #339fff;
}
h1	{
	font-size: 1.5rem;
    font-weight: normal;
    font-family: 'VTBGroupWeb-DemiBold', sans-serif;
	margin: 1rem 0;
}

main	{
	padding: 1rem 0;
}
.login_form	{
	margin-bottom: 1rem;
}
footer	{
	color: #ababab;
}
#bonus	{
	color: #ffffff;
	font-size: 1rem;
    line-height: 1.7;
}
.top_menu	{
	margin: 3rem 0 0 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #339fff;
}
.nav-link {
	display: block;
    padding: .5rem 1rem;
    font-size: 1.1rem;
    color: #737373;
    transition: .3s;
    font-family: 'VTBGroupWeb-DemiBold', sans-serif;
}
.nav-link:hover {
	color: #339fff;
}
ul.nav	{
	background: #f3f3f3;
    padding: .3rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.table thead th {
    font-weight: normal;
	font-family: 'VTBGroupWeb-DemiBold', sans-serif;
	vertical-align: middle;  
}
.table {
    text-align: center;
}
.table-sm td, .table-sm th {
    padding: .5rem .3rem;
	vertical-align: middle;
}
.table-orders	{
	font-family: 'VTBGroupWeb-Light', sans-serif;  
	font-size: .9rem;
	display: table;
}
.table-orders td.td_files	{
	text-align: left;
}
.table-orders td.td_files a	{
	margin: .3rem 0;
	display: block;
}

td a	{
	color: inherit;
}
td a:hover	{	
	color: #339fff;
}
.table thead th {
    border-bottom: 0;
	background: #f3f3f3;
}

.status_1, .docs_status_1	{
	background-color: #ff9393;
}
.status_2, .docs_status_2	{
	background-color: #c793ff;
}
.status_3, .docs_status_3	{
	background-color: #ffcf93;
}
.status_4, .docs_status_4	{
	background-color: #fffc93;
}
.status_5, .docs_status_5	{
	background-color: #dbe88f;
}
.status_6, .docs_status_7	{
	background-color: #68ca5c;
}
.status_7, .docs_status_6	{
	background-color: #86f9f9;
}
.status_8	{
	background-color: #d7da2f;
}
.status_9	{
	background-color: #0fb3ce;
}

.status_0, .docs_status_0	{
	background-color: #cccccc;
}
.status_10	{
	background-color: #df7cca;
}
.b-container .chosen-container .chosen-results {
	max-height: 280px;
}

.chosen-container-single .chosen-drop, form .chosen-container {
    font-size: 1rem;
	width: auto!important;
	min-width: 15rem!important;
}
form .chosen-container-single .chosen-default {
    color: #6c7683;
    height: auto;
}
.form-check {
    margin: .5rem 0;
}
.form-check-label,.form-check-input {
    cursor: pointer;
}

.left-th	{
	background: #e8e8e8;
    font-family: 'VTBGroupWeb-Book', sans-serif;
    text-align: left;
    padding: .5rem;
    width: 12rem;
}

.prepay__row td:nth-child(-n+2)	{
	background: #b4ffe3;
}
.pay__row td:nth-child(-n+2)	{
	background: #99ff99;
}
.approved__row td:nth-child(-n+2)	{
	background: #e4cbf1;
}
.pay_status_1 {
  background: #e4cbf1;
}
.pay_status_2 {
  background: #b4ffe3;
}
.pay_status_3 {
  background: #99ff99;
}
.d-flex label	{
	margin: 0;
	cursor: pointer;
}
.ajax_status, .ajax_pay_status, .ajax_docs_status	{
	background: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control {
  max-width: 30rem;
	width: auto;
}
textarea.form-control {
  width: 100%;
}

.table-files	{
	text-align: left;
	min-width: 60rem;
}
.table-files td	{
	vertical-align: top;
}
.table-files ul	{
	list-style: none;
}
.custom-file {
    width: auto;
}
.custom-file-label::after {
    content: "Обзор";
}
.table-files li	{
	display: flex;
    justify-content: space-between;
	margin: .3rem 0;
}
.table-files li a	{
	display: inline;
}

.form-checkbox	{
	vertical-align: middle;
	height: calc(1.5em + 0.75rem + 2px);
	font-size: 1rem;
	width: 1.2rem;
	cursor: pointer;
}

.nowrap	{
	white-space: nowrap;
}

.nav-link.orange	{
	color: #ff8d00;
}


.delete-file {
	cursor: pointer;
}
.delete-file:hover {
	color: #f00;
}



.form-control-file, .form-control-range {
    display: block;
    width: auto;
}
.request-block>div {
	width: 30rem;
	margin-right: 3rem;
}



.red	{
	color: #f00;
}

.pagination {
    overflow: auto;
}

.dataTable th	{
	cursor: pointer;
}

.sorting-row	{
	margin-bottom: 1rem;
}

.fullwidth	{
	width: 100%;
	max-width: none;
}

.green	{
	color: #41c129;
}
.blue	{
	color: #027fff;
}

.modal-open {
	overflow-y: scroll;
	padding-right: 0!important;
}

#calendar {
	width: 100%;
	font-size: 1rem;
	text-align: center;
}
#calendar thead tr:last-child {
	color: rgb(85, 85, 85);
}
#calendar thead tr:nth-child(1) td:nth-child(2) {
	color: rgb(50, 50, 50);
}
#calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover {
	cursor: pointer;
}
#calendar tbody td {
	color: rgb(44, 86, 122);
}
#calendar tbody td:nth-child(n+6), #calendar .holiday {
	color: rgb(230 39 39);
}
#calendar tbody td.today {
	background: rgb(235 243 237);
	color: #000;
}

#calendar dl 	{
	list-style: none;
	margin-top: 1rem;
}
#calendar.table-bordered thead td {
	border-bottom-width: 0;
	font-family: 'VTBGroupWeb-DemiBold';
}
#calendar.table-bordered thead td div {
	font-family: 'VTBGroupWeb-Light', sans-serif;
	color: #2b2d33;
}

.modal-dialog {
	max-width: 840px;
	margin: 1.75rem auto;
}





.delivery_1,.delivery_2	{
	background: #cbffca;
}
.delivery_3,.delivery_4	{
	background: #caebff;
}


.date_input	{
	background: none;
	border: 0;
	cursor: pointer;
	text-align: center;
}

.manager_1	{
	background-color:rgb(109, 177, 236)
}
.manager_2	{
	background-color:rgb(250, 166, 208)
}

.small_font	{
	font-size: .77rem;
}































@media (max-width: 1600px)	{		
	.file-col	{
		min-width: 10rem;
	}
}
@media (max-width: 1224px)	{		
	html	{
		font-size: 14px;
	}
	.b-container {
		max-width: 90%;
	}
}
@media (max-width: 767px)	{
	header {
		height: auto;
	}
	.header__logo	{
		text-align: center;
	}
	.header__logo img {
		max-width: 100%;
	}
	.header__links, .header__tel {
		height: auto;
		float: none;
		padding: 1rem 0;
	}
	.header__links	{
		width: 17rem;
		margin: 0 auto;
	}
	.footer	{
		font-size: 1rem;
	}
	.footer	.row div	{
		margin: 1rem 0;
		text-align: left!important;
	}
	.pagination	{
		font-size: 1rem;
	}
	.b-container {
		max-width: 90%;
	}
	.nav {
		flex-direction: column;
	}
	.export-form	{
		margin: 1rem 0;
	}
	.request-block	{
		flex-direction: column;
	}
	.request-block>div {
		width: 100%;
	}
	.table-orders	{
		display: block;
	}
}

