@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,700');

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
article,aside,footer,header,main,nav,section{display:block;}
a{background-color:transparent; cursor:pointer;}
a:active,a:hover{outline:0;}
b,strong{font-weight:bold;}
h1{font-size:2em;margin:0.67em 0;}
small{font-size:80%;}
img{border:0;}
figure{margin:1em 40px;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
pre{overflow:auto;}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input [type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:0;}

/* border-box */
html,* { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
*:focus {outline: none;}
select{cursor: pointer;}
/* clearfix */
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}

.clear {
	clear: both;
}

body {
	color: #000;
	font-size: 13px;
	font-family: 'Dosis', sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.oh{
	overflow: hidden;
}


a {
	color: inherit;
	text-decoration: none;
}
h1,h2,h3 {
	font-family: 'Lato', sans-serif;
	letter-spacing: 1.5px;
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
ul li {
	font-size: 13px;
}
header li {
	display: inline-block;
}
p {
	color: rgba(0,0,0,1);
	color: #000;
    line-height: 1.5em;
    margin-top: 0;
}
select {
	border: 1px solid #ededed;
	-webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
     -ms-user-select:none;
    background: url('/img/i-select-b.png') center right 5px no-repeat;
    background-size: auto 6px;

}

select::-ms-expand { /* for IE 11 */
    display: none;
}


.hide_js {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.w-oh,
.w-ohs {
    overflow: hidden;
    position: relative;
  	height: 100%;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
    opacity: 1;
}

.container {
    max-width: 1560px;
    padding: 0 30px;
    margin: 0 auto;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.ico {
    display: inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.span6 {
	width: 50%;
	float: left;
}
.span6.right {
	float: right;
}
.span4 {
	width: calc(100%/3);
	float: left;
}
.link {
	color: #ffa000;
	text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 102px;
	font-family: 'Lato', sans-serif;
	z-index: 101;
	transition: all 0.3s ease;
	transition: background 0s ease;
}
header * {
	transition: all 0.3s ease;
}
header.fixed {
	background: #000;
	height: 85px;
	border-bottom: 1px solid #23262c;
}
header.fixed nav li,
header.fixed .in,header.fixed .lang {
	line-height: 85px;
}
header .logo,
header .logo a {
	display: inline-block;
	line-height: normal;
	line-height: initial;
}
header .logo {
	padding-top: 18px;
}
header.fixed .logo {
	display: inline-block;
	line-height: normal;
	line-height: initial;
}
header.fixed .logo img {
	max-width: 205px;
}
body.w-oh,
body.w-ohs {
	margin-right: 17px;
}
.w-ohs header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
}
#lbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 200;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	overflow: auto;
}
#lbox .box-wrap {
	width: 100%;
	padding: 30px;
	margin: auto;
}
#lbox .box-wrap .wrap {
	width: 100%;
	max-width: 905px;
	padding: 40px;
	background: #fff;
	margin: 80px auto;
}
#lbox .box-wrap .wrap .agr {
	text-align: justify;
}
#lbox .box-wrap .wrap .agr form label {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
#lbox .box-wrap .wrap .agr form label input {
	position: absolute;
	top: 4px;
	left: 0;
}
#lbox .box-wrap .wrap .agr form label p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 700;
}
#lbox .box-wrap .wrap .agr form div > p {
	font-size: 15px;
	font-weight: 700;
	float: left;
	margin-right: 8px;
	margin-bottom: 0;
	margin-top: 2px;
}
#lbox .box-wrap .wrap .agr form div.highlight {
	padding: 20px 20px 16px;
	background-color: #fff7e7;
}
#lbox .box-wrap .wrap ul {
	margin-bottom: 15px;
}
#lbox .box-wrap .wrap ul li {
	margin-left: 30px;
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.5em;
}
#lbox .box-wrap .wrap p {
	font-size: 14px;
}
#lbox h2 {
	text-align: center;
}
#lbox form .button {
	margin-top: 20px;
	padding: 11px 25px;
	font-weight: 700;
}
.button-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}
.button-row .button {
	text-align: center;
}
#lbox .terms-content {
	flex: 1;
	padding: 1rem;
	overflow-y: auto;
}
#lbox form {
	padding: 1rem;
	border-top: 1px solid #ddd;
	background: #fff;
	position: sticky;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.terms-content::-webkit-scrollbar {
	width: 8px;
}

.terms-content::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

#investor {
	font-size: 15px;
	font-weight: 700;
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 2px 5px;
	padding-right: 20px;
	background-color: #fff;
}
.button.ftwo {
	background: #8f8f8f;
	float: right;
}
.w-oh header {
	z-index: 105;
}
header .container {
	position: relative;
	height: 102px;
}
header.fixed .container {
	position: relative;
	height: 85px;
}
.w-oh header .container,
.w-ohs header .container {
	position: relative;
	z-index: 101;
	left: -8px;
}
.w-oh #cookies .container,
.w-ohs #cookies .container {
	position: relative;
	left: -8px;
}
.top-wrap {
	background-attachment: fixed;
	min-height: 340px;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.homepage .top-wrap {
	background: #242B35 url('/img/top-bg.jpg') top center no-repeat;
	background-size: 1920px 530px;
	min-height: 530px;
	background-attachment: fixed;
}
.logo,
nav li{
	line-height: 102px;
}
nav li {
	display: inline-block;
	position: relative;
}
nav li a {
	display: inline-block;
	position: relative;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
	line-height: initial;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 16px;
	margin: 0 5px;
	font-family: 'Lato', sans-serif;
	transition: all 0.3s ease;
	text-shadow: 1px 1px 1px #000;
}
nav > ul > li > a:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 1px;
	background: #ffa000;
	position: absolute;
	bottom: 18px;
	left: 16px;
	transition: all 0.3s ease;
}
nav > ul li a:hover {
	color: #ffa000;
}
nav li a:hover:after {
	width: calc(100% - 32px);
}
nav li ul {
	display: none;
	position: absolute;
	top: 79px;
	left: 18px;
	background: rgba(19, 29, 39, 1);
	border-radius: 3px;
	line-height: normal;
	line-height: initial;
	padding: 0;
	z-index: 1;
}
nav li ul li {
	display: inline-block;
	border-right: 1px solid #262e38;
}
nav li ul li:last-child {
	border-right: none;
}
nav li ul li,
header.fixed nav li ul li {
	line-height: normal;
	line-height: initial;
	width: 100%;
}
header.fixed nav li ul {
	top: 70px;
}
nav li ul:before {
	content: '';
	width: 0;
	 height: 0;
	 border-left: 5px solid transparent;
	 border-right: 5px solid transparent;
	 border-bottom: 5px solid #131d27;
	 position: absolute;
	 top: -5px;
	 left: 33px;
}
nav li ul li a {
	white-space: nowrap;
	text-transform: none;
	width: 100%;
	padding: 20px;
}
nav li a:hover + ul,
nav li a + ul:hover {
	display: flex;
	flex-wrap: nowrap;
	box-shadow: 0px 0px 6px 1px #3b3b3b;
}
@media screen\0 {
	nav li a:hover + ul,
	nav li a + ul:hover {
		display: block;
	}
	nav li a + ul {
		padding: 8px 0;
	}
	nav li a + ul li {
		border: 0;
	}
	nav li a + ul li a {
		padding: 12px 20px;
	}
}
header .in,
.lang {
	line-height: 102px;
}
header .in {
	margin-left: 5px;
}
/*
header .in a {
	display: inline-block;
	line-height: normal;
	line-height: initial;
	width: 22px;
	height: 22px;
	background: url('/img/i-in.png') center center no-repeat;
	background-size: 100%;
	vertical-align: text-bottom;
	position: relative;
	top: 2px;
}*/
.lang i.zem {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/i-jaz.png) center center no-repeat;
    background-size: 21px;
    position: relative;
    top: 1px;
    margin: 0 3px 0 21px;
    vertical-align: text-bottom;
}
.lang select {
	font-size: 13px;
	color: #f49b00;
    padding-right: 20px;
    background: url(../img/i-select.png) top 12px right 5px no-repeat;
    background-size: auto 6px;
    border: none;
    line-height: 15px;
    cursor: pointer;
    height: 28px;
}
.top {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.homepage .top {
	display: flex;
	width: 100%;
	align-items: center;
}
.top h1 {
	font-size: 33px;
	color: #fff;
	margin: 0;
	margin-bottom: 45px;
	text-shadow: 1px 1px 1px #000;
}
.top-text {
	position: relative;
}
.homepage .top-text {
	padding-top: 25px;
}
.homepage .top-text p {
    color: #fff;
    font-size: 17px;
    margin-top: -30px;
}
.group.mxwidth {
	max-width: 800px;
	margin: 0 auto;
}
.button {
	display: inline-block;
	border: 0;
	outline: 0;
	background: #ffa000;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 70px;
	border-radius: 50px;
	letter-spacing: 1.5px;
}
.sec {
	padding: 100px 0;
}
.sec.ftop {
	padding-top: 185px;
}
#mfo .sec p,
#we-do .sec p {
	text-align: justify;
}
section ul,
section ul {
	margin: 0 auto;
	list-style: initial;
}
section ul li,
section ul li {
	margin-left: 35px;
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
}

.sec.bg1 {
	background: url('/img/sec-bg.jpg') center center no-repeat;
	background-size: cover;
}
.sec.bg2 {
	background: url('/img/sec-bg2.jpg') center center no-repeat;
	background-size: cover;
}
.sec.sbg {
	background: #fbfbfb;
}
.sec.alert, .sec.alert h2, .sec.alert p {
	background-color: #F99D1C;
	color: #fff;
}
.title-wrap {
	margin-bottom: 40px;
}
h2 {
	font-size: 30px;
	margin-top: 0;
}
h4 {
	font-size: 21px;
	letter-spacing: 1.5px;
	color: #ffa000;
	font-weight: 400;
	margin: 8px 0;
}
h1 span {
	display: inline-block;
}
h1 span::first-letter,
h1 span.orange {
	font-weight: bold;
	color: #ffa000;
}
.title-wrap h2 span {
	color: #ffa000;
}
.sec p {
	font-size: 17px;
	color: #222222;
}
.sec .container {
	max-width: 1310px;
}
.sec .span3,
.sec .span4,
.sec .span6 {
	padding: 0 25px;
}
.sec .span4 > *{
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.gspan6,
.gspan4 {
	margin-left: -25px;
	margin-right: -25px;
}
.ico-wrap {
    padding-top: 38px;
	font-size: 54px;
	color:#FFA000;
}
.ico.wallet {
	width: 60px;
	height: 60px;
	background: url('/img/i-wallet.png') top center no-repeat;
	background-size: 60px auto;
	position: relative;
	top: 10px;
}
.ico.kal18 {
	width: 76px;
	height: 70px;
	background: url('/img/i-kal18.png') top 3px center no-repeat;
	background-size: 76px auto;
}
.ico.future {
	width: 59px;
	height: 70px;
	background: url('/img/i-positive.png') top 7px center no-repeat;
	background-size: 43px auto;
}
.title-wrap p {
	font-size: 25px;
	font-weight: 300;
	color: #848484;
}
.perc-wrap {
	max-width: 1000px;
	margin: 80px auto 0;
}
.perc-wrap .span3 {
	width: calc(100%/4);
	float: left;
	text-align: center;
}
.perc-wrap .span3 > * {
	width: 132px;
	text-align: left;
}
.perc-wrap .span3 span {
	display: block;
	margin: 0 auto;
	font-size: 32px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1.5px;
	color: #ffa000;
}
.perc-wrap .span3 span b {
	font-size: 40px;
}
.perc-wrap .span3 small {
	display: inline-block;
	font-size: 16px;
	color: #222222;
}
h3 {
	font-size: 29px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
}
/*
.sec h3 + p {
	font-size: 25px;
	font-weight: 300;
	color: #979797;
}
#how-to-invest.sec h3 {
	margin-bottom: 10px;
}
#how-to-invest.sec h3 + p {
	font-size: 17px;
	font-weight: 300;
	color: #979797;
	margin-bottom: 35px;
}
#how-to-invest.sec h3 + p span {
	display: inline-block;
}
#how-to-invest.sec h3 + p span::first-letter {
	font-weight: bold;
}
*/
h5 {
	font-size: 16px;
	color: gray;
	font-weight: 400;
	margin: -15px 0 0;
}
.sec .group.gspan6 {
	margin-bottom: 150px;
}
.sec .group.gspan6:last-child {
	margin-bottom: 0;
}
.title-wrap h2 + span {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5em;
	color: #959595;
	margin-top: -12px;
	max-width: 750px;
}
.ar-row {
	text-align: center;
	font-size: 0;
	padding-bottom: 66px;
	background: url('/img/ar-bg.png') center bottom no-repeat;
	margin-bottom: 16px;
}
.ar-item {
	display: inline-block;
	margin: 0 25px;
	vertical-align: bottom;
}
.aw-wrap {
	text-align: center;
	font-size: 0;
	padding-bottom: 66px;
	background: url('/img/ar-bg2.png') center bottom no-repeat;
}



.contact {
	padding-bottom: 160px;
}
.contact h2 {
	margin: 58px 0 14px;
}
.contact p {
	font-size: 20px;
	font-weight: 300;
	max-width: 500px;
	margin: 0 auto 27px;
	color: #222222;
}
footer {
	background: #030509;
	color: #8b99ac;
	padding: 100px 0 0;
}
footer .container {
	max-width: 1310px;
}
footer h2 {
	color: #fff;
	font-size: 30px;
	margin: 12px 0 45px;
}
footer p {
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #8b99ac;
}
footer .navb {
	margin-bottom: 30px;
}
footer .navb li {
	display: inline-block;
	margin-right: 25px;
}
footer .navb li a {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #ffa000;
	opacity: 0.6;
}
footer .navb li a.active {
	opacity: 1;
}
footer .navb li a:hover {
	text-decoration: underline;
}
footer .navb li a:after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 12px;
	background: url('/img/i-s-l-o.png') center center no-repeat;
	background-size: auto 12px;
}
.tab {
	display: none;
}
.tab.active {
	display: block;
}
#cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #cecece;
	text-align: center;
	padding: 12px 0 12px;
}
#cookies p {
	color: #7f7f7f;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
#cookies .button {
	padding: 11px 25px;
	background: #8f8f8f;
	margin-top: 8px;
}
#cookies .close {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../img/i-c-close.png') center center no-repeat;
	background-size: 12px auto;
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 30px;
	margin: auto;
}

.glossary .top-wrap,
.glossary header {
	background: #242B35 url('/img/glossary-bg.jpg') top center no-repeat;
	background-size: 1920px 340px;
	background-attachment: fixed;
}
.glossary .top .container {
	margin-top: 145px;
}
#search {
	position: relative;
	margin-top: -15px;
	width: 100%;
	max-width: 515px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	z-index: 102;
}
#search input {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 468px;
	background: #fff;
	border: 0;
	outline: 0;
	border-radius: 100px;
	padding: 12px 25px;
	max-height: 40px;
	z-index: 103;
}
a.search {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 0;
	outline: 0;
	border-radius: 50%;
	background: #ffa000 url('../img/i-search.png') center center no-repeat;
	background-size: 14px auto;
	position: absolute;
	top: 0;
	right: 0;
}
.form-wrap {
	position: relative;
}
.autocomplete_wrap {
	display: none;
	position: absolute;
	background: #dcdcdc;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 1;
	padding-top: 20px;
	border-radius: 3px;
	z-index: 101;
	max-height: 500px;
	overflow: auto;
}
.autocomplete_wrap li {
	padding: 14px 24px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	cursor: pointer;
}
.autocomplete_wrap li:hover {
	background: #ffa000;
	color: #fff;
	border-color: #ffb842;
}
#wall {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
}
#wall.disag {
	display: block !important;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1000;
}
#mfo .title-wrap img {
	margin-top: -25px;
	margin-bottom: 25px;
}

#abc-nav {
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #fff;
}
#abc-nav li {
	display: inline-block;
}
#abc-nav li a {
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 3px;
	line-height: 25px;
	font-size: 12px;
	font-weight: 700;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #dddddd;
	margin: 2px;
	transition: all 0.3s ease;
}
#abc-nav li a:hover {
	border-color: #ffa000;
	color: #ffa000;
}
#abc-nav li a.active {
	border-color: #ffa000;
	background: #ffa000;
	color: #fff;
}
.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.t-row {
	display: table-row;
}
.t-row > div {
	display: table-cell;
	border: 1px solid #f1f1f1;
	font-size: 17px;
	color: #222222;
	padding: 27px;
	width: 50%;
	vertical-align: middle;
}
.t-row > div p {
	margin: 0;
	font-size: 17px;
	color: #222222;
}
.t-row.t-head > div {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	background: #f9f9f9;
	padding: 14px 27px;
}
.ntable-wrap {
	margin-top: 42px;
}
.ntable .nt-row {
	font-size: 0;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 8px;
	border: 1px solid #eee;
}
.ntable .nt-row > div {
	font-size: 14px;
	display: flex;
	align-items: center;
	background: #fff;
	justify-content: center;
	padding: 17px;
}
.ntable .nt-row > div:nth-child(1) {
	width: 170px;
	border-right: 1px solid #ebebeb;
}
.ntable .nt-row > div:nth-child(2) {
	width: 120px;
	border-right: 1px solid #ebebeb;
}
.ntable .nt-row > div:nth-child(3) {
	width: calc(100% - 350px);
	justify-content: start;
	padding: 18px 38px;
	text-align: left;
}
.ntable .nt-row > div:nth-child(4) {
	padding: 0;
	background: #ffa000;
	width: 60px;
}
.ntable .nt-row > div p {
	margin: 0;
	font-size: 16px;
	color: #2a3249;
	text-align: left;
}
.ntable .nt-row > div p a {
	position: relative;
}
.ntable .nt-row > div p a:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background: transparent;
	transition: all 0.4s ease;
}
.ntable .nt-row > div p a:hover:after {
	background: #2a3249;
}

.ntable-wrap::-webkit-scrollbar
{
  width: 2px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

.ntable-wrap::-webkit-scrollbar-track
{
  background: #e6e6e6;
}

.ntable-wrap::-webkit-scrollbar-thumb
{
  background: #adadad;
  border-radius: 8px;
}

.ico.dat {
	width: 22px;
	height: 20px;
	background: url('/img/i-kal.png') left center no-repeat;
	background-size: 13px auto;
}
.ico.lang {
	width: 25px;
	height: 20px;
	background: url('/img/i-lang.png') left center no-repeat;
	background-size: 15px auto;
}
.ico.down {
	width: 100%;
	height: 100%;
	background: url('/img/i-download.png') center center no-repeat;
	background-size: 16px auto;
}



.gloss.sec {
	padding-top: 36px;
}
.gloss.sec h2 {
	font-size: 21px;
	margin-bottom: 30px;
}
.gloss.sec h2 span {
	color: #ffa000;
}

#nav-icon {
    width: 22px;
    height: 18px;
    position: relative;
    margin: 33px auto 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 10000;
    display: none;
    margin-left: 20px;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}
#nav-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    margin: auto;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    max-width: 22px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top:0
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top:7px
}
#nav-icon span:nth-child(4) {
    top:14px
}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(4) {
    top:7px;
    width:0;
    left:50%
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg)
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg)
}

.formular input,
.formular textarea {
	background: none;
	border: none;
	font-size: 14px;
	width: 100%;
	padding-bottom: 20px;
	z-index: 2;
	position: relative;
}
.formular select {
	position: relative;
	z-index: 2;
}
.form .formdata {
	padding: 0;
	margin-top: 40px;
	position: relative;
}

input:focus {
	outline: none !important;
	border: none;
}

.formular input {
	border-width: 0;
	border-bottom: 1px solid #000;

}
.formular .input:after {
	content: '';
	width: 0;
	border-bottom: 1px solid #222;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition : border 500ms ease-out;
    transition : all 500ms ease-out;
}
.formular .formdata.click.input:after {
	width: 100%;
}

.formular .in input:focus,
.formular .tin textarea:focus,
.formular textarea:not(:placeholder-shown),
.formular input:not(:placeholder-shown) {
	border-color: #222;
	border-width: 100%;
}

.formular select {
	color: #8c8d9e;
	background: url(../img/sel-bg.png) right 10px center no-repeat;
	background-size: 11px 17px;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.formdata.select {
	padding-bottom: 18px;
	border-bottom: 1px solid #000;
}
.formdata.select.act {
	border-color: #222;
}
.formdata.select.act select {
	color: #000;
}
.formular textarea {
	border: 1px solid #000;
	min-height: 180px;
	padding: 15px 20px;
	max-width: 100%;
}

.form-preview-checkboxes {
	margin: 15px 0;
}
.form-preview-checkboxes label {
	margin-right: 8px;
}

.form-items .row {
	margin-bottom: 80px;
}

.form button {
	margin-top: 30px;
}
.button {
	transition: all 0.3s ease;
}
.button:hover {
	opacity: 0.85;
}
.form .span6:nth-child(2n) {
    margin-right: 0;
}
.form .span6 {
    width: calc((100% - 30px) / 2);
    float: left;
    margin-right: 30px;
}


.form .formdata.textarea {
	position: relative;
	clear: both;
	padding-top: 80px;
}
.text-area {
	position: relative;
}

.text-area:before,.text-area:after,.text-area>.text-area-wrap:before,.text-area>.text-area-wrap:after {
 content:'';
 position:absolute;
 z-index: 3;
}
.text-area:before {
 border-top:1px solid #333;
 left:0;
 right:100%;
 top:0;
 transition-property:all;
 transition-timing-function:cubic-bezier(0, 0.98, 0.51, 0.93);
 transition-duration:200ms;
 transition-delay:0ms
}
.textarea.tclick .text-area:before {
 right:0%
}
.text-area:not(:hover):before {
 transition-delay:600ms
}
.text-area:before,.text-area:after,.text-area>.text-area-wrap:before,.text-area>.text-area-wrap:after {
 content:'';
 position:absolute
}
.text-area .text-area-wrap:after {
 border-right:1px solid #333;
 top:0;
 bottom:100%;
 right:0;
 transition-property:all;
 transition-timing-function:cubic-bezier(0, 0.98, 0.51, 0.93);
 transition-duration:200ms;
 transition-delay:200ms
}
.textarea.tclick .text-area .text-area-wrap:after {
 bottom:0%
}
.text-area:not(:hover) .text-area-wrap:after {
 transition-delay:400ms
}
.text-area:before,.text-area:after,.text-area>.text-area-wrap:before,.text-area>.text-area-wrap:after {
 content:'';
 position:absolute
}
.text-area:after {
 border-bottom:1px solid #333;
 left:100%;
 right:0;
 bottom:0;
 transition-property:all;
 transition-timing-function:cubic-bezier(0, 0.98, 0.51, 0.93);
 transition-duration:200ms;
 transition-delay:400ms
}
.textarea.tclick .text-area:after {
 left:0%
}
.text-area:not(:hover):after {
 transition-delay:200ms
}
.text-area:before,.text-area:after,.text-area>.text-area-wrap:before,.text-area>.text-area-wrap:after {
 content:'';
 position:absolute
}
.text-area .text-area-wrap:before {
 border-left:1px solid #333;
 top:100%;
 bottom:0;
 left:0;
 transition-property:all;
 transition-timing-function:cubic-bezier(0, 0.98, 0.51, 0.93);
 transition-duration:200ms;
 transition-delay:600ms
}
.textarea.tclick .text-area .text-area-wrap:before {
 top:0%
}
.text-area:not(:hover) .text-area-wrap:before {
 transition-delay:0ms
}


.intab.ucits {
	margin-bottom: 80px;
}
.intab.ucits .col {
	width: 100%;
	max-width: 250px;
	float: left;
}
.intab .col.mverz {
	display: none;
}
.intab.pif .col {
	width: 100%;
	max-width: 250px;
	float: left;
}
.intab.ucits .col:first-child {
	max-width: 100%;
	width: calc(100% - 750px);
	text-align: left;
}
.intab.pif .col:first-child {
	max-width: 100%;
	width: calc(100% - 500px);
	text-align: left;
}
.intab.ucits .col:first-child > div,
.intab.pif .col:first-child > div {
	justify-content: start;
	text-align: left;
	padding-left: 25px;
	font-weight: 700;
}
.intab.pif {
	margin-left: auto;
	margin-right: auto;
}

.intab {
	border-right: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
.intab h3 {
	margin: 0;
	padding: 8px;
}
.intab .row,
.intab .imrow {
	padding: 3px 5px;
}

.intab .row,
.intab .col > div {
	border: 1px solid #f1f1f1;
	border-right: 0;
	border-top: 0;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	letter-spacing: 1px;
}
.intab .col > div.imrow {
	min-height: 100px;
}
.intab .row.head {
    background: #f9f9f9;
}
.intab .col > .row.head {
	border-left: 0;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}
.intab .col > .row.head span {
	color: #ffa000;
	display: inline-block;
	padding-left: 4px;
}
.intab .col > .row.head:first-child {
	border-left: 1px solid #f1f1f1;
}
#advantages {
	/* border-bottom: 20px solid #eaeaea; */
}
#how-to-invest h3 {
	margin-top: 40px;
	font-size: 21px;
	font-weight: 400;
}
.line {
	width: 100%;
	height: 1px;
	background: #ffa000;
	margin: 55px 0;
}
.copyr {
	padding: 25px 0;
	border-top: 1px solid #23262c;
	text-align: center;
}
.copyr p {
	margin: 0;
}

@media only screen and (min-width:1921px) {
	.homepage .top-wrap {
		background-position: bottom center;
		background-size: cover;
		background-attachment: inherit;
	}
}

@media only screen and (max-width:1500px) {
	header .in {
		margin-left: 80px;
	}
	nav li a {
		padding: 20px 10px;
		margin: 0 5px;
	}
	nav li ul {
		left: 15px;
	}
	nav > ul > li > a::after {
		bottom: 9px;
		left: 10px;
	}
	nav li a:hover::after {
	    width: calc(100% - 20px);
	}
}
@media only screen and (max-width:1250px) {
	nav {
		display: none;
	}
	#nav-icon {
		display: inline-block;
	}
	header .right {
		padding-right: 40px;
	}
	.mob-wrap.active nav {
		display: inline-block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.9);
		z-index: 105;
		overflow: auto;
	}
	.mob-wrap.active nav ul {
		padding: 80px 50px;
		text-align: center;
	}
	.mob-wrap.active nav li {
		width: 100%;
		line-height: 50px;
	}
	.mob-wrap.active nav li a {
		font-size: 16px;
		font-weight: 700;
	}
	.mob-wrap.active nav li ul {
		display: inline-block;
		width: 100%;
		background: none;
		position: static;
		padding: 0 0 10px;
		box-shadow: none;
	}
	.mob-wrap.active nav li ul li {
		line-height: 35px;
		border-right: 0;
	}
	.mob-wrap.active nav li ul li a {
		display: inline;
		font-size: 14px;
		font-weight: 400;
		color: #ffa000;
		padding: 10px;
	}
	.mob-wrap.active nav li ul::before {
		display: none;
	}
}
@media only screen and (max-width:1200px) {
	.ar-item {
		margin: 0 18px;
		max-width: 105px;
	}
	.ar-row {
		padding-bottom: 54px;
		background-size: 1024px auto;
	}
}
@media only screen and (max-width:1024px) {
	body.w-oh,
	bodt.w-ohs {
	    margin-right: 0px;
	}
	.w-ohs header .container,
	.w-ohs #cookies .container,
	.w-oh header .container,
	.w-oh #cookies .container {
		left: 0;
	}
	body.w-oh, body.w-ohs {
		margin-right: 0 !important;
	}
}
@media only screen and (max-width:1023px) {
	.ar-row {
		padding-bottom: 40px;
		background-size: 768px auto;
	}
	.ar-item {
		margin: 0 8px;
		max-width: 90px;
	}
	.contact {
		padding-top: 40px;
	    padding-bottom: 100px;
	}
	.intab .col.mverz {
		display: inline-block;
	}
	.intab {
		border-right: 0;
	}
	.intab .col {
		width: 50% !important;
		max-width: 100% !important;
		margin-bottom: 30px;
		border-right: 1px solid #f1f1f1;
	}
	.intab .col.mverz > div {
	    justify-content: start;
	    padding-left: 25px;
	    font-weight: 700;
	    text-align: left;
	}
	.intab .col.mverz,
	.intab .col:first-child {
		border-right: 0;
	}
}

@media only screen and (max-width:800px) {
	#cookies {
		padding-left: 10px;
		padding-right: 10px;
	}
	#cookies .close {
		right: 10px;
	}
	header,
	.glossary header {
		transition: background 0s ease;
	}

}

@media only screen and (max-width:767px) {
	.ar-item {
		margin: 15px;
		max-width: 100px;
	}
	.ar-row,
	.aw-wrap {
		background: none;
	}
	.aw-wrap {
		padding-bottom: 0;
	}
	.span4 {
	    width: calc(100%/2);
	}
	.gspan4 {
		display: flex;
		flex-wrap: wrap;
	}
	.span6,
	.form .span6 {
		width: 100%;
		float: none !important;
	}
	.span6.img-wrap {
		margin-top: 50px;
	}
	.sec .group.gspan6 {
		margin-bottom: 100px;
	}
	.perc-wrap {
		margin-top: 60px;
	}
	.perc-wrap .span3 {
		width: 50%;
		margin-bottom: 20px;
	}
	.ntable .nt-row {
		flex-wrap: wrap;
		background: #fff;
		position: relative;
	}
	.ntable .nt-row > div:nth-child(1) {
		width: 120px;
		border-right: 0;
	}
	.ntable .nt-row > div:nth-child(2) {
		width: 85px;
		border-right: 0;
	}
	.ntable .nt-row > div:nth-child(3) {
		width: 100%;
		border-top: 1px solid #ebebeb;
		padding: 18px 25px;
	}
	.ntable .nt-row > div:nth-child(4) {
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	.ntable .nt-row > div:nth-child(4) a {
		display: inline-block;
		width: 54px;
		height: 54px;
	}
	.intab .row, .intab .col > div {
		font-size: 14px;
	}
}
@media only screen and (max-width:600px) {
	.sec,
	footer {
	    padding: 80px 0;
	}
	footer {
		padding-bottom: 0;
	}
	.contact {
		padding-top: 20px;
	}
	.mob-wrap {
		display: none;
	}
	.mob-wrap nav {
		display: inline-block;
	}
	.mob-wrap.active {
	    display: inline-block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: rgba(0, 0, 0, 0.9);
	    z-index: 110;
	    overflow: auto;
	    text-align: center;
	}
	.glossary.w-ohs .top-wrap {
		z-index: initial;
	}
	.glossary.w-oh .top-wrap {
		z-index: 200;
	}
	.mob-wrap.active nav {
		position: static;
		background: none;
	}
	.mob-wrap.active nav ul {
		padding-bottom: 0;
	}
	nav.left,
	header .in.left,
	header .lang.left {
		float: none;
	}
	header .in.left,
	header .lang.left {
		display: inline-block;
		margin: 0 5px;
	}
	.span4 {
	    width: 100%;
	}
	#cookies p {
		margin-right: 0;
	}
}
@media only screen and (max-width:480px) {
	.sec {
	    padding: 60px 0;
	}
	.logo {
		width: calc(100% - 55px);
	}
	.contact {
		padding-top: 2px;
	}
	#contact .title-wrap {
		margin-bottom: 20px;
	}
	.form .formdata.textarea {
		padding-top: 30px;
	}
	.perc-wrap {
	    margin-left: -25px;
	    margin-right: -25px;
	}
	.t-row.t-head {
		display: none;
	}
	.t-row > div {
		display: block;
		width: 100%;
		border-bottom: 0;
	}
	.table {
		border-bottom: 1px solid #f1f1f1;
	}
	.contact p {
		font-size: 18px;
	}
	.mob-wrap.active nav ul {
		padding-top: 60px;
	}
	header .in.left, header .lang.left {
		padding-bottom: 45px;
	}
	.mob-wrap.active nav li {
		line-height: 38px;
	}
	.mob-wrap.active nav li ul li {
		line-height: 30px;
	}
	#cookies .close {
		display: none;
	}
	#cookies {
	    padding-left: 0;
	    padding-right: 0;
	}
	#cookies .container {
		padding: 0 20px;
	}

	#lbox .box-wrap .wrap {
		padding: 40px 25px;
	}
	#mfo .title-wrap img {
		margin-top: 0;
		width: 50%;
		max-width: 182px;
		position: relative;
		left: 5px;
	}
	#press .container {
		padding: 0 15px;
	}
	.ntable .nt-row > div:nth-child(1) {
		width: 100px;
		padding-right: 0;
	}
	#why-to-invest ul {
		padding-left: 20px;
	}
	.intab .col > div:last-child {
		min-height: 65px;
	}
	.intab .col.mverz > div,
	.intab.ucits .col:first-child > div,
	.intab.pif .col:first-child > div {
	 	padding-left: 20px;
	 }
}

@media only screen and (max-width:380px) {
	.select-holder {
		display: inline-block;
		width: 80%;
	}
}

@media only screen and (max-width:360px) {
	.perc-wrap .span3 span {
		font-size: 26px;
	}
	.perc-wrap .span3 span b {
	    font-size: 30px;
	}
	header .logo img {
	    max-width: 205px;
	}
	header .container {
	    position: relative;
	    height: 85px;
	}
}
@media only screen and (max-width:340px) {
	header .logo {
		padding-top: 24px;
	}
	header.fixed .logo {
	    padding-top: 15px;
	}
	#abc-nav .container {
		padding: 0 20px;
	}
	.intab .col.mverz > div,
	.intab.ucits .col:first-child > div,
	.intab.pif .col:first-child > div {
	 	padding-left: 15px;
	 }
	 #lbox .box-wrap {
	 	padding: 20px;
	 }
}

.bssutton {
	border: 0;
	outline: 0;
	background: #ffa000;
	color: #fff;
	text-transform: uppercase;
}
/* Added on 27-03-2018 */
.alphabet {
	cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
/* Added on 04-042018 */
.loadmore {
	cursor: pointer;
	margin-top: 50px;
}
.awar-wrap {
    margin-top: 50px;
}

.fa-envelope:hover {color:#F29B00;}
.fa-whatsapp:hover {color:#25D366;}
.fa-skype:hover {color:#00AAE9;}
.fa-viber:hover {color:#793BAA;}
.fa-twitter:hover {color:#009DED;}
.fa-reddit:hover {color:#F74300;}
.fa-telegram:hover {color:#0084C6;}
.fa-facebook:hover {color:#1773EA;}
.fa-linkedin:hover {color:#006192;}

/* donate section - copy */
.adress-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	padding: 27px 30px 27px 34px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 16px;
	background-color: #18171f;
	max-width: 600px;
	margin: 0 auto;
}
.adress-left {
	position: relative;
	overflow: hidden;
	max-width: 388px;
}
.adress--txt {
	color: #fff;
}
.adress-hider {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: 0%;
	width: 50%;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(22%, #18171f), to(rgba(24, 23, 31, 0)));
	background-image: linear-gradient(270deg, #18171f 22%, rgba(24, 23, 31, 0));
}
@media only screen and (min-width:700px) {
	.adress-hider {
		display:none;
	}
}
.cta-copy {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding: 15px 32px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 200px;
	background-image: linear-gradient(84deg, #f28b03, #f06500);
	-webkit-transition: box-shadow 300ms ease;
	transition: box-shadow 300ms ease;
	color: #fff;
	line-height: 26px;
	font-weight: 700;
	text-decoration: none;
}
@media only screen and (max-width:500px) {
	.cta-copy {
		padding: 12px 30px 12px 15px;
	}
}

.cta-btn--ico.copy {
    width: 16px;
    margin-right: 10px;
}
.cta-btn__txt {
    position: relative;
    z-index: 4;
    -webkit-transform: translate(0px, 1px);
    -ms-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
}
@media only screen and (max-width:590px) {
	.cta-btn__txt span {
		display:none;
	}
}
.cta-btn-transparent__gradhide.dark {
    background-color: #18171f;
}
.cta-btn-transparent__gradhide-red {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	margin: 0px;
	border-radius: 200px;
	background-color: #f00500;
	opacity: 0;
}
.cta-btn-transparent__animbox {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: 0%;
	z-index: 3;
	width: 0%;
	border-radius: 200px;
	background-color: #f00500;
}
.cta-copied-box {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 200px;
    background-color: #0f9713;
    opacity: 0;
}
.cta-copied-txt {
    position: relative;
    z-index: 4;
}
.span6 h4 {
	background: #f5f5f5;
	padding: 2px 17px;
}

#chart {
	width: 980px;
	height: 600px;
	margin: -30px auto 0;
}
@media (max-width: 1024px) {
	#chart {
		width: 100%;
		height: 50vh;
	}
}

/* Stats 
.stats-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.stats-table th {
	padding-bottom: 0.5em;
	font-size: 1rem;
	font-weight: 400;
}
.stats-table td {
	padding-bottom: 1em;
	font-size: 1.8rem;
	font-weight: 500;
}
@media (max-width: 768px) {
	.stats-table th {
		padding: 0 0.5em 0.5em;
		font-size: 0.9rem;
	}

	.stats-table td {
		font-size: 1.4rem;
	}
}
@media (max-width: 480px) {
	.stats-table {
		margin-left: -15px;
		font-size: 0.7rem;
	}

	.stats-table td {
		font-size: 1.1rem;
	}
}*/

.stats-mobile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	padding: 0 1rem;
	text-align: center;
}

.stat {
	flex: 1 1 15%; /* Try to fit 5 in a row */
	min-width: 140px;
	max-width: 180px;
}

.label {
	font-size: 1rem;
	font-weight: 400;
	color: #444;
	margin-bottom: 0.3em;
}

.value {
	font-size: 1.8rem;
	font-weight: 500;
	color: #000;
}

/* Medium screens: fit 3 in a row */
@media (max-width: 768px) {
	.stat {
		flex: 1 1 30%;
	}
	.label {
		font-size: 0.9rem;
	}
	.value {
		font-size: 1.5rem;
	}
}

/* Small screens: 2 in a row */
@media (max-width: 480px) {
	.stat {
		flex: 1 1 45%;
	}
	.label {
		font-size: 0.8rem;
	}
	.value {
		font-size: 1.3rem;
	}
}
