@media screen and (max-width:480px) {
	
	br {
		display:none;	
	}
	
	.wrap {
		width:95%;
	}


	.full {
		min-width:320px;
	}

	.header {
		position:relative;
		padding: 0 0 100px;
		background:url(images/2.jpg) center;
		background-size:cover;
	}

	.header .nav {
		background: rgb(255, 255, 255);
		z-index: 100;
		position: relative;
		padding: 14px 0;
	}

	.header .logo {
		float: left;
    	width: 50%;
	}

	.header .logo i {
		padding: 0 10px;
		color: rgb(239, 36, 36);
	}

	.header .logo p img{
		width: 70%;
	}

	.header .logo span {
		font-weight:700;
	}

	.header .snet {
		width: 130px;
		float: left;
		text-align: left;
		padding: 11px 0 0;
	}

	.header .snet span {
		display:none;
	}

	.header .snet a {
		display: inline-block;
		padding: 6px 10px;
		font-size: 20px;
		color: #fff;
		background: #7b4eb7;
		border-radius: 4px;
	}

	.header .snet a:nth-child(2) {
		background: #4e82b7;
	}

	.header .buttons {
		float: right;
	    width: 50%;
	    text-align: right;
	}

	.header .buttons span {
		font-size: 11px;
		color: #c3c3c3;
		display: block;
	}

	.header .buttons a {
		display: block;
		text-align: right;
		font-size: 18px;
		font-weight: 500;
		color: #f25140;
	}

	.header .buttons p {
		font-size: 14px;
    	color: #f25140;
	}

	.header {
		position:relative;
	}

	.header:before {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(37, 33, 33, 0.74);
		background: linear-gradient(-135deg, rgba(177, 16, 113, 0.61), rgba(0, 58, 113, 0.82));
		position: absolute;
		left: 0;
		top: 0;
	}

	.header .col-content {
		width: 100%;
		float:none;
	}

	.header .col-content h1 {
		font-size: 31px;
		font-weight: 800;
		padding: 70px 0 20px 0;
		color: rgb(255, 187, 45);
	}

	.header .col-content h1 span {
		font-size: 36px;
		font-weight: 900;
		color: #f9b505;
	}

	.header .col-content h2 {
		font-size: 17px;
		font-weight: 400;
		color: #fff;
		line-height: 1.5;
	}

	.header .col-content .items {
		padding:30px 0 0;
	}

	.header .col-content .item {
		width: 300px;
		float: none;
		margin: 8px 50px 9px 25px;
		position: relative;
		color: #fff;
		font-size: 15px;
	} 

	.header .col-content .item:before {
		content: "";
		width: 10px;
		height: 10px;
		background: #ef2424;
		position: absolute;
		left: -21px;
		top: 6px;
	}

	.header .col-form {
		width: 98%;
		float: right;
		position: relative;
		border: 2px solid #fff;
		border-radius: 6px;
		margin: 60px 0 0;
	}

	.header .col-form:before {
		content: "";
		left: -7px;
		right: -7px;
		top: -7px;
		bottom: -7px;
		background: #f7f3f3de;
		position: absolute;
		z-index: -1;
		border-radius: 8px;
	}

	.header .col-form:after {
		content: "";
		left: 20px;
		right: 20px;
		top: 19px;
		bottom: -16px;
		background: #9a9a9a7a;
		position: absolute;
		z-index: -2;
		border-radius: 5px;
	}

	.header .col-form .form {
		padding: 20px;
		background: #fff;
	}

	.header .col-form h4  {
		font-size: 19px;
		font-weight: 800;
		padding: 19px 0 0 0;
		text-align: center;
		color: #3a3a3a;
	}

	.header .col-form p  {
		font-size: 14px;
		font-weight: 500;
		padding: 11px 0 6px 0;
		text-align: center;
		color: rgb(105, 105, 105);
	}

	.header .col-form label  {
		font-size:14px;
		font-weight:700;
		padding:0 0 0 0;
	}

	.header .col-form input  {
		outline: none;
		padding: 20px 18px;
		border: 1px solid #dadada;
		width: calc(100% - 38px);
		font-weight: 500;
		border-radius: 5px;
		box-shadow: 0 10px 35px rgba(0,0,0,.11);
		margin: 12px 0 0;
	}

	.header .col-form .submit {
	   background: linear-gradient(180deg, rgba(249, 181, 5, 1) 0%, rgba(249, 151, 5, 1) 100%);
		padding: 26px 0;
		display: block;
		border-radius: 39px;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		box-shadow: 0px 15px 20px rgba(249, 181, 5, 0.25);
		border: none;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 15px 0;
	} 

	.header .col-form .submit:hover {
		background:rgb(255, 207, 84);
		background: linear-gradient(180deg, rgb(255, 207, 84) 0%, rgb(255, 174, 54) 100%);
	}

	.header .col-form .submit span {
		position:relative;
		left:-38px;
	}

	.header .col-form .submit:before {
		content: "";
		width: 111px;
		height: 61px;
		background: url(images/1.png);
		position: absolute;
		right: -15px;
		top: 13px;
	}

	.header .col-form  span.text {
		text-align: center;
		display: block;
		font-size: 11px;
		padding: 7px 0 24px 0;
		color: #777;
	}

	.header .col-form .item span {
		display: inline-block;
		width: 63px;
		height: 63px;
		float: left;
		top: 21px;
		position: relative;
		left: 40px;
		margin: 0 4px 0 -27px;
		border-radius: 50%;
		box-shadow: 0 10px 35px rgba(0,0,0,.11);
		display:none;
	}

	.header .col-form .item p {
		width: 100%;
		display: inline-block;
		padding: 32px 1px 29px 0;
		float: none;
		font-size: 14px;
		font-weight: 600;
		color: #339bae;
		text-align: center;
	}

	.section-1 {
		position: relative;
		padding: 70px 0 70px;
		background: #fff url(images/g1.png) center -105px no-repeat;
	}

	.section-1:before {
		content: "";
		width: 1834px;
		height: 1041px;
		background: url(images/g2.png) center;
		position: absolute;
		left: -71px;
		top: -87px;
	}

	.section-1 h2 {
		text-align: center;
		font-size: 28px;
		font-weight: 500;
		padding: 0 0 50px;
	}

	.section-1 .col {
		width: 48%;
		float: left;
		height: 260px;
		box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
		background: #fff;
		margin: 0 1% 20px;
		position: relative;
		border-radius: 4px;
	}

	.section-1 .col .image {
		height: 128px;
		background: #444;
	}

	.section-1 .col .name {
		font-size: 17px;
		font-weight: 500;
		padding: 10px 10px 11px;
		letter-spacing: 0.3px;
	}

	.section-1 .col p {
		padding: 0 10px 27px;
		position: relative;
		font-size: 12px;
	}

	.section-2 {
		padding: 100px 0 70px;
		position: relative;
		background: #EAF3FC;
	}

	.section-2 h2 {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0.3px;
		text-align: center;
		padding: 0 0 50px;
	}

	.section-2 h3 {
		font-size: 16px;
		padding: 22px 0px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 1.7;
		color: #de2929;
	}

	.section-2 ul {
		width: 98%;
	}

	.section-2 ul li {
		width: 100%;
		padding: 12px 20px 0;
		position: relative;
		margin: 0 20px;
	}

	.section-2 ul p {
		padding: 6px 39px 13px;
		font-style: italic;
		font-size: 13px;
		color: #888;
	}

	.section-2 ul li:before {
		content: "";
		width: 18px;
		height: 1px;
		position: absolute;
		left: -17px;
		top: 21px;
		background: #FF6C4F;
	}

	.section-2 ul li span:nth-child(1) {
		width:200px;
		float:left;
	}

	.section-2 ul li span:nth-child(2) {
		width:100px;
		float:right;
	}

	.section-2 .col-1 {
		width:100%;
		float:none;
	}

	.section-2 .col-2 {
		width:100%;
		float:none;
		padding:30px 0 0;
	}

	.section-2 .col-2 .item {
		height: 400px;
		background:#f2f2f2;
	}


	.section-2 .owl-next { 
		position: absolute;
		font-size: 60px;
		right: 0;
		top: 50%;
		margin-top: -35px;
		font-weight: 900;
		color: rgb(255, 192, 56);
		
	}

	.section-2 .owl-prev { 
		position: absolute;
		font-size: 60px;
		left: 0;
		top: 50%;
		margin-top: -35px;
		font-weight: 900;
		color: rgb(255, 192, 56);
	}

	.section-2 .owl-next:hover,
	.section-2 .owl-prev:hover {
		opacity:0.8;	
	}

	.section-3 {
		padding: 80px 0 80px;
		position: relative;
	}

	.section-3 h2 {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0.3px;
		text-align: center;
		padding: 0 0 50px;
	}

	.section-3 .col-1 {
		width:100%;
		float:none;
	}

	.section-3 .item {
		width: 320px;
		margin: 0 auto 20px;
		height: 240px;
	}

	.section-3 .col-2 {
		width:100%;
		float:none;
	}

	.section-3 .title  {
		padding:0 0 25px;
		text-align: center;
		width:320px;
		margin:0 auto;
	}

	.section-3 .title span:nth-child(1) {
		 width: 80px;
		float: left;
		font-weight: 700;
		font-size: 14px;
	} 

	.section-3 .title span:nth-child(2) {
		width: 160px;
		float: left;
		font-weight: 700;
		font-size: 14px;
		color: #de2929;
	} 

	.section-3 .title span:nth-child(3) {
		 width: 80px;
		float: left;
		font-weight: 700;
		font-size: 14px;
		color: #de2929;
	} 

	.section-3 li {
		padding: 18px 0;
		text-align: center;
		width:320px;
		margin:0 auto;
	}

	.section-3 li:nth-child(2n+1) {
		background:#f2f2f2;
	}

	.section-3 li span:nth-child(1) {
		 width: 80px;
		float: left;
		font-weight: 700;
		font-size: 14px;
	} 

	.section-3 li span:nth-child(2) {
		 width: 160px;
		float: left;
		font-size: 14px;
	} 

	.section-3 li span:nth-child(3) {
		 width: 80px;
		float: left;
		font-weight: 500;
		font-size: 14px;
		color: rgb(62, 62, 62);
	} 

	.section-3 .info {
		position: relative;
		padding: 23px 0 28px 68px;
		font-size: 16px;
		color: #de2929;
		width: 230px;
		margin: 0 auto;
	}

	.section-3 .info:before {
		content: "";
		width: 50px;
		height: 50px;
		background: #fdfdfd url(images/bonus_1.png) center no-repeat;
		background-size: 40px;
		position: absolute;
		left: 0px;
		top: 8px;
		border-radius: 50%;
		box-shadow: 0 0 26px rgba(0, 0, 0, 0.12);
	}

	.section-3 a {
		background: linear-gradient(180deg, rgba(249, 181, 5, 1) 0%, rgba(249, 151, 5, 1) 100%);
		padding: 26px 0;
		display: block;
		border-radius: 39px;
		text-align: center;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		box-shadow: 0px 15px 20px rgba(249, 181, 5, 0.25);
		border: none;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 15px 0;
	}

	.section-4  {
		padding: 80px 0 60px;
		position: relative;
		background: #D1E4F5 url(images/g3.png) center 86px;
	}

	.section-4  h2 {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0.6px;
		text-align: center;
		padding: 0 0 50px;
	}

	.section-4 .col {
		display: block;
		width: 48%;
		position: relative;
		height: 165px;
		float: left;
		margin: 0 1% 20px;
		background: #0098D2;
	}

	.section-4 .col:nth-child(5),
	.section-4 .col:nth-child(2) {
		margin: 0 1% 20px;
	}

	.section-4 .col span {
		position: absolute;
		right: 15px;
		font-size: 95px;
		font-weight: 700;
		color: #00a3d7;
	}

	.section-4 .col h4 {
		padding: 15px 0 23px;
		font-size: 17px;
		font-weight: 400;
		color: #fff;
		text-align: center;
		width: 122px;
		margin: 0 auto;
	}

	.section-4 .col p {
		padding: 0 10px;
		font-size: 12px;
		color: rgba(255, 255, 255, 0.85);
		line-height: 1.5;
		text-align: center;
	}

	.section-4 .col .text {
		display: block;
		position: relative;
		z-index: 100;
		vertical-align: middle;
	}

	.section-4 .col:nth-child(1):before {
		display:none;
	}

	.section-4 .col:nth-child(1):after {
		display:none;
	}

	.section-4 .col:before {
		display:none;
	}

	.section-4 .col:nth-child(4):before {
		display:none;
	}


	.section-4 .col:nth-child(3):after {
		display:none;
	}

	.section-4 .col:nth-child(2):after{
		display:none;
	}

	.section-5 {
		padding: 100px 0 100px;
		overflow:hidden;
		background: #F7F7F8 url(images/g5.png);
	}

	.section-5 .wrap:before {
		content: "";
		position: absolute;
		top: -259px;
		right: -296px;
		width: 806px;
		height: 355px;
		background: transparent url(images/g6.png) no-repeat left top;
		z-index: -1;
	}

	.section-5 h2 {
		padding: 0 0 50px;
		text-align: center;
		font-size: 28px;
		font-weight: 500;
	}

	.section-5 .tabs-navigation-2 {
		margin: 0 7px;
		position: relative;
		border: 2px solid #fff;
		border-radius: 6px;
		background: #fff;
		padding: 8px 4px 4px;
		box-shadow: 7px 13px 38px rgba(0, 0, 0, 0.21);
		overflow:hidden;
	}

	.section-5  .tabs-navigation-2:before {
		content: "";
		left: -7px;
		right: -7px;
		top: -7px;
		bottom: -7px;
		background: #e4e4e473;
		position: absolute;
		z-index: -1;
		border-radius: 8px;
	}

	.section-5 .tabs-navigation-2:after {
		content: "";
		left: 20px;
		right: 20px;
		top: -13px;
		bottom: 8px;
		background: #339bae66;
		position: absolute;
		z-index: -2;
		border-radius: 5px;
	}

	.section-5 .tabs-navigation-2 li {
		display: inline-block;
		width: 48%;
		background: #F5F5F5;
		margin: 0 1% 2%;
		border-radius: 3px;
		position: relative;
		text-align: center;
		font-size: 12px;
		padding: 0px 0;
		float: left;
		height: 45px;
		font-weight: 500;
	}

	.section-5 .tabs-navigation-2 li a {
		display: block;
		padding: 15px 4px;
	}

	.section-5 .tabs-navigation-2 li:hover,
	.section-5 .tabs-navigation-2 li.selected {
		background: linear-gradient(180deg, rgba(249, 181, 5, 1) 0%, rgba(249, 151, 5, 1) 100%);
	}

	.section-5  .tabs-container-2 {
		padding: 40px 0 0;
	}

	.section-5 .col-image {
		width:100%;
		float:none;
	}

	.section-5 .col-image span {
		width: 100%;
		height: 272px;
		display: block;
		box-shadow: 7px 13px 38px rgba(0, 0, 0, 0.21);
		border-radius:2px;
	}

	.section-5 .col-content {
		width: 100%;
		padding:20px 0 0;
		float: none;
		line-height: 1.5;
	}

	.section-5 .col-content h3 {
		font-size: 18px;
		padding: 0 0 20px;
		font-weight: 700;
	}

	.section-5 .col-content p {
		font-size:14px;
		padding:0 0 10px;
		font-weight:400;
	}

	.section-5 h4 {
		text-align: center;
		padding: 60px 0 35px;
		font-size: 23px;
		font-weight: 500;
	}

	.section-5 .items {
		padding: 0 0 140%;
	}

	.section-6 {
		padding:80px 0;
		background:url(images/f1.png) center;
		background-size:cover;
		position:relative;
	}

	.section-6 .col-1 {
		float:none;
		width:100%;
		color:#fff;
	}

	.section-6 .col-1 a {
		color:#fff;
	}

	.section-6 .col-1 h2 {
		padding: 0 0 53px;
		font-size: 35px;
		font-weight: 800;
		color: rgb(255, 187, 45);
	}

	.section-6 .col-1 li {
		padding: 0 0 20px;
		position: relative;
		font-size: 17px;
	}

	.section-6 .col-1 li:before {
		content: "";
		width: 10px;
		height: 10px;
		background: #ef2424;
		position: absolute;
		left: -21px;
		top: 6px;	
	}

	.section-6 .col-form {
		width: 100%;
		float: none;
		position: relative;
		border: 2px solid #fff;
		border-radius: 6px;
		margin:30px 0 0;
	}

	.section-6 .col-form:before {
		content: "";
		left: -7px;
		right: -7px;
		top: -7px;
		bottom: -7px;
		background: #f7f3f3de;
		position: absolute;
		z-index: -1;
		border-radius: 8px;
	}

	.section-6 .col-form:after {
		content: "";
		left: 20px;
		right: 20px;
		top: 19px;
		bottom: -16px;
		background: #9a9a9a7a;
		position: absolute;
		z-index: -2;
		border-radius: 5px;
	}

	.section-6 .col-form .form {
		padding: 20px;
		background: #fff;
	}

	.section-6 .col-form h4  {
		font-size: 19px;
		font-weight: 800;
		padding: 19px 0 0 0;
		text-align: center;
		color: #3a3a3a;
	}

	.section-6 .col-form p  {
		font-size: 14px;
		font-weight: 500;
		padding: 11px 0 6px 0;
		text-align: center;
		color: rgb(105, 105, 105);
	}

	.section-6 .col-form label  {
		font-size:14px;
		font-weight:700;
		padding:0 0 0 0;
	}

	.section-6 .col-form input  {
		outline: none;
		padding: 20px 18px;
		border: 1px solid #dadada;
		width: calc(100% - 38px);
		font-weight: 500;
		border-radius: 5px;
		box-shadow: 0 10px 35px rgba(0,0,0,.11);
		margin: 12px 0 0;
	}

	.section-6 .col-form .submit {
	   background: linear-gradient(180deg, rgba(249, 181, 5, 1) 0%, rgba(249, 151, 5, 1) 100%);
		padding: 26px 0;
		display: block;
		border-radius: 39px;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		box-shadow: 0px 15px 20px rgba(249, 181, 5, 0.25);
		border: none;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 15px 0;
	} 

	.section-6 .col-form .submit:hover {
		background:rgb(255, 207, 84);
		background: linear-gradient(180deg, rgb(255, 207, 84) 0%, rgb(255, 174, 54) 100%);
	}

	.section-6 .col-form .submit span {
		position:relative;
		left:-30px;
	}

	.section-6 .col-form .submit:before {
		content: "";
		width: 111px;
		height: 61px;
		background: url(images/1.png);
		position: absolute;
		right: -15px;
		top: 13px;
	}

	.section-6 .col-form  span.text {
		text-align: center;
		display: block;
		font-size: 11px;
		padding: 7px 0 24px 0;
		color: #777;
	}

	.section-6 .col-form .item span {
		display: inline-block;
		width: 63px;
		height: 63px;
		float: left;
		top: 21px;
		position: relative;
		left: 40px;
		margin: 0 4px 0 -27px;
		border-radius: 50%;
		box-shadow: 0 10px 35px rgba(0,0,0,.11);
		display:none;
	}

	.section-6 .col-form .item p {
		width: 100%;
		display: inline-block;
		padding: 32px 1px 29px 0;
		float: none;
		font-size: 14px;
		font-weight: 600;
		color: #339bae;
		text-align: center;
	}

	.section-5 .owl-next { 
		position: absolute;
		font-size: 60px;
		right: 30px;
		top: 50%;
		margin-top: -35px;
		font-weight: 900;
		color: rgb(255, 192, 56);
		
	}

	.section-5 .owl-prev { 
		position: absolute;
		font-size: 60px;
		left: 30px;
		top: 50%;
		margin-top: -35px;
		font-weight: 900;
		color: rgb(255, 192, 56);
	}

	.section-5 .owl-next:hover,
	.section-5 .owl-prev:hover {
		opacity:0.8;	
	}

	.footer {
		padding:20px 0;
		background:#f2f2f2;
		text-align:center;
		font-size:14px;
		font-weight:500;
	}
	
	.thank {
		width: 90%;
		padding: 50px 5%;
		margin: 20px auto;
		background:rgba(249, 181, 5, 1);
		background: linear-gradient(180deg, rgba(249, 181, 5, 1) 0%, rgba(249, 151, 5, 1) 100%);
		text-align: center;
	}


}