.order{
	margin-bottom: 80px;
}
.main-tabs {
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
}
.products:after, .main-tabs:after, .main-tabs-content:after, .catalog:after {
    content: "";
    display: table;
    clear: both;
}
.notabstitle {
	transition: all .2s ease;
	font-size: 18px;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	border-radius: 0;
	font-weight: 400;
	text-align: center;
	padding: 0 20px;
	position: relative;
	float: left;
}
.notabstitle:after {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background: #2980b9;
}

.order .product_list {
	border: 1px solid #2d2d2d8c;
	background: #1d1c1c;
	display: flex;
    justify-content: space-between;
}
.pay:after, .pay:before {
	content: " ";
	display: table;
}
.pay:after {
	clear: both;
}
.pay {
	text-align: center;
/*	border-left: 1px solid #e1e2e3;
	border-bottom: 1px solid #e1e2e3;*/
	margin-bottom: 10px;
	margin-top: 2px;
}
.pay__item {
	position: relative;
	display: block;
	float: left;
	width: 24.4%;
	height: 152px;
	color: #141414;
	border: 1px solid #2d2d2d8c;
	margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 12px;
/*	border-left: none;
	border-bottom: none;*/
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.pay__item:after {
	position: absolute;
	content: "";
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,148,233,.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 11px;
}
.pay__item--active {
	cursor: default;
	color: #141414;
}
.pay__item--active:after {
	opacity: 1;
	visibility: visible;
}
.pay__icon {
	height: 99px;
}
.pay__icon-img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pay__name {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}
.pay__commis-wrapper {
	display: block;
	font-size: 15px;
	color: rgb(255 255 255 / 60%);
}
.pay__item:hover {
	z-index: 2;
	box-shadow: 0 0 16px rgb(255 255 255 / 8%);
}

.important {
	padding: 20px 30px 20px 70px;
	font-size: 16px;
	display: block;
	background: #faf2d8 url(../img/important.png) no-repeat 25px center;
	color: #484848;
	border-radius: 3px;
	margin: 30px auto;
}
#pay input[type=text] {
	transition: all .3s ease;
	display: block;
	border: 1px solid #d2d2d2;
	position: relative;
	height: 40px;
	width: 200px;
	vertical-align: top;
	line-height: 40px;
	padding: 0 20px;
	background: #1d1c1c;
	margin: 20px auto;
}
#pay input[type=submit] {
	background: #2980b9;
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: 150ms;
	transition: 150ms;
	margin: 0 auto;
}
.list_body {
	background: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}
.product_list {
	transition: all 0.2s ease;
	line-height: 50px;
	color: #2980b9;
	display: block;
	padding: 0 25px;
	height: 50px;
	border-bottom: 1px solid #dddddd;
}
.main__folder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0;
	line-height: 1;
	font-size: 15px;
}
.main__folder_href {
	margin-right: 9px;
	color: #7f7f7f;
}
.main__folder_section {
	color: #7f7f7f;
}
.main__folder .fa {
	color: #2980b9;
	margin-right: 9px;
}
.fa-angle-right:before {
	content: "\f105";
}