.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.hover-translate{-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}
.hover-translate:hover{-webkit-transform:translate(0,-20px);-moz-transform:translate(0,-20px);transform:translate(0,-20px);}
.boxshadow:hover{
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
}
a:focus{
	outline:none;
}
.financing-operations h1,
.financing-operations h2,
.financing-operations h3,
.financing-operations ul,
.financing-operations li,
.financing-operations p{
	margin:0px;
	padding:0px;
	list-style:none;
}

.financing-operations{
	margin-top:189px;
	padding-bottom:40px;
}
.financing-operations section article a {color: #0ebae3;display: inline;}


.section {
	margin-top:40px;
}
.section h2{
	color: #860c15;line-height: 1.2;font-size: 3.6rem;margin:10px 0 30px 0;
}
.section article,.section ul{
	font-size: 1.8rem;
    font-weight: 300;
	line-height: 1.39;
    color: #666666;
	margin-top:15px;
	width:71.88%;
}
.section ul li{
	overflow: hidden;
    padding-left: 45px;
    position: relative;
	margin-bottom:10px;
}
.section ul li span{
	background: #666 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 8px;
    left: 22px;
    margin-top: 10px;
    position: absolute;
    width: 8px;
}
.section1 {
	margin-top:0px;
}
.section1 h1{
	font-size:4.6rem;
	line-height:1.13;
	color:#860c15;
}
.section1 article{
	margin-top:20px;
}
.section1 figure{
	display:block;
	margin-top:40px;
}
.section1 figure img{
	width:100%;
	display:block;
}

@media only screen and (max-width: 1053px) {
	.financing-operations{margin-top: 50px;}	
}

@media only screen and (min-width: 0px) and (max-width: 989px) {

.section1 h1 {
    font-size: 3.1rem;
}

.section article, .section ul {
    font-size: 1.5rem;
    line-height: 1.4;
	width:100%;
}

.section h2 {
    font-size: 2.4rem;
    line-height: 1.25;
}

.financing-operations{
	padding-left:22px;
	padding-right:22px;
}

}
ul.inList li{
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.inList li::before {
    background-color: #666;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 8px;
}
























