@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');

* {
	padding: 0;
	margin: 0;
	font-family: 'Gotham Pro';
}

::-webkit-scrollbar {
    width: 10px;
	height:5px;
}

::-webkit-scrollbar-track {
    background:#F8F8F8;
}

::-webkit-scrollbar-thumb {
    background:#247EC5;
}

input,
select,
textarea,
button {
	outline: none;
    padding: 18px 18px;
    border: 1px solid #cecece;
    width: calc(100% - 38px);
	font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 2px 7px 19px rgba(146, 146, 146, 0.11);
}

li {
	list-style-type:none;
}

a {
    text-decoration:none;
	color:#000;
	outline:none;
	transition-duration: .2s;
}

img {
    height:auto;
	border:none;	
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col {
    position: relative;
    float: left;
    display: block;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.wrap {
	width:1080px;
	margin:0 auto;
	position:relative;
	z-index:100;
}


.full {
	overflow:hidden;
	min-width:1100px;
	margin:0 auto;
}

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

.header .nav {
	background: #fbfbfb;
    z-index: 100;
    position: relative;
	padding: 19px 0;
}

.header .logo {
	float:left;
	width:400px;
}

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

.header .logo p {
	font-size: 34px;
    color: #fff;
    font-weight: 300;
    padding: 8px 0 0;
}

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

.header .snet {
    width: 400px;
    float: left;
    text-align: center;
}

.header .snet span {
	font-size: 19px;
    font-weight: 700;
    color: #f9b505;
    display: block;
}

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

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

.header .buttons {
    float: right;
    width: 280px;
    text-align: right;
}

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

.header .buttons a {
    display: block;
    text-align: right;
    font-size: 22px;
    color: #1f3352;
    font-weight: 700;
}

.header .buttons p {
	font-size: 16px;
    color: #1f3352;
    font-weight: 500;
}

.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: 625px;
}

.header .col-content h1 {
	font-size: 37px;
    font-weight: 800;
    padding: 150px 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: 23px;
    font-weight: 400;
    color: #fff;
}

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

.header .col-content .item {
    width: 235px;
    float: left;
    margin: 20px 50px 25px 25px;
    position: relative;
    color: #fff;
} 

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

.header .col-form {
	width: 400px;
    float: right;
    position: relative;
    border: 2px solid #fff;
    border-radius: 6px;
	margin: 109px 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, #ef2424b8 0%, #de2929 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: 359px;
    margin: 15px 0;
    cursor: pointer;
} 

.header .col-form .submit:hover {
	background: #de2929;
    background: linear-gradient(180deg, #ef2424d6 0%, #de2929 100%);
}

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

.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);
}

.header .col-form .item p {
	width: 236px;
    display: inline-block;
    padding: 32px 1px 29px 52px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #1f3352;
    text-align: left;
}

.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: 37px;
    font-weight: 500;
    padding: 0 0 50px;
}

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

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

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

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

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

.section-2 .grey {
	background: #dce9f7;
}

.section-2 h2 {
	font-size: 37px;
    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: 463px;
}

.section-2 ul li {
	width: 390px;
    padding: 5px 20px 0;
    position: relative;
    margin: 0 20px;
}

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

.section-2 ul li:before {
    content: "";
    width: 18px;
    height: 1px;
    position: absolute;
    left: -17px;
    top: 10px;
    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:500px;
	float:left;
}

.section-2 .col-2 {
	width:500px;
	float:right;
}

.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: 100px 0 100px;
    position: relative;
}

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

.section-3 .col-1 {
	width:500px;
	float:left;
}

.section-3 .item {
	height: 376px;
    background: #ccc;
}

.section-3 .col-2 {
	width:500px;
	float:right;
}

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

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

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

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

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

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

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

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

.section-3 li span:nth-child(3) {
	 width: 100px;
    font-weight: 500;
    color: rgb(62, 62, 62);
} 

.section-3 .info {
	position: relative;
    padding: 23px 68px 28px;
    font-size: 18px;
    color: #de2929;
}

.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, #ef2424b8 0%, #de2929 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: 359px;
    margin: 15px 0;
}

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

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

.section-4 .col {
    display: table;
    width: 336px;
    position: relative;
    height: 224px;
    float: left;
	margin:0 0 50px;
	background:#1f3352;
}

.section-4 .col:nth-child(5),
.section-4 .col:nth-child(2) {
	margin:0 36px 50px;
}

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

.section-4 .col h4 {
    padding: 0px 42px 23px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.section-4 .col p {
    padding: 0 42px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.63);
    line-height: 1.5;
}

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

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

.section-4 .col:nth-child(1):after {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: -7px;
    top: 27px;
    border-radius: 50%;
}

.section-4 .col:before {
    content: "";
    width: 36px;
    height: 2px;
    position: absolute;
    background: #fff;
    left: -36px;
    top: 34px;
}

.section-4 .col:nth-child(4):before {
    width: 2px;
    height: 28px;
    top: -28px;
    left:287px;
}


.section-4 .col:nth-child(3):after {
    content: "";
    width: 2px;
    height: 24px;
    position: absolute;
    background: #fff;
    right: 36px;
    bottom: -24px;
}

.section-4 .col:nth-child(2):after{
    content: "";
    width: 756px;
    height: 2px;
    position: absolute;
    background: #fff;
    bottom: -24px;
    left: -84px;
}

.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: 35px;
    font-weight: 500;
}

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

.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: #1f335266;
    position: absolute;
    z-index: -2;
    border-radius: 5px;
}

.section-5 .tabs-navigation-2 li {
    display: inline-block;
    width: 229px;
    background: #F5F5F5;
    margin: 0 7px 0;
    border-radius: 3px;
    position: relative;
    text-align: center;
    font-size: 15px;
    padding: 8px;
}

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

.section-5 .tabs-navigation-2 li:hover,
.section-5 .tabs-navigation-2 li.selected {
    background: linear-gradient(180deg, #ef2424b8 0%, #de2929 100%);
}

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

.section-5 .col-image {
	width:400px;
}

.section-5 .col-image span {
	width: 476px;
    height: 417px;
    display: block;
    box-shadow: 7px 13px 38px rgba(0, 0, 0, 0.21);
	border-radius:2px;
}
.selected a {
    color: #eee;
}
.section-5 .col-content {
	width: 500px;
    padding: 30px 0 0;
    float: right;
    line-height: 1.5;
}

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

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

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

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

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

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

.section-6 .col-1 {
	float:left;
	width:500px;
	color:#fff;
}

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

.section-6 .col-1 h2 {
	padding: 0 0 53px;
    font-size: 44px;
    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: 400px;
    float: right;
    position: relative;
    border: 2px solid #fff;
    border-radius: 6px;
}

.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, #ef2424b8 0%, #de2929 100%);
    padding: 26px 0;
    display: block;
    border-radius: 39px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    box-shadow: 0px 15px 20px rgba(249, 181, 5, 0.25);
    border: none;
    overflow: hidden;
    position: relative;
    width: 359px;
    margin: 15px 0;
} 

.section-6 .col-form .submit:hover {
    background:rgb(255, 207, 84);
background: -webkit-linear-gradient(#de2929 0%, #ef242499 100%);
background: -o-linear-gradient(#de2929 0%, #ef242499 100%);
background: linear-gradient(#de2929 0%, #ef242499 100%);
}

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

.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);
}

.section-6 .col-form .item p {
	width: 236px;
    display: inline-block;
    padding: 32px 1px 29px 52px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #1f3352;
    text-align: left;
}

.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: 334px;
    padding: 50px;
    margin: 100px 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;
}

.thank h2 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    padding: 0 0 10px;	
}

.thank p {
    font-size: 19px;
    font-weight: 300;
    padding: 0 0 17px;
    color: #fff;
}

.thank a {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;	
}

.thank a:hover {
    text-decoration:none;	
}