/***CUSTOM CSS RULES FOR YOUR SITE***/
body{	
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;	
	user-select: text;	
}
.top-menu-wrapper{
background: rgb(118,179,245);
background: linear-gradient(0deg, rgba(118,179,245,1) 0%, rgba(40,107,198,1) 100%);
/* 	background: #286bc6; */
/*
	background: rgba(47,40,104,1);
background: -moz-linear-gradient(top, rgba(47,40,104,1) 0%, rgba(107,91,162,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,40,104,1)), color-stop(100%, rgba(107,91,162,1)));
background: -webkit-linear-gradient(top, rgba(47,40,104,1) 0%, rgba(107,91,162,1) 100%);
background: -o-linear-gradient(top, rgba(47,40,104,1) 0%, rgba(107,91,162,1) 100%);
background: -ms-linear-gradient(top, rgba(47,40,104,1) 0%, rgba(107,91,162,1) 100%);
background: linear-gradient(to bottom, rgba(47,40,104,1) 0%, rgba(107,91,162,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2868', endColorstr='#6b5ba2', GradientType=0 );
*/
	
}
.horizontal-multilevel-menu > li > a{
		color: #fff;
}
	
.b-payment .payment .payment-method {
border: 1px solid #0a3a82;
min-height: 185px;
margin-bottom: 44px;
}
.b-payment .payment .payment-method .img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 136px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.b-payment .payment .payment-method .img * {
fill: #0a3a82;
}
.b-payment .payment .payment-method .name {
font-size: 16px;
text-transform: uppercase;
text-align: center;
}
.b-payment .coloring {
background-color: #eee;
margin-bottom: 80px;
margin-top: 80px;
padding: 52px 0;
}
.b-payment .coloring .img-coloring {
width: 70px;
margin-right: 35px;
margin-left: 10px;
}
#content > div > div > div.coloring > div > div {
line-height: 1.5;
margin-top: -73px;
margin-left: 120px;
}
.b-payment .coloring .title {
font-size: 38px;
font-weight: 700;
}
.b-payment .coloring .description {
font-size: 14px;
}