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: 'Nunito', sans-serif;} input { -webkit-appearance: none; -moz-appearance: none; appearance: none; } 
body a { color: #7f7e79; text-decoration:none;}*, *:before, *:after {box-sizing: border-box;}
body {font-family: 'Nunito', sans-serif; color:#5d5d5d; padding-top:120px; transition: all 300ms ease-in-out 0s;}
body.fixed-header {padding-top:120px;}
.header__section {background:#fff; box-shadow: 0px 10px 15px -3px rgba(153, 153, 153, 0), 0px 4px 6px -2px rgba(153, 153, 153, 0);  transition: all 300ms ease-in-out 0s; padding:30px 0; position:absolute; left:0; top:0; right:0; z-index:30; visibility:inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.header__section.fixed-header {background:#fff; box-shadow: 0px 10px 15px -3px rgba(153, 153, 153, 0.1), 0px 4px 6px -2px rgba(153, 153, 153, 0.05);  transition: all 300ms ease-in-out 0s; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; position:fixed; left:0; right:0; top:0; z-index:33; padding:15px 0;}
	.header__inner {max-width:1200px; margin-left:auto; margin-right:auto; display:flex;     align-items: center;}
		.header__logotype {margin-right:60px;}
			.header__logotype a {display:flex;}
				.header__logotype a img {}
		.header__navigation {}
		.header__navigation nav {display:flex;}
		.header__navigation nav a {color:#545454; font-size:16px; font-weight:400; margin:0 20px; transition: all 300ms ease-in-out 0s;}
		.header__navigation nav a:hover,
		.header__navigation nav a.select {color:#6F91EE;}
		.language__section {position:relative; margin-left:60px;}
			.select__lang {display:flex; font-size:16px; text-transform:uppercase; cursor:pointer;}
			.select__lang:after {display:flex; width:15px; height:15px; background:url('../images/arrow__up-dark.svg') center/10px no-repeat; margin-left:5px; content:''; min-width:15px; -moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg); transition: all 300ms ease-in-out 0s;}
			.language__section.checked	.select__lang:after {-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); }
			.language__drop-list {display:none; background:#fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border:1px solid rgba(0,0,0,.1); padding:5px 10px; flex-flow:column; position:absolute; left:0; top:30px;}
			.language__section.checked .language__drop-list {display:flex; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}			
			.language__drop-list li {}
			.language__drop-list li a {text-decoration:none; color:#545454; font-size:16px; text-transform:uppercase; line-height:28px;}
		.header__auth-section {margin-left:auto;}
			.header__auth-button {border:0; cursor:pointer; background:#fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; line-height:54px; padding:0 25px; font-size:16px;}			
			.header__auth-button:focus {outline:none; transition: all 300ms ease-in-out 0s;}
			.header__auth-button:hover {}
			.header__auth-button.auth_come-in {color:#545454;  margin-right:12px;}
			.header__auth-button.auth_come-in:hover {color:#6F91EE;}
			.header__auth-button.auth_signup {color:#fff; background:#6F91EE; box-shadow: 0px 25px 50px -12px rgba(112, 145, 238, 0);}
			.header__auth-button.auth_signup:hover {box-shadow: 0px 25px 50px -12px rgba(112, 145, 238, 0.25);}
			.mobile__button {display:none; width:54px; height:54px; min-width:54px; margin-left:30px; background:url('../images/menu.svg') center/20px no-repeat; cursor:pointer;  transition: all 300ms ease-in-out 0s;}

.main__screen-cover-box {}
	.main__screen-section {max-width:1200px; margin-left:auto; margin-right:auto; display: flex; flex-wrap: nowrap; justify-content: space-between;     align-items: flex-start;}
		.main__screen-article {display:flex; flex-flow:column; position:relative;}
		.main__screen-article:after {}
			.main__screen-title-row {position:relative; padding-top:60px;}
			.main__screen-article:after,
			.main__screen-title-row:after,
			.main__screen-title-row:before {content:''; display:inline-block; position:absolute; left:-14px; top:0; width:50px; height:50px; background:url('../images/label_new.svg') center/contain no-repeat; visibility:hidden;}
		.aos-animate .main__screen-article:after,
		.aos-animate .main__screen-title-row:after,
		.aos-animate .main__screen-title-row:before  {visibility:inherit; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}			
			.main__screen-title-row:after {left:auto; right:0; width:174px; height:107px; background:url('../images/paint_arrow_up.svg') center/contain no-repeat;}
			.main__screen-article:after  {left:auto; right:-20px; bottom:-35px; top:auto; background:url('../images/paint_arrow_down.svg') center/contain no-repeat; width:174px; height:107px;}
			.main__screen-title-row h1 {color:#545454; font-size:38px; font-weight:700; visibility:hidden;}
			.aos-animate * {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
			.aos-animate .main__screen-title-row h1 {visibility:inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
			.main__screen-title-row h1 strong{color:#6F91EE;}
			.main__screen-description {padding-top:40px; padding-bottom:50px; visibility:hidden;}
			.aos-animate .main__screen-description {visibility:inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
			.main__screen-description p{font-weight:400; color:#545454; line-height:1.4; font-size:18px;}
			.main__screen-buttons {display:flex; position:relative; z-index:11; visibility:hidden;}
			.aos-animate .main__screen-buttons { visibility:inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
			.main__screen-buttons a,
			.main__screen-buttons button {border:1px solid #fff; color:#545454; background:#fff; line-height:52px; padding:0 25px; transition: all 300ms ease-in-out 0s; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-size:16px;}
			.main__screen-buttons button:focus {outline:none;}
			.main__screen-buttons button:hover {cursor:pointer;}
			.main__screen-buttons .free__access-btn {border:1px solid #F4C967; background:#F4C967; color:#fff; box-shadow: 0px 25px 50px -12px rgba(244, 201, 103, 0); margin-right:20px; }
			.main__screen-buttons .free__access-btn:hover {box-shadow: 0px 25px 50px -12px rgba(244, 201, 103, 0.5);}
			.main__screen-buttons .view__demo-btn:hover {border:1px solid #6F91EE; color:#6F91EE;}
		.main__screen-info {width:50%; visibility:hidden;}
		.aos-animate .main__screen-info {visibility:inherit; -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
			.main__screen-schedule {position:relative;}
				.main__screen-schedule img {max-width:547px; position:relative; z-index:10;}		
@supports not (-webkit-touch-callout: none) {
.main__screen-schedule img { transition: all 0.8s ease; animation: minirotate 3s linear infinite;}
}				
			.main__screen-scoreboard {position:absolute; background: #FFFFFF;box-shadow: 0px 25px 50px -12px rgba(153, 153, 153, 0.25);border-radius: 16px; bottom:35px; left:50%; z-index:11; display:flex; padding:20px;     margin-left: -87px; z-index:11; flex-wrap:nowrap;}
				.scoreboard-item-box {display:flex; flex-flow:column; text-align:center;}
				.scoreboard-item-box:first-child {margin-right:25px;}
				.scoreboard-item-box:last-child {margin-left:25px;}
					.scoreboard-item-label {color:#545454; font-size:18px; line-height:28px; margin-bottom:12px;}
					.scoreboard-item-data {font-weight:700; color:#66AF99; font-size:26px;}

.article__section {}
	.article__container {max-width:1200px; margin-left:auto; margin-right:auto;}
/** Look at it **/
.look__at-it-cover {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;}
.look__at-it-section {width:25%; visibility:hidden;}
.aos-animate .look__at-it-section {visibility:inherit; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
	.look__at-block {}
		.look__at-body {}
		.look__at-body h2 {color:#545454; font-weight:500; font-size:24px; line-height:1.2; margin-bottom:20px;}
		.look__at-body p {color:#545454; font-size:16px; line-height:1.3;}
	.look__at-slide-section {width:75%; visibility:hidden;}
	.aos-animate .look__at-slide-section {visibility:inherit; -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
		.look__at-screen-list {margin-left:30px;}
		.look__at-screen-list li {}
			.look__it-overflow {display:flex; background:#fff; box-shadow: 0px 10px 15px -3px rgba(153, 153, 153, 0.1), 0px 4px 6px -2px rgba(153, 153, 153, 0.05); margin:6px;}
		.look__at-screen-list li .look__it-body {width:50%;} 
		.look__at-screen-list li .look__it-body.image__look-body {} 
			.view__image-box {display: block; position:relative;}
				.view__image__nav {position:absolute; right:20px; bottom:20px; z-index:10; background: #FFFFFF; box-shadow: 0px 0px 10px rgba(101, 101, 101, 0.25);border-radius: 99px; display:flex; cursor:pointer;}
				.view__image__nav a,
				.view__image__nav span {width:46px; height:32px; display: flex; justify-content: center;     align-items: center;}
				.view__image__nav span {background:url('../images/zoom_icon.svg') center/18px no-repeat;}
				.view__image__nav a {background: #F4C967 url('../images/export_icon-white.svg') center/18px no-repeat;box-shadow: 0px 0px 10px rgba(101, 101, 101, 0.25);border-radius: 2px 99px 99px 2px; display:flex;}
		.look__at-screen-list li .look__it-body img {width:100%;}
/** Look at it end**/
/** Main information **/
.main__information-section {display:flex; margin:120px 0;}
	.main__info-left_column {width:40%; display:flex; flex-flow:column;}
	.main__info-left_column .main__info-table-picture {margin-bottom:25px;}
	.main__info-table-picture img {max-width:100%;}
		.main__info-table-box {display:flex;  flex-flow:column;}
			.main__info-body {display:flex; flex-flow:column;}
			.main__info-table-picture {visibility:hidden;}
			.aos-animate .main__info-table-picture {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
			.main__info-table-title {color:#545454; font-size:24px; font-weight:500; line-height:1.3; margin-bottom:20px; visibility:hidden;} 
			.aos-animate  .main__info-table-title {visibility: inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;} 
			.main__info-table-text {visibility:hidden;}
			.aos-animate .main__info-table-text {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
			.main__info-table-text p {font-size:16px; line-height:1.4; font-weight:400;}
	.main__info-right_column {width:60%; display:flex; flex-flow:column;}
	.main__info-right_column .main__info-table-picture img {min-width:188px;}
	.main__info-right_column .main__info-table-box {display:flex; flex-flow: row-reverse; padding-left:25px;}
	.main__info-right_column .main__info-table-box:first-child {margin-bottom:60px;}
/** Main information end**/

/**How it work**/
.how__it-work-section {}
.still-in__doubt-section .title__section,
.faq-section .title__section,
.we__share-success-section .title__section,
.how__much-section .title__section,
.people__say-section .title__section,
.which__exchanges-section .title__section,
.how__it-work-section .title__section {color:#545454; font-weight:500; font-size:25px; margin-bottom:30px;}
.aos-init .title__section {visibility:hidden;}
.aos-animate .title__section {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.how__it-work-list {display:flex; flex-wrap:nowrap; margin:0 -13px 30px -13px;}
	.hiw-item {width:25%; visibility:hidden;}
.aos-animate  .hiw-item {visibility: inherit; -webkit-animation-name: fadeIn; animation-name: fadeIn;}
.aos-animate  .hiw-item:nth-child(2) {animation-delay: .35s;}
.aos-animate  .hiw-item:nth-child(3) {animation-delay: .65s;}
.aos-animate  .hiw-item:nth-child(4) {animation-delay: .95s;}
		.hiw-item-body {margin:13px; background: #6F91EE; box-shadow: 0px 25px 50px -12px rgba(111, 145, 238, 0); border-radius: 12px; position:relative; transition: all 300ms ease-in-out 0s;}
		.hiw-item-body:hover {box-shadow: 0px 25px 50px -12px rgba(111, 145, 238, 0.45);}
		.hiw-item-body:before {content:''; display:inline-block; width:130px; height:150px; position:absolute; right:0; top:0; z-index:9; background-size:contain;}
			.hiw-inner-table {display:flex; flex-flow:column; padding:50px 25px 25px 25px; position:relative; z-index:10;}
				.hiw-item-icon-row {margin-bottom:45px;}
				.hiw-item-icon-row img {}
				.hiw-item-details {}
				.hiw-item-details p {color:#fff; line-height:1.4; font-size:16px; font-weight:400; min-height:90px;}
				.hiw-ite-bottom {text-align:right; margin-top:25px; height:24px;}
				.hiw-ite-bottom:after {content:''; display:inline-block; width:30px; height:13px; background:url('../images/arrow_right_icon.svg') center/contain no-repeat; vertical-align:middle;}
	.hiw-item:last-child .hiw-ite-bottom:after {background:url('../images/like_icon.svg') center/contain no-repeat; width:24px; height:24px; min-width:24px;}
	.hiw-item:first-child .hiw-item-body:before {background:url('../images/hiw__layer_a.png') right top no-repeat;}
	.hiw-item:nth-child(2) .hiw-item-body:before {background:url('../images/hiw__layer_b.png') right top no-repeat;}
	.hiw-item:nth-child(3) .hiw-item-body:before {background:url('../images/hiw__layer_c.png') right top no-repeat;}
	.hiw-item:nth-child(4) .hiw-item-body:before {background:url('../images/hiw__layer_d.png') right top no-repeat;}
/**How it work end**/
/**About Bot **/
.about__bot-section {display:flex; margin:65px 0;}
	.about__bot-details {width:25%;  display:flex; flex-flow:column;}
		.about__bot-table-info {display:flex; flex-flow:column;}
			.about__bot-title {color:#545454; font-weight:500; font-size:24px; line-height: 1.2;margin-bottom: 20px; visibility:hidden;}
			.aos-animate .about__bot-title {visibility: inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
			.about__bot-text {margin-bottom:40px; }
			.about__bot-text p {color: #545454; font-size: 16px; line-height: 1.3; visibility:hidden;}
			.aos-animate .about__bot-text p {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
		.about__bot-video-action {margin-bottom:40px; visibility:hidden;}
		.aos-animate .about__bot-video-action {visibility: inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
		.about__bot-video-action button {display:flex;     align-items: center; cursor:pointer; background:none; padding:0; margin:0; border:0;} 
		.about__bot-video-action button:focus {outline:none;}
		.about__bot-video-action button i {width:44px; height:44px; position:relative; min-width:44px; background: #F4C967; box-shadow: 0px 4px 48px rgba(244, 201, 103, 0.3); margin-right:12px; -webkit-border-radius: 45px; -moz-border-radius: 45px; border-radius: 45px;}
		.about__bot-video-action button i:before {width:16px; height:16px; position:absolute; left:50%; top:50%; margin:-8px 0 0 -8px; background:url('../images/play_icon.svg') center/contain no-repeat; content:'';}
		.about__bot-video-action button span {color:#6F91EE; font-weight:500; font-size:20px;}
		.about__bottom-info {}
			.about__info-more p,
			.about__demo-title {font-weight:400; color:#545454; font-size:18px; margin-bottom:15px; visibility:hidden;}
			.aos-animate .about__demo-title {visibility: inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
			.about__info-more {visibility:hidden;}
			.aos-animate  .about__info-more {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
			.aos-animate  .about__info-more p {visibility: inherit;}
			.about__info-more p {font-size:16px;}
			.about__info-more p span {display:flex; margin-top:12px;     align-items: center;}
			.about__info-more p span a {display:inline-block; width:14px; height:14px; margin-left:10px; background:url('../images/export_icon.svg') center/contain no-repeat;}
	.about__bot-slide-section { width:75%; visibility:hidden;}
	.aos-animate .about__bot-slide-section {visibility: inherit; -webkit-animation-name: fadeIn; animation-name: fadeIn;}
		.about__bot-slide-list {}
		.about__bot-slide-list li {}
		.about__bot-slide-list li div {}
		.about__bot-slide-list li div img {max-width:100%; width:100%;}
	.about__bot-slide-section .slick-prev.slick-arrow, 	.about__bot-slide-section .slick-next.slick-arrow {bottom:120px;}
/**About Bot end**/
/** Which Exchanges **/
.which__exchanges-section {margin-bottom:60px;}
.which__exchanges-section .title__section {}
.which__exchanges-table {display:flex;}
	.which__ex-column {}
	.which__ex-column:first-child  {margin-right:60px;}
	.which__ex-column:first-child .which__ex-list {display:flex; flex-wrap:wrap; max-width:280px;}
	.which__ex-column:first-child .which__ex-list li{width:50%;}
		.which__ex-title {color:#545454; font-size:18px; margin-bottom:20px; visibility:hidden;}
			.aos-animate .which__ex-title {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
		.which__ex-list {}
		.which__ex-list li {margin-bottom:14px;}
		.aos-init .which__ex-list li {visibility:hidden;}
		.aos-animate .which__ex-list li {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
		.which__ex-list li a {text-decoration:none;}
		.which__ex-list li a:hover {color:#6F91EE;}
		.which__ex-list li span {}
		.exchanges__type-item {display:flex;     align-items: center;} 
			.exchanges__logo {width:18px; height:18px; min-width:18px; margin-right:5px;}
			.exchanges__logo.binance {background:url('../images/exchange__icons/binance.png') center/17px no-repeat;}
			.exchanges__logo.coinbase {background:url('../images/exchange__icons/coinbase.png') center/17px no-repeat;}
			.exchanges__logo.kraken {background:url('../images/exchange__icons/kraken.png') center/17px no-repeat;}
			.exchanges__logo.kucoin {background:url('../images/exchange__icons/kucoin.png') center/17px no-repeat;}
			.exchanges__logo.bitstamp {background:url('../images/exchange__icons/bitstamp.png') center/17px no-repeat;}
			.exchanges__logo.bitfinex {background:url('../images/exchange__icons/bitfinex.png') center/17px no-repeat;}
			.exchanges__logo.okx {background:url('../images/exchange__icons/okx.png') center/17px no-repeat;}
			.exchanges__logo.bybit {background:url('../images/exchange__icons/bybit.png') center/17px no-repeat;}
			.exchanges__logo.upbit {background:url('../images/exchange__icons/upbit.svg') center/18px no-repeat;}
			.exchanges__logo.huobi {background:url('../images/exchange__icons/huobi.png') center/17px no-repeat;}
			.exchanges__logo.gate {background:url('../images/exchange__icons/gate.png') center/17px no-repeat;}
			.exchanges__logo.mexc {background:url('../images/exchange__icons/mexc.png') center/17px no-repeat;}
/** Which Exchanges end**/
/**People say **/
.people__say-section {margin:60px 0;}
 
.peoples__reviews-coverbox {}
.people__reviews-list {margin-top:30px; margin-left:-13px; margin-right:-13px;}
	.people__reviews-item {background: #FFFFFF;box-shadow: 0px 20px 25px -5px rgba(153, 153, 153, 0.1), 0px 10px 10px -5px rgba(153, 153, 153, 0.04); border-radius: 12px;   margin:0 13px 13px 13px; position:relative; visibility:hidden;}
	.aos-animate .people__reviews-item {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp}
	.people__reviews-item:before {content:''; display:inline-block; position:absolute; left:0; top:0; bottom:0; z-index:9; background:url('../images/message__ellipse.svg') center top no-repeat; width:30px; background-size:contain; -webkit-border-radius: 12px;-webkit-border-top-right-radius: 0px;-webkit-border-bottom-right-radius: 0px;-moz-border-radius: 12px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 0px;border-radius: 12px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
		.people__reviews-body {padding:30px 25px 30px 45px; position:relative; z-index:10;}
			.reviews__user-name {color:#545454; font-weight:600; font-size:16px; letter-spacing:-.2px; margin-bottom:20px;}
			.reviews__user-text {}
			.reviews__user-text p {font-size:16px; line-height:1.5; font-weight:400; min-height:144px;}
/**People say end**/
/** How much **/
.how__much-section {}
	.how__much-items-list {display:flex;}
		.how__much-item {width:25%; visibility:hidden;}
		.aos-animate .how__much-item {visibility: inherit; -webkit-animation-name: fadeIn; animation-name: fadeIn;}
		.aos-animate .how__much-item:nth-child(2) {animation-delay: .35s;}
		.aos-animate .how__much-item:nth-child(3) {animation-delay: .65s;}
		.aos-animate .how__much-item:nth-child(4) {animation-delay: .95s;}
			.hm-item__body {margin:8px; padding:50px 25px 20px 25px; background:#fff; border-radius: 16px; transition: all 300ms ease-in-out 0s; position:relative;}
			.how__much-item.popular__price .hm-item__body {background:#6F91EE url('../images/hexa__bg.svg') right top no-repeat; background-size:contain;}
			.how__much-item.popular__price .hm-item__body:after {content:'популярный'; display:inline-block; position:absolute; right:20px; top:20px; line-height:27px; background: #FFFFFF; border-radius: 13.5px; padding:0 18px; font-weight:10px; font-weight:400; color:#66AF99;}
				.hm-item__header {margin-bottom:20px;}
					.hm-card__price {color:#545454; font-size:36px; font-weight:700; margin-bottom:20px;}
					.popular__price .hm-card__price {color:#fff;}
					.hm-card__price em {font-size:17px; margin-left:8px; font-weight:400;}
					.hm-card__title {font-size:28px; color:#545454; font-weight:700; margin-bottom:18px;}
					.popular__price .hm-card__title {color:#fff;}
					.hm-card__details {margin-bottom:12px;}
					.hm-card__details p {font-weight:500; font-size:15px; line-height:1.3;}
					.popular__price .hm-price__sub-title,
					.popular__price .hm-price__exchanges-list li,
					.popular__price .hm-card__sub-details {color:#fff;}
					.hm-card__sub-details {margin:0 0 20px 0;}
					.hm-card__sub-details p {font-size:16px; font-weight:600; line-height:1.3;}
					.hm-price__exchanges-list {margin-bottom:20px;}
						.hm-price__exchanges-list li {margin-bottom:10px;}
					.hm-price__sub-title {font-weight:500; font-size:15px; margin-bottom:15px;}
					.hm-card__button {padding-top:10px;}
						.select__this-rate {background: #6F91EE;border-radius: 10px; display:block; border:0; text-align:center; color:#fff; box-shadow: 0px 25px 50px -12px rgb(112 145 238 / 0%); line-height:44px; width:100%; padding:0; cursor:pointer;}
						.select__this-rate:focus {outline:none;}
						.select__this-rate:hover {box-shadow: 0px 25px 50px -12px rgb(112 145 238 / 25%);}
						.popular__price .select__this-rate {background: #F4C967;}
						.popular__price .select__this-rate:hover {box-shadow: 0px 25px 50px -12px rgb(244 201 103 / 75%);}
	.hm-clarification-section {margin-top:-75px; margin-bottom:100px;}
	.hm-clarification-section p {font-weight:500; font-size:16px;}
/** How much end**/
/** Why We are Share Success**/
.we__share-success-section {display:flex; background: #6F91EE;border-radius: 18px; padding:70px 80px 50px 80px; margin-bottom:80px; overflow:hidden}  
	.wss__security-block {display:flex; width:50%;}	
		.wss__security-block img {max-width:100%; vertical-align:top; margin-top:-30px; visibility:hidden;}
		.aos-animate .wss__security-block img {visibility: inherit; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
	.wss__security-info {display:flex;  width:50%; visibility:hidden;}
		.aos-animate .wss__security-info {visibility: inherit; -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
		.wss__information-table {display:flex; flex-flow:column;}
			.wss__info-title {font-weight:500; color:#fff; line-height:1.3; font-size:24px; margin-bottom:25px;}
			.wss__info-description {}
			.wss__info-description p{font-size:18px; color:#fff; line-height:1.3; font-weight:400; margin-bottom:20px;}
			.wss__info-description p:last-child {margin-bottom:0;}
/** Why We are Share Success End**/
/** Faq **/
.faq-section {margin-bottom:90px;}
	.faq__questions-list {}
		.faq__questions-item {margin-bottom:16px; visibility:hidden;}
		.faq__questions-item.aos-animate {visibility: inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
			.faq__questions-body {background: #FFFFFF;box-shadow: 0px 20px 25px -5px rgba(153, 153, 153, 0.1), 0px 10px 10px -5px rgba(153, 153, 153, 0.04);border-radius: 12px; padding:20px 26px;}
				.questions__row {position:relative; cursor:pointer; display:flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; color:#545454; font-size:18px; font-weight:600; line-height:1.3;}
				.answer__question.visible {display:block; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
				.answer__question.visible p:first-child {  border-top:1px solid #F4F4F4;}
				.questions__row.visible i {-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
					.questions__row i {width:20px; height:20px; min-width:20px; background: #F4C967 url('../images/arrow_down_white.svg') center/10px no-repeat; box-shadow: 0px 2px 5px rgba(244, 201, 103, 0.26); -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; transition: all 300ms ease-in-out 0s;}
				.answer__question {display:none; padding-top:15px;}
				.answer__question p {font-size:16px; color:#000; line-height:1.3; font-weight:400;  transition: all 300ms ease-in-out 0s;  padding-top:0;}
				.answer__question.visible p {padding-top:10px;}
/** Faq End**/
/** Still in doubt**/
.still-in__doubt-section {}
.still-in__doubt-section .title__section {}
.still-in__doubt-section .title__section span {display:block; margin-bottom:12px;}
.sid__cover-box {margin:25px 0 50px 0;}
	.sid__items-list {}
		.sid__item {}
			.sid__item-body {box-shadow: 0px 20px 25px -5px rgba(153, 153, 153, 0.1), 0px 10px 10px -5px rgba(153, 153, 153, 0.04);border-radius: 12px; position:relative;}
			.sid__item-body .view__image__nav span {background: url(../images/zoom_grey_icon.svg) center/18px no-repeat}
			.sid__item-body .view__image__nav span {width:32px;}
			.sid__item-body img {width:100%;}
/** Still in doubt End**/
/** Footer **/
.scroll__up-button {display:none; position:fixed; right:20px; bottom:50px; width:42px; height:42px; cursor:pointer; background: #6F91EE url('../images/arrow_up_white.svg') center/20px no-repeat; border: 1px solid #658BF2;box-shadow: 0px 4px 30px rgba(111, 145, 238, 0.4); -webkit-border-radius: 45px; -moz-border-radius: 45px; border-radius: 45px; z-index:12;}
.scroll__up-button.show {display:block;}
.scroll__up-button:hover {}
.footer-section {vertical-align:bottom; position:relative;}
	.pre__footer-sidebar {max-width:1200px; margin-left:auto; margin-right:auto; position:relative; z-index:12;  background: #F4C967; border-radius: 20px; margin-bottom:-150px;}
		.free__access-alerbox {display:flex; padding:40px 75px; overflow:hidden;}
			.faa__image-column {width:25%; visibility:hidden;}
			.aos-animate .faa__image-column {visibility: inherit; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
			.faa__image-column img {width:100%;}
			.faa__description-column {width:75%;}
				.faa__details-table {display:flex; flex-flow:column; padding-left:70px;}
					.faa__table-title {font-size:24px; color:#1A2751; font-weight:500; margin-bottom:25px; max-width:80%; line-height:1.3; visibility:hidden;}
					.aos-animate .faa__table-title {visibility: inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
					.faa__table-description {margin-bottom:30px; visibility:hidden;}
					.aos-animate .faa__table-description {visibility: inherit; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
					.faa__table-description p {font-size:18px; line-height:1.3; font-weight:400; color:#1A2751;}
					.faa__table-bottom {visibility:hidden;}
					.aos-animate .faa__table-bottom {visibility: inherit; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
						.faa__try4free-btn {color:#fff; display:inline-flex; font-weight:400; font-size:16px; padding:0 25px; background: #1A2751; box-shadow: 0px 25px 50px -12px rgba(26, 39, 81, 0.25);border-radius: 10px; line-height:54px; border:0; transition: all 300ms ease-in-out 0s; }
						.faa__try4free-btn:focus {outline:none;}
						.faa__try4free-btn:hover {cursor:pointer; box-shadow: 0px 25px 50px -12px rgba(26, 39, 81, 0.5);}
	.footer__cover-box {background: #1A2751;-webkit-border-radius: 0px;-webkit-border-top-right-radius: 20px;-moz-border-radius: 0px;-moz-border-radius-topright: 20px;border-radius: 0px;border-top-right-radius: 20px; padding:200px 0 20px 0;}
		.footer__article-section {max-width:1200px; margin-left:auto; margin-right:auto;}
			.footer__main-table-content {display:flex; padding:30px 0;}
				.footer__left-container {width:30%;}
					.footer__information-table {display:flex; flex-flow:column;}
						.footer__logotype {margin-bottom:20px;}
						.footer__logotype a {display:flex; text-decoration:none;}
						.footer__logotype a img {}
						.footer__short-infosite {color:#fff; font-size:16px; font-weight:400;}
						.footer__short-infosite p {line-height:1.4;}
						.footer__social-list {display:flex; margin-top:12px;}
						.footer__social-list li {margin-right:8px;}
						.footer__social-list li:last-child {margin-right:0;}
						.footer__social-list li  a{display:block; width:30px; height:30px; background: #FFFFFF;border: 1px solid #F4F4F4; position:relative; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
						.footer__social-list li  a i{position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%;}
						.footer__social-list li  a i.telegram_icon {background:url('../images/telegram_icon.svg') center/17px no-repeat;}
						.footer__social-list li  a i.twitter_icon {background:url('../images/twitter_icon.svg') center/16px no-repeat;}
						.footer__social-list li  a i.youtube_icon {background:url('../images/youtube_icon.svg') center/17px no-repeat;}
				.footer__right-container {width:70%;}
					.footer__main-navigation-list {display:flex; margin-left:25px;}
						.footer__navigation-column {width:35%;}
						.footer__navigation-column.empty {display:none;}
						.footer__navigation-column:last-child {width:30%;}
							.footer__nav-body {display:flex; flex-flow:column;}
								.footer__nav-title {color:#fff; font-weight:500; font-size:18px; margin-bottom:20px;}
								.footer__nav-list {}							
								.footer__nav-list li {margin-bottom:12px;}
								.footer__nav-list li a {color:#fff; font-weight:400; font-size:16px; display:flex;}
								.footer__nav-list li.select a,
								.footer__nav-list li a:hover {color:#6F91EE;}
								.footer__nav-list li a i {width:17px; height:17px; background:red; min-width:17px; margin-right:5px; display:inline-block;}
								.footer__nav-list li a i.telegram_icon {background:url('../images/telegram_white_icon.svg') center/15px no-repeat;}
								.footer__nav-list li a:hover i.telegram_icon {background:url('../images/telegram_icon.svg') center/15px no-repeat;}
								.footer__nav-list li a i.mail_icon {background:url('../images/sms_icon.svg') center/18px no-repeat;}
								.footer__nav-list li a:hover i.mail_icon {background:url('../images/sms_icon-blue.svg') center/18px no-repeat;}
				.footer__copyright-section {}
				.footer__copyright-section p {margin-bottom:12px; color:#fff; font-size:14px; font-weight:400; line-height:1.4;}
/** Footer End**/
/**Demo page **/
.article__demo-section {margin-bottom:30px;}
	.demo__information-table {display:flex;}
		.demo__short-info {width:35%;}
		.demo__short-info h2,
		.demo__short-info h1 {color: #545454; font-weight: 500; font-size: 24px; line-height: 1.2; margin-bottom: 20px;}
		.demo__short-info h2 {font-size:22px;}
		.demo__short-info p {color: #545454; font-size: 16px; line-height: 1.3;}
		.demo__details-info {margin-top:40px;}
		.demo__details-info p {font-size:18px; display:flex; margin-bottom:14px; font-weight:600;}
		.demo__details-info p a {display:flex;     align-items: center; color:#6F91EE; margin-left:10px;}
		.demo__details-info p a:after {content:''; display: inline-block; width: 14px; height: 14px; margin-left: 10px; background: url(../images/export_icon.svg) center/contain no-repeat;}
		.demo__details-info p strong {font-weight:400;}
		.demo__short-screen {width:65%;}
			.demo__item-screen {}
			.demo__item-screen img {max-width:100%;}
/**Demo page end**/
/**Rates page**/
.rates__alert-row {margin-bottom:40px;}
.alert__info-block {position:relative; background: #F8D7DA; border-radius: 10px; padding:24px 50px 24px 24px; display:none;}
.alert__info-block.visible {display:block; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;     -webkit-animation-name: fadeIn;animation-name: fadeIn;}
.alert__info-block p{font-size:18px; color:#721C24; line-height:1.4;}
.close__alert {width:20px; height:20px; cursor:pointer; position:absolute; right:15px; top:26px; background:url('../images/close__dark.svg') center/13px no-repeat;}
/**Rates page end**/
/**Inner page**/
	.inner__article-page {padding-bottom:80px;}
	.inner__article-page h6,
	.inner__article-page h5,
	.inner__article-page h4,
	.inner__article-page h3,
	.inner__article-page h2,
	.inner__article-page h1 {color: #545454; font-weight: 500; font-size: 25px; margin-bottom: 30px;}
	.inner__article-page h3,
	.inner__article-page h2 {font-size:24px;}
	.inner__article-page p {font-weight:400; font-size:16px; line-height:1.4; margin-bottom:25px;}
	.inner__article-page p a,
	.inner__article-page p a:hover {color:#6F91EE;}
	.inner__article-page ul {margin-bottom:20px;}
	.inner__article-page ul li {position:relative; font-size:16px; margin-bottom:10px; padding-left:12px; line-height:1.4;}
	.inner__article-page ul li:before {content:''; display:inline-block; width:5px; height:5px; background:#545454; position:absolute; left:0; top:9px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	.inner__article-page ul li a {color:#6F91EE; text-decoration:underline;}
	.inner__article-page ul li a:hover {text-decoration:none;}
/**Inner page end**/
/**Contact page **/
.contacts__section {margin-bottom:60px;}
	.contact__cover-page {display:flex;}
		.contact__column-info {width:50%; visibility:hidden;}
		.aos-animate .contact__column-info {-webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; visibility:inherit;}
		.contact__column-form h2,
		.contact__column-info h1 {color: #545454; font-weight: 500; font-size: 24px; line-height: 1.2; margin-bottom: 20px;}
		.contact__column-info p {color: #545454; font-size: 16px; line-height: 1.3; max-width:75%;}
		.contact__column-info p a {color:#6F91EE; text-decoration:underline;}
		.contact__column-info p a:hover{text-decoration:none;}
		.contact__nav-list {margin-top:20px;}
		.contact__nav-list li {    margin-bottom: 12px;}
		.contact__nav-list li a {color: #545454; font-weight: 400; font-size: 16px; display: inline-flex;}
		.contact__nav-list li a:hover {color:#6F91EE;}
		.contact__nav-list li a i {width: 17px; height: 17px;  min-width: 17px; margin-right: 5px; display: inline-block;}
		.contact__nav-list li a i.telegram_icon {background:url('../images/telegram_dark_icon.svg') center/18px no-repeat;}
		.contact__nav-list li a:hover i.telegram_icon {background:url('../images/telegram_icon.svg') center/18px no-repeat;}
		.contact__nav-list li a i.mail_icon {background:url('../images/sms_dark_icon.svg') center/18px no-repeat;}
		.contact__nav-list li a:hover i.mail_icon {background:url('../images/sms_blue_icon.svg') center/18px no-repeat;}
		.contact__column-form {width:50%; visibility:hidden;}
		.aos-animate .contact__column-form {-webkit-animation-name: fadeInRight; animation-name: fadeInRight; visibility:inherit;}
		.contact__column-form h2 {}
		.contact__forw-two-column {display:flex;     justify-content: space-between;}
		.contact__form-table {}
		.contact__forw-two-column .contact__form-item-row {width:48%;}
			.contact__form-item-row {margin:12px 0;}
			.contact__form-item-row.contact__message {margin-top:20px;}
				.contact__item-row-label {font-weight:400; font-size:14px; color:#545454; margin-bottom:12px;}
				.contact__item-cover-input {}
				.contact__item-cover-input input {transition: all 300ms ease-in-out 0s; box-sizing: border-box; background: #FFFFFF; border: 1px solid #E0E0E0;border-radius: 8px; line-height:36px; padding:0 15px; width:100%;}
				.contact__item-cover-textarea textarea:focus,
				.contact__item-cover-input input:focus {outline:none; border:1px solid #6F91EE; placeholder:}
				.contact__item-cover-textarea textarea:focus::placeholder,
				.modal__auth-item-input input:focus::placeholder,
				.contact__item-cover-input input:focus::placeholder {color: transparent;}
				.contact__item-cover-textarea textarea {transition: all 300ms ease-in-out 0s; box-sizing: border-box; background: #FFFFFF; border: 1px solid #E0E0E0;border-radius: 8px; line-height:1.3; padding:10px 15px; width:100%;}
				.contact__form-bottom {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-end; margin-top:12px;}
				.contact__form-bottom button{background: #6F91EE; border-radius: 10px; display:inline-flex; font-weight:400; font-size:16px; color:#fff; cursor:pointer; padding:16px 25px; border:0; box-shadow: 0px 25px 50px -12px rgb(112 145 238 / 0%); transition: all 300ms ease-in-out 0s;}
				.contact__form-bottom button:hover {box-shadow: 0px 25px 50px -12px rgb(112 145 238 / 25%);}
				.contact__form-bottom button:focus{outline:none;}
				.google__capth {}
/**Contact page end**/
/**Modal **/
.overflow__modal-container {display:none; position:fixed; left:0; top:0; right:0; bottom:0; overflow:auto; background:rgba(0,0,0,.6); z-index:40; justify-content: center; align-items: center;}
.overflow__modal-container.visible {display:flex;}
	.modal__auth-container {}
		.modal__auth-body {position:relative; display:none; background: #FFFFFF;border-radius: 12px; padding:30px;}
		.modal__auth-body.visible {display:block;}
			.modal__auth-title {text-align:center; font-size:22px; font-weight:700; color:#545454; margin-bottom:30px;}
			.modal__auth-close {position:absolute; top:20px; right:20px; cursor:pointer; width:16px; height:16px; background:url('../images/closer__dark_icon.svg') center/12px no-repeat;}
			.modal__auth-form {}
				.modal__auth-item-row {margin-bottom:15px;}
				.modal__auth-item-row label {font-weight: 400; font-size: 14px; color: #545454; margin-bottom: 12px;}
				.modal__auth-item-input {margin:8px 0 0 0;}
				.modal__auth-item-input input {transition: all 300ms ease-in-out 0s; box-sizing: border-box; background: #FFFFFF; border: 1px solid #E0E0E0; border-radius: 8px; line-height: 36px; padding: 0 15px; width: 100%;}
				.modal__auth-item-input input:focus {outline:none; border:1px solid #6F91EE;}
				.modal__auth-remember {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; color:#545454; font-size:12px; font-weight:400;}
				.modal__auth-remember span,
				.modal__auth-remember a {text-decoration:none; color:#6F91EE; cursor:pointer;}
				.modal__auth-captcha {margin:15px 0;}
				.modal__auth-captcha img {max-width:100%;}
				.modal__auth-bottom {}
				.modal__auth-bottom button {line-height:37px; background: #F4C967;border-radius: 8px; color:#fff; display:block; border:0; text-align:center; width:100%;}
				.modal__auth-bottom button:focus  {outline:none;}
				.modal__auth-bottom button:hover  {cursor:pointer;}
				.modal__auth-status-account {font-size:12px; color:#545454; text-align:center; padding-top:15px;}
				.modal__auth-status-account span {color:#6F91EE; text-decoration:underline; margin-left:5px;}
				.modal__auth-status-account span:hover {text-decoration:none; cursor:pointer;}
				body.limitation {overflow:hidden;}
.modal__pop-up-window {box-shadow: 0px 25px 50px -12px rgba(153, 153, 153, 0.25); border-radius: 14px; position:relative; display:none; overflow:hidden;}				
.modal__pop-up-window img {max-width:100%;}
.modal__pop-up-window.visible {display:block;}			
.modal__pop-up-close {width:19px; height:19px; position:absolute; right:12px; top:12px; background: rgba(29, 29, 29, 0.5) url('../images/close_white_icon.svg') center/13px no-repeat; border-radius: 4px; z-index:10; cursor:pointer;}			
.modal__pop-up-window.image__zoom-modal {max-width:80%; margin-left:auto; margin-right:auto;}
/**Modal end**/
/**Cookie info**/
.cookie__alert-block {position:fixed;right:0px; left:0px; bottom:20px;  z-index:20; display:none;  width:100%;} 
.cookie__alert-block.visible {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeIn; animation-name: fadeIn; display: block; justify-content: center;}
	.cookie__info-table {padding:22px; display:flex;  box-shadow: 0px 20px 25px -5px rgba(153, 153, 153, 0.1), 0px 10px 10px -5px rgba(153, 153, 153, 0.04); align-items: center; background:#fff;    transition: all 300ms ease-in-out 0s; border-radius: 12px; max-width:1200px; box-sizing: border-box; position:relative; margin-left:auto; margin-right:auto;}
	.cookie__close {cursor:pointer; width:20px; height:20px; right:27px; top:2px; cursor:pointer; background:url('../images/closer__dark_icon.svg') center/9px no-repeat; position:absolute; }
		.cookie__info-text {}
		.cookie__info-text p {font-weight:400; font-size:16px; line-height:1.4;}
		.cookie__info-text p a {color:#6F91EE;}
		.cookie__info-text p a:hover {color:#1a2751;}
		.cookie__button {}
		.cookie__button button {border:0; line-height:44px; cursor:pointer; background: #6F91EE; border-radius: 10px; padding:0 12px; box-shadow: 0px 25px 50px -12px rgb(112 145 238 / 0%); color:#fff; font-weight:500; font-size:14px; white-space:nowrap;}  
		.cookie__button button:focus {outline:none;}
		.cookie__button button:hover {box-shadow: 0px 25px 50px -12px rgb(112 145 238 / 25%);}
/**Cookie info end**/

/*** Slick Slider Style ***/		
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;   -webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}				
.slick-dots {display:flex; justify-content: center; padding:30px 0 0 0;}
.slick-dots li {margin:0 3px;}
.slick-dots li button {border:0; display:block; width:6px; height:6px; overflow:hidden; text-indent:8px; white-space:nowrap; background: #6F91EE;
opacity: 0.5; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; transition: all 300ms ease-in-out 0s; cursor:pointer; padding:0;}
.slick-dots li.slick-active button:focus {outline:none;}
.slick-dots li.slick-active button {opacity:1; background:#6F91EE;}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {width:29px; height:13px; cursor:pointer; white-space:nowrap; text-indent:30px; border:0; background:url('../images/arrow_right_dark_icon.svg') center/contain no-repeat; display:block; overflow:hidden; min-width:30px; position:absolute; left:-50px; bottom:50px; transition: all 300ms ease-in-out 0s; }
.slick-prev.slick-arrow {opacity:.5;}
.slick-prev.slick-arrow:hover {opacity:1;}
.slick-prev.slick-arrow:focus,
.slick-next.slick-arrow:focus {outline:none;}
.slick-prev.slick-arrow {background:url('../images/arrow_left_dark_icon.svg') center/contain no-repeat;left:-90px;}
/*** Slick Slider Style  End***/	

/** Animation **/
.modal__auth-body.visible,
.overflow__modal-container.visible,
.header__section.fixed-header,
.language__section.checked .language__drop-list {-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; } }
.overflow__modal-container.visible,.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); } }
.modal__auth-body.visible,.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); } }

@-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
.bounceIn { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceIn; animation-name: bounceIn; }

@-webkit-keyframes minirotate { 0% { transform: rotateY(0deg)} 50% { transform: rotateY(-10deg)} 100% { transform: rotateY(0deg)}}
@keyframes minirotate { 0% { transform: rotateY(0deg)} 50% { transform: rotateY(-10deg)} 100% { transform: rotateY(0deg)}}

@-webkit-keyframes flip1 { 0% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, -0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);} 50% {-moz-transform: rotate(20deg) translate(10px, -20px); -webkit-transform: rotate(20deg) translate(10px, -20px); -o-transform: rotate(20deg) translate(10px, -20px); -ms-transform: rotate(20deg) translate(10px, -20px); transform: rotate(20deg) translate(10px, -20px);} 100% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, -0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);}}
@keyframes flip1 { 0% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, -0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);} 50% {-moz-transform: rotate(20deg) translate(10px, -20px); -webkit-transform: rotate(20deg) translate(10px, -20px); -o-transform: rotate(20deg) translate(10px, -20px); -ms-transform: rotate(20deg) translate(10px, -20px); transform: rotate(20deg) translate(10px, -20px);} 100% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, -0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);}}

@-webkit-keyframes flip2 { 0% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, 0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px); bottom:0;} 50% {-moz-transform: rotate(-60deg) translate(-10px, 30px); -webkit-transform: rotate(-60deg) translate(-10px, 30px); -o-transform: rotate(-60deg) translate(-10px, 30px); -ms-transform: rotate(-60deg) translate(-10px, 30px); transform: rotate(-60deg) translate(-10px, 30px); bottom:50px;} 100% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, 0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px); bottom:0px;}}
@keyframes flip2 { 0% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, 0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);} 50% {-moz-transform: rotate(-60deg) translate(-10px, 30px); -webkit-transform: rotate(-60deg) translate(-10px, 30px); -o-transform: rotate(-60deg) translate(-10px, 30px); -ms-transform: rotate(-60deg) translate(-10px, 30px); transform: rotate(-60deg) translate(-10px, 30px);} 100% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, 0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);}}
/** Animation End**/

@media screen and (max-height:720px) {  
.overflow__modal-container {    align-items: flex-start;}
.modal__auth-container {padding-top:80px;}
}
@media screen and (max-width:1220px) {  
.header__inner,.main__screen-section,.article__container,.footer__article-section {padding-left:10px; padding-right:10px;}
.main__screen-title-row:before {left:15px;}
.people__reviews-list,
.how__it-work-list {margin-left:0; margin-right:0;}
.main__screen-article {overflow:hidden;}
.main__screen-article:after {right:0;}
}
@media screen and (max-width:1090px) {  
.demo__information-table {flex-flow:column;}
.demo__short-info {width:100%; margin-bottom:30px;}
.demo__short-screen {width:100%;}
}
@media screen and (max-width:980px) {  
.language__section {margin-left:25px;}
}
@media screen and (max-width:960px) {  
.mobile__button {display:block; position:relative; z-index:34;}
.header__section.visible-nav:after {content:''; display:block; position:fixed; left:0; top:0; bottom:0; right:0; background: rgba(0,0,0,.6);z-index:33; height:100vh; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.header__section.visible-nav .mobile__button {background:url('../images/close_white_icon.svg') center/26px no-repeat;}
.header__section.visible-nav .header__navigation {position:absolute; right:24px; top:82px; z-index:34;    background: #FFFFFF; border: 1px solid #E0E0E0;border-radius: 6px; display:block; padding:40px 70px 20px 0px; webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.header__section.visible-nav .header__navigation:before {  content: '';
  position: absolute;
  top: -6px;
  right:4px;
  -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);
  background: #fff;
  width: 20px;
  height: 6px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);}
.header__section.visible-nav .header__navigation nav {flex-flow:column;}
.header__section.visible-nav .header__navigation nav a {line-height:32px; margin-bottom:10px; position:relative; padding-left:60px; margin-left:0;}
.header__section.visible-nav .header__navigation nav a:before {content:''; display:inline-block; position:absolute; left:0; top:0; bottom:0; width:3px; height:100%; background:#6F91EE; opacity:0;}
.header__section.visible-nav .header__navigation nav a.select:before {opacity:1;}
.about__bot-section,
.main__info-left_column,
.main__information-section,
.look__at-it-cover,
.main__screen-section {flex-flow:column;}
.main__screen-article {margin-bottom:30px;}
.main__screen-info {width:100%; text-align:center;}
.main__screen-schedule img{max-width:95%;}
.header__logotype {margin-right:0;}
.language__section {margin-left:auto; margin-right:0;}
.header__auth-section {margin-left:30px;}
.header__navigation {display:none;}
.look__at-slide-section,
.look__at-it-section {width:100%;}
.look__at-body {max-width:50%;}
.look__at-block {margin-bottom:30px;}
.look__at-screen-list {margin-left:0;}
.look__at-screen-list .slick-arrow {display:none; visibility:hidden; z-index:-10; width:0px; overflow:hidden;}
.main__info-left_column .main__info-table-picture {text-align:center;}
.main__info-left_column,
.main__info-right_column {width:100%;}
.main__info-right_column .main__info-table-picture {min-width:190px;}
.main__info-right_column .main__info-table-box:first-child {margin-top:40px; margin-bottom:0px;}
.main__info-right_column .main__info-table-box {padding-left:0;}
.main__information-section {margin:60px 0;}
.how__it-work-list {flex-wrap:wrap;}
.hiw-item {width:50%;}
.hiw-item-details p {min-height:70px;}
.about__bot-details {width:100%; flex-flow: unset;}
.about__bot-slide-section {width:100%; }
.about__bot-column,
.about__bot-table-info {width:50%;}
.about__bot-slide-list .slick-prev.slick-arrow {left:0px; top:-40px; }
 .about__bot-slide-list .slick-next.slick-arrow {left:50px; top:-40px;}
 .about__bot-details {z-index:11;}
 .about__bot-slide-section {position:relative; z-index:12;}
 .which__ex-column:first-child {margin-right:0;}
 .which__exchanges-table .which__ex-column {width:50%;}
 .how__much-items-list {padding-bottom:10px; overflow:auto;}
 .how__much-section:after {content:'*₮ — Tether USD (USDT)'; margin:20px 0; display:block;}
 .how__much-items-list::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;}
 .how__much-items-list::-webkit-scrollbar{width: 6px;background-color: #F5F5F5; height:4px;}
 .how__much-items-list::-webkit-scrollbar-thumb{background-color: #6F91EE;}
 .how__much-item {min-width:280px;}
 .hm-clarification-section {display:none;}
 .how__much-section {margin-bottom:40px;}
 .we__share-success-section {flex-flow:column;}
 .wss__security-info,
 .wss__security-block {width:100%;}
 .wss__security-block {text-align:center; margin-bottom:30px;     justify-content: center;}
 .faa__table-title {font-size:20px; line-height:1.4; margin-bottom:12px;}
 .faa__table-description p{font-size:16px;}
 .faa__image-column {width:30%;}
 .faa__description-column {width:60%;}
 .footer__left-container {width:50%;}
 .footer__right-container {width:100%;}
 .footer__main-navigation-list {flex-wrap:wrap; margin-left:0;}
 .footer__navigation-column {width:40%; margin-bottom:30px;}
 .footer__navigation-column:nth-child(3),
 .footer__navigation-column:last-child {margin-bottom:0;}
 .footer__navigation-column:nth-child(3),
 .footer__navigation-column.empty {width:60%; display:block;}
 .footer__left-container {display:none;}
 .footer__short-infosite {max-width:80%;}
 .footer__cover-box {padding-top:150px;}
 .header__auth-button.auth_come-in {margin-right:0;}
}
@media screen and (max-width:760px) {  
.contact__cover-page {flex-flow:column;}
.contact__column-info p {max-width:100%;}
.contact__column-info {width:100%; margin-bottom:30px;}
.contact__column-form {width:100%;}
}
@media screen and (max-width:680px) {  
.free__access-alerbox,
.how__much-items-list,
.which__exchanges-table,
.about__bot-details {flex-flow:column;}
.how__much-items-list {overflow:hidden; flex-wrap:nowrap;}
.how__much-item {min-width:auto; width:100%; margin-bottom:15px; }
.faa__description-column,
.which__exchanges-table .which__ex-column,
.about__bot-column, .about__bot-table-info {width:100%;}
.hm-item__body {padding-top:0;}
.how__much-item.popular__price .hm-item__body {padding-top:40px; padding-left:25px; padding-right:25px;}
.how__much-item.popular__price .hm-item__body .hm-item__header {margin-bottom:20px;}
.hm-item__body {padding-left:0; padding-right:0;}
.which__ex-column:first-child .which__ex-list {max-width:100%; margin-bottom:20px;}
.we__share-success-section {padding:30px;}
.free__access-alerbox {padding:20px;}
.faa__image-column {width:100%; text-align:center; margin-bottom:25px;}
.faa__image-column img {max-width:280px;}
.faa__details-table {padding-left:0;}
.hm-item__header {margin-bottom:0;}
}
@media screen and (max-width:640px) {
.hiw-item-details p {min-height: 112px;}
}
@media screen and (max-width:560px) {	
.cookie__close {right:7px; top:5px;}
	.cookie__info-table{flex-flow:column;     align-items: flex-start;}
	.cookie__button {margin-top:12px;}
	.cookie__info-text p {font-size:14px;}
	body {padding-top:80px;}
	.look__at-body {width:100%; max-width:100%;}
	.main__screen-title-row h1 {font-size:28px; line-height:1.3;}
	.main__info-right_column .main__info-table-box,
	.look__it-overflow {flex-flow:column;}
	.main__info-table-picture {text-align:center; margin-bottom:15px;}
	.look__at-screen-list li .look__it-body:first-child {margin-bottom:12px;}
	.look__at-screen-list li .look__it-body {width:100%}
	.main__screen-article:after, .main__screen-title-row:after, .main__screen-title-row:before {display:none;}
	.main__screen-title-row {padding-top:20px;}
	.hiw-item,
	.footer__navigation-column:last-child,
	.footer__navigation-column,
	.footer__navigation-column:nth-child(3), .footer__navigation-column.empty {width:100%;}
	.footer__navigation-column:nth-child(3) {margin-bottom:30px;}
	.hiw-item-details p {min-height:60px; line-height:1.5;}
	.hiw-item:nth-child(1) .hiw-ite-bottom:after,
	.hiw-item:nth-child(2) .hiw-ite-bottom:after,
	.hiw-item:nth-child(3) .hiw-ite-bottom:after,
	.hiw-item:first-child .hiw-ite-bottom:after {-moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);}
	.about__bot-text {margin-bottom:20px;}
	.about__bot-slide-list .slick-next.slick-arrow,
	.about__bot-slide-list .slick-prev.slick-arrow { top:-25px; z-index:11;}
	.about__bot-slide-section {padding-top:40px;}
	.mobile__button {margin-left:auto;}	
	.header__auth-section {margin-left:0; padding-left:40px;}
	.language__section {margin-left:20px;}
	.header__auth-button.auth_signup {margin-right:0;}
	.header__inner {flex-wrap:wrap; position:relative;}
	.header__section {padding-top:10px; padding-bottom:10px;}
	.wss__info-title {font-size:18px; line-height:1.3;}
	.alert__info-block p,
	.wss__info-description p {font-size:15px;}
	.still-in__doubt-section .title__section, .faq-section .title__section, .we__share-success-section .title__section, .how__much-section .title__section, .people__say-section .title__section, .which__exchanges-section .title__section, .how__it-work-section .title__section {font-size:22px; line-height:1.4;}
	.how__it-work-section .title__section {margin-bottom:15px;}
	.questions__row {font-size:15px;}
	.footer__short-infosite p,
	 .header__auth-button {font-size:14px;}
 .faa__table-title {font-size:17px; line-height:1.2;}
 .footer__short-infosite {max-width:100%;}
 .header__section.visible-nav .header__navigation {top:60px; padding-right:20px;}
 .inner__article-page h6, .inner__article-page h5, .inner__article-page h4, .inner__article-page h3, .inner__article-page h2, .inner__article-page h1 {font-size:20px; margin-bottom:15px; line-height:1.5;}
.main__info-right_column .main__info-table-picture img {min-width:80%;}
.main__info-right_column .main__info-table-box:first-child .main__info-table-picture img {margin-left:-20px;}
.main__info-right_column .main__info-table-box:last-child .main__info-table-picture img {margin-top:20px;}
.main__screen-scoreboard {margin-left:0; left:auto; right:15%;}
}
@media screen and (max-width:460px) {
	.main__screen-buttons .free__access-btn {margin-right:5px;}
	.main__screen-description {padding-bottom:15px; padding-top:15px;}
	.demo__details-info p,
	.demo__short-info h2,
	.main__screen-description p {font-size:15px;}
	.demo__details-info p:first-child {flex-flow:column;}
	.demo__details-info p a {margin-left:0; margin-top:10px;}
	.main__screen-buttons a, .main__screen-buttons button {padding:0 10px;}
	.footer__copyright-section p {font-size:12px;}
}
@media screen and (max-width:420px) {
	.contact__form-bottom {    align-items: flex-start;}
	.contact__form-bottom button {margin-top:20px; text-align:center; width:100%; padding-left:0; padding-right:0; display: flex; justify-content: center;}
	.contact__form-bottom,
	.contact__forw-two-column {flex-flow:column;}
	.contact__forw-two-column .contact__form-item-row {width:100%;}
.main__screen-scoreboard {padding:10px;}
.scoreboard-item-box:last-child {margin-left:10px;}
.scoreboard-item-box:first-child {margin-right:10px;}
.scoreboard-item-label {margin-bottom:5px;}
.scoreboard-item-data {font-size:20px;}
}
@media screen and (max-width:360px) {
	.modal__auth-body {max-width:96%; margin-left:2%;}
	.main__screen-buttons a, .main__screen-buttons button {font-size:14px;}
}