#method_pay{
    background-color: #f5f5f5;
min-height:100vh;
    padding-top: 42px;
	padding-bottom: 50px;
}
#method_pay .title h1{
    color: #2b3a4f;
    font-family: Roboto-Regular;
    font-size: 41px;
    line-height: 1.2;
    text-align: center;
}
#method_pay .title_description {
    color: #2b3a4f;
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 23px;
	margin-bottom:30px;
    text-align: center;
}
#method_pay .cell{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(174, 174, 174);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
	overflow: hidden;
	margin-top:30px;
	padding-top: 18px;
	text-align:center;
}
#method_pay .cell img{
	padding:0 5px;
}
#method_pay .cell img{
	max-width:100%;
}
#method_pay .cell .button a{
	margin-top: 10px;
	margin-bottom: 17px;
	min-width: 190px;
	padding: 7px 15px;
	width: auto;
}
#method_pay .cell .name{
	color:#2b3a4f;	
	font-family:Roboto-Regular;
	font-size:18px;
	line-height:1.2;
	margin: 15px auto;
	min-height: 2.4em;
}