html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } a:hover { border: 0; } body, input, button, textarea,* { font-family: "Sora", sans-serif; font-weight:300;} input { -webkit-appearance: none; -moz-appearance: none; appearance: none; } 
body a { color: #929499; text-decoration:none;}*, *:before, *:after {box-sizing: border-box;} 
body { position:relative; font-family: "Sora", sans-serif;font-weight:300; background:#030817;}
:root {
  --darkBg: #030817;
  --activeCollor:#315BF0;
  --hoverActiveCollor:#4ecd85;
  --textCollor:#fff;
}
body {background: var( --darkBg); color:var( --textCollor); transition: all 300ms ease-in-out 0s;}
.white-theme {  --darkBg: #fff;
  --activeCollor:#005AFF;
  --hoverActiveCollor:#4ecd85;
  --textCollor:#0F1214;}
.white-theme .auth-main button, .white-theme .subscribe-btn,.white-theme .sign__in-btn, .white-theme .wallet__button {color:var(--darkBg);}
.white-theme .auth-main button.textarea-absolute {color:var(--textCollor);}
.header {position:relative; z-index:10; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInDown; animation-name: fadeInDown; border-bottom:1px solid rgba(255,255,255,.2);}
.header .logotype {border-right:1px solid rgba(255,255,255,.2); padding-right:70px;height: 100px; display: flex ; align-items: center; padding-left:50px;}
	.header__container {max-width:1180px; margin-left:auto; margin-right:auto; align-items:center;}
		.logotype {}
		.logotype a {display:flex; align-items:center; justify-content:flex-start; height:110px; width:300px; transition: all 300ms ease-in-out 0s;}
		.logotype__image {display:block; width:100%; height:100%; background:#a9dbff; -webkit-mask-image:url('../images/logo.png'); mask-image:url('../images/logo.png'); -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-position:left center; mask-position:left center; -webkit-mask-size:contain; mask-size:contain; filter: drop-shadow(0 0 18px rgba(118,175,255,.7));}
		.logotype__fallback {display:none; max-height:100%; width:auto;}
	@supports not ((mask-image: linear-gradient(#000,#fff)) or (-webkit-mask-image: linear-gradient(#000,#fff))) {
		.logotype__image {display:none;}
		.logotype__fallback {display:block;}
	}

@media screen and (max-width:1300px) {
	.logotype a {width:260px; height:95px;}
}
@media screen and (max-width:1024px) {
	.header .logotype {padding-left:30px; padding-right:30px;}
	.logotype a {width:220px; height:85px;}
}
@media screen and (max-width:900px) {
	.header .logotype {padding:15px 20px; height:auto;}
	.logotype a {width:200px; height:78px;}
	.header__nav {padding-left:30px; gap:20px; justify-content:flex-start; flex-wrap:wrap;}
}
@media screen and (max-width:760px) {
	.header .logotype {width:auto; justify-content:flex-start; padding:10px 0; border-right:0;}
	.logotype a {width:170px; height:60px; justify-content:flex-start;}
	.header__nav {width:100%; padding:10px 0; justify-content:center;}
	.header__nav a {line-height:1.5; border:0;}
}
@media screen and (max-width:520px) {
	.logotype a {width:145px; height:58px;}
}
.footer__nav,
		.header__nav {margin:0 auto; display:flex; align-items:center;     justify-content: center; width: 100%; flex: 1; padding-left:160px; gap:30px;}
		.footer__nav {gap:20px; width:auto; flex:0; padding-left:0;}
		.header__nav {padding-left:0; margin-left:auto; gap:0;    justify-content: flex-end;}
		.footer__nav a, .header__nav a {font-weight:300; margin:0 15px; font-size:17px; color:var(--textCollor);}
		.footer__nav a {padding:0; margin:0; display:block; white-space:nowrap; }
		.footer__nav a:hover,
		.header__nav a.current,
		.header__nav a:hover {color:#fff; background: linear-gradient(180deg, rgba(5, 10, 25, 0.5) 0%, rgba(49, 91, 240, 0.5) 100%);}
		.header__nav a {border-left:1px solid rgba(255,255,255,.2); padding:0 30px; line-height:100px; margin:0;}
		.social__list {display:none; align-items:center; margin-right:20px; margin-left:auto;}
		.social__list li {margin-left:10px;}
		.social__list li a {border-radius:10px; background:#191919; margin:0; padding:7px; display:inline-flex; min-width:35px; justify-content: center; align-items: center; min-height:35px;}
		.social__list li a svg {color:#315BF0;}
		.white-theme .social__list li a,
		.social__list li a:hover {background:#01B1F3;}
		.social__list li a svg {color:#315BF0;}
		.white-theme .social__list li a svg,
		.social__list li a:hover  svg {color:#fff;}
		
		.h__right {display:flex; align-items:center;}
			.theme__button {display:none;}
			.header-menu,
				.change__theme {height:40px; width:40px; background:#191919 url('../images/sun.svg') center/20px no-repeat; cursor:pointer; border:0; border-radius:6px;}
			.white-theme .change__theme {background: url('../images/moon.svg') center/20px no-repeat;}
				.header-menu {background:#315BF0 url('../images/menu.svg') center/25px no-repeat; display:none; margin-left:0; height:100px; width:75px; border-radius:0;}
.white-theme .header-menu {background:#fff url('../images/menuDark.svg') center/25px no-repeat;}
				 .settings-contents .settings-browse__button:focus,
				.wallet-actions button:focus,
				.header-menu:focus,
				.wallet__button:focus,
				.change__theme:focus {outline:none;}
			.create__wallet {display: flex; justify-content: center; margin:0; }
			 .settings-contents .settings-browse__button,
			.settings-contents .settings-content__button,
			.modal-container .button,
			.wallet-actions button,
			.auth-main button,
			.subscribe-btn,
			.sign__in-btn,
				.wallet__button {background: var( --activeCollor); padding:10px 35px;  letter-spacing:1.3px; cursor:pointer; color:var(--textCollor); font-size:16px; border:0; border-radius:5px; font-weight:400; text-transform:uppercase;}
				.abl__btm a,
			 .settings-contents .settings-browse__button,
			.settings-contents .settings-content__button,
			.modal-container .button,
			.wallet-actions button,
			.auth-main button,
			.subscribe-btn,
			.sign__in-btn,
				.wallet__button {background: linear-gradient(90deg, #315BF0 0%, #18703C 100%); border:1px solid #3FA66E;}			
.auth-main button {background:none; box-shadow:none;}				
				.settings-contents .settings-content__button:focus,
				.modal-container .button:focus,
				.auth-main button:focus,
				.subscribe-btn:focus,
				.sign__in-btn:focus,
				.wallet__button:focus {outline:none;}
				.abl__btm a:hover,
				 .settings-contents .settings-browse__button:hover,
				.settings-contents .settings-content__button:hover,
				.modal-container .button:hover,
				.wallet-actions button:hover,
				.auth-main button:hover,
				.subscribe-btn:hover,
				.sign__in-btn:hover,
				.wallet__button:hover {background: #3276b7;}
			.menu__button {display:none;}

.menu {position:fixed; top:0; left:0; width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:30px; background:rgba(3,8,23,.97); z-index:100; transform:translateX(100%); transition:transform .3s ease, opacity .3s ease; opacity:0; visibility:hidden; pointer-events:none;}
.menu--active {transform:translateX(0); opacity:1; visibility:visible; pointer-events:auto;}
.menu-container {max-width:320px; width:100%; padding:40px 20px; text-align:center;}
.menu-nav {list-style:none; display:flex; flex-direction:column; gap:20px;}
.menu-item__link {display:block; color:#fff; font-size:22px; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; padding:12px 0;}
.menu-item__link:hover {color:#8ec9ff;}
.menu-cta {margin-top:30px; width:100%; text-align:center;}
.menu-cta .wallet__button {width:100%; justify-content:center; line-height:60px; border-radius:10px;}

.mainScreen {position:relative; background:url('../images/mnmscreen.png') center top no-repeat; background-size:cover; padding-bottom:250px;}
.white-theme .mainScreen {position:relative; background:url('../images/mainBg2.png') right top no-repeat; background-size:contain;}
@keyframes blink { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }
	.header__container,
	.ms__fixed {display:flex; max-width:1180px; margin-left:auto; margin-right:auto; position:relative; z-index:9;}
		.msf__left {width:100%;-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; text-align:center; padding-top:60px; position:relative; z-index:100;}
	.ms__fixed:after {content:''; width:680px; height:570px; background:url('../images/mnpic.png') center/contain no-repeat; position:absolute; right:50%; bottom:auto; top:100%; z-index:2; margin-right:-340px;}
		.msf__left .create__wallet {margin-left:0;}
			.create__wallet {    justify-content: center;}
		.msf__left  h1 {font-size:100px; line-height:1.3;   margin-bottom:40px; display:inline-block; gap:0px; text-align:center;     text-transform: capitalize; align-items: flex-start;    justify-content: center; flex-wrap:wrap; font-weight:200;}
		.msf__left  h1 span {}
 
		.msf__left  p {line-height:1.4; text-align:center;  max-width:70%; margin:0 auto; color:#A2B0E0;}
		.msf__left  p br {display:none;}
		.msf__left  .create__wallet .wallet__button {margin-top:40px;}
.article__section.twoBlock { position:relative; margin-bottom:0px; padding-top:215px;}
.white-theme .article__section.twoBlock {background:#E6F3FC;}
.article__section.twoBlock:after {content:''; display:inline-block; width:300px; height:500px; background:url('../images/twBRight.png') right bottom no-repeat; position:absolute; right:0; bottom:-200px; background-size:contain; display:none;}
.white-theme .article__section.twoBlock:after {background:url('../images/twBRight2.png') right bottom no-repeat; position:absolute; background-size:contain;}
.article__fixed.buyCrypto {position:relative; z-index:20;  }
	.article__fixed {max-width:1180px; margin-left:auto; margin-right:auto;}
		.section__header {margin-bottom:0px; min-width:380px;}
		.section__header h4,
		.section__header h3,
		.section__header h2 {font-weight:bold; font-size:34px; line-height:1.3;}
		.buyCrypto h2 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInDown; animation-name: fadeInDown; color:#fff; font-size:40px; font-weight:200; letter-spacing:1px;}
		.step__cryptoList {display:flex;   justify-content: center;  padding-bottom:50px; border-top:1px solid #FFFFFF1A; flex-wrap:wrap;}   
		.step__cryptoList li {width:50%; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; visibility:hidden; }
		.step__cryptoList li:first-child .sc__body {border-right:1px solid #FFFFFF1A;}
		.step__cryptoList li:last-child {width:100%; flex:1; border-top:1px solid #FFFFFF1A;}
		.step__cryptoList.aos-animate li {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
		.step__cryptoList.aos-animate li:nth-child(2) {animation-delay: .1s;}
		.step__cryptoList.aos-animate li:nth-child(3) {animation-delay: .2s;}
			.sc__body {position:relative; padding:60px 25px;  gap:30px; display:flex; justify-content:space-between; align-items:flex-start; flex-flow:column;}
			.sc__body .create__wallet {margin:0 0 0 0px; white-space:nowrap;}
		.step__cryptoList li:first-child .sc__body .create__wallet {margin-top:0px;}
		.step__cryptoList li:first-child .sc__body {margin:0; height:100%;}
		.step__cryptoList li:last-child .sc__body  { position:relative; padding-left:40%;}
		.step__cryptoList li:last-child .sc__body  p {max-width:none;}
		.step__cryptoList li:last-child .sc__body .section__header {position:absolute; left:50px; top:50%; min-width:300px; max-width:300px; margin-top:-53px;}
			.sc__body p {line-height:1.5; font-size:15px; color:rgba(255,255,255,.7); max-width:60%; font-weight:200;}
			.sc__body p strong {color:#fff; font-weight:700;}
			.msf__left  .create__wallet .wallet__button,
			.sc__body .wallet__button {background:#315BF0; padding:0 50px; display:inline-flex; align-items:center; border-radius:100px; border:0; line-height:60px; gap:15px;}
			.msf__left  .create__wallet .wallet__button:hover,
			.sc__body .wallet__button:hover {background:#607eea;}
			.msf__left  .create__wallet .wallet__button:after,
			.sc__body .wallet__button:after {content:''; display:inline-flex; width:33px; height:33px; min-width:33px; background:url('../images/arrow-circle.svg') center/contain no-repeat;}
.white-theme .sc__body {background:var(--darkBg);}	
		.step__buttom {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; visibility:hidden;}
		.step__buttom.aos-animate {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
		.msf__left  .create__wallet .wallet__button {padding-right:15px;}
		
		.exchange__ection {display:flex; margin:80px 0;}
		.ee__left {width:40%; display: flex; align-items: center;justify-content: center;-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; visibility:hidden;}
		.ee__left.aos-animate {visibility: inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
		.ee__left:before {content:''; display:inline-block; width:300px; height:250px; background:url('../images/exImg.png') center/contain no-repeat; animation: rotate360 30s linear infinite; } 
		.white-theme .ee__left:before {background: url(../images/white/exImg.png) center/contain no-repeat;}
		@keyframes rotate360 { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
		.ee__right {width:60%; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; visibility:hidden;}
		.ee__right.aos-animate {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
		.ee__right h3 {}
		.ee__right h3 span {display:block; margin-left:120px;}
		.ee__right p {line-height:1.4; font-size:15px; margin-bottom:15px;}
		.er__buttom {}
		.sign__in-btn {padding:10px 55px;}
		.sign__in-btn:focus {outline:none;}
		
		.master__section {display:flex; flex-flow:column;    justify-content: center;     align-items: center; text-align:center; position:relative;}
		.master__section:before {position:absolute; left:0; bottom:0; height:250px; width:350px; background:url('../images/galaxy.png') center/contain no-repeat; z-index:3; margin-bottom:-155px; content:'';}
		.white-theme .master__section:before {background:url('../images/galaxy2.png') center/contain no-repeat;}
			.ms__left {position:relative; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; visibility:hidden;}
			.ms__left.aos-animate {visibility: inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
			.ms__left .section__header  h3 {font-size:40px; background: linear-gradient(90deg, #005AFF 14.11%, #00FFE8 87.38%); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; color: transparent;}
				.ms__buttom {  position:relative; z-index:10; margin-bottom:-80px;}
				.article__section.twoBlock:before {content:''; display:inline-block; position:absolute; left:0; bottom:-120px; background:none; left:50%; height:260px; width:260px; border:2px solid #BB53E4; border-radius:300px; z-index:-99; margin-left:-130px; z-index:-1; display:none;} 
				.ms__buttom .sign__in-btn {line-height:180px; background:#15112A; padding:0; min-width:180px; border-radius:250px; position:relative; position:relative; z-index:10;}
.white-theme	.ms__buttom .sign__in-btn {background:#fff; color:#BE55E6;}	
				.ms__buttom .sign__in-btn:before {content:''; display:inline-block; position:absolute; width:80%; height:80%; position:absolute; left:10%; top:10%; border:1px solid #BB53E4; border-radius:300px;}
			.ms__right { webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; visibility:hidden; padding-bottom:70px;}
			.ms__right.aos-animate {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
			.ms__right p {margin-bottom:15px; line-height:1.4; font-size:16px;}


footer {padding-top:40px;  padding-bottom:30px;}
.white-theme footer p {border-top:1px solid rgba(0,0,0,.1);}
footer p {color:#9D9D9D; text-align:left; font-size:12px; line-height:1.4; padding-top:0px; border-top:0; margin:0; letter-spacing:.5px;} 
	.footer__section {display:flex; flex-flow:column; align-items:center; background:#081437; margin:20px auto; padding:30px 20px; max-width:1180px; width:100%;}
		.contact-email {font-size:18px; color:#fff; font-weight:300; display:flex; flex-wrap:wrap; align-items:center; gap:6px;}
		.contact-email span {font-weight:500;}
		.contact-email a {color:#8ec9ff; text-decoration:none;}
		.contact-email a:hover {text-decoration:underline;}

.overflow {background:#000 url('../images/overflowbg.png') center bottom no-repeat; background-size:contain; margin-bottom:180px;}
.white-theme .overflow {background:url('../images/secondBgLeft2.png') left top no-repeat; background-size:80%; position:relative;    background-position-y: 150px;}
.white-theme .overflow:before {    background: url(../images/mainBg2.png) right top no-repeat; background-size:contain;}
.page__section {max-width:1180px; margin-left:auto; margin-right:auto; padding-top:0px; background: url(../images/grapth.svg) center top no-repeat; background-size:contain;}
/** Auth **/
.auth-box {display:flex; flex-flow:column;    align-items: center; padding-top:80px;}
	.auth-heading {font-weight:100; font-size:24px; line-height:1.3; text-align:center; margin-bottom:25px;-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInDown; animation-name: fadeInDown;  }
	.auth-info {margin-bottom:25px; max-width:50%; margin-left:auto; margin-right:auto; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
	.auth-info p {line-height:1.4; font-size:14px; margin-bottom:12px; text-align:center;}
	.auth-actions button {margin:0 10px; letter-spacing:normal;}
	.auth-options,
	.auth-form {flex-flow:column; width:100%;display:flex;     align-items: center; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
	.settings-browse__password-input {position:relative; margin-bottom:15px; }
	.settings-browse__password-input input {line-height:38px;  border: 1px solid #2CB06580;  font-size:16px; padding:0 20px; border-radius:10px; flex:1; width:100%; box-sizing: border-box; color:var(--textCollor); max-width:560px; min-width:560px;}
	.white-theme .settings-browse__password-input input {border: 1px solid #DDDDDD; background:#fff;}
	.white-theme .settings-browse__password-input input:focus,
	.settings-browse__password-input input:focus {outline:none; border:1px solid var(--activeCollor);}
	.settings-browse__password-input .textarea-absolute,
	.settings-browse__password-input .textarea-password {background:none; padding:0; position:absolute; right:13px; top:8px; letter-spacing:normal; color:var(--activeCollor);}
	.settings-browse__password-input .textarea-absolute {top:12px; text-transform:none; font-size:13px; align-items: center; display: flex;}
	.auth-box.auth-box--rounded .settings-browse__password-input .textarea-absolute {top:22px; padding:0 6px;}
	.auth-box.auth-box--rounded .settings-browse__password-input.textarea .textarea-password {top:13px;}
	.settings-browse__password-input .textarea-absolute svg {fill:var(--activeCollor); margin-right:6px;}
	.settings-browse__password-input .textarea-absolute:hover,
	.settings-browse__password-input .textarea-password:hover {background:none;}
	.textarea-input {display:inline-flex;}
	.auth-options {flex-flow:column; display:flex; align-items: center;}
	.auth-options .button {order:1;}
	.auth-options .auth-options__back {order:2; color:var(--activeCollor); margin-top:20px; text-transform:uppercase;}
	.auth-upload {display:flex; flex-flow:column; align-items: center;}
	.auth-upload__label { width: 100%; height: 50px; position: relative; cursor: pointer; margin:25px 0;}
	.auth-upload input[type=file] { -webkit-appearance: none; -moz-appearance: none; appearance: none; opacity: 0; position: absolute; top: 0; left: 0; height: 100%; cursor: pointer; }
/** Auth end**/
/** Wallets **/
.wallet-body {display:flex; flex-flow:column; grid-gap: 20px; background:url('../images/overflowbg.png') center top no-repeat; background-size:750px;}
	.wallet-panel { background-color:none; border-radius:0px; position:relative;box-shadow:none; order:1; margin-top:50px;   padding:0px;}
.white-theme .wallet-panel {background:#fff;box-shadow: 0px 0px 30px 0px #0000001A;}
.white-theme .wallet-options__item svg {fill:rgba(255,255,255,.8);}
.white-theme .wallet-dropdown {background:#F3F2F6; border:1px solid #E8E6EF; color:#A3A4A5;}
.white-theme .settings-panel__item-text {color:#000;}
.white-theme .wallet-tabs__item:hover, .white-theme .wallet-tabs__item--active,
.white-theme .wallet-item:hover {background: linear-gradient(90deg, rgba(14, 21, 130, 0) 0%, #e0e0e9 46%, rgba(14, 21, 130, 0) 100%);}
.white-theme .wallet-item__text {color:#88898A;}
.white-theme .wallet-dropdown__arrow svg {fill:#A3A4A5;}
.white-theme .wallet__dropList{border:1px solid #E8E6EF; border-top:0; background:#F3F2F6;}
.white-theme .wallet-tabs__item:hover, .white-theme .wallet-tabs__item--active {color:#fff;}
	.wallet-panel__header {  display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;     position: relative;
    z-index: 12;}
	.wallet-dropdown { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-height: 40px; border-radius: 10px; width:100%;max-width: 340px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px 0 30px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;  background:rgba(255,255,255,.2);    border: 1px solid rgba(255,255,255,.3); cursor:pointer; margin-right:12px; color: #fff; position:relative; min-width:280px;}
	.wallet__dropList {position:absolute; left:0; right:0;    background:#0c142c; border: 1px solid #0c142c; top:100%; padding-top:12px; border-radius:0 0 10px 10px; border-top:0; max-height:200px; overflow:auto; display:none;}
	.wallet-dropdown__arrow {transition: all 300ms ease-in-out 0s;}
	.wallet-dropdown__arrow.check {-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
	.wallet__dropList.visible {display:block; margin-top:-5px;}
	.wallet__dropList li {margin-bottom:12px;}
	.wallet__dropList li span {display:block; padding:0 30px; opacity:.8;}
	.wallet__dropList li:hover span {opacity:1;}
	.wallet-dropdown__arrow svg {fill:#fff;}
	.wallet-options { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; grid-gap: 10px; }
	.wallet-options__item {   cursor:pointer; border:0; padding:0; background:none;     color:#fff; width:40px; min-width:40px; height:40px}
	.wallet-options__item.wallet-options__item--add {width:40px; min-width:40px; height:40px; background:url('../images/wallet/plus.svg') center/25px no-repeat; overflow:hidden; text-indent:50px; order:2;}
	.wallet-options__item svg {fill: #315BF0;}
	.wallet-item { min-height: 70px; padding: 0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; cursor: pointer; -webkit-transition: background-color .2s; transition: background-color .2s; color:#fff; border:1px solid #12265B; border-radius:10px;background: linear-gradient(180deg, #0A0F20 0%, #12265B 100%);
} 
	.wallet-list {display:flex; align-items:center; gap:15px;}
	.wallet-item.wallet-item--add.modal-trigger:hover {border-radius:10px;}
	.wallet-coin { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-gap: 10px; }
	.wallet-coin__icon {width:35px; height:35px;}
	.wallet-coin__icon img { display: block; width:100%; vertical-align:bottom;}
	.wallet-item__text { font-size: 17px; font-weight: 700;  }
	.wallet-item__text { font-size: 17px; font-weight: 700;   }
	.wallet-item__text-hl { font-weight: 200; color:#A2B0E0; }
	.wallet-add { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-gap: 20px; width:100%; background:none; padding:0; border:0; cursor:pointer;justify-content: center; color:var( --activeCollor);;}
	.wallet-add__icon { width: 24px; height: 24px; display:none;}
	.wallet-add__icon svg {fill:var(--hoverActiveCollor);}
	.wallet-add:hover .wallet-add__icon svg {fill:var(--textCollor);}
	.wallet-item__text { font-size: 16px; font-weight: 100; letter-spacing: 1.7px; }
	.wallet-display__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-gap: 36px; margin-bottom:40px;}
	.wallet-display__heading { font-size: clamp(36px,3.125vw,50px);      background: linear-gradient(90deg, #005AFF 14.11%, #00FFE8 87.38%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent; display:none;}
	.wallet-item.wallet-item--add.modal-trigger {background:#315BF0; color:#fff;}
	.wallet-item.wallet-item--add.modal-trigger .wallet-add {color:#fff;}
	.wallet-add__text.wallet-item__text {text-align:left; display:flex ;align-items:center; gap:10px;}
	.wallet-add__text.wallet-item__text:before {content:''; width:22px; height:22px; min-width:22px; background:url('../images/wallet/add-icon.svg') center/contain no-repeat;}
	.wallet-tabs { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify;    justify-content: space-evenly; margin-top:0px; gap:20px;    justify-content: flex-start;}
	.wallet-tabs__item { font-size: clamp(18px,1.125vw,22px);  cursor: pointer; -webkit-transition: .3s; transition: .3s; position: relative;  border:0; padding:12px 30px; color:#315BF0; border-radius:10px; background:#030817;}
	.wallet-tabs__item:hover,
	.wallet-tabs__item--active {color:#fff; background:#315BF0;} 
	.wallet-contents { position: relative; padding-bottom:80px;}
	.wallet-content { position: static; top: 0; left: 0; width: 100%; -webkit-transition: .3s; transition: .3s; opacity: 0; display:none;}
	.wallet-content--active {display:block; opacity:1; background:#030817;}
	.settings-content.wallet-content.wallet-content--active {opacity:1;}
	.wallet-history { padding: 80px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; grid-gap: 60px; max-width: 100%; margin: 0 auto; align-items: center;}
	.wallet-history__icon { width: 124px; height: 124px; }
	.wallet-history__icon img { display: block; width:100%; vertical-align:bottom;}
	.wallet-history__description { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; grid-gap: 30px; text-align: center; font-size: 18px; font-weight: 300;  line-height: 166%;     align-items: flex-start; text-align:left;}
	.wallet-history__link { color: var(--activeCollor); font-size: 18px; font-weight: 300;  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-decoration:underline;}
		.wallet-history__link:hover {text-decoration:none;}
	.wallet-receive { padding: 36px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; grid-gap: 40px; }
	.wallet-receive__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	.wallet-receive__coin { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-gap: 1.125rem; }
	.wallet-receive__coin-icon { width: 50px; height: 50px; }
	.wallet-receive__coin-icon img { display: block; width:100%; vertical-align:bottom;}
	.wallet-receive__coin-name { font-size: 30px;  color:#fff;  }
	.wallet-receive__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-gap: 1.5rem; }
	.wallet-receive__actions-button { height: 2.25rem; width: 2.25rem; background:none; -webkit-transition: .3s; transition: .3s; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border:0; cursor:pointer;}
	.wallet-receive__actions-button svg {color:var(--textCollor);}
	.wallet-receive__actions-button:hover svg {color:var(--activeCollor);}
	.wallet-receive__actions-button:focus {outline:none;}
	.wallet-receive__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-gap: 46px; }
	.wallet-receive__content-qr { width: 196px; height: 196px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
	.wallet-receive__content-qr img { display: block; vertical-align:bottom; width:100%;}
	.wallet-receive__info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; grid-gap: 23px; }
	.wallet-receive__info-item { font-size: 1.125rem; font-weight: 300; letter-spacing: 1.8px; line-height: 166%;     word-break: break-all;}
	.wallet-receive__info-item-hl { display: block; font-weight: 700; }
	.wallet-send { padding-top: 50px; max-width: 466px; margin:0 auto;}
	.wallet-send__blocks { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; grid-gap: 26px; }
	.textarea-label { font-size: 17px; font-weight: 700; letter-spacing: 1.7px; margin-bottom:10px;}
	.textarea-input { position: relative; width:100%;justify-content: center;}
	.textarea input { padding:4px 20px; background-color: rgba(255,255,255,.1);   font-size: 16px; font-weight: 100; letter-spacing: 1.6px; border-radius:8px; line-height: 38px;  border: 1px solid #7e88836e; color: var(--textCollor); width:100%; box-sizing: border-box;}
	.white-theme .textarea input {background: var(--darkBg); border: 1px solid #DDDDDD;}
	.textarea input[type="number"]::-webkit-inner-spin-button,
.textarea input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;appearance: none;margin: 0;  }
	.textarea input:focus {outline:none;}
	.textarea-absolute { position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 16px; font-weight: 300; letter-spacing: 1.6px; }
	.textarea-coin { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 13px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-gap: 10px; }
	.textarea-coin__icon { width: 32px; height: 32px; }
	.textarea-coin__icon img { display: block; vertical-align:bottom; width:100%;}
	.textarea-coin__name { font-size: 16px; font-weight: 300; }
	.textarea-coin__name-hl { font-weight: 700; }
	.wallet-total { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; grid-gap: 1rem;     align-items: center;}
	.wallet-total__item { font-size: 17px; letter-spacing: 1.7px; font-weight: 300; }
	.wallet-total__item-hl { font-weight: 700; }
	.wallet-total__item { font-size: 17px; letter-spacing: 1.7px; font-weight: 300; }
		.wallet-actions button {padding-left:50px; padding-right:50px;}
			.white-theme  .wallet-actions button {    color: var(--darkBg);}
.wallet-history__list {margin-top:25px; max-height:440px; overflow:auto;}
.white-theme .content-widget__iframe iframe::-webkit-scrollbar-track,
.white-theme .wallet__dropList::-webkit-scrollbar-track,
.white-theme .wallet-history__list::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #060c1e;}
.content-widget__iframe iframe::-webkit-scrollbar-track,
.wallet__dropList::-webkit-scrollbar-track,
.wallet-history__list::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #060c1e;}
.content-widget__iframe iframe::-webkit-scrollbar,
.wallet__dropList::-webkit-scrollbar,
.wallet-history__list::-webkit-scrollbar{width: 6px;background-color: #F5F5F5;}
.content-widget__iframe iframe::-webkit-scrollbar-thumb,
.wallet__dropList::-webkit-scrollbar-thumb,
.wallet-history__list::-webkit-scrollbar-thumb{background-color: var( --activeCollor);}
	.whl__group {display:flex; flex-flow:column;    padding-top: 40px;}
	.whl__group li {margin-bottom:12px;}
		.whl__body {position:relative; padding-left:30px;}
			.wh__status {height:25px; width:25px; position:absolute; left:0; top:0;}
			.wh__status.success {background:url('../images/success.svg') center/20px no-repeat;}
			.wh__status.cancel {background:url('../images/cancel.svg') center/20px no-repeat;}
			.wh__status.wait {background:url('../images/wait.svg') center/20px no-repeat;}
			.whl__row {font-weight:300; margin-bottom:12px;}
			.whl__row strong {font-weight:600; line-height:1.3;}
/** Wallets end**/
/** Modal **/
.modal { position: fixed;  width: 100%; height: 100%; z-index: 20; top: 0; left: 0; opacity: 0; -webkit-transition: .3s; transition: .3s; pointer-events: none; visibility: hidden; background-color: #0f1214d9; }
.white-theme .modal {background:#e5e9e7d9; color:#fff;}
.white-theme .modal-container .button {color:#fff;}
.white-theme .modal-close {border-color:#104627;}
.white-theme .modal-close svg {color:#104627;}
.modal--active { opacity: 1; visibility: visible; pointer-events: all;  }
.modal--active .modal-body {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInUp; animation-name: fadeInUpbackground: linear-gradient(180deg, #0A0F20 0%, #12265B 100%);
border:2px solid #12265B; border-radius:20px;}
.modal-overlay { width: 100%; height: 100%; }
.modal-container { padding: 16px; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.modal-container .button { width:100%; max-width:230px;}
.modal-container .textarea input {font-size:14px; min-width:300px;}
.modal-body { background:#15112A; border-radius:15px; padding:30px 40px; position:relative;min-width: 600px; display: flex ; flex-flow: column; align-items: center;}
.white-theme .modal-body {background:#fff;}
.white-theme .modal-rows {color:#6D6E6F;}
.white-theme .modal-body:after {background:#fff;}
.modal-body > * {position:relative; z-index:3; width:100%;}
.modal-body > .modal-close {z-index:5; width:auto;}
.modal-close {cursor:pointer; display:flex; background:none; position:absolute; right:0px; top:-15px; border-radius:20px;padding:6px; margin-top:-30px; border:0;}
.modal-close svg {color:#315BF0; height:18px; width:18px;}
.modal-rows {margin:15px 0;}
.modal-rows__item {display:flex; justify-content: space-between; font-size:14px; margin-bottom:12px;}
.modal-heading { margin-bottom:16px; font-size:35px; color:#fff;  text-align:center;}
/** Modal end**/
/**Settings **/
.settings-body {display:flex; justify-content: space-between; flex-flow:column; gap:60px;}
.white-theme .settings-panel {background:#fff; box-shadow: 0px 0px 30px 0px #0000001A; color:#000;}
.white-theme .settings-content__button.button {color:#fff;}
.white-theme .settings-panel__block-header {color:#fff;}
.settings-panel__header {color:#fff; font-size:30px; text-align:center; padding-top:40px;}
.settings-panel__block-header { color: #fff; font-weight: 100; text-align:center;padding:20px 0; font-size: 20px; }
.settings-panel__item { min-height: 63px; display:flex; align-items:center; -webkit-transition: .3s; transition: .3s; gap:15px;}
.spi-wrapper .wallet-tabs__item {padding:20px;}
.spi-wrapper .wallet-tabs__item {background: linear-gradient(180deg, #0A0F20 0%, #12265B 100%); border:1px solid #1F2E57; min-width:210px; position:relative; display:flex; align-items:center; gap:10px;}
.spi-wrapper .wallet-tabs__item.wallet-tabs__item--active .settings-panel__item-text{color:#fff;}
.settings-panel__item.settings-panel__item--no-border { }
.settings-panel__item {position:relative; background: linear-gradient(180deg, #0A0F20 0%, #12265B 100%);
min-width: 190px; border-radius:20px;padding:20px; max-width:210px; border:1px solid #1F2E57; }
.settings-panel__checkbox {position:absolute; right:20px; top:20px;}
.settings-panel__item-icon svg { fill:#A2B0E0; }
.settings-panel__item-text { color: #A2B0E0; font-size: 17px; font-weight: 300; line-height:1.3;display: -webkit-box;  -webkit-line-clamp: 2;-webkit-box-orient: vertical;  overflow: hidden;     text-overflow: ellipsis; }
.settings-panel__block:first-child  .settings-panel__item-text {padding-bottom: 0px;}
.settings-panel__checkbox { margin-left: auto; }
.checkbox input { width: 54px; height: 30px; position: relative; background-color: #06160F;transition: all 300ms ease-in-out 0s;border-radius: 90px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; margin: 0; }
.white-theme .checkbox input  {background:#eae6f2;}
.white-theme .checkbox input::after {background:#315BF0;}
.checkbox input::after { content: ""; position: absolute; width: 20px; height: 20px; border-radius: 50%; background-color: #315BF0; -webkit-transition: inherit; transition: inherit; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 7px; }
.checkbox input:checked { background-color: #A2B0E0; }
.white-theme .checkbox input:checked { background-color: #d1d3fa; }
.checkbox input:checked::after { left: 27px; background:#315BF0;}
.white-theme.checkbox input:checked::after {background:#06160F;}
.white-theme .settings-contents .settings-browse__button {color:#fff;}
.settings-contents { position: relative; width:100%;}
.settings-content {  width: 100%; opacity: 0; pointer-events: none1;   text-align: center;  padding-top:60px; padding-bottom:100px;}
.settings-content__header { margin-bottom: 30px; font-size: 35px; color:#fff; text-align:center;}
.settings-content__info {margin:40px 0; font-size: 1rem; font-weight: 300; letter-spacing: 1.6px; line-height: 168%; text-align: center; max-width: 560px; margin-left: auto; margin-right: auto;}
 .textarea-label {display:none;}
 .settings-contents .textarea-password {border:0;}
 .settings-contents .settings-browse__button {margin:25px auto;}
 .settings-browse__password-input.textarea  .textarea-password {top:12px; cursor:pointer; border:0;}
 .spi-wrapper { display:flex; gap:12px;}
 .settings-panel__item.wallet-tabs__item.wallet-tabs__item--active {background:none;}
 .settings-panel__block:nth-child(2) .spi-wrapper .wallet-tabs__item { padding-right:5px;}
 .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(3) .settings-panel__item-text,
 .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(2) .settings-panel__item-text { margin-top:-30px;}
  .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(3) .settings-panel__checkbox,
 .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(2)   .settings-panel__checkbox {left: 75px; top: 50px;}

 
/**Settings end**/
/** About **/
.about__section {display:flex; flex-flow:column;}
.about__section h1 {font-weight: bold; font-size: 40px; line-height: 1.3; margin-bottom:25px;-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInDown; animation-name: fadeInDown;  background: linear-gradient(90deg, #005AFF 14.11%, #00FFE8 87.38%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;}
.about__text {display:flex;    justify-content: space-between; flex-flow:column; padding-bottom:140px;}
	.at__column {  }
	.at__column p {font-weight:300; font-size:14px; line-height:1.4; margin-bottom:12px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeIn; animation-name: fadeIn;color:rgba(255,255,255,.8); }
.about__space { padding:0 0 50px 0; position:relative;}
.white-theme .about__space {background:#E6F3FC;}
.white-theme .abL__body{background:#fff; box-shadow: 0px 0px 30px 0px #0000001A;}
.asSection__article {display:flex; flex-flow:column;max-width: 1180px; margin-left: auto; margin-right: auto;}
.aboutList {position:relative; z-index:11; display:flex;   gap:60px;justify-content: center; align-items: flex-start;}
.aboutList li {}
.aboutList li:nth-child(2) {padding-top:80px;}
	.abL__body {}
		.abL__icon {width:50px; height:90px; background:url('../images/document.svg') center/contain no-repeat; display:none;}
		.abl__btm {width:100%;}
		.abl__btm a {color:#fff; display:flex;gap:30px; text-align:center; border:1px solid #12265B; border-radius:10px; line-height:76px; background:#1B2520; white-space:nowrap; align-items:center; padding:0 30px;
		background: linear-gradient(180deg, #0A0F20 0%, #12265B 100%);
}
		.abl__btm a:before {content:''; display:inline-block; width:43px; height:48px; min-width:43px; background:url('../images/pdf.svg') center/contain no-repeat;}
		.abl__btm a:hover {color:#fff;}
.asSection__article p {margin-bottom:20px; line-height:1.3;}
	.circle0 {position:relative; z-index:11;}
	.circle3 a.circle4a,
	.circle3 a,
	.circle2 a,
	.circle0 a {display:flex; color:#fff; background:#2CB065; justify-content: center; align-items: center; height:200px; width:200px; border-radius:400px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: bounceIn; animation-name: bounceIn;}
	@keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } 50% { opacity: 1; transform: scale(1.05); } 70% { transform: scale(0.9); } 100% { transform: scale(1); } }
	.circle3 a.circle4a span,
	.circle3 a span,
	.circle2 a span,
	.circle0 a span{font-weight:bold; font-size:26px;text-align:center; line-height:1.3;}
	.circle3,
	.circle2,
	.circle1 {border:1px solid #2CB065; padding:60px; border-radius:500px; position:relative;  }
	.circle3:before,
	.circle2:before,
	.circle1:before {content:''; height:calc(100% + 30px); width:20px; background:url('../images/point.svg') center top no-repeat; background-size:20px;     background-position-y: 6px;position:absolute; r margin-right:-15px;  animation: rotate2 5s linear infinite; top:0%; left:50%;  margin-top:-15px; margin-left:-10px;}
	@keyframes rotate2 {0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}
	.circle2:before {animation: rotate2 10s linear infinite; }
	.circle3:before {animation: rotate2 20s linear infinite; }
	.circle3 a.circle4a,
	.circle3 a.circle3a,
	.circle2 a.circle2a {font-size:12px; height:70px; width:70px; position:absolute; left:0; top:50px;}
		.circle3 a.circle3a {left:auto; right:0; bottom:100px; top:auto;}
		.circle3 a.circle4a {bottom:100px; top:auto; height:100px; width:100px;}	
	.circle3 a.circle4a span,
	.circle3 a.circle3a span,
	.circle2 a.circle2a span {font-weight:300; font-size:15px;}
	.circle3 a.circle4a span {font-size:12px;}
/** About end**/
/** Exchange **/
.exchange__section {display:flex; flex-flow:column;overflow:hidden; padding-top:40px;}
.exchange__section h1 {font-weight: bold; font-size: 40px; line-height: 1.3; margin-bottom:25px;-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
.extable {display:flex;  position:relative; padding-bottom:0px; flex-flow:column; gap:20px;}
.white-theme .exchangeBody {background:#fff;}
	.ex__left { display:flex; align-items:center; justify-content:space-between;}
	.ex__left h1 {font-size:90px; line-height:1.3;  margin-bottom:20px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInUp; animation-name: fadeInUp;font-weight:100; color:#fff; text-align:left;}
	.ex__left p {line-height:1.4; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInDown; animation-name: fadeInDown; color:rgba(255,255,255,.8); text-align:center;max-width: 800px; margin: 0 auto;}
	.ex__right { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInUp; animation-name: fadeInUp; display:flex; align-items:center; gap:40px;}
	.exchangeBody {background:#030817; border-radius:20px; padding:25px; display:flex; flex-flow:column; position:relative; border:2px solid #030817; max-width:640px;  min-width:640px;}
	.exchangeBody h2 {font-weight:100; font-size:35px; margin-bottom:20px; text-align:center; color:#fff; }
	.content-widget__iframe {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-radius:20px;}
	.content-widget__iframe iframe { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; height: 310px; max-width: 100%; border-radius: 20px; overflow: hidden; }
	.ex__left {}
	.ex-pic {width:50%;}
	.ex-pic img {vertical-align:bottom; max-width:100%;}
	.ex__right {justify-content: space-between;}
		.ex-text {width:50%;}
		.ex-text p {color:rgba(255,255,255,.8); line-height:1.4; letter-spacing:1px;}
 .company-info {display:flex; flex-flow:column; gap:35px; padding-top:90px; margin:0 auto;}
 .company-info h1 {text-align:center; color:#fff; font-size:90px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
 .company-info p {line-height:1.4; color:#A2B0E0; text-align:center; max-width:890px; margin:0 auto; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
 .modal-body .button {background: #315BF0; border: 0; border-radius: 50px; display: flex ; align-items: center; gap: 12px; margin: 0 auto;    justify-content: center;}
 .modal-body .button:after {content: ''; display: inline-flex ; width: 33px; height: 33px; min-width: 33px; background: url(../images/arrow-circle.svg) center / contain no-repeat;}
/** Exchange end**/
 
/** Animation **/
@-webkit-keyframes mover1 { 0% { transform: translateY(0); } 100% { transform: translateY(-16px); } } @keyframes mover2 { 0% { transform: translateY(-18); } 100% { transform: translateY(-18px); } }			
@-webkit-keyframes mover2 { 0% { transform: translateY(0); } 100% { transform: translateY(-6px); } } @keyframes mover2 { 0% { transform: translateY(-8); } 100% { transform: translateY(-8px); } }
@-webkit-keyframes mover3 { 0% { transform: translateX(0); } 100% { transform: translateX(-10px); } } @keyframes mover3 { 0% { transform: translateX(-10); } 100% { transform: translateX(-10px); } }
.animate {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
@-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
@-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes float { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 50% { -webkit-transform: translateY(-50px); transform: translateY(-50px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes float { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 50% { -webkit-transform: translateY(-50px); transform: translateY(-50px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }		
/** Animation End **/
.footer-toprow {justify-content:space-between; display:flex; align-items:center; max-width:1180px; margin-left:auto; margin-right:auto; width:100%; padding-top:20px; gap:60px;}
.ftr-column {display:flex; flex:1; width:100%; background:transparent; line-height:1.4; letter-spacing:1px; font-size:18px;
max-width: 1180px; margin-left: auto; margin-right: auto; margin-top:10px; z-index:11; position:relative; justify-content:flex-start;}
.ftr-left {display:flex; align-items:center; gap:20px; flex:1; width:100%;}
.subscribe-btn {}
.company_header {display:flex; flex-flow:column; margin-bottom:30px; align-items: center; text-align:center;}
.company_header h1 {color:#fff; text-transform:uppercase; font-family: 'Stapel';}
.company_header p {color:rgba(255,255,255,.8); max-width:900px; margin:0 auto; line-height:1.3;-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
.company-table {display:flex; flex-flow:column; gap:40px; padding-top:180px;}
.asSection__article p,
.ct-left {color:rgba(255,255,255,.5); line-height:1.3; order:2; letter-spacing:1px;}
.asSection__article {padding-top:20px;}
.ct-center {order:1;}
.ct-right {display:none;}
.ct-right img {width:100%; vertical-align:bottom;}
.wallet-display {overflow:hidden; order:2;}
.wallet_header {display:flex; align-items:center; justify-content:center; margin-bottom:40px;   padding-top:35px; position:relative; z-index:11;}
.wallet_header h1 {color:#fff; font-weight:100; text-align:center; font-size:90px;}
.setting-wrapper { display:flex; align-items:flex-start; justify-content:space-between; margin-top:25px;}
.subscribe__row .subscribe-btn {border-radius:0; line-height:100px; font-size:18px;font-weight:400; padding:0 100px; border:0; background:#315BF0;}
.ftr-left {gap:40px;}
.footer__nav {flex-flow:row; gap:25px; align-items:center;}
.footer__nav a {font-weight:200; text-transform:uppercase;}
.h__right .create__wallet .wallet__button {line-height:100px; font-weight:400; font-size:18px; border-radius:0; background:#315BF0; padding:0 50px; border:0;}
.header__container {max-width:100%;}
.viewNav {overflow:hidden;}
.wallet-actions .wallet-button.button {background:#315BF0; border:0; border-radius:50px; display:flex; align-items:center; gap:12px; margin:0 auto;}
.wallet-actions .wallet-button.button:after {content: ''; display: inline-flex ; width: 33px; height: 33px; min-width: 33px; background: url(../images/arrow-circle.svg) center / contain no-repeat;}
.user-in {display:flex; align-items:center; border-left:1px solid rgba(255,255,255,.2);}
.user-wellcome {color:#fff; padding:0 30px; font-size:17px; font-weight:100;}
.user-wellcome strong {color:#315BF0;}
.user-exit {color:#fff; background:#315BF0; padding:0 50px; text-transform:uppercase;}
.auth-main button,
.auth-options .button,
.auth-actions .button {border:1px solid #315BF0;}
.auth-actions .button,
.auth-actions .button:hover {
	background:#3276b7;
	color:#fff;
}
.auth-main {padding-bottom:50px;}
.auth-upload__label .button {display:flex; align-items:center; gap:12px; border-radius:50px; padding:0 12px 0 35px; border:1px solid #315BF0; background:#315BF0; color:#fff; line-height:50px;}
.auth-upload__label .button:after {content: ''; display: inline-flex ; width: 33px; height: 33px; min-width: 33px; background: url(../images/arrow-circle.svg) center / contain no-repeat;}
.settings-panel__block {background:#0000004D; border:1px solid rgba(255,255,255,.1); padding:30px 20px 20px 20px;}
.settigns {background:#030817 url('../images/stbg.png') center top no-repeat; background-size:contain;}
.settings-contents .settings-browse__button,
.settings-content__button.button {display:inline-flex; align-items:center; border-radius:50px; padding:0 12px 0 35px; line-height:50px; margin:0 auto; gap:12px; background:#315BF0; border:1px solid #315BF0;      justify-content: center;}
.settings-contents .settings-browse__button {margin:25px auto}
.settings-contents .settings-browse__button:after,
.settings-content__button.button:after {content: ''; display: inline-flex ; width: 33px; height: 33px; min-width: 33px; background: url(../images/arrow-circle.svg) center / contain no-repeat;}
.settings-browse__button {border-radius:50px; background:#315BF0; border:1px solid #315BF0;}
.settings-panel__item-icon {align-content: center; justify-content: center; align-items: center; background:#000;display:inline-flex; width:44px; height:44px; min-width:44px; border-radius:100px; }
  
@media screen and (max-width:1300px) { 
.footer__section {margin:20px auto; padding:30px 20px;}
footer {padding-bottom:0;}
}
@media screen and (max-width:1200px) { 
.asSection__article,
.page__section,
.article__fixed,
.footer__section, .ms__fixed {padding-left:10px; padding-right:10px;}
}

@media screen and (max-width:1140px) {
	.msf__left h1 {line-height:1.2; font-size: 8vw;}
	.msf__left p {top:74px;}
}
@media screen and (max-width:1120px) {
	.setting-wrapper {flex-flow:column;}
	.settings-panel__block:first-child .settings-panel__item-text {padding:0;}
	.settings-panel__block:first-child .spi-wrapper,
	.settings-panel__block:first-child,
	.settings-panel__block:nth-child(2) .spi-wrapper,
	.settings-panel__block:nth-child(2) {width:100%;}
	.settings-panel__block:nth-child(2) .settings-panel__item {max-width:none; width:33.33%;}
	.settings-panel__block:first-child .settings-panel__item {max-width:none; width:50%; display:flex ;flex-flow:wrap; gap:10px; align-items:center;}
}
@media screen and (max-width:1024px) {
.subscribe-btn,
.footer-input,
.subscribe__text {display:none;}
	.footer-toprow {gap:82px;}
}
@media screen and (max-width:1100px) {
 
.header__nav {padding-left:0;}
}
@media screen and (max-width:1055px) { 
.msf__left p {top:80px; font-size:14px;}
}
@media screen and (max-width:1100px) { 
.ex-pic {width:400px;}
.exchangeBody {min-width:50%;}
}
@media screen and (max-width:980px) { 
.msf__left p {max-width:480px;}
.step__cryptoList li:last-child .sc__body .section__header {position:static; margin:0; min-width:auto; max-width:none;}
.step__cryptoList li:last-child .sc__body {padding-left:25px;}
.wallet-display__header {flex-flow:column;         align-items: flex-start;}
 .wallet-body {    background-size: 893px;}
}
@media screen and (max-width:960px) { 
.ex__left h1 {font-size:40px; text-align:left;}
.exchange__section {padding-top:40px;}
.settings-body,
.extable {flex-flow:column;}
.ex__right,
.ex__left {width:100%;}
.wallet-content {position:static; display:none;}
.wallet-content--active {display:block;}
.settings-content__header {font-size:30px;}
.step__cryptoList {gap:0;}
.sc__body {flex-flow:column; gap:20px; align-items: flex-start; padding:30px 25px;}
.section__header {min-width:auto;}
.step__cryptoList  .sc__body .create__wallet {margin-left:0;}
.footer-toprow {flex-flow:column; gap:15px;}
.msf__left p {width:auto; position:static; max-width:100%; text-align:center;}
 .msf__left .create__wallet {margin:25px auto;}
 .msf__left .create__wallet .wallet__button {margin:0 auto;}
 .company-table {display:flex; flex-flow:column;}
 .ct-right {display:none;}
 .ct-center {width:100%;}
 .wallet-list {flex-flow:column;}
 .wallet-item {width:100%;}
 .footer__nav {flex-flow:nowrap; margin-right: 0;}
 .ftr-column {flex-wrap:wrap;}
.ftr-left {gap:0;}
.overflow {margin-bottom:80px;}
}
 
@media screen and (min-width:890px) and (max-width:1080px) { 
.header__nav.camein .header__nav a {padding:0 25px;}
.header__nav.camein .user-wellcome {display:none;}
}
@media screen and (min-width:760px) and (max-width:860px) { 
.social__list {display:none;}
}
@media screen and (min-width:760px) and (max-width:890px) { 
.header .logotype {padding:0 15px;}
.h__right .create__wallet .wallet__button {font-size:14px; padding:0 15px;}
.header__nav a {font-size:14px; padding:0 15px;}
}
@media screen and (max-width:860px) { 
.aboutList {gap:15px;         justify-content: space-between;}
.wallet_header h1 {font-size:40px; text-align:center;}
.wallet_header {        align-items: center;}
}
@media screen and (max-width:810px) { 
.ex__left {flex-flow:column;}
.ex-pic {width:100%; text-align:center;}
.ex__left h1 {text-align:center;}
.ex-pic img {display:inline-block; max-width:420px;}
.ex__right {flex-flow:column; gap:30px;}
.exchangeBody {max-width:100%; min-width:auto; width:100%;}
.ex-text {width:100%; text-align:center;}
.ex-text {padding:10px 25px 40px 25px;}
}
@media screen and (max-width:780px) { 
.step__cryptoList li {width:100%;}
.step__cryptoList li:last-child,
.step__cryptoList li:first-child .sc__body {border:0;}
.sc__body {    align-items: center;}
.sc__body p {text-align:center; max-width:80%;}
}
@media screen and (max-width:760px) { 
.auth-info {max-width:100%;}
.header__nav {  justify-content: center; align-items: flex-start; display:none; max-width:300px; height:100vh;}
.white-theme .header__nav {background: var(--darkBg); border: 1px solid #DDDDDD;}
.viewNav .header__nav {display:flex;-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;  -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; justify-content:flex-start; overflow:auto;
display:flex; position:absolute; left:0; top:0; background:#000000; padding-top:25px;}
.header__nav a {line-height:50px;}
.extable {gap:0px;}
.ex__left h1 br {display:none;}
.h__right {margin-left:auto;}
.header__container {flex-wrap:nowrap; align-items:center; justify-content:space-between; gap:15px; padding:0 20px;}
.menu__button {display:flex; width:auto; justify-content:center; margin-top:0; margin-left:auto;}
.header-menu {display:flex; height:60px; width:60px;}
.viewNav .header-menu {background:#315BF0 url(../images/close.svg) center/20px no-repeat;}
.white-theme .viewNav .header-menu {background: url(../images/closeDark.svg) center/20px no-repeat;}
.master__section,
.exchange__ection {flex-flow:column;}
.ms__left,
.ms__right,
.ee__left,
.ee__right {width:100%;}
.ee__right {position:relative; z-index:11; padding-left:25px; margin-top:-80px;}
.ms__right {padding-top:50px;}
.article__section.twoBlock:after {display:none;}
.extable:before {display:none;}
.content-widget__iframe {position:relative; z-index:21;}
.extable {padding-bottom:120px;}
.about__space:before {display:none;}
.extable {padding-bottom:80px;}
.exchangeBody h2 {font-size:25px;}
.aboutList {flex-flow:column; padding-top:30px;}
.aboutList li {width:100%;}
.aboutList li:nth-child(2) {padding-top:0;}
.header__nav a {width:100%;}
.header__nav {flex-flow:column;}
.user-in {flex-flow: column; width: 100%; display: flex ; align-items: flex-start; gap: 20px;}
}
@media screen and (max-width:680px) { 
.wallet_header {flex-flow:column; gap:20px ;}
.wallet_header h1 {order:2;}
.wallet-panel__header {order:1; width:100%;}
.wallet-dropdown {width: 100%; max-width: 100%; flex: 1; min-width:auto;}
.ms__fixed:after {width:100%; right:0; margin-right:0;}
.company-info h1 {font-size:40px;}
.company-info {padding-top:40px;}
.wallet-body {background:none;}
.wallet-display {background: #091B3D;
background: linear-gradient(180deg,rgba(9, 27, 61, 0) 0%, rgba(9, 27, 61, 1) 100%);}
.wallet-contents {padding-bottom:0;}
.wallet-body {margin-bottom:80px;}
}
@media screen and (max-width:640px) { 
.wallet-receive__info-item {    word-break: break-all;}
.wallet-send {max-width:100%;}
.wallet-display__header {flex-flow:column;}
.wallet-tabs__item {margin:0px;}
.wallet-display__heading {font-size:25px;}
.msf__left {width:100%; padding-top:30px;}
.msf__left h1 {font-size:50px;}
 .ms__fixed:after {height:460px;}
.about__section h1,
.ms__left .section__header h3,
.section__header h4, .section__header h3, .section__header h2,
.buyCrypto h2 {font-size:25px;}
.ms__right p {font-size:14px;}
.about__text {flex-flow:column;}
 footer {padding-top:50px;}
 .modal-body {min-width:auto;}
.settings-panel__block:nth-child(2) .spi-wrapper {flex-flow:column;}
.settings-panel__block:nth-child(2) .settings-panel__item {width:100%;}
.company-table {padding-top:100px;}
}
@media screen and (max-width:600px) { 
.step__cryptoList {flex-flow:column;}
.step__cryptoList li {width:100%; margin-bottom:20px;}
.step__cryptoList li:last-child {margin:25px 0 0 0;}
.step__cryptoList li:first-child .sc__body,
.step__cryptoList li:last-child .sc__body {margin:0;}
.step__cryptoList li:last-child {margin-bottom:0;}
.about__space {margin-top:40px;}
.settings-browse__password-input input {min-width:320px; width:100%; max-width:none;}
.about__space a {position:relative; z-index:11;}
.circle0 a  {height:145px; width:145px;}
.circle0 a span {font-size:16px;}
.circle3,
.circle2,
.circle1 {padding:30px;}
.circle3 a.circle3a,
.circle3 a.circle4a {bottom:0;}
.circle2 a.circle2a {top:-20px;}
.master__section:before {left:50%; margin-left:-175px;}
.ms__buttom .sign__in-btn {line-height:130px;  min-width:130px;}
}
@media screen and (max-width:560px) { 
.header__nav {flex-flow:column;   background:none; align-items: flex-start;}
.social__list li a {background:rgba(255,255,255,.1);}
.white-theme .header__nav {background:none; border:0;}
.white-theme .mainScreen:before {background:none;}
.header__nav a { display:flex; width:100%; padding:0 15px; margin:0; justify-content: flex-start; line-height:60px;}
.header__nav .create__wallet {margin:0; }
.header__nav .create__wallet .wallet__button{line-height:50px; background:#315BF0; border:0; border-radius:0;}
.white-theme  .header__nav a {border-bottom:1px solid rgba(0,0,0,.1);}
.white-theme  .social__list a {border:0;}
.social__list { width:100%; padding-top:20px;} 
.social__list a {border:0; display:inline-flex;}
 .footer-input {width:100%; max-width:100%;        box-sizing: border-box;}
 .subscribe__row {    align-items: flex-start;}
.auth-actions {flex-flow:column; display:flex;}
.auth-actions button {margin:10px 0;}
.auth-main {overflow:hidden;}
.about__text {padding-bottom:50px;}
.header__nav .create__wallet {margin-left:15px; margin-right:auto; width:calc(100% - 40px); padding-top:25px;}
.header__nav .create__wallet .wallet__button {width:100%;}
.wallet-tabs {gap:10px; width:100%;}
.wallet-tabs__item {padding:12px;}
.header .logotype {border-right:0; padding-left:15px; padding-right:0;}
.subscribe__row {flex-flow:column;}
.subscribe-btn {width:100%;}
.wallet-tabs { gap:15px;display: grid; grid-template-columns: 1fr 1fr;}
.wallet-tabs__item {text-align:center;    background: #0f162a;}
.spi-wrapper {flex-flow:column;}
.settings-panel__block:first-child .settings-panel__item {width:100%;}
}
@media screen and (max-width:520px) { 
.settings-panel__item-text {white-space:normal;}
.h__right .create__wallet {display:none;}
.header__nav {margin-top:12px;}
.header__nav a {text-align:center;justify-content: flex-start;}
}
 
@media screen and (max-width:480px) { 
.ftr-left {flex-flow:column; gap:20px;}
.footer__nav {margin:0; justify-content:center; flex-wrap:wrap;}
footer p {text-align:center;}
.footer-toprow {padding-top:15px;}
.msf__left h1 {font-size:40px;}
.mainScreen {padding-bottom:220px;}
 .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(3),
 .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(2)   {padding-right:80px;}
 .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(3) .settings-panel__checkbox, .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(2) .settings-panel__checkbox {left:auto; right:20px; top:30px;}
 .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(3) .settings-panel__item-text, .settings-panel__block:nth-child(2) .settings-panel__item:nth-child(2) .settings-panel__item-text {margin-top:0;}
}
@media screen and (max-width:460px) { 
.ftr-column,
.ftr-left,
.wallet-receive__content {flex-flow:column;}
.wallet-tabs__item {letter-spacing:normal; font-size:14px;}
.subscribe__text {margin:0 0 20px 0; text-align:center;}
.subscribe__text br {display:none;}
 
}
@media screen and (max-width:420px) { 
.modal-body {padding-left:10px; padding-right:10px;}
.modal-heading {font-size:25px;}
}
@media screen and (max-width:400px) { 
 .wallet-coin__icon {width:25px; height:25px;}
 .wallet-item__text {font-size:14px;}
.wallet-history__link {font-size:15px;}
.mainScreen {padding-bottom:160px;}
.ms__fixed:after { height: 309px; }
.company-table { padding-top: 67px; }
}
