.block-table{
	margin-bottom: 60px;
}

.block-table h5{
	font-weight: 800;
	font-size: 25px;
	line-height: 140%;
	color: #042442;
}
.table__result{
	width: 100%;
}

.table__result th{
	padding: 22px 30px 10px 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #8292A1;
}

.table__result td{
	padding: 20px 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #042442;
	border-bottom: 1px solid #EFF4F8;
}
.table__result tr:last-child td{
	border-bottom: unset;
}


.table__result tbody{
	background: #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.table__result tbody tr:last-child td:first-child{
	border-bottom-left-radius: 12px;
}
.table__result tbody tr:last-child td:last-child{
	border-bottom-right-radius: 12px;
}
.table__result tbody tr:first-child td:first-child{
	border-top-left-radius: 12px;
}
.table__result tbody tr:first-child td:last-child{
	border-top-right-radius: 12px;
}

.wrapper__orders {
	margin-top: 76px;
}

.wrapper__orders h1 {
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
	color: #042442;
}

.wrapper__orders h5 {
	font-weight: 800;
	font-size: 25px;
	line-height: 140%;
	color: #042442;
}

.row__inform-order {
	background: #FFFFFF;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	margin-bottom: 100px;
}

.block__text-order {
	height: auto;
	min-height: 520px;
	padding: 35px 45px;
}

.block__text-order p {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #445361;
	margin-bottom: 30px;
}

.order__link {
	padding: 35px 45px;
	position: relative;
	background: url("/assets/img/logo-frame.png") 101% 82% no-repeat;
}

.order__link:after {
	content: '';
	width: 1px;
	height: calc(100% - 40px);
	display: block;
	background-color: #C5D7E7;
	position: absolute;
	top: 20px;
	left: 0;
}


.order__link h3 {
	font-weight: 800;
	font-size: 20px;
	line-height: 140%;
	color: #042442;
	margin-bottom: 20px;
}

.order__link h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #042442;
	margin-bottom: 1rem;
}

.order__link a {
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	color: #41A1F2;
	margin-bottom: 18px;
	display: inline-block;
}

.order__link ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.row__accordion-orders {
	margin-bottom: 80px;
}

.row__accordion-orders .accordion-button::after {
	content: unset;
}

.row__accordion-orders .accordion-item {
	background: transparent;
	border: unset;
	margin-bottom: 20px;
}

.row__accordion-orders .accordion-item .accordion-button {
	background: #FFFFFF;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	justify-content: space-between;
	transition: all .2s ease;
	padding: 21px 21px 18px 39px;

}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 12px;
}

.accordion-button .title__acc {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #042442;

}

.order__link-btn {
	background: #EFF4F8;
	border-radius: 10px;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	color: #445361;
}

.order__link-btn:not(:last-child) {
	margin-right: 10px;
}


.order__link-btn:hover {
	background: #C5D7E7;
}

.link__btn-com {
	text-transform: uppercase!important;
	font-weight: 500!important;
	font-size: 16px!important;
	line-height: 140%!important;
	color: #41A1F2!important;
	background: #EFF4F8!important;
	border-radius: 10px!important;
	position: relative!important;
	padding-left: 50px!important;
	padding-right: 20px!important;
	display: flex!important;
	align-items: center!important;
}

.row__accordion-orders .link__btn-com {
	background: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.link__btn-com:before {
	content: '';
	position: absolute;
	top: calc(50% - 11px);
	left: 20px;
	width: 21px;
	height: 21px;
	display: block;
	background: url(img/FileArrowDown.svg) 0 0 no-repeat;
}

.info__file-all {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	background: #F8F9FB;
	border-radius: 10px;
	padding: 9px 12px 9px 31px;
}

.body__pills > .d-flex.align-items-start {
	justify-content: space-between;
}

.body__pills .nav-pills {
	width: 30%;
	flex: 1;
}

.body__pills .tab-content {
	width: 700%;
	flex: 3;
	margin-top: 31px;
}

.row__accordion-orders .accordion-body {
	background: #fff;
	padding: 26px 21px 39px 36px;
}

.info__file-all span {
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	color: #000000;
}

.info__file-all:not(:last-child) {
	margin-bottom: 10px;
}

.body__pills .nav-link {
	background: #F8F9FB;
	border-radius: 10px;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
	color: #042442;
	padding: 14px 28px;
	border: none;
	box-shadow: none;
	width: 100%;
}

.body__pills .nav-link.active {
	-webkit-box-shadow: 0 4px 46px rgba(144, 219, 243, .65);
	box-shadow: 0 4px 46px rgba(144, 219, 243, .65);
	background: -webkit-gradient(linear, left top, right top, color-stop(-6.9%, #4BC2F9), color-stop(103.92%, #44DBB5));
	background: -o-linear-gradient(left, #4BC2F9 -6.9%, #44DBB5 103.92%);
	background: linear-gradient(
		90deg, #4BC2F9 -6.9%, #44DBB5 103.92%);
	color: #ffffff;
}

.body__pills .nav-link:not(:last-child) {
	margin-bottom: 10px;
}

.body__pills .nav>h5{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #445361;
	margin-bottom: 12px;
}

.row__accordion-orders .accordion-collapse{
	position: relative;
	transform: translate(0px, -9px);
}

.row__accordion-orders .accordion-collapse:after{
	content: '';
	position: absolute;
	top:10px;
	left: 25px;
	width: calc(100% - 50px);
	height: 1px;
	display: block;
	background: #C5D7E7;
}
.info__file-all {
	margin-left: 10px;
}
/*style orders*/














