.section_trhee_cards {
	display: flex;
	gap:32px;
	margin-top: -98px;
	position: relative;
	z-index: 2;
}

body img {
	height: auto!important;
}
.section_trhee_card {
	background: #fff;
	padding: 48px;
	box-sizing: border-box;
	border-radius: 32px;
	width: calc((100% - 64px) / 2);
}
.section_trhee_card_content {
	display: flex; flex-direction: column; justify-content: space-between;
}
.section_trhee_card_title_wrp {
	display: flex;
	gap:8px;
	align-items: center;
}
.section_trhee_card_title_img {
	width: 32px;
}
.section_trhee_card_title {
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #1F2021;


}
.section_trhee_card_desc {
	margin-top: 16px;
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: #1F2021;


}
.section_trhee_card_price {
	margin-top: 24px;
	display: flex;
	gap:12px;
	align-items: center;
}
.section_trhee_card_price_numeric {

font-weight: 400;
font-size: 24px;
line-height: 24px;

color: #F8710A;

}
.section_trhee_card_price_text {

font-weight: 700;
font-size: 14px;
line-height: 20px;

color: #000000;

}
.section_trhee{
	margin-top: -80px;
	position: relative;
	z-index: 2;
background: #F2F5F8;
box-sizing: border-box;
padding-top: 1px;
padding-bottom: 1px;
border-radius: 80px 80px 0px 0px;
}

.section_trhee .steps-ram{
	background: transparent;
}

.steps_ram_title{
margin: 0;
padding: 0;
font-weight: 700;
font-size: 48px;
line-height: 56px;

text-align: center;

color: #1F2021;

}

.steps-ram_wrapper{
	margin-top: 128px;
}


.steps-ram_wrapper .steps-ram{
	padding: 40px 0px;
}

.steps-ram_wrapper .step-item{
	width: 345px;
}

.section_trhee_calc_wrp {
	
	margin-top: 128px;
	margin-bottom: 128px;
}
.section_trhee_calc {
}
.section_trhee_calc_left {
	background: #fff;
	border-radius: 48px;
	padding: 56px 64px;
}
.section_trhee_calc_title {

font-weight: 700;
font-size: 40px;
line-height: 48px;

color: #1C1820;


}


.section_trhee_about {
	margin-top: 128px;
}
.steps_ram_title {
}
.section_trhee_about_cards {
	margin-top: 40px;
	display: flex;
	gap:32px;
}
.section_trhee_about_card {
	width: calc((100% - 96px) / 3);
	background: #fff;
	border-radius: 32px;
	padding: 32px 24px;
}
.section_trhee_about_title {

font-weight: 400;
font-size: 12px;
line-height: 20px;

text-align: center;
text-transform: uppercase;

color: #1F2021;
}
.section_trhee_about_icon {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 48px;
}
.section_trhee_about_value {
font-weight: 600;
font-size: 24px;
line-height: 32px;

text-align: center;

color: #1F2021;
margin-top: 24px;
}
.section_trhee_about_update {
font-weight: 400;
font-size: 12px;
line-height: 18px;

text-align: center;
margin-top: 50px;
color: #B5BBC5;
}



.section_trhee_about_card.section_trhee_about_card_dop{
	background: #FFF3EB;
}


.section_trhee_about_card_dop_val {
	margin-top: 35px;
font-weight: 700;
font-size: 40px;
line-height: 32px;

text-align: center;

color: #F8710A;
}
.section_trhee_about_card_dop_hash {
font-weight: 600;
font-size: 18px;
line-height: 32px;
margin-top: 8px;
text-align: center;

color: #1F2021;
}
.section_trhee_about_card_dop_date {
	text-align: center;
font-weight: 700;
font-size: 16px;
line-height: 28px;
margin-top: 20px;
letter-spacing: 0.03em;

color: #1F2021;

}

.section_trhee_about_card_dop_date span{
	color: #F7770A;
}

.section_trhee_about_pools_wrapper {
	margin-top: 32px;
}
.section_trhee_about_pools {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #E9EEF3;
	border-radius: 32px;
	padding: 56px 48px;
	margin-bottom: 40px;
}
.section_trhee_about_pools_col1 {
}
.section_trhee_about_pools_title {
font-weight: 600;
font-size: 24px;
line-height: 40px;

color: #1F2021;

}
.section_trhee_about_pools_subtitle {
	margin-top: 4px;
font-weight: 600;
font-size: 18px;
line-height: 32px;


color: #1F2021;

}
.section_trhee_about_pools_subtitle span{
	color: #F8710A;
}
.section_trhee_about_pools_col2{
justify-content: space-between;
display: flex;
gap:24px;
}
.section_trhee_about_pools_col2 a{
	display: flex;
	width: 160px;
	height: 68px;
	align-items: center;
	justify-content: center;
}
.section_trhee_about_pools_col2 a img{
	max-width: 100%;
	width: auto;
	max-height: 100%;
	filter: grayscale(1);
	transition: .2s;
	display: flex;
}
.section_trhee_about_pools_col2 a.active img{
	transition: .2s;
	filter: grayscale(0);
	cursor: pointer;
}
.section_trhee_about_pools_col3 {
}
.section_trhee_about_pool_btn {
	background: #F8710A;
	border-radius: 8px;
font-weight: 700;
font-size: 16px;
line-height: 22px;
padding: 10px 24px;
text-align: center;

color: #FFFFFF;
transition: 0.3s;
}

.section_trhee_about_pool_btn:hover{cursor: pointer;
	transition: 0.3s;
	background: #FA4E0D;
	cursor: pointer;
}

.section_buy_wallet_tab_item{
	display: none;
}

.active{
	display: block;
}

.section_buy_wrp {
	display: flex;
	justify-content: space-between;
	gap:32px;
}
.section_buy_left {
	width: calc(50% - 16px);
	border-radius: 32px;
	background: #fff;
	padding: 48px;
	box-sizing: border-box;
}
.section_buy_title {
font-weight: 700;
font-size: 32px;
line-height: 40px;

text-align: center;

color: #1F2021;
}
.section_buy_wallets {
	margin-top: 24px;
}
.section_buy_wallet_tabs {
	display: flex;
	justify-content: space-between;
	gap:16px;
}
.tabs1102 {
}
.section_buy_wallet_tab {
	width: calc((100% - 16px) / 2);
	border:1px solid #DEE3E9;
	border-radius: 8px;
	padding: 12px 28px;

box-sizing: border-box;
font-weight: 400;
font-size: 16px;
line-height: 24px;

text-align: center;

color: #1C1820;
transition: 0.3s;
}
.tab1102 {
}
.section_buy_wallet_tab:hover {
	transition: 0.3s;
	background: #FFF3EB;
	border: 1px solid #FFF3EB;
}
.section_buy_wallet_tab_content {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap:12px;
}
.tab_content1102 {
}
.section_buy_wallet_tab_item {
	
}
.section_buy_wallet_tab_item_card_wrapper{
	background: #F2F5F8;
	padding: 17px 12px;
	display: flex;
	align-items: center;
	border-radius: 8px;

}
.section_buy_wallet_tab_item_cards_btc .section_buy_wallet_tab_item_card_wrapper{
	justify-content: space-between;
}
.section_buy_wallet_tab_item_card_inner{
	display: flex;
	align-items: center;
}
.section_buy_wallet_tab_item_cards_wrapper{
	display: flex;
	flex-direction: column;
	gap:12px;
}

.tab_item1102 {
}
.section_buy_wallet_tab_item_cards {
}
.section_buy_wallet_tab_item_card {
}
.section_buy_wallet_tab_item_icon {
	margin-right: 10px;
	width: 40px;
}
.section_buy_wallet_tab_item_card_name {

font-weight: 700;
font-size: 16px;
line-height: 24px;

text-align: center;

color: #1C1820;
}
.section_buy_wallet_tab_item_card_name:hover{
	cursor: pointer;
}
.section_buy_left_video {
	justify-content: center;
	margin-top: 24px;
	display: flex;
	align-items: center;
	gap:12px;
font-weight: 600;
font-size: 18px;
line-height: 32px;


color: #F8710A;

}
.section_buy_left_video img{
	width: 40px;
}
.section_buy_left_video:hover{
	cursor: pointer;
}
.section_buy_right_img {
	width: calc(50% - 16px);
}

.section_buy_wallet_tab_item_card_button{
	margin-left: 8px;
}
.section_buy_wallet_tab_item_card_buttons img{
	width: 30px;
}
.section_buy_wallet_tab_item_card_title{

font-weight: 400;
font-size: 12px;
line-height: 18px;

align-items: center;

color: #1C1820;


}

.section_buy_wallet_tab_item_card_subtitle{

font-weight: 700;
font-size: 14px;
line-height: 24px;


color: #1C1820;

}


.section_buy_wallet_tab.active{
	border:2px solid #F8710A;
	background: #FFF3EB;
	
font-weight: 700;
font-size: 16px;
line-height: 24px;

text-align: center;

color: #1C1820;


}

.section_buy_wallet_tab:hover{
	cursor: pointer;
}

.section_liquid {
	display: flex;
	justify-content: space-between;
	gap:32px;
	margin-top: 40px;
	margin-bottom: 117px;
	padding-bottom: 1px;
}
.section_liquid_img {
	width: calc(50% - 16px);
	border-radius: 32px;
	padding-bottom: 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.section_liquid_img_title {

font-weight: 600;
font-size: 32px;
line-height: 40px;

text-align: center;

color: #FFFFFF;

}
.section_liquid_img_subtitle {
	margin-top: 24px;
font-weight: 500;
font-size: 16px;
line-height: 24px;

text-align: center;

color: #F8710A;


}
.section_liquid_img_pluse {
	position: absolute;
	right: 24px;
	bottom: 30px;
	width: 24px;
}
.section_liquid_img_pluse:hover{
	cursor: pointer;
}
.section_liquid_content {
	width: calc(50% - 16px);
	padding: 94px 64px;
	background: #FFF3EB;
	border-radius: 32px;

}
.section_liquid_title {

font-weight: 700;
font-size: 48px;
line-height: 56px;

color: #1F2021;

}
.section_liquid_desc {
margin-top: 24px;
font-weight: 500;
font-size: 16px;
line-height: 24px;


color: #1F2021;


}

.section_liquid_content_pluse img{
	width: 24px;
}
.section_liquid_content_pluse{
margin-top: 32px;
font-weight: 600;
font-size: 18px;
line-height: 32px;
: center;

color: #F8710A;
display: flex;
align-items: center;
gap:12px;
}

.section_liquid_content_pluse:hover{
	cursor: pointer;
}




.section_miningbtc {
	padding: 136px 92px;
}
.section_miningbtc_title {

font-weight: 700;
font-size: 48px;
line-height: 57px;
text-align: left;
color: #FFFFFF;
}
.section_miningbtc_subtitle {
margin-top: 30px;
font-weight: 400;
font-size: 20px;
line-height: 26px;
text-align: left;
color: #FFFFFF;
max-width:465px;
}
.section_miningbtc_btn {
	display: block;
	width: fit-content;
	margin-top: 40px;
	box-sizing: border-box;
	padding: 14px 32px;
	background: #F8710A;
	box-shadow: 0px 4px 10px rgba(216, 93, 0, 0.3);
	border-radius: 12px;
	transition: 0.3s;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}



.section_miningbtc_btn:hover{
	cursor: pointer;
	transition: 0.3s;
	background: #FA4E0D;
}

.section_key_wrapper {
	margin-top: 117px;
	margin-bottom: 128px;
}
.section_key_title {

font-weight: 700;
font-size: 32px;
line-height: 40px;


color: #1F2021;
}
.section_key_slider_wrapper {
	margin-top: 46px;
}
.section_key_slider {
	margin-left: -16px;
	margin-right: -16px;

}
.section_key_slide_wrapper {
	float: none!important;
	height: auto!important;
}
.section_key_slider_wrapper .slick-track{
	display: flex!important;
}
.section_key_slide {
	background: #1D1C20;
	width: calc(100% - 32px);
	margin-left: 16px;
	margin-right: 16px;
	border-radius: 24px;
	padding: 32px 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	

}
.section_key_icon {
	width: 60px;
}
.section_key_slide_title{
font-weight: 600;
font-size: 18px;
line-height: 26px;
/* or 144% */
margin-top: 52px;
color: #1F2021;

}
.section_key_desc {
	margin-top: 12px;

font-weight: 400;
font-size: 14px;
line-height: 20px;

color: #1F2021;


}


.section_key_slider_wrapper .slick-prev{
	width: 52px;
	height: 52px;
	left: auto;
	right: 78px;
	top: -92px;
	transform: none!important;
}
.section_key_slider_wrapper .slick-next{
	width: 52px;
	height: 52px;
	left: auto;
	right: 16px;
	top: -92px;
	transform: none!important;
}

.section_news_wrapper {
	margin-top: 128px;
	margin-bottom: 128px;
}
.section_news_title {

font-weight: 700;
font-size: 48px;
line-height: 56px;

color: #1F2021;

}
.section_news_slider_wrapper {
	margin-top: 40px;
	margin-left: -16px;
	margin-right: -16px;
}
.section_news_slider {
}
.section_news_slide_wrapper {
	width: 419px;
	margin-left: 16px;
	margin-right: 16px;
}
.section_news_slide {
	border-radius: 24px;
	height: 540px;
	padding: 32px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
}
.section_news_slide_title {

font-weight: 600;
font-size: 20px;
line-height: 30px;
/* identical to box height, or 150% */

color: #FFFFFF;

}
.section_news_slide_desc {

font-weight: 400;
font-size: 14px;
line-height: 20px;
/* or 143% */

color: #FFFFFF;
margin-top: 12px;
}
.section_news_slide_date {

font-weight: 400;
font-size: 12px;
line-height: 20px;
/* identical to box height, or 167% */

color: #F8710A;
margin-top: 32px;

}

.section_news_slider_wrapper .slick-prev{
	width: 52px;
	height: 52px;
	left: auto;
	right: 78px;
	top: -92px;
	transform: none!important;
}
.section_news_slider_wrapper .slick-next{
	width: 52px;
	height: 52px;
	left: auto;
	right: 16px;
	top: -92px;
	transform: none!important;
}

.section_trhee_calc_wrp {
}
.section_trhee_calc {
	display: flex;
	justify-content: space-between;
	gap:0;
}
.section_trhee_calc_left {

}
.section_trhee_calc {
	background: #201728 ; border-radius: 48px; 
}
.section_trhee_calc_content {
	display: flex;
	justify-content: space-between;
	gap:24px;
	margin-top: 24px;
}
.section_trhee_calc_content_left {
	width: 472px;	
}
.section_trhee_calc_content_input {
	margin-top: 12px;
	position: relative;/* Frame 10498 */

display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 16px 24px;
gap: 10px;

background: #F2F5F8;
border-radius: 8px;


}
.section_trhee_calc_content_input_title {/* Staked Amount (DEMI) */

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: #1C1820;



}
.nutshell-window-left {
	
}
.nutshell-window-left p {
margin: 0!important;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;

color: #000000;


}
.nutshell-window-left h3 {
	
font-style: normal;
font-weight: 700;
font-size: 20px;
	margin: 0!important; 
line-height: 24px;

color: #1C1820;

}
.section_trhee_calc_content_input_usd {
}
.section_trhee_calc_content_input_qunity {
}
.section_trhee_calc_content_sheckboxs {
}
.section_trhee_calc_content_radio {
}
.section_trhee_calc_content_right {
	width: 327px;	
}
.section_trhee_calc_content_right_title {
}
.section_trhee_calc_rightradio_wrp {
	margin-bottom: 24px; 
}
.section_trhee_calc_radio {
}
.section_trhee_calc_right {
}
.section_trhee_calc_right_card {/* Frame 10499 */


background: #FFF3EB;
border-radius: 12px;
margin-bottom: 24px;	
padding: 45px;	
	
	display: flex; justify-content: space-between; 
	align-items: center; 
	padding: 20px 24px; margin-top: 32px; 

}
.section_trhee_calc_right_title {/* ESTIMATED ROI */

font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;

text-align: center;

color: #1C1820;

}
.section_trhee_calc_right_sum {/* Frame 10503 */

font-style: normal;
font-weight: 700;
font-size:24px;
line-height: 32px;

text-align: right;

color: #F8710A;

}
.section_trhee_calc_right_percent {/* 28.80% */

font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 26px;
text-align: right;

color: #1C1820;


}
.section_trhee_calc_right_btn {    width: fit-content;
  
   
    box-sizing: border-box;
    padding: 24px 64px;
    background: #F8710A;
    box-shadow: 0px 4px 10px rgba(216, 93, 0, 0.3);
    border-radius: 12px;
    transition: 0.3s;
    font-weight: 700;
    width: 100%;	
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.section_trhee_calc_right_btn:hover {transition: 0.3s;
	background: #FA4E0D;
	cursor: pointer;

}
a.section_trhee_calc_right_btn {
display: flex;  width: 100%	;
	justify-content: center;
}
.section_trhee_calc_content_radio input{
	position: absolute;
  z-index: -1;
  cursor: pointer;
  opacity: 0;
  color: #000;
}
.section_trhee_calc_content_radio span{
	
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;
/* identical to box height, or 167% */
display: flex;
align-items: center;
text-align: center;

color: #1C1820;

box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 12px;
gap: 6px;

border: 1px solid #DEE3E9;
border-radius: 8px;


}
.section_trhee_calc_content_radio input:checked+span{
	
font-weight: 700;/* Frame 10500 */

box-sizing: border-box;


background: #FFF3EB;
border: 2px solid #F8710A;


}
.section_trhee_calc_content_sheckboxs {
	display: flex;
	justify-content: space-between;
}


.section_trhee_calc_radio input{
	position: absolute;
  z-index: -1;
  opacity: 0;
  color: #000;
}

.section_trhee_calc_radio span{
cursor: pointer;

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: #1C1820;
/* Frame 10499 */

box-sizing: border-box;

padding: 16px 20px;

border: 1px solid #DEE3E9;
border-radius: 8px;
justify-content: center; align-items: center;

}
.section_trhee_calc_radio input:checked+span{

font-weight: 700;
/* Frame 10500 */

box-sizing: border-box;

background: #FFF3EB;
border: 2px solid #F8710A;

}




.verifity-window-wrp , .nutshell-window-wrp, .green-window-wrp{
position: fixed;
top: -200vh;	
left: 0;	width: 100%;
height: 100vh;	
z-index: 994;
opacity: 0;
transition: opacity 0.3s;
}
.verifity-window-wrp-open, .nutshell-window-wrp-open , .green-window-wrp-open{
top: 0;	opacity: 1;
transition: opacity 0.3s;
}

.verifity-window-overlay {
	position: absolute;	
	top: 0;	
	left: 0;	width: 100%;	height: 100%;	
	background: #1C1820;
	opacity: 0.8;
}
.verifity-window-window {
	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%, -50%);/* Frame 10558 */

background: #FFFFFF;
border-radius: 32px 32px ;
padding: 40px 48px 48px 48px;
width: 644px;	box-sizing: border-box;

}
.nutshell-window-window {
	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%, -50%);/* Frame 10558 */

background: #FFFFFF;
border-radius: 32px 32px ;
padding: 40px 48px 48px 48px;
width: 1424px;	box-sizing: border-box;

}
.green-window-window {
		position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%, -50%);/* Frame 10558 */

border-radius: 32px 32px ;
padding: 80px;
width: 1200px;	box-sizing: border-box;
}
.verifity-window-close {
	position: absolute;	
	cursor: pointer;
	top: 16px;	right: 16px;	
}
.verifity-window-title {
	margin-bottom: 24px;	

font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 32px;


color: #1F2021;


}
.verifity-window-lines {
	display: flex;	
	flex-direction: column;
	gap: 12px;
}
.verifity-window-line1 {
	display: flex;	
	justify-content: space-between;
	padding: 10px 20px;
	width: 100%;	box-sizing: border-box;
	align-items: center;/* Frame 10560 */

gap: 4px;


font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 20px;

color: #1C1820;
background: #E6EBF4;

border-radius: 8px;


}
.line1-col1, .line2-col1{
width: 180px;	
}
.line1-col2, .line2-col2{
width: 130px;	
}
.line1-col3, .line2-col3{
width: 120px;	
text-align: right;
}
.verifity-window-line2 {
	display: flex;
	justify-content: space-between;
	padding: 16px 20px ;
	background: #FFF3EB;
	align-items: center;
	border-radius: 8px;
}
.line2-col1 {
display: flex;
align-items: flex-start;gap: 4px;

font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #1C1820;

}
.line2-col2 {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;

color: #1C1820;

}
.line2-col3 {

font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;

color: #1C1820;

}
.verifity-window-line3 {
display: flex;
justify-content: space-between;
border-radius: 8px;
background: #F2F5F8;
align-items: center;
padding: 16px 20px;
}
.line3-col1 {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #1C1820;

}
.line3-col2 {
background: #E6EBF4;
border-radius: 8px;
padding: 8px 16px;
width: fit-content;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 20px;

color: #1C1820;
}


.nutshell-window-title {

font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;

color: #1F2021;

margin-bottom: 24px;	

}
.nutshell-window-iner {
	display: flex;
	justify-content: space-between;
}
.nutshell-window-left {
	width: 704px;	display: flex;	
	gap: 24px;
	flex-wrap: wrap;
}
.nutshell-window-card1 {
box-sizing: border-box;
width: 480px;	background: url(img/pop1.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 40px;	border-radius: 24px;
text-align: center;
}
.nutshell-window-card2 {
box-sizing: border-box;/* Frame 10529 */
width: 200px;	
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
padding: 40px 20px;
gap: 20px;


background: #40C779;
border-radius: 24px;
}
.nutshell-window-card3 {
	padding: 48px 40px;
	/* Frame 48 */

/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;

gap: 20px;



background: linear-gradient(101.2deg, #FA4F0D 1.3%, #F59D07 58.26%);
border-radius: 24px;
justify-content: space-between;
	width: 100%;	box-sizing: border-box;
}
.nutshell-window-card1-title {
margin-bottom: 12px;	
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #FFFFFF;

}
.nutshell-window-card1-text {

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: #FFFFFF;

}
.nutshell-window-card3-text{
max-width: 367px;
}
.button-nutshell {
	transition: 0.3s;
}
.button-nutshell:hover {
	transform: scale(1.05);
	transition: 0.3s;
}
.nutshell-window-card2-text {

font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 26px;
text-align: center;

color: #FFFFFF;

}
.nutshell-window-right {
width: 600px;	
}
.nutshell-window-right-ram1 {
	/* Frame 10528 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 24px 32px 32px;


background: #FFF3EB;
border: 1px dashed #F8710A;
border-radius: 24px;

}
.nutshell-window-right-ram1-title {
margin-bottom: 12px;	
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
text-align: center;

color: #1C1820;

}
.nutshell-window-arr {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nutshell-window-right-ram2 {

padding: 24px ;

background: #F8710A;
border-radius: 24px;

font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
/* identical to box height, or 133% */
display: flex;
align-items: center;
text-align: center;
justify-content: center;
color: #FFFFFF;

}
.nutshell-window-right-ram33 {
	background: #FFDDC7;/* DEMI */


display: flex;
flex-direction: column;
align-items:center;
justify-content: center;
padding: 14px 20px;



font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
width: 100%;	box-sizing: border-box;

color: #1C1820;
border-radius: 8px;

}
.nutshell-window-right-ram3  span {
	display: block;
	text-align: center;/* Staking */

font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;

}
.nutshell-window-right-ram1-white {
	background: #fff;
display: flex;
flex-direction: column;
align-items:center;
justify-content: center;
padding: 14px 20px;



font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
width: 100%;	box-sizing: border-box;

color: #1C1820;
border-radius: 8px;
}


.nutshell-window-right-ram1-darc {

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px 20px;
gap: 10px;


background: #201728;
border-radius: 8px;
width: 100%;	box-sizing: border-box;

font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
text-align: center;

color: #FFFFFF;



}
.nutshell-window-right-ram1-tri {
	margin-top: 12px;	
	margin-bottom: 12px;	display: flex;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
}

.nutshell-window-right-ram1-tri-item {
/* Frame 10498 */

box-sizing: border-box;

display: flex;
padding: 12px 20px;

background: #FFFFFF;
border-radius: 8px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: #1C1820;

}
.nutshell-window-right-ram1-tri-item.active {


background: #FFF3EB;
border: 2px solid #F8710A;
border-radius: 8px;

font-weight: 700;

}
.green-window-text1 {
margin-bottom: 16px;	
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
margin-top: 93px;	
color: #FFFFFF;
}
.green-window-text2 {

font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #FFFFFF;


}
.green-window-imae {
	display: flex;
	width: 288px;	padding-top: 44px;	
}
.green-window-imae img {
	width: 100%;	
}
.section_trhee_calc {

}
.section_trhee_calc_right {
width: 400px;	
}

.section_trhee_calc_content_input-val {
	display: flex;
	align-items: center;/* 10000 */

font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
color: #1C1820;



}
.section_trhee_calc_content_input-val input {
	width: 140px;font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
color: #1C1820;
padding: 0;	
border: none; background: none;

}

.section_trhee_calc_content_input_qunity {

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: #B5BBC5;

}
.section_trhee_calc_content_sheckboxs {
	margin-top: 12px;	
}.section_trhee_calc_radio {
    display: block;
    width: calc((100% - 32px) / 3);
}
.section_trhee_calc_radio {
	display: block;
}
.section_trhee_calc_rightradio_wrp {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;	
}
.section_trhee_calc_radio span {
	display: flex;
}
.range-wrapper-calcus {
	margin-top: 24px;	
}
.range-wrapper-calcus-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.range-wrapper-calcus-top-val{
	/* 38,500 USD */

font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 20px;
color: #F8710A;


}
.range-wrapper-calcus-top-val input {
	display: none;
}

.range-change .irs--round .irs-line{
height: 8px;	background: #F2F5F8;border-radius: 12px;
top: 20px;	
}
.range-change .irs--round .irs-bar{

height: 8px;
top: 20px;	
background: linear-gradient(90deg, #F59E07 0%, #FA4E0D 100%);
border-radius: 12px;

}
.range-change .irs--round .irs-handle {

width: 24px;
height: 24px;
box-sizing: border-box;
top: 13px;	
background: #fff;
border: 7px solid #FA520D;

}
	.range-change .irs--round .irs-min, 
	.range-change .irs--round .irs-max{
font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1C1820;
    background: none;
    top: 38px;


	}
	.range-change .irs--round .irs-single{
display: none !important;	
	}
	.section_news_slide {
		position: relative;	
	}
	.section_news_slide > a {
		position: absolute;	top:0;
		left: 0;	width: 100%;	height: 100%;	
	}


.section_miningbtc {
	border-radius: 32px;
}



.section_liquid_desc p:first-child{
font-size: 20px;
line-height: 30px;
}









	@media(max-width: 1360px) {
		.section_trhee_calc_wrp {
		
			margin-top: 50px;	
			margin-bottom: 50px;	
		}.section_trhee_calc_left {
    width: 500px;
}.section_trhee_calc_right {
    width: 250px;
}
.section_trhee_calc_content {
	flex-direction: column;
	}
		.section_trhee_calc_right-image {
			width: 240px
		}
		.section_trhee_calc_right-image  img {
			width: 100%
		}
.section_trhee_calc_content > div {
	width: 100%;	
}
.section_trhee_calc_rightradio_wrp {
	gap: 12px;
	justify-content: flex-start;
}.section_trhee_card {
    padding: 20px;
    width: calc((100% - 32px) / 2);
}
.section_trhee_cards {
	gap: 16px;
}.steps-ram_wrapper {
    margin-top: 50px;
}.steps-ram_wrapper .step-item {
    width: 255px;
}.section_trhee .steps-ram {
	align-items: flex-start;
	justify-content: space-between;
}
.step-arrow {
	padding-top: 42px;	
}.section_trhee_about {
    margin-top: 50px;
}.section_trhee_about_cards {
    margin-top: 40px;
    display: flex;
    gap: 16px;
}.section_trhee_about_card {
    width: calc((100% - 48px) / 3);
   
    border-radius: 32px;
    padding: 23px 10px;
}
.section_trhee_about_pools {
	padding: 30px;	
}
.section_trhee_about_pools_col2 a {
    display: flex;
    width: 106px;
    height: 52px;
    align-items: center;
    justify-content: center;
}.section_buy_left {
    width: 520px;
    border-radius: 32px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.section_buy_right_img {
    width: 360px;
}.section_buy_wallet_tabs {
	gap: 8px;
}
.section_buy_wallet_tab_item_card_button {
	margin-left: 0;	
}
.section_buy_wrp {
	gap: 12px;
}
.section_liquid_content {
    width: calc(50% - 8px);
    padding: 30px;
    background: #FFF3EB;
    border-radius: 32px;
}
.section_liquid {
	margin-bottom: 50px;	gap: 16px;
}
.section_liquid_img {
    width: calc(50% - 8px);
    }
    .section_liquid_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #1F2021;
}
.section_liquid_img_title {
    font-weight: 600;
    font-size: 27px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.section_buy_wallet_tab_item_card_buttons {
gap: 4px;	display: flex;
	flex-direction: column;
}
.section_buy_wallet_tab {    padding: 12px 12px;
    width: calc((100% - 8px) / 2);
    }
   .section_key_slide {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
}.section_key_slider {
    margin-left: -8px;
    margin-right: -8px;
}.section_miningbtc {
    padding: 71px;
}
.section_miningbtc_title {
    font-weight: 700;
    font-size: 46px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.section_miningbtc_subtitle {
    margin-top: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}.section_news_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}.section_news_slide_wrapper {
	margin-left: 8px;	
	margin-right: 8px;	
}.section_news_slider_wrapper {
	margin-left: -8px;	margin-right: -8px;	
}.section_news_slide {
	padding: 20px;	
	height: 490px;	
}
.green-window-window {
	width: 900px;	

}.green-window-imae {
    display: flex;
    width: 231px;
    padding-top: 0px;
}
		.nutshell-window-left {
			margin-bottom: 32px;
		}
.nutshell-window-iner {
	flex-direction: column;
}
.nutshell-window-iner > div {
	width: 100%;
}
.nutshell-window-window {
	width: 900px;	
	padding: 30px;	height: 80vh;	overflow-y: scroll;
}
.nutshell-window-card1 {
    box-sizing: border-box;
    width: 616px;
    }
}


@media(max-width: 950px) {
	.section_buy_wrp {
		flex-direction: column-reverse;
	}
	.section_buy_wrp > div {
		width: 100%;	
	}.section_buy_right_img {
		width: 100%;	
	}
	.section_liquid {
		flex-direction: column;
	}
	.section_liquid > div {
		width: 100%;	
	}
	.section_liquid_content {
		box-sizing: border-box;
	}
	.section_liquid_img {
		padding-top: 120px;	
	}
	.section_trhee_about_pools {
		flex-direction: column;
	}
	.section_trhee_about_card {
		width: calc(50% - 8px);
		box-sizing: border-box;
	}.steps-ram_wrapper .step-item {
    width: 100%;
    text-align: center;
}.nutshell-window-iner {
	gap: 24px;
}.green-window-window {
    width: 600px;
}
.verifity-window-window {
    padding: 30px;
    width: 600px;
    }
.step-arrow {
	padding-top: 0;	
}.nutshell-window-card1 {
    box-sizing: border-box;
    width: 100%;
}.nutshell-window-card2 {
	width: 100%;	
	text-align: center;
}
.nutshell-window-window {
	width: 600px;	
}
.step-item-num {
	margin-left: auto;	
	margin-right: auto;	
}
	.section_trhee_calc, .section_trhee_cards {
		flex-direction: column;
	}
	.section_trhee_calc {
		flex-direction: column-reverse;
	}
	.section_trhee_calc_left {
		padding: 32px;
	}
	.section_trhee_cards > div{
		width: 100%;	
	}
	.section_trhee_calc > div {
		width: 100%;
		box-sizing: border-box;
	}
	.section_trhee_about_cards {
		flex-wrap: wrap;
	}
}


@media(max-width: 650px) {
	.section_trhee {padding-top: 16px;	
		border-radius:  18px 18px 0 0 ;
	}
.section_trhee_card {
	padding: 16px;	
}
	.section_trhee_cards {
		gap: 10px;
margin-top: 0;	
	}
	.section_trhee_card_title {
		font-size: 18px;
	}
	.section_trhee_card_desc {
		font-size: 14px;
		line-height: 20px;
		margin-top: 14px;	
	}
	.section_trhee_card_price {
		margin-top: 14px;	
	}
	.section_trhee_card_price_numeric {
font-size: 18px;
		line-height: 24px;
	}
	.section_trhee_card_price_text {
font-size: 12px;
		line-height: 20px;
	}
	.steps-ram_wrapper {
		margin-top: 32px;	
	}
	.steps_ram_title {
font-size: 24px;
		line-height: 32px;
	}
	.step-arrow {
		display: none;
	}
	.section_trhee .steps-ram {
		gap: 32px;
	}
	.section_trhee .steps-ram {
		padding-bottom: 0;	
	}
	.section_trhee_calc_wrp {
		margin-top: 32px;	
		border-radius: 18px;
	}
	.section_trhee_calc_rightradio_wrp {
		justify-content: flex-start;
		margin-top: 12px;	
		gap: 8px;
	}
	.section_trhee_calc_radio span {
		font-size: 12px;
		padding: 12px 17px;
		line-height: 18px;
	}
	.section_trhee_calc_title {
		font-size: 20px;
		line-height: 30px;
	}.section_trhee_calc_content_input_title {
		font-size: 14px;
		line-height: 20px;
	}.range-wrapper-calcus-top-val {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px; 
}.section_trhee_calc {
	gap: 30px;
}.section_trhee_calc_right_title {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 20px;
}
.section_trhee_calc_right_card {
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 16px;
}
	.section_trhee_calc_content_sheckboxs {
		flex-wrap: wrap;    justify-content: flex-start;
		gap: 8px;
	}
	.section_trhee_calc_content_input_qunity {
		font-size: 12px;
	}
	.section_trhee_calc_content_input-val input , .section_trhee_calc_content_input-val{
font-size: 16px;
line-height: 30px;
	}.section_trhee_about {
    margin-top: 32px;
}.section_trhee_about_cards {
	margin-top: 24px;
	gap: 16px;
}.section_trhee_about_card {
	width: 100%;padding: 32px;border-radius: 18px;
}.section_trhee_about_card_dop_val {
	margin-top: 16px;
}.section_trhee_about_card_dop_date {
	margin-top: 16px;
}.section_trhee_about_update {
	margin-top: 16px;
}.section_trhee_about_icon {
	margin-top: 24px;
}.section_trhee_about_pools_col2 {
	flex-wrap: wrap; gap: 16px;
}
.section_trhee_about_pools_wrapper {
	margin-top: 24px;
}
.section_trhee_about_pools {
	border-radius: 18px;
	padding: 20px;
}
	.section_trhee_calc_content {
		margin-top: 16px;	
		gap: 16px;
		flex-direction: column-reverse;
	}.section_trhee_calc_right_btn {
		font-size: 16px; line-height: 20px;
		padding: 14px; border-radius: 10px;
	}
	.section_trhee_calc_right_sum {
		font-size: 20px;
		line-height: 30px;
	}
	.section_trhee_about_pools_title {
font-size: 20px;
line-height: 24px; 
	}
	.section_trhee_about_pools_subtitle {
font-size: 16px;
line-height: 24px;
margin-top: 4px;
	}
	.section_trhee_about_pools_col2 {
		justify-content: center;
		width: 230px;
		margin-left: auto;margin-right: auto;
		margin-top: 16px;
		margin-bottom: 16px;
	}
.section_trhee_about_pools_col2 a {
    display: flex;
    width: 100px;
    height: 42px; }
    .section_buy_right_img {
    	border-radius: 18px;
    }
    .section_buy_left {
    	border-radius: 18px;
    	padding: 16px;
    }.section_buy_wrp {
    	gap: 24px;
    }
    .section_buy_title {
    	text-align: center;
    	font-size: 20px;
    	line-height: 30px;
    }
    .section_buy_wallets {
    	margin-top: 16px;
    }
    .section_buy_wallet_tab {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }.section_buy_wallet_tab_content {
    	margin-top: 16px;
    	gap: 8px;
    }.section_buy_wallet_tab_item_card_name {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px; 
}.section_buy_wallet_tab_item_icon {
    margin-right: 10px;
    width: 32px;
}.section_buy_wallet_tab_item_card_buttons img {
    width: 24px;
}
.section_buy_left_video {
margin-top: 16px;
font-style: 14px;
line-height: 24px;
    }
    .section_buy_left_video img {
width: 40px;
    }
    .section_buy_wallet_tab_item_card_subtitle {
    	width: 180px;
    	overflow:hidden;
    	text-overflow:ellipsis;
    	    }
    	    .section_liquid_img {
    	    	padding-top: 150px;
    	    	border-radius: 18px;
    	    	padding-bottom: 32px;
    	    }
    	    .section_liquid_img_title {
    	    	font-size: 20px;
    	    	line-height: 30px;
    	    }
    	    .section_liquid_img_subtitle {
    	    	margin-top: 15px;
    	    	font-style: 12px;
    	    	line-height: 18px;
    	    }
    	    .section_liquid_title {
font-size: 24px;
line-height: 32px;
    	    }
.section_liquid_content {
border-radius: 18px;
padding: 24px 16px;
}
.section_liquid_desc p {
margin-top: 12px;
margin-bottom: 12px;font-size: 12px;
line-height: 18px;
}
.section_liquid_desc p:first-child {
font-size: 16px;
line-height: 24px;
}
.section_liquid_content_pluse {
	margin-top: 16px;font-size: 12px;
line-height: 32px;
}.section_key_wrapper {
	margin-top: 24px;
	margin-bottom: 50px;
}
.section_key_title {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}
.section_key_slider_wrapper {
	margin-top: 24px;
}
.section_key_slider_wrapper .slick-next, .section_key_slider_wrapper .slick-prev,
.section_news_wrapper .slick-next , .section_news_wrapper  .slick-prev{
	display: none!important;
}
.slick-dots li {
	width: 6px;
	height: 6px;
	margin: 0 12px;
}
.section_key_slider_wrapper .slick-dots li,
.section_news_wrapper .slick-dots li{
background: #B5BBC5;
}
.section_key_slider_wrapper .slick-dots li.slick-active, 
.section_news_wrapper   .slick-dots li.slick-active {
background: #F8710A;
}
.section_key_slide {
	text-align: center;
	padding: 32px 16px;
}.section_key_icon {
	margin-left: auto;
	margin-right: auto;
}
.section_miningbtc {
	padding: 48px 16px;
	border-radius: 18px;
	background-position:100% 50% !important;
	position:relative
}
	
.section_miningbtc:before{content:'';display:table;width:100%;height:100%;z-index:0;position:absolute;background:linear-gradient(to bottom, transparent, #1D1C20);left:0;top:0;right:0;bottom:0;border-radius:18px}
	
.section_miningbtc_title {
	font-size: 24px; line-height: 32px;position:relative;z-index:2;
}
.section_miningbtc_subtitle {
	margin-top: 20px;
	font-size: 16px; 
	line-height: 24px;position:relative;z-index:2;
}
.section_news_wrapper {
	margin-top: 32px;
	margin-bottom: 50px;
}
.section_miningbtc_btn  {
	margin-top: 25px;
	border-radius: 10px;
	padding: 14px 32px;
	font-size: 16px;
	line-height: 20px;position:relative;z-index:2;
}
.section_key_desc {
	margin-top: 12px;
	font-size: 12px; 
	line-height: 18px;
}
.section_key_slide_title {
	margin-top: 24px;
	font-size: 16px;
	line-height: 26px;
}
.section_news_title, .section-title, .something-title {
	font-size: 24px; line-height: 32px;
	text-align: center;
}
.section_news_slider_wrapper {
	margin-top: 18px;
}
.asked {
	margin-top: 18px;
}
.section_news_slide {
	padding: 16px;height: 372px;
	border-radius: 18px;
}
.section_news_slide_title {
font-size: 18px;
line-height: 24px;
}
.section_news_slide_desc {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
}.green-window-imae {
    display: flex;
    width: 114px;
    padding-top: 0px;
}.green-window-text1 {
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
    color: #FFFFFF;
}
.green-window-text2 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}
.green-window-window , .verifity-window-window, .nutshell-window-window{
    width: calc(100% - 30px);
    padding: 32px 16px;
    border-radius: 18px;
} .verifity-window-title {
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1F2021;
}
.verifity-window-line1 {
	padding: 10px;font-size: 10px;
}.line1-col2, .line2-col2 {
    width: 100px;
}.line1-col1, .line2-col1 {
    width: 111px;
}
.line1-col3, .line2-col3 {
    width: 81px;
    text-align: right;
}
.line2-col3 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #1C1820;
}
.verifity-window-line2 {
	padding: 12px 10px;
}
.section_news_slide_date {
margin-top: 12px;
font-size: 10px;
line-height: 18px;
}
.line2-col1 {
    font-size: 14px;
    line-height: 18px;
    }
    .line2-col1 img {
    	width: 16px;
    }.line3-col1 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}
    .verifity-window-line3 {
    	padding: 12px 10px;
    }



    .nutshell-window-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1F2021;
    margin-bottom: 12px;
}.nutshell-window-card1-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}
.nutshell-window-left {
	gap: 8px;
}
.nutshell-window-card3 {
	border-radius: 18px;
	padding: 16px;
	flex-direction: column;
}
.nutshell-window-iner {
	gap: 12px;
}.nutshell-window-right-ram1-tri {
	gap: 6px;
}.nutshell-window-right-ram1-tri-item {
    font-size: 10px;
    padding: 10px 6px;
}.nutshell-window-right-ram1-white , .nutshell-window-right-ram33{
	font-size: 14px;
	padding: 12px;
}
.nutshell-window-right-ram1 {
	box-sizing: border-box;
	padding: 16px;
	border-radius: 18px;
}.nutshell-window-right-ram1-tri-item {
	font-size: 12px;

padding: 10px}
.nutshell-window-card2-text {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: left; 
    }
.nutshell-window-card2 img {
	width: 90px;
}
.nutshell-window-card2 {
	padding: 16px;
	border-radius: 18px;
	flex-direction: row;
	display: flex;
	align-items: center;
}
.nutshell-window-card1-title {
	font-size: 20px;
}
.nutshell-window-card1 {
	border-radius: 18px;
	padding: 32px 16px;
}
	.section_trhee_calc_left {
		padding: 16px; border-radius: 18px;
	}
	.section_trhee_calc_right_sum , .section_trhee_calc_right_percent {
		text-align: center;
	}.section_trhee_calc {
    gap: 0;
}
	.section_trhee_calc_right_card {
		flex-direction: column;
		 justify-content: center; align-items: center
	}
	.section_trhee_calc_rightradio_wrp {
		
		margin-bottom: 12px;
	}.nutshell-window-left p {
   
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
	.nutshell-window-left h3 {
  
    font-size: 16px;
    line-height: 22px; 
	}
}
.section_buy_wallet_tab_item_card_wrapper , .section_trhee_card{
	position: relative; transition: 0.3s;
}
.section_buy_wallet_tab_item_card_name-link {
	position: absolute; top: 0; left : 0; width: 100%; height: 100%; 
}
.section_buy_right_slider img {
	width: 100%
}
.section_buy_right_slider {
	width: 100%
}


.section_buy_wallet_tab_item_card_wrapper:hover, .section_trhee_card:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

.section_news_slide a{
transition: 0.3s;	border-radius: 20px;
}
.section_news_slide:hover a{
	transition: 0.3s;
	background: linear-gradient(180deg, rgba(239, 155, 13, 0.05) 0%, rgba(213, 73, 13, 0.05) 100%);

}
.step-arrow svg {
	   opacity: 0.3;
    filter: grayscale(1);
	transition: 0.3s;
}
 
.step-item1:hover ~ .step-arrow1 svg {
	   opacity: 1;
    filter: grayscale(0);transition: 0.3s;
}

.step-item2:hover ~ .step-arrow2 svg {
	   opacity: 1;
    filter: grayscale(0);transition: 0.3s;
}
.section_liquid_img_pluse  img {
	transition: 0.3s;
}
.section_liquid_img_pluse:hover img {
	transition: 0.3s;
	 transform: scale(1.05);
}
.section_buy_wallet_tab_item_card_buttons {
	display: flex;
}
.section_key_slider_wrapper  .slick-next rect ,
.section_key_slider_wrapper  .slick-prev rect, 
.section_news_slider_wrapper .slick-next rect ,
.section_news_slider_wrapper .slick-prev rect{
	transition: 0.3s;
}
.section_key_slider_wrapper  .slick-next:hover rect,
.section_key_slider_wrapper  .slick-prev:hover rect,
.section_news_slider_wrapper .slick-next:hover rect,
.section_news_slider_wrapper .slick-prev:hover rect{
	transition: 0.3s;
	fill: #FFF3EB
}

.section_buy_wallet_tab_item_card_buttons a path,
.section_buy_wallet_tab_item_card_buttons .section_buy_wallet_tab_item_card_button path{
	stroke: #979EA6;
	transition: 0.3s;
}
.section_buy_wallet_tab_item_card_button {
	cursor: pointer; 
}
.section_buy_wallet_tab_item_card_button.copied svg{
	display: none;
}
.section_buy_wallet_tab_item_card_button.copied{
	background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNi4zNSA2LjM1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIyOS4xMDQiIHgyPSIzNC4zOTYiIHkxPSI0MTAuODk4IiB5Mj0iNDEwLjg5OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmYWUwMCI+PC9zdG9wPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0icmVkIj48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMzEuNzUxIDQwOC41MTdhMi42NSAyLjY1IDAgMCAwLTIuNjQ3IDIuNjQ3IDIuNjQ2IDIuNjQ2IDAgMSAwIDIuNjQ3LTIuNjQ3em0wIC4yNjNhMi4zOCAyLjM4IDAgMCAxIDIuMzgxIDIuMzg0IDIuMzc5IDIuMzc5IDAgMCAxLTIuMzgxIDIuMzggMi4zODMgMi4zODMgMCAxIDEgMC00Ljc2NXptMS4zMiAxLjMyNGEuMTMyLjEzMiAwIDAgMC0uMDkzLjA0MWwtMS42OTggMS43NjQtLjc3LS42MmEuMTMyLjEzMiAwIDAgMC0uMTg3LjAyMi4xMzIuMTMyIDAgMCAwIC4wMjIuMTg2bC44NjUuNjk1YS4xMzIuMTMyIDAgMCAwIC4xNzgtLjAxMmwxLjc4MS0xLjg1M2EuMTMyLjEzMiAwIDAgMC0uMDA0LS4xODYuMTMyLjEzMiAwIDAgMC0uMDk0LS4wMzd6IiBwYWludC1vcmRlcj0ic3Ryb2tlIGZpbGwgbWFya2VycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4LjU3NSAtNDA3Ljk4NykiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9InVybCgjYSkiPjwvcGF0aD48L2c+PC9zdmc+") 50% 50% no-repeat #fff;
	background-size:20px;
	width:30px;
	height:30px;
	border-radius:5px;
}
.section_buy_wallet_tab_item_card_buttons a:hover path,
.section_buy_wallet_tab_item_card_buttons .section_buy_wallet_tab_item_card_button:hover path{
	stroke: #F8710A;
	transition: 0.3s;
}
.window-window-close-mob {
	display: none; 
}
.header-lang-sw ul {

border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 20px;

}
.header-lang-sw .lang-item a {
	border: none!important; 
}
.header-lang-sw svg {
	margin-left: 10px; 
}
.header-lang-sw:hover ul {

background: #FFFFFF;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0px 0px 20px rgba(248, 113, 10, 0.2);
border-radius: 20px;

	
}
.header-lang-sw:hover .lang-item a {
	color: #1C1820;
}
.header-lang-sw svg {
    position: relative;
    z-index: 2;
    margin-top: 2px;
}.header-lang-sw .lang-item:hover {
    color: #F8710A;
    background: none;
    transition: 0.3s;
}.header-lang-sw .lang-item:hover a {
    color: #F8710A;
}
.header-lang-sw:hover  svg path {
	stroke:  #1C1820;
}
@media(max-width: 650px) {
	.section-first-screen-wrp .button2 {
		margin-right: auto; margin-left: auto;
	}.first-screen-title {
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    width: 300px;
    margin-left:  auto;
		margin-right: auto;
}
	.first-screen-subtitle {
		font-size: 18px; line-height: 26px; text-align: center; 
	}
	.first-screen-subtitle br {
		display: none;
	}
	.header-wrapper.home {
		position: fixed; 
		z-index: 99; padding-top: 12px;
    padding-bottom: 12px;
		background: #1C1820;
	}
		
	.header-wrapper.home  	.header-logo img {
		width: 82px; 
	}
	
	/* 
	 * .header-wrapper.home  .burger {
		display: none; 
	} 
	.header-wrapper.home  .header-lang-sw {
     display: flex; 
}
	.header-wrapper.home 	.header-right .button1 {
		gap: 8px;
		font-size: 12px;
		line-height: 20px;
	}*/
	.header-wrapper.home .header-right .button1 img {
		width: 18px; 
	}.green-window-window, .verifity-window-window, .nutshell-window-window {
    width: 100%;
    padding: 32px 16px;
    border-radius: 0;
    height: calc(100vh - 64px);
    top: 64px;
    transform: none;
    left: 0;
}
	.verifity-window-title {
		display: none; 
	}
	.window-window-close-mob {
		display: flex; justify-content: space-between; /* DEMI Pools */

font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
align-items: center;
padding: 14px 16px;


background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);

color: #1F2021;


	}
	.verifity-window-window,  .green-window-window {
		padding: 0;
	}
	.green-window-text {
				margin-left: 16px;  		margin-right: 16px; text-align : center; 
	}
	.green-window-imae {
		margin-top: 102px; 
		width: 144px; 
		margin-left: auto; margin-right: auto; 
	}.green-window-text2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.nutshell-window-window  {
		padding: 0;
	}
	.nutshell-window-title {
		margin-top: 24px; 	margin-left: 16px;  		margin-right: 16px;
	}
	.nutshell-window-iner {		padding-bottom: 24px; 
			margin-left: 16px;  		margin-right: 16px;
	}
	.nutshell-window-right-ram1-tri {
		flex-direction: column; 
	}.nutshell-window-right-ram1-tri-item {
 
    width: fit-content;
    margin: 0 auto;
    padding: 10px 30px;
}
	.verifity-window-lines {
		padding: 16px; 
		padding-top: 54px; 
	}
	.verifity-window-close {
		display: none; 
	}
	.page-id-26 .first-screen-title {
    font-size: 33px;
    line-height: 130%;
    text-align: center;
    width: auto;
		
	}
}


.section_trhee_calc_content_radio.active span{
	
font-weight: 700;/* Frame 10500 */

box-sizing: border-box;


background: #FFF3EB;
border: 2px solid #F8710A;


}
.section_trhee_card_content {
	height: 100%
}
.section_trhee_card_price_numeric {
	white-space: nowrap;
}
.section_trhee_calc_content_input-val  input{
	margin-left: 5px; 
}


.section-pressabus .section_key_slide{
	position: relative;
}
.section-pressabus .section_key_slide img {
	max-width: 60%; 
	height: auto; 
	width: 60%;
	margin-bottom: 80px
}
.section-pressabus .section_key_slide a {
	position: absolute; 
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section_key_slide_text{
	width: 100%;
	height: auto;
	display: table;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 10px;
}

.section_key_slide_date{
	width:100%;height:auto;display:table;color:#fff;font-weight:400;font-size:18px;line-height:25px
}




/* FAQ PAGE STYLE */


.page_faq {
	margin-top: 28px;
	margin-bottom: 100px;
}
.wrp {
}
.page_faq_wrapper {
	display: flex;
	justify-content: space-between;

}
.page_faq_leftbar {
	width: 420px;
	display: flex;
	flex-direction: column;
	gap:40px;

}
.page_faq_asceds {
	border-radius: 20px;
	background: #fff;
	padding-top: 24px;
	padding-left: 36px;
	padding-right: 30px;
	padding-bottom: 46px;
	box-sizing: border-box;
	
	width: 100%;
}
.page_faq_asceds_title {

font-weight: 600;
font-size: 28px;
line-height: 42px;
margin-top: 0;
margin-bottom: 0;


color: #1F2021;


}
.page_faq_asceds_items {
	margin-top: 8px;
}
.page_faq_asceds_item {

font-weight: 400;
font-size: 16px;
line-height: 42px;

color: #000000;




}
.page_faq_asceds_item:hover{
	cursor: pointer;
}

.page_faq_cards {
	width: 869px;
	display: none;
	flex-direction: column;
	gap:28px;
}
.page_faq_visible{
	display: flex;
}
.page_faq_card_item {
	border-radius: 20px;
	background: #fff;
	padding-left: 32px;
	padding-top: 24px;
	padding-bottom: 21px;
	padding-right: 37px;

}
.page_faq_card_title {

font-weight: 400;
font-size: 20px;
line-height: 42px;
margin-top: 0;
	margin-bottom: 0;
color: #1F2021;

}
.page_faq_card_content {
margin-top: 20px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */

color: #1F2021;


}
.page_faq_card_content p{
	margin-top: 0;
}


.active_tabs{

font-weight: 700;
font-size: 18px;
line-height: 42px;

color: #F94510;


}
.page_faq_wrapper  .hide_descktop{
	display: none;
}

@media (max-width: 1360px) {
    .page_faq_asceds_item{
    	line-height: 33px;

    }
    .page_faq_leftbar{
    	width: 302px;
    }
    .page_faq_cards{
    	width: 560px;
    }
}
@media (max-width: 950px) {
	.page_faq_leftbar{
		width: 100%;
	}
	.page_faq_wrapper{
		flex-direction: column;
	}

	.page_faq_wrapper .hide_mob{
		display: none;
	}
	.page_faq_wrapper  .hide_descktop{
		display: block;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.page_faq_cards{
		width: 100%;
	}
	.page_faq_leftbar{
		margin-bottom: 50px;
	}
	.page_faq{
	margin-bottom: 40px;
}
}
@media (max-width: 650px) {
	.page_faq_leftbar{
		margin-bottom: 25px;
	}
	.page_faq_wrapper  .hide_descktop{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.page_faq_asceds {
    border-radius: 20px;
    background: #fff;
    padding-top: 18px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 18px;
    box-sizing: border-box;
    width: 100%;
}
.page_faq_card_item {
    border-radius: 20px;
    background: #fff;
    padding-left: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 24px;
}
.page_faq_cards{
	gap:16px;
}
.page_faq_card_title{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 26px;
}
.page_faq_card_content{
	margin-top: 14px;
	font-size: 14px;
	line-height: 18px;
}
.page_faq{
	margin-bottom: 40px;
}
}

.howtobye-first {
	background: url(img/hb.svg);
	background-position:center; 
background-size:cover; 
	position: relative; 
	overflow: hidden;
	background-repeat: no-repeat;
}
.howtobye-first-image {
	width: 47%; 
	position: absolute; 
	bottom: 0; right: 0;
	
}
.howtobye-first-image img {
	width: 100%
}

.howtobye-first-left {
	padding-bottom: 142px;
	padding-top: 43px;
	width: 688px;
}
.howtobye-first-title {
	margin-top: 0;
	margin-bottom: 88px;
font-style: normal;
font-weight: 700;
font-size: 80px;
line-height: 96px;

color: #FFFFFF;


}
.howtobye-first-text {

font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 29px;

color: #FFFFFF;


}
.howtobye-list-bottom {
display: flex;
	justify-content: center;
	align-items: center;
margin-top: 33pxpx;
background: #FFF6EB;

font-style: normal;
	padding: 8px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
	gap: 12px;

color: #1F2021;

border-radius: 15px;

}
.howtobye-list-wrp .pagination {
	margin-bottom: 0;
}
.howtobye-list-wrp {
	padding-top: 26px;
	padding-bottom: 26px;
}
.howtobye-list-bottom  .otherqw a {
	background: #fff;
}

.how-by-list-wrp {
	display: flex; flex-wrap: wrap; 
	gap: 33px 32px;
}
.how-by-list-item {
	width: calc((100% - 96px) / 4);
	box-sizing: border-box;
	padding: 25px 30px 23px 30px;


background: #FFFFFF;
border-radius: 20px;

	display: flex; 
	align-items: center;
	gap: 26px;
	justify-content: space-between;
	flex-direction: column;
}
.how-by-list-item-title {

font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;

color: #000000;


}
.how-by-list-item-image {
	height: 96px; display: flex; 
	justify-content: center; 
	align-items: center;
}
.how-by-list-item-image img {
	max-height: 100%; max-width: 100%;
	
}
.how-by-list-item-button a {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 173px;
	margin-left: auto;
	margin-right: auto;
	width: fit-content; 
	justify-content: center;
}
.how-by-list-wrp {
	margin-bottom:33px;
}

@media(max-width: 1360px) {
	.howtobye-first-image {
    width: 39%;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
}
	.how-by-list-wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
	.how-by-list-item {
    width: calc((100% - 32px) / 3);
	}
	
}
@media(max-width: 1200px) {
	.howtobye-first-image {
 width: 600px;
        position: absolute;
        bottom: 50%;
        right: -245px;
        transform: translateY(50%);
}
}
@media(max-width: 950px) {
	.how-by-list-item-button a.button1 {
		font-size: 12px;
	}
	    .how-by-list-item {
        width: calc((100% - 16px) / 2);
    }
	.howtobye-list-bottom {
		flex-direction: column;
	}
	.howtobye-first-left {
    padding-bottom: 200px;
    padding-top: 30px;
         width: 441px;

}
	.howtobye-first-title {
		font-size: 54px;
        line-height: 130%;
        margin-bottom: 24px;
	}
	.howtobye-first-text {
		font-size: 18px;
        line-height: 130%;
	}
	    .howtobye-first-image {
        width: 600px;
        position: absolute;
        bottom: -52px;
        right: -245px;
        transform: none;
    }
}
@media(max-width: 650px){
	    .howtobye-first-left {
        padding-bottom: 200px;
        padding-top: 30px;
        width: 100%;
    }
	.howtobye-first-title {
		        font-size: 40px;
        line-height: 130%;
	}
	    .howtobye-first-text{
        font-size: 18px;
        line-height: 26px;
    }
	    .howtobye-first-image {
        width: 400px;
        position: absolute;
        bottom: -20px;
        right: -52px;
        transform: none;
    }
	.how-by-list-item {
    width: calc((100% - 10px) / 2);
    box-sizing: border-box;
    padding: 15px 12px;
    background: #FFFFFF;
    border-radius: 14px;
		
    display: flex;
    align-items: inherit;
    gap: 12px;
	}
	    .how-by-list-wrp {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
	.how-by-list-item-button a {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%; 
	}
	.how-by-list-item-image {
    height: 60px;
	}
	.how-by-list-item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
		line-height: 19px;
	}
	.howtobye-list-bottom {
    padding: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    gap: 9px;
	}
	
}
@media(min-width: 1921px) {
	.howtobye-first .wrp {
		position: relative;
		
	}
	.howtobye-first-image {
    width: 921px;
    position: absolute;
    bottom: 0;
    right: -271px;
}
}

.section_trhee_calc_title-wrap {
	display: flex; 
	justify-content: space-between;
	align-items: center;
}
.calc_title-radio-item {
	position: relative;
}
.calc_title-radio-item input {
	cursor: pointer;
	position: absolute;
   top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0;
    color: #000;
}
.calc_title-radio-item label {
	display: flex; align-items: center; 
	justify-content: center; 
	
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: #1C1820;
/* Frame 10499 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

width: 59px;
height: 30px;

border: 1px solid #DEE3E9;
border-radius: 8px;
transition: 0.3s;

}
.calc_title-radio-item input:checked + label {
	transition: 0.3s;
font-weight: 700;
	/* Frame 10500 */

box-sizing: border-box;

background: #FFF3EB;
border: 2px solid #F8710A;

}
.calc_title-radio {
	display: flex;
	gap: 7px;
}

@media(max-width: 600px) {
	.section_trhee_calc_content_input-val input {
    width: 110px; 
	}
	.section_trhee_calc_title-wrap  {
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}
	.calc_title-radio {
		gap: 8px;
		width: 100%;
	}
	.calc_title-radio-item label {
		height: 42px;
		width: 100%; box-sizing: border-box;
		font-size: 12px; line-height: 18px;
	}
	.calc_title-radio-item {
		width: calc(50% - 4px);
	}
}
.bottomtext-in-tab-home p {
	margin-top: 0;
	margin-bottom: 0;
}
.single-post .iner-text-page-body{
	max-width: 831px;
}
.section_buy_left {
	padding-bottom: 30px;
}
.bottomtext-in-tab-home {
	border-top: 1px solid #DEE3E9;
	margin-top: 16px;
	padding-top: 10px;    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #9F9F9F;
}
.otherqw-bottom {
	display: flex;
	justify-content: flex-end;
}

@media(max-width: 600px) {
	.bottomtext-in-tab-home {
 
    font-size: 12px;
    line-height: 18px;
    color: #9F9F9F;
}.section_buy_left {
    padding-bottom: 16px;
}
	.otherqw-bottom {
    display: flex;
    justify-content: center; 
	}
}




.popup-big-form-wrapper {
	top: -200vh;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1020;
	opacity: 0;
	transition: opacity 0.3s;
}
.popup-big-form-wrapper-open {
	top: 0;
	opacity: 1;
	transition: opacity 0.3s;
}
.popup-big-form-overlay {
	position: absolute;
	background: rgba(31, 32, 33, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
.popup-big-form-iner {
	position: absolute;
	width: 537px;
	box-sizing: border-box;border-radius: 24px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-big-form-close{
	background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="30" height="30" rx="15" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.9997 16.515L18.7876 20.3036C18.9886 20.5046 19.2612 20.6175 19.5454 20.6175C19.8297 20.6175 20.1023 20.5046 20.3033 20.3036C20.5043 20.1026 20.6172 19.83 20.6172 19.5457C20.6172 19.2615 20.5043 18.9889 20.3033 18.7879L16.514 15L20.3026 11.2121C20.402 11.1126 20.4809 10.9945 20.5348 10.8645C20.5886 10.7344 20.6163 10.5951 20.6162 10.4544C20.6162 10.3137 20.5885 10.1743 20.5346 10.0444C20.4807 9.91437 20.4017 9.79626 20.3022 9.69679C20.2027 9.59731 20.0845 9.51841 19.9545 9.46459C19.8245 9.41077 19.6852 9.38309 19.5445 9.38312C19.4037 9.38316 19.2644 9.41091 19.1344 9.46478C19.0044 9.51866 18.8863 9.59762 18.7869 9.69714L14.9997 13.485L11.2119 9.69714C11.1131 9.59477 10.9949 9.51309 10.8642 9.45687C10.7335 9.40066 10.5929 9.37104 10.4507 9.36973C10.3084 9.36843 10.1673 9.39547 10.0356 9.44928C9.9039 9.5031 9.78423 9.5826 9.68359 9.68315C9.58294 9.7837 9.50333 9.90329 9.44939 10.0349C9.39546 10.1666 9.36828 10.3077 9.36945 10.4499C9.37062 10.5922 9.40011 10.7328 9.4562 10.8635C9.51229 10.9943 9.59386 11.1125 9.69614 11.2114L13.4854 15L9.69686 18.7879C9.49586 18.9889 9.38294 19.2615 9.38294 19.5457C9.38294 19.83 9.49586 20.1026 9.69686 20.3036C9.89785 20.5046 10.1705 20.6175 10.4547 20.6175C10.739 20.6175 11.0116 20.5046 11.2126 20.3036L14.9997 16.5143V16.515Z" fill="%231F2021"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 16px;
	right: 16px;
	width: 30px;
	height: 30px;border-radius: 50%;
	position: absolute;
	cursor: pointer;
}
.popup-big-form-iner-baner {
	padding: 51px 72px 47px 72px;
	border-radius: 24px 24px 0 0 ;
}
.popup-big-form-iner-baner-title {
margin-bottom: 11px;
font-style: normal;
font-weight: 500;
font-size: 43.6949px;
line-height: 100%;
text-align: center;
letter-spacing: -0.02em;
color: #FFFFFF;


}
.popup-big-form-iner-baner-text {

font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 120%;
text-align: center;
letter-spacing: -0.01em;
color: #FFFFFF;


}
.popup-big-form-iner-iner {
	border-radius: 0 0 24px 24px;
	background: #FFFFFF;
	padding: 26px 38px 41px 38px;
}
.popup-big-form-iner-started {

font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 120%;

color: #1F2021;


}
.popup-big-form-iner-started2 {
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 120%;
margin-bottom: 11px;
color: #FA4E0D;	
}
.popup-big-form-iner-started3 {
	
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 120%;
margin-bottom: 6px;
color: #1F2021;


}
.popup-big-form-inp {
	margin-top: 15px;
}
.popup-big-form-inp-labl {
	margin-bottom: 5px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.03em;
color: #1F2021;
}
.popup-big-form-input input {
	width:100%;    font-family: 'Lato', sans-serif !important;
background: #EAEEF5;
border-radius: 12px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;padding: 12px;
	box-sizing: border-box;
	border: none;

color: #1F2021;
}
.popup-big-form-inp-sub {
	margin-top: 15px;
}
.popup-big-form-inp-sub input {
font-family: 'Lato', sans-serif !important;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */
display: flex;
align-items: center;
text-align: center;
justify-content: center;
color: #FFFFFF;
padding: 14px;

border: none; 
	width: 100%;
	box-sizing: border-box;
background: linear-gradient(90deg, #FA4E0D 0%, #F59E07 100%);
border-radius: 12px;

    transition: 0.3s;

}
.popup-big-form-inp-sub input:hover {
	cursor: pointer;    transition: 0.3s;
    background: #FA4E0D;
}
.popup-big-form-input .iti {
  
    display: block;
}


.form1ru , .form1en{
	display: none;
}
.rupage .form1ru {
	display: block;
} .enpage .form1en{
	display: block;
}
.popup-big-form-iner-baner2 {
	display: none;
	    padding: 42px 76px;
 
    box-sizing: border-box;
    border-radius: 24px;
}
.popup-big-form-iner-baner-text2 {
	margin-top: 14px;
}
.popup-big-form-iner-baner-text2 a {
	color: #fff;
	text-decoration: underline!important;
}
.popup-big-form-iner-baner-text2 a:link { -webkit-tap-highlight-color:#fff; }
.popup-big-form-iner-form-ok .popup-big-form-iner-baner2{
	display: block;
}
.popup-big-form-iner-form-ok .popup-big-form-iner-iner{
	display: none;
}
.popup-big-form-iner-form-ok .popup-big-form-iner-baner{
	display: none;
}
.pum-content, .pum-theme-content-only .pum-content {
  
    height: 100%!important;
}
@media(max-width: 600px) {
	.popup-big-form-iner {
		width: calc(100% - 30px);
	}
	.popup-big-form-iner-iner {
		padding: 17px 16px;

	}.popup-big-form-iner-baner {
		padding: 50px 20px 38px 20px;
	}
	.popup-big-form-iner-baner-title {
		font-size: 30px;
		margin-bottom: 4px;
	}
	.popup-big-form-iner-baner-text {
		font-size: 15px;
	}
	.popup-big-form-iner-started3 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px; margin-bottom: 0;
	}
	.popup-big-form-iner-started2 {font-size: 14px; 
		margin-bottom: 9px;
		
	}
	.popup-big-form-iner-started {
		font-size: 14px; 
	}
	.popup-big-form-inp-labl {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; 
	}
	.popup-big-form-inp-sub input {
		border-radius: 10px;
	}
	.popup-big-form-input input {
   
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; 
	}
}

@media screen and (max-width:960px){
	.section_miningbtc{padding-top:266px}
	.section_miningbtc_btn{margin-left:auto;margin-right:auto}
}



.page-about-first-screen {
	    gap: 50px;
	margin-top: -48px;
    display: flex;align-items: flex-start;
}
.page-about-first-screen-right {
	width: 530px;   display: flex;
	
}
.page-about-first-screen-right img {
	width: 100%; height: auto;
	border-radius: 30px;
}
.iner-text-page-body-about {
	margin-top: 55px;
	width: calc(100% - 580px );
}
.iner-text-page-body-about p:first-child {
	margin-top: 0;
}
.iner-text-page-body-about p{
	
}
.iner-text-page-body-about {
	
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
/* or 22px */

color: #000000;


}
.page-about-first-screen {
margin-bottom: 30px;	
}
.page-about-two-three-screen {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-abouth2 {
	margin-top: 0;
	margin-bottom: 22px;    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1F2021;
}
.page-about-two-items-list {
	display: flex; 
	flex-wrap: wrap;
	gap: 37px 50px;
}
.page_about_info_item {
	width: calc((100% - 100px) / 3);
}
.page_about_info_item-icon {
	height: 65px;
	display: flex;
	align-items: center;
}
.page_about_info_item-icon img {
	max-height: 100%;
}
.page_about_info_item-title {
margin-bottom: 15px;
	margin-top: 20px;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 140%;
/* or 25px */

color: #1F2022;


}
.page_about_info_item-text {
	
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;
/* or 20px */

color: #000000;


}
.page_about_slider_item img{
	width: 100%;
	border-radius: 30px;
}

.page_about_slider_item {
	
	border-radius: 30px;
}
.page-about-two-three-screen .slick-list {
	border-radius: 30px;
}
.page-about-two-three-screen .slick-prev, .page-about-two-three-screen .slick-next {
	z-index: 4;
}
.page-about-two-three-screen .slick-prev svg, .page-about-two-three-screen .slick-next svg{
	width: 41px;
	height: 41px;
}
.page-about-two-three-screen .slick-prev{
	left: 30px;
} .page-about-two-three-screen .slick-next  {
	    right: 30px;
}
.page-about-two-three-screen .slick-prev rect, .page-about-two-three-screen .slick-next rect {
	transition: 0.3s;
}
.page-about-two-three-screen .slick-prev:hover rect, .page-about-two-three-screen .slick-next:hover rect {
	transition: 0.3s;
	fill: #F8710A
}
.page-about-for-screen {
	display: flex;
	justify-content: space-between;
	
}
.page-about-for-screen-left {
	width: calc(50% - 80px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-about-for-screen-right {
	width: 50%;
	display; flex;
}
.page-about-for-screen-right img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	
}
.page-about-for-screen-left-text {
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
/* or 22px */

color: #000000;
}
.page-about-for-screen-left-button a, .page-about-for-screen-left-button div {
	    display: block;
    width: fit-content;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 14px 32px;
    background: #F8710A;
    box-shadow: 0px 4px 10px rgba(216, 93, 0, 0.3);
    border-radius: 12px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.page-about-for-screen-left-button a:hover, .page-about-for-screen-left-button div:hover {
	cursor: pointer;
    transition: 0.3s;
    background: #FA4E0D;
}
.page-about-for-screen-left-button-mobile {
	display: none;
}

.video {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
 
.paused:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4)
}
 
#video-block {
	display: flex;
	cursor: pointer;
}
.paused:before {
  content: '';
  position: absolute;
  width: 76px;
  height: 56px;
 background-image: url('data:image/svg+xml,<svg width="76" height="56" viewBox="0 0 76 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.3521 0 0 5.3521 0 12V44C0 50.6479 5.3521 56 12 56H64C70.6479 56 76 50.6479 76 44V12C76 5.3521 70.6479 0 64 0H12ZM29 15L53 28L29 41V15Z" fill="white"/></svg>'); 
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
  z-index: 2;
  top:50%;
  left:50%;
	transition: 0.3s;
  transform:translate(-50%,-50%);
}
#video-block.paused:hover:before  {
background-image: url('data:image/svg+xml,<svg width="76" height="56" viewBox="0 0 76 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.3521 0 0 5.3521 0 12V44C0 50.6479 5.3521 56 12 56H64C70.6479 56 76 50.6479 76 44V12C76 5.3521 70.6479 0 64 0H12ZM29 15L53 28L29 41V15Z" fill="%23F8710A"/></svg>');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s;
}
.page-about-for-screen-right {
	border-radius: 30px;
	overflow: hidden;
	display: flex;
}
@media(max-width: 1360px) {
	.header-lang-sw {
    margin-left: 24px; 
	}
	.iner-text-page-body-about {
		font-size: 16px;
		margin-top: 0;
		        width: calc(50% - 10px);
    
	}
	.page-about-first-screen-right {
    width: calc(50% - 20px);
    display: flex;
}
	.page-about-first-screen {
    gap: 30px;
    margin-top: 15px; 
	}
	.page-abouth2 {
		font-size: 24px;
	}.page-about-two-items-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
	.page_about_info_item-title {
    margin-bottom: 5px;
    margin-top: 10px;
		font-size: 18px; }
	.page_about_info_item-text {
    font-size: 14px;
} 
	.page_about_info_item {
    width: calc((100% - 60px) / 3);
} 
	.page-about-for-screen-left {
    width: calc(50% - 30px); 
	}
	.page-about-for-screen-left-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px; 
	}
}

@media(max-width:950px) {
	.page-about-first-screen {
		flex-direction: column-reverse;
		gap:22px;
	}
	.iner-text-page-body-about {
		width:100%;
	}
	.page-about-first-screen-right {
	width:100%;	
	}
	.page-about-first-screen-right img{
		border-radius: 15px;
	}
	.page-about-two-three-screen {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.page-abouth2 {
		margin-bottom: 16px;
		font-size: 24px;
	}
	.page-about-two-three-screen	.page-abouth2 {
		text-align:center;
	}
	    .page_about_info_item {
        width: calc((100% - 30px) / 2);
    }.page_about_slider_item img {
    width: 100%;
    border-radius: 15px;
}
	.page-about-two-three-screen .slick-list {
    border-radius: 15px;
}
	.page-about-for-screen {
		flex-direction: column;
		gap: 20px;
	}
	.page-about-for-screen-left {
		width: 100%
	}
	.page-about-for-screen-left .page-about-for-screen-left-button{
		display: none;
	}
	.page-about-for-screen-left-button-mobile {
		display: flex;
	}
	.page-about-for-screen-left-button a, .page-about-for-screen-left-button div {
		margin-top: 0;
		width: 100%;
	}
	.page-about-for-screen-left	.page-abouth2 {
		margin-bottom: 10px
	}
	.page-about-for-screen-right {
    width: 100%;
}
	.page-about-for-screen-right img {
    width: 100%;
		border-radius: 15px;
}
	  
}

@media(max-width: 650px){
	  .page-about-two-items-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }    .page_about_info_item {
        text-align: center;
        width: 290px;
    }.page_about_info_item-icon {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}.page_about_info_item-icon img {
    max-height: 65px;
}
	.page-about-two-three-screen .slick-prev, .page-about-two-three-screen .slick-next {
		display: none!important
	}
	.page-about-two-three-screen .slick-dots li {
		background: #B5BBC5;
	}
	.page-about-two-three-screen	.slick-dots li.slick-active {
    background: #F7770A;
}
	.page-about-for-screen-right {
    border-radius: 15px; 
	}
}