@font-face {
    font-family: roboto;
    src: url(../webfonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto-thin;
    src: url(../webfonts/Roboto-Thin.ttf);
}@font-face {
    font-family: roboto-light;
    src: url(../webfonts/Roboto-Light.ttf);
}
@font-face {
    font-family: roboto-med;
    src: url(../webfonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: roboto-bold;
    src: url(../webfonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: "PF-SquareSansPro";
  font-weight: normal;
  font-style: normal;
  src: url("../webfonts/PFSquareSansPro-Regular.woff") format("woff"), url("../webfonts/PFSquareSansPro-Regular.woff2") format("woff2"), url("../webfonts/PFSquareSansPro-Regular.svg#icons") format("svg"); }
@font-face {
  font-family: "PF-SquareSansProItalic";
  font-weight: normal;
  font-style: normal;
  src: url("../webfonts/PFSquareSansPro-Italic.woff") format("woff"), url("../webfonts/PFSquareSansPro-Italic.woff2") format("woff2"), url("../webfonts/PFSquareSansPro-Italic.svg#icons") format("svg"); }
@font-face {
  font-family: "PF-SquareSansPro";
  font-weight: 100;
  font-style: normal;
  src: url('../webfonts/PFSquareSansPro-Thin.eot?#iefix') format('embedded-opentype'),  url('../webfonts/PFSquareSansPro-Thin.woff') format('woff'), url('../webfonts/PFSquareSansPro-Thin.ttf')  format('truetype'), url('../webfonts/PFSquareSansPro-Thin.svg#PFSquareSansPro-Thin') format('svg');
}
@font-face {
  font-family: "PF-SquareSansPro";
  font-weight: 300;
  font-style: normal;
   src: url('../webfonts/PFSquareSansPro-Light.eot?#iefix') format('embedded-opentype'),  url('../webfonts/PFSquareSansPro-Light.woff') format('woff'), url('../webfonts/PFSquareSansPro-Light.ttf')  format('truetype'), url('../webfonts/PFSquareSansPro-Light.svg#PFSquareSansPro-Light') format('svg');
}
@font-face {
  font-family: "PF-SquareSansPro";
  font-weight: 500;
  font-style: normal;
  src: url("../webfonts/PFSquareSansPro-Medium.woff") format("woff"), url("../webfonts/PFSquareSansPro-Medium.woff2") format("woff2"), url("../webfonts/PFSquareSansPro-Medium.svg#icons") format("svg"); }

body {
	
	font-family: "PF-SquareSansPro";
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  color: #272727;
}
.wrapper {
  	position: relative;
 	min-height: 100%;
}
.wrapper.landwrap {
	background: url('../images/landheader.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #00011C;
}
.content {
  	padding-bottom: 130px;
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 130px;
}
.main-content {
	width: 1024px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
.land-header {
	padding-top: 45px;
}
.land-header_list {
	float: right;
	padding-top: 40px;
}
.land-header_list a {
	font-size: 18px;
	position: relative;
	color: #99CEFF;
	margin-right: 50px;
	text-decoration: none;
}
.land-header_list a:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: white;
	right: -27px;
	top: 7px;
}
.landwrap {
	color: white;
}
.landwrap .land-header_list a:nth-child(2) {
	margin-right: 0;
}
.landwrap .land-header_list a:nth-child(2):after {
	display: none;
}
.main-content__inside {
	padding-left: 45px;
	padding-right: 45px;
}
.landwrap__first-title {
	margin-top: 50px;
}
.landwrap__first-title h1 {
	font-weight: 500;
	font-size: 60px;
	line-height: 64px;
	padding: 0;
	margin: 0;
	padding-right: 300px;
}
.landwrap__first-title.main h1 {
	margin-top: 100px;
}
.landwrap__first-title img {
	width: 241px;
	float: right;
	margin-top: -15px;
	margin-right: -15px;
}
.landwrap__whathash {
	font-size: 18px;
	color: #99CEFF;
	display: inline-block;
	margin-top: 7px;
}
.landwrap__whathash:hover {
	color: #99CEFF;
	/*text-decoration: none;*/
}
.landwrap__center {
	margin-top: 100px;
}
.landwrap__center-text {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	padding-left: 45px;
	padding-right: 45px;
	line-height: 42px;
	margin-bottom: 15px;
}
.landwrap__center-text.green {
	font-size: 32px;
	color: #00BD2A;
	margin-bottom: 50px;
}
.landwrap__center-cont_right {
	width: 400px;
	float: right;
	position: relative;
}
.landwrap-table {
	border-collapse: separate; 
    width: 100%; 
    border-spacing: 0px 2px
}
.landwrap-table tbody tr {
	height: 35px;
	background: #001840;
}
.landwrap-table tbody tr:nth-child(even) {
	background: #000928;
}
.landwrap-table thead tr {
	height: 60px;
	background: #002758;
}
.landwrap-table td,th {
	text-align: center;
	font-size: 15px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.landwrap-table thead tr th:last-child {
	width: 120px;
}
.landwrap-table tbody td {
	color: #39C948;
	line-height: 21px;
}
.landwrap-table tbody td:first-child {
	color: white;
}

.landwrap-table tr td:first-child { border-top-left-radius: 5px; }
.landwrap-table tr td:last-child { border-top-right-radius: 5px; }
.landwrap-table tr td:first-child { border-bottom-left-radius: 5px; }
.landwrap-table tr td:last-child { border-bottom-right-radius: 5px; }
.landwrap-table tr th:first-child { border-top-left-radius: 5px; }
.landwrap-table tr th:last-child { border-top-right-radius: 5px; }
.landwrap-table tr th:first-child { border-bottom-left-radius: 5px; }
.landwrap-table tr th:last-child { border-bottom-right-radius: 5px; }
.landwrap-table th {
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
}
.landwrap-table td {
	font-size: 15px;
}
.landwrap-table-text {
	font-style: italic;
	font-size: 14px;
	white-space: nowrap;
	margin-top: 4px;
	z-index: 123;
	position: relative;
}
.landwrap__center-cont_left {
	float: left;
	width: 400px;
}
.land-rewardtit {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 25px;
}
.land-reward-list {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
.land-reward-list li {
	position: relative;
	list-style-type: none;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.land-reward-list li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00BD2A;
	top: 8px;
	left: 0;
}
.land-reward-list li b {
	font-weight: 500;
}
.land-reward-afterlist {
}
.land-reward-afterlist img {
	margin-right: 23px;
	float: left;
}
.land-reward-afterlist span {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	padding-top: 8px;
	display: inline-block;
}
.land-reward-afterlist span b {
	font-weight: 500;
}
.landwrap-btn {
	width: 380px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	border-radius: 50px;
	background: linear-gradient(180deg, #39C948 27.6%, #008F1F 100%);
	font-size: 18px;
	font-weight: 500;
	color: white;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	margin: 0 auto;
	display: block;
	margin-top: 55px;
	margin-bottom: 70px;
	z-index: 123;
	position: relative;
}
.landwrap-btn:hover {
	background: linear-gradient(140deg, #39C948 27.6%, #008F1F 100%);
	color: white;
	text-decoration: none;
}
.landwrap-btn:active {
    background: linear-gradient(50deg, #39C948 27.6%, #008F1F 100%);
}
.landwrap-flex {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #001840;
}
.landwrap-flex-tit {
	font-size: 26px;
	font-weight: 500;
	color: #99CEFF;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 123;
}
.landwrap-flex-list {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.landwrap-flex-list li {
	list-style-type: none;
	float: left;
	width: calc(100% / 3);
	font-size: 24px;
	text-align: center;
}
.f-overimg {
	height: 52px;
	margin-bottom: 30px;
}
.f-text {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
}
.f-link {
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}
.f-link a {
	color: #99ceff;
}


.land-share-tit {
	font-size: 24px;
	color: white;
	font-weight: 300;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;
}

.ya-share2__link {
	width: 48px;
	height: 48px;
	margin-left: 15px;
	margin-right: 15px;
}
.ya-share2__link .ya-share2__badge {
	width: 48px!important;
	height: 48px!important;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}
.ya-share2__link .ya-share2__icon {
	width: 36px!important;
	height: 36px!important;
	margin-top: 6px;
	background-size: 100% !important;
}
.ya-share2__container.ya-share2__container_size_m {
	text-align: center;
	margin-bottom: 45px;
}
.land-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.land-footer img {
	float: right;
	width: 159px;
	padding-top: 20px;
}
.land-footer_content {
	padding-top: 20px;
	/*border-top: 1px solid #2F446F;*/
	padding-bottom: 20px;
}
.land-footer_list a {
	font-size: 18px;
	font-weight: 100;
	color: #99CEFF!important;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.land-footer_list a:first-child {
	padding-left: 0;
}
.land-footer_text {
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	color: white;
}
.header {
	
}
.over-head {
	height: 120px;
	background: url('../images/forgheader.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}
.header-tit {
	font-size: 36px;
    font-family: roboto-thin; 
    padding-top: 30px;
    color: #99ceff;
    line-height: 30px;
}
.header-tit span {
	color: white;
}



.land-lang-switch {
	display: inline-block;
	margin-left: -12px;
}
.land-lang-switch_active {
	color: #99CEFF;
	font-size: 18px;
	cursor: pointer;
	border-radius: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.land-lang-switch_active img {
	margin-top: -2px;
}
.land-header_list a:nth-child(2) {
	margin-right: 35px;
}
.land-lang-switch_active:hover {
	background: white;
	color: black;
}
.land-lang-switch_active.active {
	background: white;
	color: black;
}
.land-lang-switch_list {
	position: absolute;
	margin-top: 10px;
    background: rgba(33, 162, 227, 0.8);
	border-radius: 10px;
}
.land-lang-switch_list-item {
	padding-top: 5px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.land-lang-switch_list-item:hover {
	cursor: pointer;
	background: red;
	border-radius: 10px;
	background: rgba(33, 162, 227, 0.7);
}
.land-lang-switch_list {
	display: none;
}
.land-lang-switch {
	width: 65px;
}
.header-name {
	color: white;
	font-size: 14px;
}
.land-footer.forgfoot .land-footer_list {
	color: #348CDD;
}
.land-footer.forgfoot .land-footer_list a {
	color: #348CDD;
	font-weight: 400;
}
.land-footer.forgfoot .land-footer_text {
	color: #BABABA;
}

.land-footer.forgfoot .land-footer_content {
	border-top: 1px solid #e5e5e5;
}
.header {
	height: 120px;
}

.menu {
	padding: 0;
	margin: 0;
	width: 240px;
	margin-top: 35px;
}
.menu li {
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	height: 85px;
}
.menu li:last-child {
	border-bottom: none;
}
.menu li p {
	padding: 0;
	margin: 0;
	padding-top: 18px;
	font-size: 16px;
	color: #b1b1b1;
}
.menu li span {
	color: #348CDD;
	font-size: 20px;
	font-weight: 300;
}
.menu li.active span {
	color: #272727;
}
.menu li.active p {
	color: #636363;
}
.menu li a {
	text-decoration: none;
	display: block;
	height: 85px;
}
.menu li a:hover {
	text-decoration: none;
}
.headbg {
	position: absolute;
	height: 120px;
	left: 0;
	right: 0;
	top: 0;
	background: url('../images/forgheader.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
}
.menu {
	float: left;
	display: inline-block;
}
.forg-maintit {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 30px;
	font-weight: 500;
}
.forg {
	display: inline-block;
	width: calc(100% - 240px);
	margin-top: 43px;
	padding-left: 80px;
}
.forg1 {
	/*padding-right: 280px;*/
	margin-bottom: 80px;
}
.forg-secondtit {
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.forg1-right {
	width: 240px;
	height: 255px;
	float: right;
	margin-left: 30px;
	border-radius: 7px;
	background: linear-gradient(180deg, rgba(153, 206, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), #0068C7;
}
.forg-text {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}
.main-content__inside.forga {
	padding-left: 0;
	padding-right: 0;
}
.forg1-right {
	padding: 20px;
	margin-top: 10px;
}
.forg1-right img {
	margin-top: -10px;
	margin-bottom: 10px;
}
.forg1-right-list {
	padding: 0;
	margin: 0;
}
.forg1-right-list li {
	list-style-type: none;
	font-size: 15px;
	font-style: italic;
	color: white;
	font-weight: 100;
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}
.forg1-right-list li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: white;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 7px;
}
.green-btn {
	width: 290px;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	background: linear-gradient(180deg, #3BCA2E 0%, #168545 100%);
	display: block;
	text-align: center;
	border-radius: 50px;
	color: white!important;
	cursor: pointer;
	/*font-family: roboto;*/
	/*font-weight: bold;*/
	font-family: roboto-bold;
}
.green-btn.dwn {
	margin-bottom: 10px;
	font-weight: 400;
	font-family: "PF-SquareSansPro";
	line-height: 52px;
}
.green-btn:hover {
	background: linear-gradient(130deg, #3BCA2E 0%, #168545 100%);
}
.green-btn:active {
	background: linear-gradient(90deg, #3BCA2E 0%, #168545 100%);
}
.forg1-links a {
	display: inline-block;
}
.forg1-links {
	margin-top: 20px;
}
.forg1-links a {
	margin-bottom: 5px;
	position: relative;
	padding-left: 15px;
	color: #348CDD;
	font-size: 15px;
	font-weight: 300;
}
.forg1-links a:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #348CDD;
	border-radius: 50px;
	left: 0;
	top: 8px;
}
.forg1-links a:hover {
	text-decoration: underline;
}
.forg1-links a:last-child {
	margin-bottom: 0;
}
.borderz {
	height: 1px;
	background: #e5e5e5;
	margin-top: 42px;
	margin-bottom: 40px;
}
.forg1-vid {
	width: 370px;
	height: 210px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 50px;
}
.green-btn {
	font-weight: 500;
}
.forg2 {
	margin-bottom: 80px;
	width: calc(100% - 130px);
}
.forg2-plaz {
	height: 110px;
	width: 480px;
	background: linear-gradient(180deg, rgba(153, 206, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), #0068C7;
	border-radius: 10px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
	color: white;
	font-weight: 500;
}
.forg2-plaz img {
	float: left;
	margin-top: 4px;
	margin-left: 30px;
}
.forg2-text {
	line-height: 24px;
	margin-left: 85px;
	margin-right: 60px;
}
.forg3-earn svg {
	float: left;
	margin-top: 2px;
	margin-left: -35px;
}
.forg3-earn.act svg path {
	fill: #00bd2a;
}
.forg-secondtit {
	font-size: 20px;
	font-weight: 500;
}
.forg-secondtit .act {
	color: #00BD2A;
}
.forg3_blue {
	height: 110px;
	width: 430px;
	background: linear-gradient(180deg, rgba(153, 206, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), #0068C7;
	border-radius: 10px;
	padding: 15px 30px;
}
.forg3_blue-label {
	font-weight: 500;
	color: white;
	margin-bottom: 5px;
	font-size: 18px;
}
.forg3_blue-inp {
	width: 260px;
	height: 40px;
	padding: 10px 20px;
	background: white;
	color: #272727;
	border: none;
	outline: none;
	border-radius: 50px;
	font-size: 18px;
}
.forg3_blue-inp-sub {
	border: none;
	outline: none;
	width: 100px;
	text-align: center;
	font-size: 14px;
	font-family: roboto-bold;
	float: right;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	background: #8bc7ff;
	color: white;
	cursor: pointer;
}
.forg3_blue-inp-sub:hover {
	background: #7cb5ea;
}
.forg3-smalltit {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.forg-text.forg3-lab-2 {
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 10px;
}
.forg-text.forg3-lab-2 a {
	color: #348cdd;
}
.forg3-2inp-text {
	width: 295px;
	height: 40px;
	line-height: 42px;
	border-radius: 50px;
	border: 1px solid #b1b1b1;
	outline: none;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	background: #f9f9f9;
	font-family: roboto;
}
.forg3-2inps {
	width: 405px;
	position: relative;
}
.forg3-2inp-sub {
	width: 100px;
	height: 40px;
	background: #8bc7ff;
	color: white;
	border-radius: 50px;
	font-weight: 500;
	border: none;
	outline: none;
	cursor: pointer;
	float: right;
	line-height: 42px;
	font-size: 14px;
	font-family: roboto-bold;
}
.forg3-earn.forg3-1 {
	margin-bottom: 30px;
}
.forg3-2inp-text:focus {
	background: white;
	border-color: #272727;
}
.forg3-2inp-sub.done {
	background: #636363;
}
.forg3-2inps.error .forg3-2inp-sub {
	background: #348cdd;
}
.forg3-2inps.error .forg3-2inp-text {
	border-color: #fb5e5b;
	color: #fb5e5b;
	background: white;
}
.forg3-2inps_hinterror {
	background: #FB5E5B;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	padding-left: 25px;
	padding-right: 25px;
	color: white;
	width: 100%;
	position: absolute;
	font-size: 14px;
	bottom: 50px;
	min-height: 40px;
	font-family: roboto;
}
.forg3-earn.forg3-1.error {
	position: relative;
}
.forg3-earn.forg3-1.error:after {
    content: ''; 
    position: absolute;
    left: 80px; 
    bottom: 35px; 
    border: 6px solid transparent; 
    border-top: 10px solid #FB5E5B;
}
.forg3-2inp-sub.focus {
	background: #348cdd;
}
.forg3-2inp-sub.focus:hover {
	background: #347bee;
}
.forg3-2inp-sub.focus:active {
	background: #349bee;
}
.forg3-smalltit.standart-check {
	padding-top: 2px;
}
.forg3-2inp-text.err {
	border-color: #FB5E5B;
	background: white;
	color: #FB5E5B;
}
.forg3-invite_inps {
	width: 405px;
}
.forg3-invite_inps-area {
	width: 295px;
	min-height: 90px;
	border: 1px solid #b1b1b1;
	border-radius: 20px;
	padding: 18px 25px;
	font-size: 14px;
	line-height: 18px;
	font-family: roboto;
	color: #636363;
}
.forg3-invite_inps-area a {
	color: #348cdd;
	word-break: break-all;
}
.forg3-link {

}
.forg-text.bot15 {
	margin-bottom: 15px;
}
.forg3-link {
	color: #348CDD;
}
.forg3-link:hover {
	color: #348CDD;
}
.forg3-exchanges {
	margin-bottom: 30px;
	font-size: 0;
}
.forg3-exchanges a {
	display: inline-block;
	width: 120px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	display: inline-block;
	height: 58px;
	line-height: 60px;
	text-align: center;
	border-radius: 10px;
	font-size: 0;
	margin-right: 10px;
}
.forg.forg33 {
	margin-bottom: 75px;
}
.forg4 {
}
.forg3-link.forg4link {
	margin-bottom: 25px;
	display: inline-block;
}
.forg4-list {
	padding: 0;
	margin: 0;
}
.forg4-list li {
	list-style-type: none;
	margin-bottom: 10px;
}
.forg3-2inps.forg4inp {
	margin-bottom: 15px;
}
.forg-secondtit.forg4secondtit {
	font-size: 24px;
}
.forg-secondtit.forg4smallsecontt {
	font-size: 18px;
	margin-bottom: 5px;
}
.forg3-link.ref4statlink {
	margin-top: 10px;
	display: inline-block;
}
.forg4-table {
	width: 100%;
}
.forg4-table tr {
	height: 35px;
}
.forg4-table tr:first-child {
}
.forg4-table tr th,td {
	text-align: center;
	font-size: 16px;
}
.forg4-table tr th {
	font-weight: 500;
}
.forg4-table tr td:last-child {
	color: #00BD2A;
}
.forg4-table tr:nth-child(odd) {
	background: #f3f3f3
}


.forg4-table tr td:first-child { border-top-left-radius: 5px; }
.forg4-table tr td:last-child { border-top-right-radius: 5px; }
.forg4-table tr td:first-child { border-bottom-left-radius: 5px; }
.forg4-table tr td:last-child { border-bottom-right-radius: 5px; }
.forg4-table tr th:first-child { border-top-left-radius: 5px; }
.forg4-table tr th:last-child { border-top-right-radius: 5px; }
.forg4-table tr th:first-child { border-bottom-left-radius: 5px; }
.forg4-table tr th:last-child { border-bottom-right-radius: 5px; }

.forg4-table tr td,th:first-child {
	padding-left: 10px;
}
.forg4-table tr td,th:last-child {
	padding-right: 10px;
}
.forg4-table {
	margin-bottom: 60px;
}
.forg4-table.empty th {
	color: #8d8d8d;
}
.forg4-table.empty tr:nth-child(2) {
	height: 120px;
	background: #f9f9f9;
	border-top: 1px solid white;
}
.forg4-table.empty tr:nth-child(2) td {
	color: #272727;
	line-height: 21px;
}
.step4-select {
	/*border: 1px solid red;*/
	cursor: pointer;
	width: 480px;
	display: inline-block;
	border-radius: 20px;
	position: relative;
	/*height: 40px;*/
}
.step4-select-inp {
	border: 1px solid #b1b1b1;
	cursor: pointer;
	width: 370px;
	display: inline-block;
	background: #f9f9f9;
	height: 40px;
	border-radius: 20px;
}
.prelog-selst4 {
	margin-left: 7px;
	margin-top: 4px;
	float: left;
	width: 30px;
	height: 30px;
}
.placehold-selst4 {
	display: inline-block;
	color: #aeaeae;
	font-size: 14px;
	padding-top: 5px;
	margin-left: 10px;
	margin-top: 5px;
	font-family: roboto;
}
.step4selarr {
	display: inline-block;
	float: right;
	width: 11px;
	height: 8px;
	display: inline-block;
	background: url('../images/ard.svg');
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-top: 16px;
	z-index: 123;
	position: relative;
}
.logselect {
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}
.step4-select-select_over {
	display: inline-block;
	overflow: hidden;
	width: 370px;
	height: 180px;
	position: absolute;
	top: 0;
	background: white;
	border-radius: 20px;
	display: none;
	border: 1px solid #bababa;
	left: 0;
}
.step4-select-select {
	width: 370px;
	height: 180px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-size: 0;
	background: white;
	overflow-y: scroll;
	border-radius: 20px;
	/*display: none;*/
}
.step4-select-select li {
	list-style-type: none;
	display: block;
	height: 45px;
	font-size: 14px;
	position: relative;
}
.step4-select-select li:hover {
	background: #f4f4f4;
}
.step4-select-select li:first-child {
	/*background: red;*/
}
.step4selecttext {
	font-size: 14px;
	padding-top: 13px;
	padding-left: 50px;
}
.step4selecttext span {
	font-size: 12px;
	color: #636363;
	display: block;
	margin-top: -4px;
}

.step4-select.active .step4selarr {
	background-image: url('../images/aru.svg');
}


.step4-select-inp.selected .placehold-selst4 {
	color: #272727;
}

.helpdelegli {
	padding: 0;
	margin: 0;
}
.helpdelegli li {
	list-style-type: none;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
}
.helpdelegli li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #636363;
	border-radius: 50%;
	left: 0;
	top: 7px;
}
.helpdelegli li:first-child {
	margin-bottom: 15px;
}
.bigimg {
	margin-bottom: 25px;
}
.forg4-list.helpa {
	font-size: 13px;
}
.helptext {
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.forg3-exchanges.helpers {
	margin-top: 28px;
}
.forg3-exchanges.helpers a {
	width: 95px;
	height: 46px;
	line-height: 48px;
}
.forg3-exchanges.helpers a img {
	width: 70%;
}
.forg3-exchanges.helpers a:nth-child(3) img {
	width: 90%;
}
.helptext a {
	cursor: pointer;
	color: #348cdd;
}
.forg3-2inp-sub.help {
	float: none;
	margin-top: 45px;
}
.helptext.second {
	margin-top: 7px;
}
.forg-secondtit.smallt {
	font-size: 16px;
}

.v2 .landwrap-table-text {
	/*margin-bottom: 70px;*/
}
.v2 .landwrap__first-title h1 {
	font-size: 45px;
}
.v2 .landwrap__whathash {
	font-size: 26px;
	text-decoration: none;
	cursor: default;
}
.v2 .landwrap__first-title {
	margin-top: 80px;	
}
.v2-tabs {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.v2-tabs li {
	list-style-type: none;
	width: 400px;
	float: left;
	font-size: 16px;
	display: inline-block;
	height: 250px;
	background: rgba(58,133,0, 0.5);
	border-radius: 10px;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 20px;
	padding: 25px 35px;
}
.v2-tabs li:first-child {
	float: right;
}
.v2 .land-header_list {
	padding-top: 11px;
}
.v2-tabstit {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 23px;
}
.v2-tabtext {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
}
.v2-tabbtn {
	display: block;
	height: 60px;
	line-height: 60px;
	background: linear-gradient(180deg, #39C948 27.6%, #008F1F 100%);
	border-radius: 30px;
	cursor: pointer;
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: 500;
}
.v2-tabbtn:hover {
	text-decoration: none;
	color: white;
	background: linear-gradient(120deg, #39C948 27.6%, #008F1F 100%);
}
.v2-tabbtn:active {
	background: linear-gradient(20deg, #39C948 27.6%, #008F1F 100%);
}
.v2-tabs li:first-child .v2-tabbtn {
	background: linear-gradient(180deg, #348CDD 27.6%, #004D94 100%);
}

.v2-tabs li:first-child .v2-tabbtn:hover {
	background: linear-gradient(120deg, #348CDD 27.6%, #004D94 100%);
}
.v2-tabs li:first-child .v2-tabbtn:active {
	background: linear-gradient(20deg, #348CDD 27.6%, #004D94 100%);
}
.v2-tabs li:first-child {
	background: rgba(0,69,133, 0.5);
}

.v2 .landwrap-flex {
	padding-top: 65px;
	padding-bottom: 70px;
	margin-bottom: 75px;
}


.v2 .landwrap-table tbody tr:nth-child(even) {
	background: #001D48;
}
.v2 .landwrap-table tbody tr:nth-child(odd) {
	background: #002859;
}
.v2 .landwrap-table thead tr {
	background: #00326A;
}
.v2 .land-reward-list li {
	font-weight: 100;
}
.v2 .land-reward-afterlist span {
	font-weight: 100;
}
.v2 .borderz {
	border-top: 1px solid #384161;
}
.v2 .footer {
	
}
.v2-botimg {
	position: absolute;
	/*z-index: -1;*/
	/*bottom: 0;*/
	width: 100%;
	height: 700px;
	margin-top: -1183px;
	background: url('../images/fot.png');
	background-position: center;
}
.wrapper.landwrap.v2 {
	/*z-index: -2;*/
}
.v2 .land-footer {
	position: relative;
	z-index: 1;
}
.v2 .land-share {
	position: relative;
	z-index: 1;
}
.v2 .landwrap-flex-tit {
	position: relative;
	z-index: 1;
}
.v2 .landwrap-flex-list {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.main-content {
		/*width: 100%;*/
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

.v2 .landwrap__whathash {
	width: 60%;
}
.f-link {
	position: relative;
	z-index: 123;
}
.bigvid {
	margin-bottom: 20px; 
	border-radius: 10px; 
	margin: 0 auto; 
	z-index: 123;
	position: relative;
	display: block; 
	margin-bottom: 65px;
}
.vbg {
	position: absolute;
    margin-top: -700px;
    left: 0;
    width: 100%;
    height: 700px;
    background: url(../images/fot.png);
    background-position: center;
}
.sex {
	height: 160px;
	width: 100%;
	overflow-y: hidden;
	background: url('../images/sexbg.jpg');
	background-size: calc(100% + 20px);
    background-position-x: -10px;
}
.sexlogo {
	float: left;
	margin-top: 
}
.t-tle {
	display: table;
	width: 100%;
	height: 100%;
}
.t-tle.sextab {
	height: 160px;
}
.t-row {
	display: table-row;
	width: 100%;
	height: 100%;
}
.t-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.sex-tit {
	color: #A2F9FF;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
}
.sex-tit b {
	font-weight: 500;
}
.sex-tit span {
	color: white;
}
.t-cell.sexl {
	width: 200px;
	padding-right: 50px;
}
.t-cell.sext {
	/*width: 400px;*/
}
.landwrap-btn.sexbtn {
	width: 180px;
	height: 45px;
	line-height: 48px;
}
.sex.v2 {
	margin-top: 40px;
}






















