*{
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	-webkit-tap-highlight-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #303030;
}
/*html,
body{
	 overflow-x: hidden;
}*/
html{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}
@-moz-document url-prefix(){
    h1, h2, h3, h4, h5, h6{
        font-weight: lighter !important;
    }
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ @media {
    h1, h2, h3, h4, h5, h6{
        font-weight: lighter !important;
    }
}}
body{
	max-width: 1920px;
	margin: 0 auto;
}
.container{
	max-width: 1110px;
	padding: 0 45px;
	margin: 0 auto;
}

img{
	display: block;
}

h1{
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
}

h2{
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-transform: capitalize;
}

h2{
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	text-transform: capitalize;
}

ul, li{
	margin-left: 20px;
	margin-top: 15px;
}


/* RISE */
.rise_header{
	background: url(../img/rise.png) no-repeat right top;
	padding: 170px 0 95px;
}
.rise_logo{
	display: block;
	width: 288px;
}
.rise_logo img{
	width: 100%;
}
.rise_links{
	margin-top: 32px;
}
.rise_links a{
	text-decoration: none;
	outline: none;
	border: none;
	display: block;
	padding: 6px 0 6px 30px;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	transition: .2s;
	position: relative;
}
.rise_links a:before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/flag.png) no-repeat;
	transition: .2s;
	position: absolute;
	top: calc(50% - 7.5px);
	left: 0;
}
.rise_links a:hover{
	color: #303030;
}
.rise_links a:hover:before{
	background: url(../img/flag_active.png) no-repeat;
}
.rise_text h2,
.rise_text h3{
	margin-top: 30px;
}
.rise_text h2:first-child{
	margin-top: 0;
}
.rise_text div p{
	margin-top: 10px;
}


/* FOOTER */
.footer_rise{
	background: url(../img/footer_rise.png) no-repeat left bottom;
	padding: 226px 0;
	margin-top: -55px;
}
.foot_rise{
	width: 300px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-left: auto;
}
.foot_rise div{
	display: flex;
	justify-content: space-between;
}
.foot_rise a{
	font-size: 16px;
	line-height: 19px;
}
.foot_rise p{
	order: 1;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	margin-top: 10px;
}


/* LAYOUT */
@media screen and (max-width: 1600px){
	.rise_header{
		background-size: 1000px;
		padding: 170px 0 50px;
	}
}
@media screen and (max-width: 1400px){
	.rise_header{
		background-size: 850px;
	}
	.footer_rise{
		background-size: 1150px;
		padding: 206px 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 992px){
	.rise_header{
	    background-size: 700px;
	}
	.footer_rise{
	    background-size: 800px;
	    padding: 136px 0;
	}
}
@media screen and (max-width: 768px){
	*{
		font-size: 14px;
		line-height: 16px;
	}
	h2{
		font-size: 24px;
		line-height: 28px;
	}
	h3{
		font-size: 20px;
		line-height: 23px;
	}
	.rise_header{
	    background-size: contain;
	    padding: 170px 0 30px;
	}
	.rise_logo{
		width: 260px;
	}
	.rise_links{
	    margin-top: 12px;
	}
	.rise_links a{
		font-size: 14px;
		line-height: 16px;
	}
	.footer_rise{
	    background-size: 550px;
	    padding: 76px 0;
	}
	.foot_rise{
		width: 180px;
	}
	.foot_rise div{
		flex-direction: column;
	}
	.foot_rise a{
		font-size: 12px;
		line-height: 14px;
		text-align: right;
	}
	.foot_rise a:last-child{
		margin-top: 10px;
	}
	.foot_rise p{
		font-size: 12px;
		line-height: 14px;
	}
}
@media screen and (max-width: 576px){
	.container{
		padding: 0 15px;
	}
	.footer_rise{
	    background-size: 260px;
	    padding: 45px 0;
	    margin-top: 0;
	}
}
