*{
	box-sizing: border-box;
}

html, body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	line-height: 22px;
	font-size: 1em;
	/*overflow: hidden;*/
}
img{
	max-width: 100%;
}
h1 {			
	font-size: 2em;
    color: #34ABDF;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.4;
}
a {
	color:#909090;
	text-decoration: none;
}
.container {
	width: 1020px;
	margin: 10px auto 10px auto;
	height: auto; 
	overflow: hidden;
	display: flex;
	max-width: 100%;
}
.top_menu{
	border-bottom: 1px solid rgba(144, 144, 144, 0.25);
	margin-bottom: 10px;
	padding: 10px 0;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.top_menu a:hover {
	text-decoration: underline;
}
.top_menu > div{
	width: 50%;
	display: inline-block;
	
}
.top_menu .left-side{
	text-align: left;
	display: flex;
	justify-content: space-between;
	float: left;
}
.top_menu .right-side{
	text-align: right;
	float: right;
	
}

.btn{
	background: #34ABDF;
	border-radius: 60px;
	padding: 15px 25px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	display: block;
	transition: 0.2s;
	margin: 40px 0 40px 0;
	width: max-content;
}
.btn:hover{
	background: #34ABDF;
	box-shadow: 0px 4px 10px rgba(52, 171, 223, 0.8);
}
.link{
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #34ABDF;
	display: block;
	position: relative;
	z-index: 999;
}
.link:hover{
	color: #ed6412;
	text-decoration-line: none;
}
.container_title{
	text-align: right;
	margin-right: 20px;
}
.left-content{
	width: 55%;
	padding-right: 20px;
}
.right-content{
	padding-left: 20px;
	width: 45%;
}
.demo{
	background: url(../img/logo.png);
	background-size: 25px;
	height: 50px;
	padding: 15px 40px;
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer{
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0;
}
.footer .foot_bg{
	position: absolute;
	width: 100%;
	bottom: 0;
    z-index: 10;
}
.fly{
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 20%;
    z-index: 20;
}
.screen{
    width: 500px;
    display: block;
    margin: -10px -20px 0 auto;
}
.mob_text{
	display: none;
}
.visible_xs{
	display: none;
}

@media (min-width: 768px) and (max-width: 1120px) {
	.footer{
		position: relative;
		bottom: 0;
	}
	.screen{
    	width: 440px;
	}
	.container{
		padding: 0 20px;
	}
	html, body {
		font-size: 0.9em;
		overflow-y: auto;
	}
	iframe{
		height: 200px !important;
	}
	.btn{
		font-size: 1em;
	}
		
}
@media (max-width: 768px) {
	html, body {
		overflow-y: auto;
	}
	.hidden_xs{
		display: none;
	}
	.visible_xs{
		display: block;
	}
	.link{
		text-align: center;
	}
	.footer {
	    display: none;
	}
	.btn{
		width: auto;
		text-align: center;
		margin: 10px 20px 50px 20px;
	}
	.mob_text{
		display: block;
		text-align: center;
		margin: 40px 0;
	}
	.container{
		flex-direction: column;
		margin: 0;
	}
	.top_menu > .left-side, .top_menu > .right-side{
		display: none;
	}
	.top_menu{
		height: 50px;
		background: url(img/bg-header.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center top;
		border: none;
	}
	.left-content{
		width: 100%;
		padding: 0;
		padding: 10px;
	}
	.right-content{
		width: 100%;
		padding: 10px;
	}
	h1{
		font-size: 30px;
	}
	.container_title {
	    text-align: center;
	    margin-right: 0;
	}
	.screen {
	    margin: 0;
	    
	}
	.mob_footer{
		margin-top: 40px;
		padding: 60px 10px 150px 10px;
		background: url(img/bg-footer.svg);
		background-position: center top;
		text-align: center;
		background-size: contain;
		position: relative;
	}
	.mob_footer:before{
		content: "";
		width: 100%;
		height: 50%;
		background: #ededed;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.mob_footer a{
	    display: block;
	    text-align: center;
	    width: max-content;
	    margin: 0 auto;
	    padding: 10px 0;
	    border-bottom: 1px solid rgb(52 171 223 / 50%);
	    color: #000;
	    margin-bottom: 15px;
		
	}
	.fly_mob{
		position: absolute;
	    bottom: 20px;
	    right: 0px;
	    width: 70%;
	}
}
.link-seo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; 
}