@font-face {
  font-family: "Exo2";
  src: url("./../fonts/Exo2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Exo2";
  src: url("./../fonts/Exo2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Exo2";
  src: url("./../fonts/Exo2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Exo2";
  src: url("./../fonts/Exo2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body{
	position: relative;
	display: flex;
    flex-direction: column;
	font-family: 'Exo2', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	max-width: 1920px;
	min-height: 100vh;
	margin: 0 auto;
	-webkit-transform: translate(0px);
	transform: translate(0px);
	-webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out;
}
body.dark-2{
	background-color: #022132;
}
.page-donation .bg-wrapper,
.page-news .bg-wrapper,
.dark-2 .bg-wrapper{
	display: flex;
    flex-direction: column;
}
.page-donation .content,
.page-news .content,
.dark-2 .content{
	flex: 1;
    display: flex;
}
.page-donation .content > .container-fluid,
.page-news .content > .container-fluid,
.dark-2 .content > .container-fluid{
	display: flex;
}
.dark-2 .content-wrapper{
	background-color: #092738;
	margin: 7px 0;
    border-radius: 4px;
	min-height: 300px;
	width: 100%;
	padding-bottom: 25px;
}
ul{
	list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}
.container-fluid{
	max-width: 1200px;
}
.sprite::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
}
.btn{
	padding: 13px 43px;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn-success{
    background: #29BD64;
    border: 1px solid transparent !important;	
}
.btn-success:focus,
.btn-success:active,
.btn-success:hover{
	background-color: rgba(13,215,93,1) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-danger{
    background: #BC354D;
    border: 1px solid transparent !important;	
}
.btn-danger:focus,
.btn-danger:active,
.btn-danger:hover{
	background-color: #DE3351 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-secondary{
	border: 1px solid #29BD64 !important;
	background: transparent;
	color: #29BD64 !important;
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover{
	background-color: rgba(13,215,93,0.3) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.input-wrapper{
	position: relative;
}
.input-wrapper label{
	position: absolute;
	bottom: 100%;
    left: 0;
	color: rgba(169,169,169,1);
	font-size: 14px;
	line-height: 14px;
}
.input-error{
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	display: none;
	color: rgba(188,53,77,1);
	line-height: 16px;
}
.input-wrapper.error .input-error{
	display: inline-block;
}
.input{
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.3);
	width: 290px;
	height: 49px;
	max-width: 100%;
	color: #fff;
	padding: 8px 16px;
	outline: none;
}
.input:focus{
	border: 1px solid rgba(255,255,255,0.5);
}
.white-form .input{
	border: 1px solid #E2E2E2;
	color: #828282;
	width: 100%;
}
.white-form .input:focus{
	border: 1px solid rgba(41,189,100,0.58);
}
.input-wrapper.error .input{
	border: 1px solid rgba(188,53,77,1);
}
.white-form .input-wrapper.error .input{
	border: 1px solid rgba(188,53,77,0.53);
}
input.placeholder:-moz-placeholder,
input.placeholder::-moz-placeholder{
	color: rgba(255,255,255,0.7);
}
input.placeholder::-webkit-input-placeholder{
    color: rgba(255,255,255,0.7);
}
.white-form input.placeholder:-moz-placeholder,
.white-form input.placeholder::-moz-placeholder{
	color: #828282;
}
.white-form input.placeholder::-webkit-input-placeholder{
    color: #828282;
}


/*****/
.owl-carousel:not(.owl-loaded){
	display: flex;
	flex-wrap: wrap;
}
ul.owl-loaded{
}
ul .owl-stage {
	display: flex;
	align-items: stretch;
}
ul.owl-loaded li{
	max-width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.owl-controls {
    text-align: center;
    margin-top: 5px;
}
.owl-dots {
    display: inline-block;
    text-align: center;
}
.owl-dot {
    display: inline-block;
    height: 17px;
    margin-right: 10px;
    border-radius: 50%;
}
.owl-dot:last-child{
	margin-right: 0;
}
.owl-dot span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(216,216,216,1);
}
.owl-dot.active span{
	background: rgba(71,71,71,1);
}
/*****/
::-webkit-scrollbar-button { 
	background-image:url(''); 
	background-repeat:no-repeat; 
	width:6px; 
	height:0px 
}
::-webkit-scrollbar-track { 
	background-color: rgb(2, 33, 50);
} 
::-webkit-scrollbar-thumb { 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow:0px 0px 1px rgba(255, 255, 255, 1) inset;
	background-position:center; 
	background-repeat:no-repeat; 
} 
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(255, 255, 255, 0.2);
}
::-webkit-resizer{ 
	background-image:url(''); 
	background-repeat:no-repeat; 
	width:7px; 
	height:0px 
} 
::-webkit-scrollbar{ 
	width: 11px; 
}
/*****/
body ::-webkit-scrollbar{ 
	width: 5px; 
}
body ::-webkit-scrollbar-thumb { 
	-webkit-border-radius: 3.5px; 
	border-radius: 3.5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
body ::-webkit-scrollbar-track { 
	background: none;
} 
/*****/



/* Bg-decor */
.bg-wrapper{
	position: relative;
	flex-grow: 1;
	overflow: hidden;
}
.bg-decor{
	position: absolute;
	top: 0;
	left: auto;
	right: auto;
	width: 100%;
	height: 512px;
	z-index: -1;
	background: linear-gradient(179.58deg, #2A4F78 0%, #031B29 100%);
}
.page-donation .bg-decor,
.page-contacts .bg-decor,
.page-sign .bg-decor{
	height: 100% !important;
}
.page-news .bg-decor,
.dark-2 .bg-decor{
	display: none;
}
/* End Bg-decor */



/* Header */
header{
	background-color: #022132;
	z-index: 2;
    position: relative;
}
.header-wrapper{
	position: relative;
	display: flex;
    align-items: center;
	height: 95px;
	border-radius: 0 0 4px 4px;
	background-color: #092738;
}
.page-donation .header-wrapper,
.page-donation header,
.page-news .header-wrapper,
.page-contacts header,
.page-contacts .header-wrapper,
.page-sign header,
.page-sign .header-wrapper,
.page-main header,
.page-main .header-wrapper{
	background-color: transparent;
}
.header-logo{
	margin: 0 30px 0 20px;
}
.header-menu{
	flex-grow: 1;
}
.header-menu-wrapper{
	display: flex;
	align-items: center;
}
.nav-menu{
	margin-right: 40px;
}
.nav-auth > ul,
.nav-menu ul{
	display: flex;
    align-items: center;
}
.nav-auth > ul > li,
.nav-menu ul li{
	padding: 6px 14px;
	text-align: center;
}
.nav-auth > ul > li > a,
.nav-menu ul li a{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.nav-auth > ul > li > a:hover,
.nav-menu ul li a:hover{
	text-decoration: underline;
}
.nav-menu ul li:nth-child(1) a:hover,
.nav-menu ul li:nth-child(2) a:hover{
	background-color: rgba(255,255,255,0.16);
	text-decoration: none;
}

.nav-menu ul li:nth-child(1),
.nav-menu ul li:nth-child(2){
	padding: 0;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
}
.nav-menu ul li:nth-child(2){
	margin-right: 14px;
	border-left: none;
	border-radius:0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.nav-menu ul li:nth-child(1) a,
.nav-menu ul li:nth-child(2) a{
	padding: 6px 14px;
}
/*****/
.nav-auth{
	margin-left: auto;
	display: flex;
	align-items: center;
}
.nav-auth > ul > li:nth-child(2){
	position: relative;
}
.nav-auth > ul > li:nth-child(2)::before{
	content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: calc(100% - 12px);
    background: rgba(255,255,255,0.1);
}
/*****/
.nav-language{
	position: relative;
	margin: 0 20px 0 25px;
}
.nav-language .list-language{
	display: none;
	position: absolute;
	right: 5px;
	top: calc(100% + 10px);
    width: 70px;
	height: 100px;
	border: 1px solid #2B4756;
	background-color: #173652;
}
.nav-language.active .list-language{
	display: block;
}
.list-language-wrapper{
	overflow-y: scroll;
	height: 100%;
	padding: 3px 6px;
}
.list-right-decor::before{
	background-image: url("./../images/svg/dropdown.svg");
	width: 12px;
    height: 10px;
    bottom: 100%;
    right: -1px;
}
.list-left-decor::before{
	background-image: url("./../images/svg/dropdown_another_side.svg");
	width: 12px;
    height: 10px;
    bottom: 100%;
    left: -1px;
}
.nav-language .list-language ul li{
	position: relative;
}
.nav-language .list-language ul li:not(:last-child){
	margin-bottom: 2px;
}
.nav-language .list-language ul li a{
	display: inline-block;
    text-decoration: none;
    padding-left: 27px;
}
.nav-profile span,
.nav-language span{
	color: white;
}
.language{
	position: relative;
	padding: 0 23px 0 27px;
	cursor: pointer;
}
.language::before{
	background-image: url("./../images/svg/ic_dropdown.svg");
	width: 12px;
    height: 7px;
	top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-language .list-language ul li img,
.language img{
	position: absolute;
	left: 0;
    top: 2px;
	width: 26px;
    height: 18px;
}
/*****/
.nav-profile{
	position: relative;
}
.profile{
	position: relative;
    padding: 0 0 0 24px;
    cursor: pointer;
}
.profile::before{
	background-image: url("./../images/svg/ic_header_user.svg");
	width: 30px;
    height: 20px;
    left: 0;
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*****/
.list-profile{
	display: none;
    position: absolute;
    left: 7px;
    top: calc(100% + 10px);
    min-width: 100px;
    border: 1px solid #2B4756;
	background-color: #173652;
}
.nav-profile.active .list-profile{
	display: block;
}
.list-profile-wrapper{
    overflow: hidden;
    height: 100%;
    padding: 7px 15px;
}
.list-profile ul{
	
}
.list-profile ul li:not(:last-child){
	margin-bottom: 3px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.list-profile ul li a{
	display: inline-block;
    padding-bottom: 4px;
	color: white;
	text-decoration: none;
}
.list-profile ul li:last-child a{
	padding-bottom: 2px;
}
.list-profile ul li a:hover{
	
}
/*****/
.mobile-menu{
	position: relative;
	margin: 0 15px 0 auto;
    width: 29px;
    height: 24px;
    padding: 5px;
}
.mobile-menu::before{
	background-image: url("./../images/svg/mobile_menu.svg");
	width: 19px;
    height: 14px;
	top: 5px;
	left: 5px;
}
/* End Header */



/* Footer */
footer{
	margin-top: -1px;
}
.dark-2 footer,
.dark footer{
	background-color: #022132;
}
.footer-wrapper{
	display: flex;
	padding: 30px 5px;
}
.dark-2 .footer-wrapper{
	border-radius: 4px 4px 0 0;
	background-color: #092738;
}
/*****/
.social{
	display: flex;
	align-items: center;
	width: 100px;
	margin-top: 25px;
	justify-content: space-between;
}
.social a{
	position: relative;
}
.social a::before{
	width: inherit;
	height: inherit;
}
.twitter{
	width: 18px;
	height: 14px;
}
.twitter::before{
	background-image: url("./../images/svg/ic_footer_twitter.svg");
}
.telegram{
	width: 18px;
	height: 15px;
}
.telegram::before{
	background-image: url("./../images/svg/ic_footer_telegram.svg");
}
.facebook{
	width: 15px;
	height: 15px;
}
.facebook::before{
	background-image: url("./../images/svg/ic_footer_facebook.svg");
}
/*****/
.footer-menu{
	
}
.footer-menu ul{
	display: flex;
	flex-direction: column;
}
.footer-menu ul li{
	height: 33px;
	flex-grow: 1;
}
.footer-menu ul li a{
	color: rgba(71,71,71,0.8);
}
.dark-2 .footer-menu ul li a{
	color: rgba(255,255,255,0.8);
}
.dark .footer-menu ul li a{
	color: white;
}
.dark-2 .foote-logo img:nth-child(1),
.dark .foote-logo img:nth-child(1){
	display: block !important;
}
.dark-2 .foote-logo img:nth-child(2),
.dark .foote-logo img:nth-child(2){
	display: none;
}
/*****/
.foote-switch{
	color: rgba(71,71,71,1) !important;
	text-decoration: underline;
	font-weight: 600;
}
.dark .foote-switch{
	color: rgba(205,211,215,1) !important;
}
/* End Footer */



/* Content */
.content{

}
.page-news .content{
	background-color: white;
}
/* End Content */



/* Main */
.main-greeting-wrapper{
	height: 417px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-greeting-text{
	color: #fff;
	text-align: center;
}
.main-greeting-text h1{
	font-size: 74px;
	font-weight: bold;
}
.main-greeting-text span{
	font-size: 28px;
}
/*****/
.main-chart{
	background-color: white;
	padding: 50px 0;
}
.main-chart-wrapper{
	position: relative;
}
.main-universal-description{
	margin: 0px 300px 40px 0;
}
.main-universal-description h3{
	margin-bottom: 3px;
	color: #474747;
	font-weight: bold;
	font-size: 24px;
}
.main-universal-description span{
	color: #828282;
}
.main-chart-pairs{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 55px;
}
.main-chart-pair{
	display: flex;
	padding: 15px;
	background-color: #F5F5F5;
	border-radius: 4px;
	margin-right: 16px;
	flex: 1 calc(25% - 16px);
    max-width: 273px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-chart-pair:last-child{
	margin-right: 0;
}
.main-chart-pair:hover,
.main-chart-pair.active{
	background-color: #183753;
}
.main-chart-pair-left{
	margin-right: 20px;
	color: #474747;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-chart-pair:hover .main-chart-pair-left,
.main-chart-pair.active .main-chart-pair-left{
	color: #FFFFFF;
}
.main-chart-pair-right{
	margin-left: auto;
	text-align: right;
	font-weight: bold;
	line-height: 19px;
}
.course-down{
	color: #BC354D !important;
}
.course-up{
	color: #29BD64 !important;
}
.arrow-up,
.arrow-down{
	position: relative;
}
.arrow-down::before,
.arrow-up::before{
	width: 8px;
    height: 12px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrow-down::before{
	background-image: url("./../images/svg/ic_main_arrow_red.svg");
}
.arrow-up::before{
	background-image: url("./../images/svg/ic_main_arrow_green.svg");
}
.main-chart-pair-right span.pair-right-1{
	position: relative;
	padding-left: 15px;
}
.main-chart-pair-right span.pair-right-2{
	color: #8A8A8A;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-chart-pair:hover .main-chart-pair-right span.pair-right-2,
.main-chart-pair.active .main-chart-pair-right span.pair-right-2{
	color: #FFFFFF;
}
.main-chart-chart{
}
.main-universal-start{
	position: absolute;
	top: 0;
	right: 0;
}
/*****/
.begin-traiding{
	background-color: #0E2C3D;
	padding: 60px 0 84px;
}
.begin-traiding .main-universal-description{
	margin: 0 0 70px;
	text-align: center;
}
.begin-traiding .main-universal-description h3{
	font-weight: bold;
	color: #fff;
}
.begin-traiding .main-universal-description span{
	color: rgba(255,255,255,0.75);
}
.begin-traiding-step{
	text-align: center;
}
.begin-traiding-step-img{
	height: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.begin-traiding-step-img img{
	
}
.begin-traiding-step h5{
	margin: 40px 0 11px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.begin-traiding-step span{
	display: inline-block;
	max-width: 281px;
	color: rgba(255,255,255,0.75);
	line-height: 19px;
}
/*****/
.main-tutorial{
	padding: 50px 0;
}
.main-tutorial-wrapper{
	position: relative;
}
.main-tutorial-list{

}
.main-tutorial-list ul{
	
}
.main-tutorial-list ul li{
	margin-bottom: 30px;
	align-items: stretch;
    display: flex;
}
.tutorial-wrap{
	background-color: #F9F9F9;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.tutorial-preview-img{
	position: relative;
	height: 214px;
}
.video-tutorial{
	position: relative;
}
.video-tutorial::before{
	background-image: url("./../images/svg/ic_play.svg");
	width: 67px;
    height: 67px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tutorial-preview-img img{
	object-fit: cover;
    height: 100%;
}
.tutorial-preview-desc{
	padding: 20px;
	background-color: #F9F9F9;
}
.tutorial-preview-desc a{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #474747;
}
.tutorial-preview-desc p{
	margin-top: 5px;
	color: #474747;
	line-height: 19px;
}
/*****/
.main-news{
	background-color: #F9F9F9;
	padding: 50px 0;
}
.main-news-wrapper{
	position: relative;
}
.main-news-list{
}
.main-news-list ul{
	
}
.main-news-list ul li{
	margin-bottom: 30px;
	align-items: stretch;
    display: flex;
	height: auto;
}
.new-wrap{
	position: relative;
	padding: 26px 30px 50px 18px;
	background-color: #FFFFFF;
	border-radius: 4px;
}
.new-date{
    position: relative;
	padding-left: 18px;
	color: #474747;
	opacity: 0.8;
}
.new-date::before{
	background-image: url("./../images/svg/ic_main_date.svg");
    top: 5px;
    left: 0;
	width: 12px;
    height: 12px;
}
.new-preview-desc{
	position: relative;
}
.new-preview-desc h5{
	margin-top: 15px;
	color: #474747;
	font-size: 18px;
	font-weight: bold;
}
.new-preview-desc p{
	margin-top: 5px;
	color: #474747;
	line-height: 17px;
	opacity: 0.8;
}
.new-link{
	position: absolute;
    bottom: 20px;
	color: #49C77C !important;
	padding-right: 22px;
	display: block;
}
.new-link::before{
	background-image: url("./../images/svg/ic_main_continue.svg");
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
/*****/
.main-start{
	background-color: #0E2C3D;
	padding: 65px 0 23px 0;
}
.main-start-wrapper{
	position: relative;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.main-start .main-universal-start{
	display: flex;
	margin-top: 0;
    align-items: flex-start;
}
.main-start .main-universal-description{
	margin-right: 20px;
}
.main-start .main-universal-description h3{
	color: white;
}
.main-start .main-universal-description span{
	color: rgba(255,255,255,0.6);
}
/* End Main */



/* Sign */
.sign{
	margin-top: 50px;
	margin-bottom: 80px;
}
.sign-wrapper{
	margin: 0 auto;
	background-color: white;
	padding: 30px 60px 50px 60px;
	border-radius: 4px;
}
.sign-wrapper h3{
	margin-bottom: 34px;
	font-size: 24px;
	font-weight: bold;
	line-height: 31px;
	color: #474747;
	text-align: center;
}
.sign-desc{
	text-align: center;
	color: #828282;
	line-height: 19px;
}
.sign-desc a{
	font-weight: bold;
	color: #29BE64 !important;
}
.sign .input-wrapper{
	margin-bottom: 40px;
}
.checkboxes{
	margin-top: 20px;
}
.checkboxes a{
	position: relative;
	padding-left: 35px;
	color: #828282 !important;
	text-decoration: none;
	display: inline-block;
	min-height: 21px;
    line-height: 21px;
	margin-bottom: 10px;
}
.checkboxes a::before{
	background-image: url("./../images/svg/ic_checkbox_empty.svg");
	top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
}
.checkboxes a.checkbox-full::before{
	background-image: url("./../images/svg/ic_checkbox_full.svg");
}
#recaptcha{
	margin: 30px 0;
}
#recaptcha .g-recaptcha,
#recaptcha .g-recaptcha > div,
#recaptcha iframe{
	max-width: 100%;
}
.sign-button{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sign-button button{
	flex: 1 50%;
	max-width: 200px;
}
.sign-button-desc{
	flex: 1 50%;
    margin-left: 0;
    padding-left: 15px;
	text-align: center;
}
.sign-button-desc a,
.sign-button-desc span{
	line-height: 14px;
}
.sign-button-desc span{
	color: #828282;
	display: inline-block;
}
.sign-button-desc a{
	font-weight: bold;
	color: #29BD64 !important;
}
a.forgot-password{
	color: #29BD64 !important;
}
.input-wrapper.is-forgot-password{
	margin-bottom: 5px;
}
.input-wrapper.is-forgot-password.error{
	margin-bottom: 20px;
}
/* End Sign */



/* Article */
.article{
	
}
.article-wrapper{
	margin: 0 auto;
}
.article-header{
	color: rgba(255,255,255,0.8);
	border-bottom: 1px solid #2B4756;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding-top: 20px;
}
.article-title{
	margin-right: 20px;
}
.article-title h1{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.article-body{
	margin: 30px 0 50px;
}
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6{
	color: rgba(255,255,255,0.8);
	margin-top: 30px;
}
.article-body h5{
	font-size: 18px;
}
.article-body p{
	color: rgba(255,255,255,0.5);
	margin-top: 10px;
}
.article-body a{
	color: white !important;
}
.article-body ul{
	margin-top: 10px;
	list-style-type: disc;
	list-style-position: outside;
    padding-left: 15px;
}
.article-body ul li{
	color: rgba(255,255,255,0.5);
}
/* End Article */



/* Contacts */
.contacts{
	
}
.contacts-wrapper{
	margin: 0 auto;
}
.contacts-header{
	padding-top: 60px;
	text-align: center;
}
.contacts-title{
	
}
.contacts-title h1{
	font-weight: bold;
	font-size: 74px;
	color: #FFFFFF;
}
.contacts-short-description{
	font-size: 16px;
	color: rgba(255,255,255,0.5);
}
/*****/
.contacts-body{
	margin: 60px 0 300px;
}
.contact-option{
	display: flex;
	margin-bottom: 30px;
}
.contact-option-wrapper{
	border-radius: 4px;
    display: flex;
    overflow: hidden;
    justify-content: stretch;
    flex: 1;
    flex-wrap: wrap;
    align-items: flex-end;
}
.contact-option-info{
	border: 1px solid rgba(249,249,249,0.1);
	text-align: center;
	flex: 1 100%;
	padding: 5px;
    border-bottom: none;
}
.contact-option-img{
	height: 125px;
	padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-option-info h5{
	margin: 0 0 14px;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
.contact-option-info span {
    display: inline-block;
    max-width: 217px;
    color: rgba(255,255,255,0.5);
    line-height: 19px;
	font-size: 16px;
	margin-bottom: 40px;
}
/*****/
.contact-option-link{
    background-color: rgba(54,78,98,1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    flex: 100%;
}
.contact-option-link a{
	position: relative;
	color: rgba(255,255,255,0.8) !important;
	font-size: 16px;
	font-weight: 500;
	padding-right: 22px;
	display: inline-block;
}
.contact-option:last-child .contact-option-link a{
	padding-right: 0;
}
.contact-option-link a::before{
	background-image: url("./../images/svg/ic_contactus_arrow.svg");
	top: 50%;
    right: 0;
	width: 15px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-option:last-child .contact-option-link a::before{
	display: none;
}
/* End Contacts */



/* News */
.news{
	display: flex;
	padding: 60px 0;
}
.news-wrapper{
	
}
.news-header{
	
}
.news-title{
	
}
.news-title h1{
	margin-bottom: 3px;
    color: #474747;
    font-weight: bold;
    font-size: 24px;
}
.news-short-description{
	color: #828282;
}
/*****/
.news-body{
	margin-top: 50px;
}
.news-body > ul{
	
}
.news-body > ul li{
	margin-bottom: 30px;
    align-items: stretch;
    display: flex;
}
.news-body .new-wrap{
	background-color: #F9F9F9;
}
/* End News */



/* New */
.new{
	padding: 30px 0 60px;
}
.new-wrapper{
	margin: 0 auto;
}
.new-title{
	margin-top: 20px;
}
.new-title h1{
	font-weight: bold;
	font-size: 44px;
	color: #474747;
	margin-bottom: 20px;
}
.back-to-all{
	display: inline-block;
	position: relative;
	color: #707070 !important;
	font-size: 16px;
	padding-left: 20px;
}
.back-to-all::before{
	background-image: url("./../images/svg/ic_back.svg");
	top: 3px;
    left: 0;
    width: 10px;
    height: 18px;
}
.new-body{
	
}
.new-body p{
	font-size: 20px;
	color: #474747;
	line-height: 26px;
	margin-top: 10px;
}
.new-body p.small-text{
	font-size: 16px;
	line-height: 19px;
}
.new-body p.important-text{
	position: relative;
	display: inline-block;
	font-weight: bold;
	border-left: 4px solid #00C15C;
	margin: 30px 0;
	padding-left: 19px;
}
.new-body h1,
.new-body h2,
.new-body h3,
.new-body h4,
.new-body h5,
.new-body h6{
	color: #474747;
	font-weight: bold;
	margin: 25px 0 10px;
}
.new-body img{
	margin: 20px 0;
	max-width: 100%;
    height: auto;
}
.new-body iframe{
	width: 100%;
	height: 500px;
	margin: 20px 0;
}
/* End New */



/* Donation */
.donation{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 50px 0 80px;
}
.donation-header{
	
}
.donation-title{
	
}
.donation-title h1{
	color: #FFFFFF;
	font-size: 74px;
	font-weight: bold;
}
.donation-short-description{
	color: rgba(255,255,255,0.8);
	font-size: 16px;
	line-height: 21px;
	padding-right: 75px;
}
/*****/
.donation-body{
	
}
.donation-body-wrapper{
	background-color: white;
    border-radius: 4px;
	padding: 0;
	overflow: hidden;
}
.donation-tabs{
	display: flex;
	flex-wrap: wrap;
	height: 67px;
	align-items: stretch;
	padding-top: 15px;
}
.donation-tab{
	flex: 1 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-bottom: 1px solid rgba(203,203,203,1);
}
.donation-tab.active{
	border-bottom: 2px solid rgba(73,199,124,1);
}
.donation-tabs a{
	color: rgba(71,71,71,0.4) !important;
	font-size: 16px;
	display: inline-block;
}
.donation-tab a:hover{
	color: rgba(71,71,71,1) !important;
}
.donation-tab.active a{
	color: rgba(71,71,71,1) !important;
	font-weight: bold;
	text-decoration: none !important;
	cursor: default;
}
.donation-form{
	padding: 30px;
	min-height: 440px;
	position: relative;
}
.donation-form-desc{
	color: rgba(169,169,169,1);
	font-size: 16px;
	line-height: 20px;
}
/*****/
.donation-list{
	margin-top: 10px;
}
.donation-list li{
	margin-bottom: 10px;
}
.donation-list li a{
	position: relative;
	padding: 20px 48px;
	color: rgba(71,71,71,1) !important;
	text-decoration: none;
	font-size: 16px;
	display: block;
}
.donation-list li a img{
	top: 50%;
    left: 0;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.donation-list li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 48px;
	width: 100%;
	height: 2px;
	background-color: rgba(203,203,203,0.7);
}
.donation-list li:last-child a::after{
	display: none;
}
.donation-list li a::before{
	background-image: url("./../images/svg/ic_donation_arrow.svg");
	right: 0;
    width: 10px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.donation-list li a:hover::before{
	background-image: url("./../images/svg/ic_donation_arrow_hover.svg");
}
/*****/
.donation-form-address{
	margin: 45px 0 30px;
}
.donation-form-address input,
.donation-form-qr-code span,
.donation-form-address label{
	color: #474747;
	font-size: 16px;
}
.donation-form-qr-code span{
	position: relative;
}
.donation-qr-code{
	width: 200px;
    height: 200px;
    margin-top: -12px;
    margin-left: -16px;
}
.donation-form-address input.no-focus:focus{
	border-color: rgb(226, 226, 226) !important;
}
.donation-form-next,
.donation-form-back{
	position: absolute;
	display: inline-block;
	color: #A9A9A9 !important;
	font-size: 16px;
	bottom: 20px;
}
.donation-form-back{
	padding-left: 30px;
}
.donation-form-next{
	padding-right: 30px;
	right: 30px;
}
.donation-form-back::before,
.donation-form-next::before{
	top: 50%;
	width: 21px;
    height: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.donation-form-back::before{
	background-image: url("./../images/svg/ic_donation_arrow_back.svg");
    left: 0;
}
.donation-form-next::before{
	background-image: url("./../images/svg/ic_donation_arrow_next.svg");
	right: 0;
}
/* End Donation */



/* Coin */
.coin{
	padding: 20px;
}
.coin-header{
	color: rgba(255,255,255,0.8);
    border-bottom: 1px solid #2B4756;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 30px 0;
}
/*****/
.coin-label{
	display: flex;
	margin-right: 30px;
}
.coin-logo{
	width: 77px;
	height: 77px; 
}
.coin-info{
	padding-left: 20px;
}
.coin-name{
	font-size: 32px;
	font-weight: bold;
}
.coin-fullname{
	margin-right: 12px;
}
.coin-shortname{
	color: rgba(255,255,255,0.2);
}
.coin-link{
	
}
.coin-link a{
	padding-left: 20px;
	color: rgba(255,255,255,0.8) !important;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}
.coin-link a:first-child{
	margin-right: 25px;
}
.coin-link a:first-child::before,
.coin-link a:last-child::before{
	top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
}
.coin-link a:first-child::before{
	background-image: url("./../images/svg/ic_coinsinfo_website.svg");
}
.coin-link a:last-child::before{
	background-image: url("./../images/svg/ic_coinsinfo_explorer.svg");
}
/*****/
.coin-maininfo{
    display: flex;
	margin-left: auto;
}
.coin-maininfo li{
	margin-right: 20px;
}
.coin-maininfo li:last-child{
	margin-right: 0;
}
.coin-maininfo li span{
	display: block;
}
.coin-maininfo li span:first-child{
	color: rgba(255,255,255,0.3);
	padding-bottom: 10px;
}
.coin-maininfo li span:last-child{
	font-size: 16px;
	font-weight: bold;
}
/*****/
.coin-body{
	color: rgba(255,255,255,0.8);
	padding: 30px 0;
}
.coin-body h5{
	font-size: 20px;
	font-weight: bold;
}
.coin-about{
	margin-bottom: 40px;
}
.coin-about p{
	margin-top: 10px;
	line-height: 19px;
	color: rgba(255,255,255,0.7);
}
.coin-chart-wrapper{
	padding: 10px;
	border-radius: 4px;
	border: 1px solid rgba(43,71,86,0.7);
}
/* End Coin */



/* Pairs Specification */
.pairs-specification{
	padding: 0 20px;
}
.pairs-specification-header{
    color: rgba(255,255,255,0.8);
    border-bottom: 1px solid #2B4756;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-top: 20px;
}
.pairs-specification-title{
	margin-right: 20px;
}
.pairs-specification-title h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
/*****/
.search{
	position: relative;
}
.search input{
	height: 33px;
	padding-left: 28px;
	width: 100px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pairs-specification-search input:focus{
	width: 290px;
}
.search::before{
	background-image: url("./../images/svg/ic_search.svg");
	top: 50%;
    left: 7px;
    width: 15px;
    height: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*****/
.pairs-specification-body{
	margin-top: 20px;
}
.pairs-specification-body .inter-table{
	margin-bottom: 25px;
}
/*****/
.inter-table{
	display: flex;
	color: rgba(255,255,255,0.7);
}
.inter-table-head{
	flex: 15%;
	min-width: 110px;
}
.inter-table-body{
	flex: 85%;
}
.inter-table-body-wrapper{
	display: table;
	width: 100%;
}
.inter-table-row{
	display: table-row;
}
.inter-table-col{
	display: table-cell;
	padding: 3px;
}
.inter-table-body-wrapper .inter-table-row:first-child{
	font-weight: bold;
}
.inter-table-body-wrapper .inter-table-row:first-child .inter-table-col{
	padding-bottom: 10px;
}
/* End Pairs Specification */



/* Listing form */
.listing{
	padding: 0 20px;
}
.listing-wrapper{
	
}
.listing-header{
	color: rgba(255,255,255,0.8);
    padding-top: 30px;
    padding-bottom: 15px;
}
.listing-title{
	
}
.listing-title h1{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
/*****/
.listing-body{
	
}
.listing-description{
	color: rgba(255,255,255,0.7);
}
.listing-description p{
	line-height: 19px;
}
/*****/
.listing-form{
	margin-bottom: 30px;
}
.listing-form > ul{
	margin-top: 65px;
	display: flex;
    flex-wrap: wrap;
}
.listing-form > ul > li{
	margin-bottom: 45px;
	width: 50%;
}
.listing-form > ul > li .input-wrapper{
	padding-right: 80px;
}
.listing-form > ul > li input{
	color: rgba(255,255,255,0.7);
	width: 100%;
}
.listing-checkboxes{
	display: flex;
	flex-wrap: wrap;
	height: 49px;
	align-items: center;
}
.listing-checkbox-wrapper{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.basic-trade-3-marketprice a,
.listing-checkboxes a{
	position: relative;
	color: rgba(255,255,255,0.7) !important;
    padding-left: 25px;
    text-decoration: none;
}
.basic-trade-3-marketprice a::before,
.listing-checkboxes a::before{
    background-image: url(./../images/svg/ic_zerobalance_empty.svg);
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
}
.basic-trade-3-marketprice a.checkbox-full::before,
.listing-checkboxes a.checkbox-full::before{
	background-image: url(./../images/svg/ic_zerobalance_full.svg);
}
/*****/
.select{
	position: relative;
	border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 8px 32px 8px 16px;
	height: 49px;
    max-width: 100%;
	cursor: pointer;
}
.select.select-small{
	height: 33px;
    padding: 4px 32px 4px 16px;
    font-weight: normal;
}
.select.show-list{
	border-bottom-color: transparent;
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.select::before{
	background-image: url(./../images/svg/ic_down.svg);
	right: 12px;
	top: 50%;
	width: 10px;
	height: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.select-choosed{
	overflow: hidden;
    height: 31px;
    display: inline-block;
	color: rgba(255, 255, 255, 0.7);
	line-height: 31px;
	white-space: nowrap;
    width: 100%;
}
.select.select-small .select-choosed{
	height: 23px;
    line-height: 22px;
	text-transform: none;
}
.select-list{
	display: none;
	position: absolute;
    top: calc(100% - 1px);
    left: -1px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
	border-top: none;
    background-color: rgb(9, 39, 56);
    z-index: 1;
    box-sizing: content-box;
}
.select.show-list .select-list{
	display: block;
	border-top-color: transparent;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select-list > ul{
	padding-bottom: 10px;
	overflow: hidden;
}
.select-list > ul > li{
	cursor: pointer;
}
.select-list > ul > li:hover{
	background-color: #2B4756;
}
.select-list > ul > li a{
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.7) !important;
	padding: 5px 0;
	display: block;
	margin: 0 32px 0 16px;
	overflow: hidden;
	text-decoration: none;
}
/* End Listing form */



/* Basic-trade */
.basic-trade-bottom,
.basic-trade-top,
.basic-trade{
	width: 100%;
}
.basic-trade-top{
	position: relative;
	display: flex;
	flex-direction: column;
}
.basic-trade-1,
.basic-trade-2,
.basic-trade-3{
	margin-top: 7px;
	background-color: #092738;
	border-radius: 4px;
	width: 66.666667%;
}
.basic-trade-all-pairs{
	position: absolute;
	top: 7px;
	right: 0;
	width: calc(33.33333% - 7px);
	height: calc(100% - 7px);
	border-radius: 4px;
	background-color: #092738;
	padding: 11px 0 20px;
	display: flex;
    flex-direction: column;
}
/*****/
.basic-trade-bottom{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.basic-trade-sell,
.basic-trade-buy,
.basic-trade-my{
	margin-right: 7px;
	min-height: 100px;
	border-radius: 4px;
	background-color: #092738;
	margin-top: 7px;
	width: calc(33.3333% - 3.5px);
	padding: 20px 5px 20px 20px;
}
.basic-trade-my{
	margin-right: 0;
	width: calc(33.3333% - 7px);
}
.basic-trade-history{
	width: 100%;
	border-radius: 4px;
	background-color: #092738;
	margin: 7px 0;
	padding: 20px;
}
/*****/
.basic-trade-1{
	padding: 11px 20px;
	height: 111px;
	overflow: hidden;
}
.basic-trade-1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.basic-trade-1 ul li{
	height: 89px;
	padding-top: 8px;
}
.basic-trade-1 ul li:nth-child(2n){
	border-right: 1px solid #2B4756;
}
.basic-trade-1-title{
	color: rgba(255,255,255,0.3);
}
.basic-trade-1 ul li > span{
	padding-bottom: 7px;
	display: inline-block;
}
.basic-trade-1 ul li > div{
	color: rgba(255,255,255,0.8);
}
.basic-trade-1 ul li > div span:first-child{
	font-size: 16px;
	font-weight: 600;
}
/*****/
.basic-trade-2{
	padding: 20px;
}
/*****/
.basic-trade-3{
	
}
.basic-trade-3-tabs-form{
	display: flex;
	flex-wrap: wrap;
}
.basic-trade-3-tab{
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	color: rgba(255,255,255,0.8);
}
.basic-trade-3-tab-first{
	padding-right: 40px;
}
.basic-trade-3-tab-second{
	padding-left: 40px;
}
.basic-trade-3-header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-weight: 600;
}
.basic-trade-3-header span{
	text-transform: uppercase;
}
.basic-trade-3-header a{
	display: none;
	color: rgba(255,255,255,0.8) !important;
	padding-right: 15px;
}
.basic-trade-3-marketprice{
	text-align: right;
}
.basic-trade-3-marketprice a{
	padding-left: 20px;
	line-height: 14px;
	display: inline-block;
}

.basic-trade-3-input{
	margin-bottom: 28px;
	margin-top: 7px;
}
.basic-trade-3-input-wrapper{
	padding-left: 80px;
	margin-bottom: 16px;
	position: relative;
}
.basic-trade-3-input-wrapper .input-wrapper span{
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
} 
.basic-trade-3-input-wrapper input{
	height: 40px;
	padding-right: 80px;
}
.basic-trade-3-input-wrapper label{
	position: absolute;
	top: 10px;
	left: 0;
}
.basic-trade-3-button button{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	text-transform: uppercase;
}
.basic-trade-3-button span{
	display: block;
	font-weight: 600;
}
.basic-trade-3-transaction{
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}
/*****/
.basic-trade-list-header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.8);
	align-items: center;
}
.basic-trade-list-header span{
	text-transform: uppercase;
}
.basic-trade-list-header span:last-child{
	padding-right: 15px;
}
.basic-trade-list{
	max-height: 210px;
    overflow-y: scroll;
}
.basic-trade-list ul{
	display: table;
	width: 100%;
}
.basic-trade-list ul li{
	display: table-row;
	color: rgba(255,255,255,0.8);
}
.basic-trade-list ul li:first-child{
	font-weight: 600;
}
.basic-trade-list ul li span{
	display: table-cell;
	line-height: 26px;
}
.basic-trade-list ul li:first-child span{
	padding-bottom: 15px;
	line-height: 14px;
}
.basic-trade-my .basic-trade-list ul li:not(:first-child) a{
	text-decoration: underline;
	color: rgba(255,255,255,0.8) !important;
}
.basic-trade-my .basic-trade-list ul li:not(:first-child) a:hover{
	text-decoration: none;
}
/*****/
.basic-trade-history-select{
	display: inline-flex;
	align-items: center;
}
.basic-trade-history-select-title{
	padding: 15px;
	color: rgba(255,255,255,0.7);
	font-weight: normal;
}


.basic-trade-history-tabs{
	display: flex;
}
.basic-trade-history-tab:first-child{
	margin-right: 10px;
}
.basic-trade-history-tab.active{
	
}
.basic-trade-history-tab a{
	padding: 8px 16px;
	color: rgba(255,255,255,0.8) !important;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	display: block;
}
.basic-trade-history-tab:not(.active) a:hover{
	text-decoration: underline;
}
.basic-trade-history-tab.active a{
	background-color: rgba(255,255,255,0.16);
	border-radius: 4px;
	cursor: default;
}
.basic-trade-history-data .basic-trade-list ul li span{
	width: 20%;
}
/*****/
.basic-trade-all-pairs-header{
	display: flex;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
}
.basic-trade-all-pairs-body{
	display: flex;
    flex-direction: column;
	height: calc(100% - 36px);
}
.all-pairs-pair{
	
}
.all-pairs-pair span{
	font-weight: bold;
	font-size: 24px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
.all-pairs-pair span:last-child{
	color: rgba(255,255,255,0.3);
	margin-left: 7px;
}
.all-pairs-favorites-search{
	display: flex;
	align-items: center;
}
.all-pairs-favorites{
	margin-right: 12px;
}
.all-pairs-favorites a{
	color: white !important;
	padding-left: 16px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.all-pairs-favorites a::before{
	background-image: url(./../images/svg/ic_main_favorite_empty.svg);
    top: calc(50% + 1px);
    left: 0;
	width: 12px;
    height: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.all-pairs-favorites a.active::before,
.all-pairs-favorites a:hover::before{
	background-image: url(./../images/svg/ic_main_favorite.svg);
}
.all-pairs-search input{
	text-transform: uppercase;
}
/*****/
.all-pairs-tabs{
	display: flex;
	flex-wrap: wrap;
	height: 67px;
	align-items: stretch;
	padding-top: 15px;
}
.all-pairs-tab{
	flex: 1 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-bottom: 2px solid #2B4756;
}
.all-pairs-tab.active{
	border-bottom: 2px solid rgba(255,255,255,0.8);
}
.all-pairs-tabs a{
	color: rgba(255,255,255,0.3) !important;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}
.all-pairs-tab a:hover{
	color: rgba(255,255,255,0.8) !important;
}
.all-pairs-tab.active a{
	color: rgba(255,255,255,0.8) !important;
	text-decoration: none !important;
	cursor: default;
}
/*****/
.all-pairs-data{
	margin-top: 23px;
	display: none;
	flex-direction: column;
	height: calc(100% - 67px);
}
.all-pairs-data.show-flex{
	display: flex;
}
.all-pairs-data .basic-trade-list ul li span:first-child{
	padding-left: 30px;
	position: relative;
}
.all-pairs-data .basic-trade-list ul li:not(:first-child):hover{
	cursor: default;
}
.all-pairs-data .basic-trade-list ul li:not(:first-child):hover span{
	cursor: default;
}
.all-pairs-data .basic-trade-list ul li:not(:first-child) span:first-child::before{
	top: 50%;
    left: 10px;
	width: 12px;
    height: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.all-pairs-data .basic-trade-list ul li:not(.favorite):hover span:first-child::before{
	background-image: url(./../images/svg/ic_main_favorite_empty.svg);
}
.all-pairs-data .basic-trade-list ul li.favorite span:first-child::before{
	background-image: url(./../images/svg/ic_main_favorite.svg);
}
.course-white{
	background-color: rgba(255,255,255,0.15);
}
.course-white span:first-child{
	border-left: 1px solid white;
}
.course-red{
	background-color: rgba(255,0,0,0.15);
}
.course-green{
	background-color: rgba(0,128,0,0.15);
}
.all-pairs-data .basic-trade-list{
	max-height: none;
}
/* End Basic-trade */



/* Mobile-overlay */
#mobile-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: 101;
	-webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity .3s linear,-webkit-transform 0ms ease-out .3s;
    transition: opacity .3s linear,-webkit-transform 0ms ease-out .3s;
    transition: transform 0ms ease-out .3s,opacity .3s linear;
    transition: transform 0ms ease-out .3s,opacity .3s linear,-webkit-transform 0ms ease-out .3s;
}
#mobile-overlay.show{
	-webkit-transform: translateX(0);
    transform: translateX(0);
	-webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
	opacity: 0.7;
}
/* End Mobile-overlay */



/* Pagination */
.paginav{
	text-align: center;
	margin-top: 10px;
}
.paginav-wrapper{
	display: inline-flex;
}
.paginav ul{
	display: flex;
	margin: 0 20px;
	align-items: center;
    padding-bottom: 2px;
}
.paginav ul li{
	margin-right: 25px;
}
.paginav ul li:last-child{
	margin-right: 0;
}
.paginav ul li a{
	color: #828282;
	font-size: 14px;
}
.dark-2 .paginav ul li a{
	color: rgba(255,255,255,0.4);
}
.paginav ul li.active span{
	color: #474747;
	font-weight: bold;
	font-size: 14px;
}
.dark-2 .paginav ul li.active span{
	color: rgba(255,255,255,0.8);
}
.paginav-prev,
.paginav-next{
	display: block;
}
.paginav-next a,
.paginav-prev a{
	position: relative;
	width: 26px;
    height: 26px;
	display: inherit;
	border-radius: 50%;
    overflow: hidden;
}
.paginav-next a::before,
.paginav-prev a::before{
	width: inherit;
	height: inherit;
	left: 0;
	border-radius: 50%;
}
.paginav-next a::before{
	background-image: url("./../images/svg/ic_pagination_wright_white.svg");
}
.paginav-next a:hover::before{
	background-image: url("./../images/svg/ic_pagination_wright_white_hover.svg");
}
.paginav-prev a::before{
	background-image: url("./../images/svg/ic_pagination_left_white.svg");
}
.paginav-prev a:hover::before{
	background-image: url("./../images/svg/ic_pagination_left_white_hover.svg");
}

.dark-2 .paginav-next a::before{
	background-image: url("./../images/svg/ic_pagination_right.svg");
}
.dark-2 .paginav-next a:hover::before{
	background-image: url("./../images/svg/ic_pagination_right_hover.svg");
}
.dark-2 .paginav-prev a::before{
	background-image: url("./../images/svg/ic_pagination_left.svg");
}
.dark-2 .paginav-prev a:hover::before{
	background-image: url("./../images/svg/ic_pagination_left_hover.svg");
}
/* End Pagination */



@media screen and (max-width: 1199px) {
.main-chart-pairs{
	justify-content: center;
}
.main-chart-pairs > a:nth-child(3){
	margin-right: 0;
}
.main-chart-pairs > a:last-child{
	display: none;
}
.nav-auth > ul > li > a,
.nav-menu ul li a{
	line-height: 18px;
}
}/*@media screen and (max-width: 1199px) */


@media screen and (max-width: 991px) {
.header-logo{
	margin-left: 0;
}
.mobile-menu{
	margin-right: 0;
}
.header-wrapper{
	height: 64px;
	border-radius: 0;
}
body.page-donation,
body.page-contacts{
	background-color: #022132;
}
.page-contacts .bg-wrapper{
	display: flex;
    flex-direction: column;
}
.page-contacts .content{
	flex: 1;
    display: flex;
}
.page-contacts .content > .container-fluid{
	display: flex;
}
.page-donation .bg-decor,
.page-contacts .bg-decor{
	display: none;
}
.page-donation header,
.page-donation .content,
.page-contacts header,
.page-contacts .content,
.dark-2 .content,
.dark-2 header{
	background-color: #092738;
}
.dark-2 .content-wrapper,
.dark-2 .header-wrapper{
	background: transparent;
}
.footer-wrapper{
	border-radius: 0;
}
.dark-2 footer,
.dark-2 .footer-wrapper{
	background-color: transparent;
}
.dark-2 .foote-switch {
    color: rgba(205,211,215,1) !important;
}
body.view-mobile-menu{
	-webkit-transform: translate(-280px);
	transform: translate(-280px);	
}
.header-menu{
	top: 0;
	left: 100%;
	width: 280px;
	position: fixed;
    height: 100%;
	background-color: #092738;
	z-index: 102;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out;
}
.header-menu-wrapper{
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 22px;
    -webkit-transition: all 0s cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
    transition: all 0s cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
}
.nav-auth{
	flex-wrap: wrap;
	flex: 1 100%;
    align-items: flex-start;
	order: -1;
    margin-left: 0;
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-profile{
	flex: 1 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-language{
	margin: 0;
}
.nav-language .list-language{
	background-color: #022132;
}
.list-right-decor::before{
	background-image: url(./../images/svg/dropdown_mobile.svg);
}
.language{
	margin-left: -4px;
}
.list-profile{
	display: block !important;
	position: relative;
    left: auto;
    top: auto;
    border: none;
    background: transparent;
    min-width: auto;
}
.list-left-decor::before{
	display: none;
}
.list-profile-wrapper{
	height: auto;
    padding: 10px 0;
}
.list-profile ul li{
	border-bottom: none !important;
}
.profile{
	border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}
.profile::before{
	top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.nav-menu{
	margin-right: 0;
}
.nav-menu ul{
	flex-wrap: wrap;
    align-items: flex-start;
}
.nav-menu ul li{
	flex: 1 100%;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
	padding: 0;
	text-align: left !important;
}
.nav-menu ul li:nth-child(1) a:hover,
.nav-menu ul li:nth-child(2) a:hover {
    background: none;
    text-decoration: underline;
}
.nav-auth > ul{
	flex: 1 100%;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -5px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.nav-auth > ul > li{
    flex: 1 100%;
	text-align: left;
	padding: 0;
}
.nav-auth > ul > li:nth-child(2)::before{
	display: none;
}
.nav-menu ul li a,
.nav-auth > ul > li > a{
	display: inline-block;
    padding: 5px 0 !important;
	line-height: 20px;
}
/*****/
.footer-wrapper > div{
	text-align: center;
}
.social {
	width: 167px;
    margin-left: auto;
    margin-right: auto;	
}
.social a {
    text-align: left;
	border-radius: 50%;
	width: 37px !important;
	height: 37px !important;
	opacity: 0.3;
}
.dark-2 .social a,
.dark .social a{
	opacity: 1;
}
.social a::before{
	border-radius: 50%;
}
.twitter::before{
	background-image: url("./../images/svg/twitter.svg");
}
.telegram::before{
	background-image: url("./../images/svg/telegram.svg");
}
.facebook::before{
	background-image: url("./../images/svg/facebook.svg");
}
/*****/
.main-universal-description h3{
	font-size: 14px;
}
.main-universal-start {
    position: relative;
    top: auto;
    right: auto;
	margin-top: 20px;
    text-align: center;
}
.main-universal-description {
    margin: 0 0 20px;
}
.main-universal-description span{
	display: inline-block;
    line-height: 16px;
}
.main-chart-pairs{
	margin-bottom: 25px;
}
.main-chart-pairs > a:last-child {
    display: flex;
}
.main-chart-pairs > a:nth-child(3) {
    margin-right: 16px;
}
.main-chart-pair {
    flex-wrap: wrap;
	padding: 10px;
}
.main-chart-pair-left {
	flex: 1 100%;
    margin: 0 0 5px 0;
    font-size: 14px;
	line-height: 14px;
}
.main-chart-pair-right{
	margin-left: 0;
	line-height: 16px;
}
.main-chart-pair-right span.pair-right-2{
	display: none;
}
.main-start,
.main-news,
.main-tutorial,
.main-chart {
    padding: 30px 0;
}
/*****/
.tutorial-preview-desc a,
.new-preview-desc h5{
	font-size: 14px;
}
/*****/
.sign-wrapper{
	padding: 30px 40px 40px 40px;
}
/*****/
.contacts-body{
	margin-bottom: 30px;
	margin-left: -15px;
    margin-right: -15px;
}
.page-contacts .content-wrapper{
	margin: 7px 0;
}
/*****/
.news {
    margin-left: -15px;
    margin-right: -15px;
}
.new-body iframe {
    width: 500px;
    height: 250px;
}
/*****/
.donation{
	margin: 7px 0 0;
    padding-bottom: 80px;
}
.donation-header{
	padding: 60px 0 0;
    text-align: center;
}
.donation-short-description{
	padding-right: 0;
}
.donation-body{
	margin: 60px auto 30px auto;
    padding: 0;
}
.coin-maininfo{
	margin-top: 20px;
	flex: 100%;
}
.coin-label{
	flex: 100%;
	margin-right: 0;
	padding-bottom: 20px;
    border-bottom: 1px solid #2B4756;
}
.coin{
    padding: 10px 0;
}
.coin-header{
	padding-bottom: 20px;
}
/*****/
.listing,
.pairs-specification{
	padding: 0;
}
.pairs-specification-header{
	margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.pairs-specification-body{
	margin: 0 -15px;
	overflow: hidden;
}
.inter-table-body{
	overflow-x: scroll;
}
.inter-table-body-wrapper{
	min-width: 800px;
}
.inter-table-head{
	background-color: #122F3F;
}
.inter-table-body-wrapper{
	padding-left: 15px;
}
.inter-table-body-wrapper .inter-table-row:first-child .inter-table-col{
	padding-top: 15px;
}
.inter-table-body::-webkit-scrollbar{
	height: 5px;
}
/*****/
.page-basic-trade .content{
	background: transparent;
}
}/*@media screen and (max-width: 991px) */



@media screen and (max-width: 767px) {
.header-wrapper{
	height: 52px;
}
.nav-auth > ul{
	margin-top: -10px;
}
.main-greeting-wrapper{
    height: 200px;
}
.main-greeting-text h1{
    font-size: 33px;
}
.main-greeting-text span{
    font-size: 14px;
}
/*****/
.begin-traiding .main-universal-description {
    margin: 0 0 30px;
}
.begin-traiding {
    padding: 40px 0;
}
.begin-traiding-step:not(:last-child){
	margin-bottom: 40px;
}
.begin-traiding-step h5 {
    margin-top: 20px;
}
.new{
	margin-left: -15px;
	margin-right: -15px;
}
/*****/
.coin-maininfo{
	display: block;
}
.coin-maininfo li{
	display: flex;
	width: 100%;
	padding-bottom: 10px;
}
.coin-maininfo li:last-child{
	padding-bottom: 0;
}
.coin-maininfo li span:first-child{
    color: rgba(255,255,255,0.3);
    padding-bottom: 0;
}
.coin-maininfo li span:last-child{
	margin-left: auto;
}
.coin-header {
    padding-bottom: 10px;
}
.coin-body h5{
	font-size: 16px;
}
/*****/
.listing-form > ul > li .input-wrapper {
    padding-right: 30px;
}
}/*@media screen and (max-width: 767px) */



@media screen and (max-width: 575px) {
.main-chart-pairs > a:last-child {
    display: none;
}
.main-chart-pairs > a:nth-child(3) {
    margin-right: 0;
}
.main-start .main-universal-start {
    flex-wrap: wrap;
	text-align: left;
}
.input-wrapper .input{
	margin: 0 !important;
}
.input-wrapper {
    flex: 1 100%;
    margin-bottom: 25px;
}
.input{
	width: 100%;
	height: 40px;
}
.btn{
	padding: 9px 43px;
	height: 40px;
}
/*****/
.sign{
	margin-top: 0;
	margin-bottom: 0;
}
.sign-wrapper{
	border-radius: 0;
	padding: 30px 15px 40px;
}
.sign-wrapper h3{
	font-size: 14px;
	line-height: 14px;
}
.sign label{
	display: block !important;
}
.checkboxes a{
	padding-top: 2px;
	min-height: 24px;
	margin-bottom: 18px;
}
.checkboxes a::before {
    background-image: url(./../images/svg/white_checkbox_empty_mobile.svg);
	top: 0;
    width: 24px;
    height: 24px;
}
.checkboxes a.checkbox-full::before {
    background-image: url(./../images/svg/white_checkbox_full_mobile.svg);
}
.white-form input.placeholder:-moz-placeholder,
.white-form input.placeholder::-moz-placeholder{
	color: white;
}
.white-form input.placeholder::-webkit-input-placeholder{
    color: white;
}
/*****/
.listing-title h1,
.pairs-specification-title h1,
.donation-title h1,
.news-title h1,
.contacts-header h1,
.article-title h1,
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6{
	font-size: 16px;
}
.contacts-header h1{
	font-weight: 500;
}
.listing-header{
	width: 100%;
    margin: 0;
    min-height: 0;
    padding: 10px 15px;
	background-color: #022132;
}
.pairs-specification-header,
.donation-header,
.contacts-header,
.article-header{
	min-height: 50px;
    height: auto;
	width: auto;
    background-color: #022132;
    margin: 0 -15px;
    padding: 7px 15px 5px 15px;
    border-bottom: 0;
	flex-wrap: wrap;
	text-align: left;
}
.donation-short-description,
.donation-title h1,
.contacts-short-description,
.contacts-title h1{
	color: rgba(255,255,255,0.8);
	margin-bottom: 0;
}
.donation-short-description,
.contacts-short-description{
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;
}
.donation-body,
.contacts-body{
	margin-top: 30px;
}
.donation-form-next,
.donation-form-back,
.donation-form-address input,
.donation-form-qr-code span,
.donation-form-address label,
.donation-list li a,
.donation-form-desc,
.donation-tabs a,
.contact-option-info h5,
.contact-option-info span,
.contact-option-link a{
	font-size: 13px;
}
.contact-option-img{
	height: 100px;
	padding-top: 0px;
}
.contact-option-info span,
.contact-option-info h5{
	margin-bottom: 7px;
}
.contact-option-link{
	height: 45px;
}
/*****/
.news{
	padding: 20px 0;
}
.news-body{
	margin-top: 20px;
}
.news-body > ul li{
	margin-bottom: 15px;
}
.news-short-description{
    line-height: 16px;
	font-size: 13px;
	color: rgba(169,169,169,1);
}
/*****/
.back-to-all::before{
	top: 0;
}
.back-to-all,
.new-body p,
.new-body p.small-text,
.new-body p.important-text,
.new-body h1,
.new-body h2,
.new-body h3,
.new-body h4,
.new-body h5,
.new-body h6{
	font-size: 13px;
	line-height: 18px;
}
.new-body p.important-text{
	font-weight: 600;
}
.new-title h1{
	font-size: 14px;
	line-height: 31px;
	margin-bottom: 10px;
}
.new-body p.important-text{
	margin: 15px 0;
}
.new-body h1,
.new-body h2,
.new-body h3,
.new-body h4,
.new-body h5,
.new-body h6{
	margin: 15px 0 5px;
}
.new-body img{
	margin: 10px 0;
}
.new-body iframe{
	width: 100%;
}
/*****/
.donation-tabs{
	height: 45px;
    padding: 0;
}
.donation-form{
	padding: 15px 15px 70px;
	min-height: auto;
}
.donation-form-next{
	right: 15px;
	padding-right: 13px;
}
.donation-form-back{
    padding-left: 13px;
}
.donation-form-back::before,
.donation-form-next::before{
	width: 6px;
    height: 10px;
}
.donation-form-back::before{
	background-image: url("./../images/svg/ic_donation_arrow_mobile_back.svg");
}
.donation-form-next::before{
	background-image: url("./../images/svg/ic_donation_arrow_mobile_next.svg");
}
/*****/
.coin-logo {
    width: 34px;
    height: 34px;
}
.coin-logo img{
	width: inherit;
	height: inherit;
}
.coin-name{
	font-size: 16px;
}
.coin-info {
    padding-left: 10px;
	display: flex;
	width: 100%;
	align-items: center;
}
.coin-fullname{
	margin-bottom: 2px;
}
.coin-shortname,
.coin-fullname{
    margin-right: 0;
    display: block;
	line-height: 16px;
}
.coin-link {
    margin-left: auto;
}
.coin-link a:first-child {
    margin-right: 15px;
}
.coin-maininfo li span:first-child,
.coin-maininfo li span:last-child{
	font-size: 13px;
}
.pairs-specification-title{
	flex: 100%;
    margin-right: 0;
	margin-bottom: 10px;
}
.pairs-specification-search{
	flex: 100%;
}
.search::before{
	background-image: url("./../images/svg/search.svg");
	width: 21px;
	height: 21px;
	left: 0;
}
.search input{
	border: none !important;
	width: 100% !important;
	max-width: 100%;
}
/*****/
.listing-description {
    margin-top: 10px;
}
.listing-form > ul > li{
	width: 100%;
	margin-bottom: 25px;
}
.listing-form > ul > li .input-wrapper{
	padding-right: 0;
}
.listing-checkboxes{
	height: 70px;
	padding-top: 10px;
}
.listing-checkboxes a{
	padding-left: 35px;
	display: inline-block;
    line-height: 25px;
	margin-bottom: 18px;
}
.listing-checkboxes a::before{
    background-image: url(./../images/svg/checkbox_empty_mobile.svg);
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}
.listing-checkboxes a.checkbox-full::before{
	background-image: url(./../images/svg/checkbox_full_mobile.svg);
}
.listing-button button{
	width: 100%;
}
}/*@media screen and (max-width: 575px) */



@media screen and (max-width: 480px) {
.btn{
	width: 100%;
}
.main-chart-pairs > a:nth-child(3){
    display: none;
}
.main-chart-pairs > a:nth-child(2) {
    margin-right: 0;
}
.main-start .main-universal-start{
	flex: 1 100%;
}
/*****/
.sign-button-desc{
	margin: 10px 0 0;
    text-align: center;
    width: 100%;
	padding-left: 0;
}
.sign-button button,
.sign-button-desc{
	max-width: none !important;
	flex: 1 100%;
}
}/*@media screen and (max-width: 480px) */
