@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 10;
	src: url('../fonts/woff2/DanaFaNum-Hairline.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-Hairline.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/woff2/DanaFaNum-Thin.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-Thin.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/woff2/DanaFaNum-UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-UltraLight.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/woff2/DanaFaNum-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-Light.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/woff2/DanaFaNum-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-Medium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/woff2/DanaFaNum-DemiBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-DemiBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/woff2/DanaFaNum-ExtraBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-ExtraBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/woff2/DanaFaNum-Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-Black.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/woff2/DanaFaNum-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/woff2/DanaFaNum-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/DanaFaNum-Regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
body {
	font-family: dana;	
}
.topbar_head {
    background: #EFEBFF;
    padding: 8px 0;
}

.topbar_head p {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: 600;
    line-height: 180%;
}
.text-success {
    color: #16A34A !important;
}
ul.menu_topbar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
}

ul.menu_topbar li a {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: #000;
}

.head_r {
    display: flex;
    align-items: center;
}

nav.menu_header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 32px;
}

nav.menu_header ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
}

.main_head {
    padding: 20px 0;
    border-bottom: 1px solid #EAEAEA;
}

nav.menu_header {
    margin-right: 46px;
}

.btn_srh {
    margin-right: 46px;
    border: none;
    background: no-repeat;
}

.btn-primary {
    background: #3900FA;
    border-color: #3900FA;
}

.btn {
    border-radius: 10px;
    padding: 9px 24px;
    font-weight: 600;
}
.text_primary {
    color: rgba(57, 0, 250, 1);
}
.btn-outline-primary {
    border-color: #EAEAEA;
    color: rgba(0, 0, 0, 1);
}
.btn-outline-primary:hover {
    background: #EAEAEA;
    border-color: #EAEAEA;
    color: rgba(0, 0, 0, 1);
}
.btn_app_h {
    padding: 9px;
}

.hero_home {
    padding: 57px 0;
}
.hero_img {
    overflow: hidden;
}
.top_hero p {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 14px;
    padding: 10px 20px;
    color: #23009A;
    margin: 0;
    line-height: normal;
}

.top_hero p span {
    font-weight: 800;
}
.head_l {
    align-items: center;
    display: flex;
    gap: 9px;
}
.dark_mode {
    display: inline-flex;
}
.dark_mode .switch {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 41px;
}

.dark_mode .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.dark_mode .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(234, 234, 234, 1);
    transition: .4s;
    border-radius: 10px;
}

.dark_mode .slider:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: 4px;
    bottom: 4px;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0px 1px 2.5px 0px rgb(0 0 0 / 15%);
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='23' viewBox='0 0 8 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.87684 21.107C0.620787 15.8509 0.640513 7.30944 5.9209 2.02905' stroke='%235D2FFB' stroke-width='3.24012' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-color: #fff;
    background-position: 2px center;
    background-repeat: no-repeat;
    z-index: 99;
}

.dark_mode input:checked + .slider:before {
    transform: translateX(70px) rotate(180deg);
}

.dark_mode .slider .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    transition: .4s;
}

.dark_mode .slider .sun {
    left: 10px;
    color: #ff9800;
}

.dark_mode .slider .moon {
    right: 10px;
    color: #3f51b5;
}

.dark_mode input:checked + .slider .sun {
    color: #ffffff;
}

.dark_mode input:not(:checked) + .slider .moon {
    color: #757575;
}
.bx_hero h1 {
    margin: 19px 0;
    font-size: 54px;
    font-weight: 900;
    line-height: normal;
}

.bx_hero h1 span {
    color: #3900FA;
}

.text-primary {
    color: #3900FA !important;
}

.mini_signup p {
    font-weight: 400;
    margin-bottom: 6px;
}

.mini_signup .frm_mini_signup {display: flex;gap: 8px;flex-wrap: wrap;}

.form-control {
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: 9px 12px;
}

.mini_signup .frm_mini_signup input {
    flex: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: 170%;
}

.btn svg:last-child {
    margin-right: 10px;
}

.tit_l_p {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
.container_slider {
    position: absolute;
    width: 100%;
}
.bx_last_price {
    border-radius: 19px;
    background: #FFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin: 10px 0;
    overflow: hidden;
}
.bx_last_price>img {
    width: 100%;
}
.bx_last_price .head_l_p {
    padding: 11px;
    display: flex;
    align-items:  center;
    gap: 8px;
}

.bx_last_price .head_l_p p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 170%;
}

.bx_last_price .head_l_p .icon_l_p {
    box-shadow: 0px 1.227px 3.682px 0px rgba(0, 0, 0, 0.10), 0px 1.227px 2.455px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 7px;
}

.bx_last_price .head_l_p p:last-child {
    margin: 0;
}

.bx_last_price .head_l_p p span {
    font-weight: 900;
    line-height: normal;
    font-size: 16px;
}

.bx_last_price .head_l_p p .price {
    font-size: 12px;
    font-weight: 900;
    line-height: normal;
    margin-right: 8px;
}

.bx_last_price .head_l_p p .price.down {
    color: #F00;
}

.bx_last_price .head_l_p p .price svg {
    margin-right: 4px;
}

.bx_last_price .head_l_p p:first-child {
    margin-bottom: 5px;
}
.bx_last_price .chart_b_l_p {
    width: 100%;
    height: 88px;
    margin-bottom: -1px;
}
.bx_last_price .chart_b_l_p canvas,.chart_tbl canvas {
    width: 100% !important;
    height: auto !important;
}
.last_price {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.tit_fth_ican {
    text-align: center;
    padding-bottom: 40px;
}

.mini_tit {
    border-radius: 14px;
    border: 1px solid #DDD;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    color: #23009A;
    margin-bottom: 19px;
}

h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: normal;
}

.bx_fth h4 {
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
}

.bx_fth p {
    font-size: 12px;
    font-weight: 300;
    line-height: 170%;
    margin: 0;
}

.bx_fth {
    display: flex;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 22px 17px;
    flex-wrap: wrap;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
}

.bx_fth.bx_fth_1 .desc {
    flex: 0.4;
}

.bx_fth.bx_fth_1 {
    background: url(../images/home/security_new_h.svg) no-repeat #fff;
}
.bx_fth.bx_fth_2 {
    background: url(../images/home/wage.svg) no-repeat #02000A;
    color: #fff;
    position: relative;
    padding-top: 160px;
}

.bx_fth.bx_fth_2 .bx_wage {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #656565;
    border: 1.144px solid #EAEAEA;
    border-radius: 16px;
    padding: 10px 17px;
    margin: 0 20px 50px 20px;
    z-index: 999999;
}

.bx_fth.bx_fth_2 .bx_wage p {
    margin: 0;
    font-weight: 300;
    line-height: normal;
}

.bx_fth.bx_fth_2 .bx_wage span {
    color: #DDD3FE;
    font-weight: 800;
    font-size: 20px;
}

.bx_fth.bx_fth_2:before, .bx_fth.bx_fth_2:after {
    content: '';
    position: absolute;
    right: 25px;
    height: 50px;
    width: 150px;
    background: rgba(255, 255, 255, 0.39);
    z-index: 0;
    border-radius: 12px;
    transform: rotate(10deg);
    top: 50px;
    display: none;
}

.bx_fth.bx_fth_2:after {
    left: 25px;
    right: auto;
    transform: rotate(-10deg);
}
.bx_fth.bx_fth_3 {padding: 0;background: rgb(185,165,255);background: linear-gradient(145deg, rgb(228 223 246) 0%, rgb(243 240 253)  15%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);}
.bx_fth.bx_fth_3 .desc {
    margin-top: -20px;
}
.bx_fth.bx_fth_3 h4, .bx_fth.bx_fth_3 p {
    padding: 0 17px;
}

.bx_fth.bx_fth_3 p {
    width: 80%;
}

.row_fth>div {
    margin-bottom: 19px;
}

.bx_fth.bx_fth_4 {
    background: rgb(217,206,254);
    background: linear-gradient(13deg, rgb(240 236 251) 0%,rgba(255,255,255,1) 100%);
}

.bx_fth.bx_fth_4 img {
    width: 100%;
}

.bx_fth.bx_fth_5 {
    justify-content: space-between;
    gap: 80px;
    background: linear-gradient(13deg, rgba(255,243,236,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    position: relative;
}
.bx_fth.bx_fth_5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home/support.svg) no-repeat;
    background-position: 20px bottom;
    background-size: auto 242px;
}
.bx_fth.bx_fth_5 .desc {
    flex: 0.35;
    position: relative;
    z-index: 999;
}

.bx_fth.bx_fth_5 img {
    flex: 1;
    margin: 0;
    padding: 0;
    display: none;
}

.bx_fth.bx_fth_6 img {
    width: 100%;
}

.bx_fth.bx_fth_6 .desc {
    margin-top: -40px;
}

.bx_fth.bx_fth_7 {
    background: url(../images/home/farm_new.svg) no-repeat;
    background-color: #EEEEEE;
    background-position: left bottom;
}

.bx_fth.bx_fth_7 .desc {
    flex: 0.6;
}

.bx_fth.bx_fth_8 {
    background: url(../images/home/taking_new.svg) no-repeat #23009A;
    color: #fff;
    padding: 0 0 140px 0;
    background-position: center bottom;
}

.bx_fth.bx_fth_8 .desc {
    padding: 22px 17px;
}

.bx_fth.bx_fth_8 img {
    width: 288px;
    margin: -20px auto 0;
}

.bx_fth.bx_fth_9 {
    justify-content: space-between;
}

.bx_fth.bx_fth_9 img {
    flex: 1;
}

.bx_fth.bx_fth_9 .desc {
    flex: 1;
}

.fth_ivan {
    padding: 75px 0;
    position: relative;
}

.fth_ivan:before {
    content: '';
    width: 300px;
    height: 382px;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='382' viewBox='0 0 300 382' fill='none'%3E%3Cpath d='M3.51489 379.537L106.039 201.74L189.923 274.176L326 1.99292' stroke='url(%23paint0_linear_335_1014)' stroke-width='7'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_335_1014' x1='164.757' y1='1.99292' x2='164.757' y2='379.536' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EFEBFF'/%3E%3Cstop offset='1' stop-color='%23EFEBFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    z-index: -1;
}

.fth_ivan:after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 300px;
    height: 382px;
    left: 0;
    top: 20%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='319' height='384' viewBox='0 0 319 384' fill='none'%3E%3Cpath d='M312.485 380.544L209.961 202.747L126.077 275.183L-10.0001 3' stroke='url(%23paint0_linear_335_1015)' stroke-width='13'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_335_1015' x1='151.243' y1='3' x2='151.243' y2='380.544' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EFEBFF'/%3E%3Cstop offset='1' stop-color='%23EFEBFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

#crypto_tbl_tabs li button {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 180%;
    border-radius: 9px;
    color: #8F8F8F;
    transition: all 0.3s;
}

#crypto_tbl_tabs {
    background: rgba(234, 234, 234, 1);
    border-radius: 10px;
    padding: 3px;
    gap: 3px;
}

#crypto_tbl_tabs li button.active, #crypto_tbl_tabs li button:hover {
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
    background: #fff;
    color: #000;
}

.tbl_crypto thead {
    border: none;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.tbl_crypto thead tr th:first-child {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #EAEAEA;
}

.tbl_crypto thead tr th {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background: #F7F7F7;
    font-size: 12px;
    font-weight: 300;
    line-height: 170%;
    text-align: center;
}

.tbl_crypto {
    border-collapse: separate;
    border-spacing: 0 10px;
    border: none;
}

.tbl_crypto thead tr th:last-child {
    border-radius: 10px 0 0 10px;
    border-left: 1px solid #EAEAEA;
}

.bx_cur_tbl {
    display: flex;
    align-items: center;
}

.bx_cur_tbl p {
    font-size: 14px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 5px;
}

.bx_cur_tbl img {
    margin-left: 8px;
}

.bx_cur_tbl span {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.chart_tbl {
    width: 219px;
    height: 51px;
    display: inline-flex
}
.tbl_crypto tbody p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.bx_cur_tbl div>p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90px;
}
.tbl_crypto tbody td {
    vertical-align: middle;
    border: none;
}

.tbl_crypto tbody p span {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin-right: 10px;
}

.bx_stat {
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    padding: 6px 9px;
    display: inline-flex;
    gap: 4px;
    border: 1px solid transparent;
    align-items: center;
}

.bx_stat.success {
    border: 1px solid rgba(0, 216, 9, 0.11);
    background: rgba(229, 251, 230, 1);
    color: #00D809;
}

.action_tbl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 11px;
}

.btn_norm {
    color: #3900FA;
}

.tbl_crypto tbody tr {
    margin-bottom: 14px;
    box-shadow: 0px 0px 0px 1px #EAEAEA inset;
    border-radius: 15px;
}

.calc_crypto {
    padding: 100px 0;
}

.bx_calc_crypto #bs_crypto li button {
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
    line-height: 180%;
    color: #8F8F8F;
    width: 100%;
}

.bx_calc_crypto #bs_crypto {
    border-radius: 10px;
    background: #EAEAEA;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 14px;
}

.bx_calc_crypto #bs_crypto li button.active,.bx_calc_crypto #bs_crypto li button:hover {
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #000;
}

.bx_calc_crypto #bs_crypto li {
    flex: 1;
}

.bx_calc_crypto {
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 20px;
    border: 1px solid #DDD;
    padding: 25px;
    position: relative;
}
.frm_calc {
    position: relative;
}
.frm_calc .btn_swap {
    position: absolute;
    right: calc(50% - 20px);
    width: 42px;
    height: 41px;
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    top: calc(50% - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.frm_calc .bx_calc_input {
    border-radius: 15px;
    background: #F7F7F7;
    padding: 20px 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    align-items: center;
    transition: all 0.3s;
}
.frm_calc .bx_calc_input:focus-within {
    box-shadow: 0 0 0 2px #825efc inset;
}
.frm_calc .bx_calc_input>div {
    flex: auto;
}

.frm_calc .bx_calc_input .select2-container {
    display: initial;
}

.frm_calc>.bx_calc_input input {
    border: none;
    background: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.frm_calc>.bx_calc_input .select2-container--default .select2-selection--single {
    border: none;
    background: none;
}

.frm_calc>.bx_calc_input .select2-container .option-content {
    flex-direction: row-reverse;
}

.select2-container .option-content p {
    font-size: 14px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 5px;
}

.frm_calc>.bx_calc_input .select2-selection__arrow {
    right: 0 !important;
    left: auto !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M9 6.5L15 12.5L9 18.5' stroke='%23222222'/%3E%3C/svg%3E");
    width: 24px;
    height: 25px;
    top: calc(50% - 12.5px);
}

.frm_calc>.bx_calc_input .select2-selection__arrow>* {
    display: none;
}

.frm_calc .btn-primary {
    margin-bottom: -75px;
}

.bx_calc_crypto:before {
    content: '';
    position: absolute;
    right: -29px;
    top: 11px;
    width: 144px;
    height: 105px;
    background: url(../images/home/bx_r.svg) no-repeat;
    z-index: -1;
}

.bx_calc_crypto:after {
    content: '';
    position: absolute;
    left: -24px;
    bottom: 0;
    width: 144px;
    height: 105px;
    background: url(../images/home/bx_l.svg) no-repeat;
    z-index: -1;
}
.investment {
    padding-top: 85px;
}
.bx_invt {
    border-radius: 15px;
    border: 1px solid #EAEAEA;
    display: inline-flex;
    align-items: center;
    padding: 18px 120px 8px 5px;
    width: 420px;
    max-width: 100%;
    background: url(../images/home/stat.svg) no-repeat , #F7F7F7;
    background-position: bottom right;
}

.bx_invt p {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.bx_invt a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 180%;
}

a {
    color: #3900FA;
}

.bx_invt a svg {
    margin-right: 6px;
}

.sec_wallet {
    padding: 135px 0;
}

.list_fth_wallet {
    display: flex;
    gap: 30px;
    margin-top: 45px;
}

.list_fth_wallet .img_l_f_w {
    border-radius: 11px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_fth_wallet>div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.list_fth_wallet p {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.list_steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
    position: relative;
}

.steps_home {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.bx_step .icon_b_s {
    border-radius: 160px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.bx_step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bx_step h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.bx_step p {
    font-size: 12px;
    font-weight: 300;
    line-height: 170%;
    margin: 0;
}

.list_steps:before {
    content: '';
    position: absolute;
    top: 30%;
    width: 85%;
    background: #D7D7D7;
    height: 6px;
    z-index: -1;
    right: 4%;
}

.steps_home:before,.steps_home:after {
    content: '';
    position: absolute;
    left: -235px;
    top: calc(50% - 170px);
    border-radius: 50px;
    width: 340px;
    height: 340px;
    background: linear-gradient(-90deg, #F6F6F6 0%, rgba(249, 249, 249, 0.00) 100%);
    transform: rotate(45deg);
}

.steps_home:after {
    transform: rotate(-45deg);
    left: auto;
    right: -235px;
    background: linear-gradient(90deg, #F6F6F6 0%, rgba(249, 249, 249, 0.00) 100%);
}

.app_dl {
    padding: 80px 0;
}

.list_dl_app {
    display: flex;
    align-items: center;
    gap: 14px;
}

.list_dl_app .btn_l_d_a {
    border-radius: 15px;
    border: 1px solid #DDD3FE;
    background: #EFEBFF;
    padding: 21px 19px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 180%;
}

.list_dl_app .btn_l_d_a span {
    border-radius: 5px;
    background: var(--color-base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 4px 7px;
    margin-right: 12px;
}
.faq_home {
    padding-bottom: 135px;
}
.accordion .accordion-item {
    margin-bottom: 17px;
    border-radius: 24px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.accordion .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    background: none;
    box-shadow: none;
    border: none;
    color: #000;
    padding: 15px 20px 8px 20px;
}

.accordion .accordion-item .accordion-body {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 0 20px 15px;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='13' fill='%233900FA'/%3E%3Cpath d='M34.6667 26.6667H26.6667H24H16V24H24H26.6667H34.6667V26.6667Z' fill='white'/%3E%3C/svg%3E%0A");
}

.accordion .accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_287_36551)'%3E%3Crect x='2' y='1' width='50' height='50' rx='13' fill='white'/%3E%3Crect x='3' y='2' width='48' height='48' rx='12' stroke='%23EAEAEA' stroke-width='2'/%3E%3Cpath d='M36.3334 27.3307H28.3334V35.3307H25.6667V27.3307H17.6667V24.6641H25.6667V16.6641H28.3334V24.6641H36.3334V27.3307Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_287_36551' x='0' y='0' width='54' height='54' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_287_36551'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_287_36551' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 50px;
    height: 50px;
    background-size: 100%;
}
.sec_slide_blog_home {
    height: 350px;
}
.blog_home {
    background: #F7F7F7;
    padding: 50px 0 67px;
    overflow: hidden;
    position: relative;
}
.blog_home.blog_inpage {
    margin-top: 125px;
}
.nav_btns_slides {
    margin-left: 22px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    height: 100%;
}
.nav_btns_slides .swiper-button-next, .nav_btns_slides .swiper-button-prev {
    width: 33px;
    height: 33px;
    position: unset;
    display: contents;
}
.nav_btns_slides  button {
    border: none;
    background: none;
}
.nav_btns_slides  button:after {
    display: none;   
}
.bx_blog {
    border-radius: 15px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 8px 9px 15px 9px;
}

.bx_blog>img {
    margin-bottom: 15px;
    width: 100%;
}

.bx_blog h3 a {
    color: #000B29;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.bx_blog .meta_blog_h {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    color: #757575;
    margin-bottom: 24px;
}

.foot_site {
    background: #F7F7F7;
}

.topbar_footer {
    background: #fff;
    padding: 30px 0;
    margin-bottom: 60px;
}

.step_contact {
    display: flex;
    align-items: center;
}

.step_contact h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    margin-left: 40px;
}

.step_contact .bx_s_c p {
    font-size: 12px;
    font-weight: 300;
    line-height: 170%;
    margin-bottom: 3px;
}

.step_contact .bx_s_c a img {
    margin-right: 8px;
}

.step_contact .bx_s_c a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.step_contact .bx_s_c:last-child {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #EAEAEA;
}

.bx_foot h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

.bx_foot ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bx_foot ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    text-decoration: none;
    margin-bottom: 14px;
    display: block;
}

.bx_foot {
    margin-left: 76px;
}

.app_footer {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.app_footer .list_appstore {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.app_footer .list_appstore a {
    width: 41px;
    height: 41px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app_footer .qr_app img {
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #EAEAEA;
    margin-bottom: 6px;
}

.app_footer .qr_app p {
    max-width: 135px;
    margin: 0;
}

.app_footer .qr_app {
    text-align: center;
}

.bx_sub {
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 24px 30px;
    margin-top: 50px;
}

.frm_sub_f > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.frm_sub_f > div input {
    flex: 1;
}

.bx_sub p {
    margin: 0;
}

.copyright {
    border-top: 1px solid #DDD;
    margin-top: 50px;
    padding: 11px 0;
}

.list_social_foot {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 17px;
}

.list_social_foot li a {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 1);
    box-shadow: 0 0 0 4px #6E6E6E inset;
    align-items: center;
    justify-content: center;
}

.copyright p {
    margin: 0;
}
.select2-container .select2-selection--single {
    height: auto;
}
.select2-container .option-content {
    display: flex;
    align-items: center;
    gap: 8px;
}
.select2-container .option-content .icon {
    width: 40px;
    height: 40px;
}
.option-subtext {
    display: block;
    font-size: 0.8em;
    color: #888;
    text-align: left;
}
.select2-dropdown {
    box-shadow: 0 0 5px #ddd;
    border: none;
    border-radius: 8px;
}
.select2-search--dropdown .select2-search__field {
    border-radius: 8px;
    border-color: #d0cccc !important;
}
.select2-results .option-content p {
    font-size: 12px;
    font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] .option-subtext {
    color:#fff;
}
.menu_mon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu_mon ul li a {
    text-decoration: none;
    padding: 10px 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.breadcrumb {
    background: #f3f3f3;
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 9px;
    align-items: center;
}

.breadcrumb li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    line-height: 1.7;
}

.breadcrumb .breadcrumb-item.active {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 1.7;
}

.h_page {
    padding: 1.869rem 0 2.25rem;
    position: relative;
    overflow: hidden;
}
.h_page.curr_list:before,.h_page.curr_list:after {
    width: 442px;
    height: 356px;
    position: absolute;
    content: '';
    right: -5px;
    top: 1.869rem;
    background: url(../images/currency/l_r.svg) no-repeat;
    background-size: 100%;
}

.h_page.curr_list:after {
    right: auto;
    left: -5px;
    background: url(../images/currency/l_l.svg) no-repeat;
}
.bx_curr_list>img {
    margin: -57px 0;
}

.bx_curr_list h1 {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 0.813rem;
}

.bx_curr_list>p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
}

.top_curr h3 {
    color: #3900fa;
    text-align: center;
    font-size: 20px;
    margin-bottom: 1.875rem;
    font-weight: bold;
}

.bx_top_curr {
    border: solid 1px #e6e6e6;
    padding: 1.063rem 1.188rem 1.938rem;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.bx_top_curr>p {
    font-size: 16px;
    font-weight: 600;
    color: #b3b3b3;
    margin-bottom: 1.375rem;
}

.bx_list_top_curr {
    display: flex;
    align-items:  center;
    justify-content: space-between;
    margin-bottom: 0.563rem;
}

.bx_list_top_curr>div:first-child {
    display: flex;
    align-items:  center;
    gap: 0.313rem;
}

.bx_list_top_curr>div:first-child p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.125rem;
}

.bx_list_top_curr>div:first-child span {
    font-size: 12px;
    font-weight: 300;
    color: #9a9a9a;
}

.bx_list_top_curr>div:last-child .price span {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
}

.bx_list_top_curr>div:last-child .price {
    margin: 0;
}

.stat_curr {
    display: inline-flex;
    align-items: center;
    direction: ltr;
    gap: 0.344rem;
    font-size: 12px;
    font-weight: 500;
    color: #00d809;
}

.bx_list_top_curr>div:last-child {
    text-align: left;
}

.bx_top_curr .bx_list_top_curr:last-child {
    margin: 0;
}

.top_curr {
    padding-bottom: 6rem;
}

.srh_curr_list>div {
    position: relative;
}

.srh_curr_list .form-control {
    padding: 9px 2.875rem 9px 12px;
    font-size: 12px;
    font-weight: 300;
    width: 505px;
    max-width: 100%;
}

.srh_curr_list>div:before {
    content: '';
    position: absolute;
    right: 0.75rem;
    top: calc(50% - 12.5px);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11.5' r='6' stroke='%23222'/%3E%3Cpath d='m20 20.5-3-3' stroke='%23222' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 25px;
}
.bx_curr_logo .b_c_l_img {
    background: rgba(239, 235, 255, 1);
    border-radius: 14px;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bx_curr_logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.688rem;
}

.bx_curr_logo .b_c_l_img:before {
    content: '';
    position: absolute;
    right: 6px;
    top: 6px;
    width: 80px;
    height: 80px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    z-index: 1;
    border-radius: 14px;
}

.bx_curr_logo .b_c_l_img img {
    position: relative;
    z-index: 9;
}

.bx_curr_logo .desc p {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    margin: 0;
}

.bx_curr_logo .desc p span {
    color: #9a9a9a;
    font-weight: normal;
}

.bx_curr_logo .desc .tit {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.bx_curr_logo .desc a {
    color: #3900fa;
    text-decoration: none;
    font-size: 10px;
    display: flex;
    align-items: center;
    font-weight: normal;
    gap: 0.25rem;
}

.bx_curr_info {
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
}

.bx_curr_info h3,.bx_side_curr h3 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.938rem;
    margin-top: 10px;
}

.bx_curr_info h3 span,.bx_side_curr h3 span {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #cbbcfe;
    top: -50%;
}
.bx_side_curr .frm_calc .bx_calc_input label {
    font-size: 12px;
    font-weight: 300;
}
.bx_side_curr .frm_calc .bx_calc_input .select2-selection__arrow {
    right: -24px !important;
}
.bx_side_curr .frm_calc .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.bx_side_curr .frm_calc .bx_calc_input {
    padding: 9px 12px;
}
.bx_side_curr .frm_calc .btn_swap {
    top: calc(50% - 65px);
}
.bx_side_curr .frm_calc .btn-primary {
    margin-bottom: 0;
    width: 100%;
}
.frm_calc .price_unit {
    font-size: 12px;
    font-weight: 300;
    margin: 13px 0;
}
.frm_calc .price_unit span {
    font-weight: 600;
}
.bx_curr_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx_curr_info ul li {
    display: flex;
    justify-content: space-between;
}

.bx_curr_info ul li p {
    color: #808080;
    line-height: 1.8;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.bx_curr_info ul li div {
    font-size: 12px;
    font-weight: bold;
}

.bx_curr_info ul li {
    margin-bottom: 1rem;
}

.bx_curr_info ul li:last-child {
    margin: 0;
}

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

.bx_curr_info .top_down_curr span {
    color: #757575;
    font-size: 12px;
    font-weight: 300;
}

.bx_curr_info .top_down_curr p {
    margin: 0;
}

.bx_curr_info .top_down_curr div:last-child {
    text-align: left;
}

.bx_curr_info .top_down_curr {
    border-top: 1px solid #f3f3f3;
    padding: 0.938rem 0 0;
    margin: 0.875rem 0 7px 0;
}
.tags_curr {
    border-top: 1px solid #f3f3f3;
    padding-top: 15px;
}
.line_curr {
    background: #F3F3F3;
    height: 5px;
    border-radius: 15px;
    margin-bottom: 34px;
    position: relative;
}

.line_curr:before {
    position: absolute;
    content: '';
    width: var(--line_curr_wth);
    right: 0;
    top: 0;
    height: 100%;
    background: #C9C9C9;
    border-radius: 15px;
}

.line_curr:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: calc(var(--line_curr_wth) - 8px);
    top: calc(100% + 3px);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10L8 6L4 10' stroke='%2333363F' stroke-width='1.33333'/%3E%3C/svg%3E%0A");
}
.bx_curr_info .tags_curr p {
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    line-height: 1.8;
    margin-bottom: 0.25rem;
}

.bx_curr_info .tags_curr div a {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    padding: 5px 10px;
    border: solid 1px #eaeaea;
    border-radius: 10px;
    transition: all 0.3s;
}

.bx_curr_info .tags_curr div {
    gap: 0.25rem;
}

.bx_curr_info .tags_curr div a:hover {
    background: #eaeaea;
}

.chart_curr_inpage .head_c_c_i {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
}

.chart_curr_inpage .head_c_c_i .price span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 600;
}

.chart_curr_inpage .head_c_c_i .price.IR {
    font-size: 24px;
    font-weight: 800;
    margin: 0.813rem 0 0.375rem 0;
    line-height: normal;
}

.chart_curr_inpage .head_c_c_i .price.USD {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.n_tabs {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 3px;
    border-radius: 10px;
    background-color: #e6e6e6;
    gap: 0.188rem;
}

.n_tabs li a {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 4px 8px;
    display: block;
    transition: all 0.3s;
    border-radius: 10px;
}

.n_tabs li a.active,.n_tabs li a:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #000000;
}

.chart_curr {
    margin-bottom: 2.313rem;
}

.banner_curr {
    margin-bottom: 1.06rem;
}
.banner_curr img {
    width: 100%;
}
.stat_curr_his {
    display: flex;
    align-items: center;
    border: solid 1px #f3f3f3;
    padding: 16px;
    border-radius: 15px;
    flex-wrap: wrap;
    gap: 1.725rem;
    justify-content: space-between;
}

.stat_curr_his div>span {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 0.25rem;
}

.bx_stat.danger {
    border: 1px solid rgba(216, 0, 0, 0.11);
    background: #fbe5e5;
    color: #d80000;
}

.stat_curr_his>div {
    display: flex;
    flex-direction: column;
}

.h_side_curr .btn:not(.swap) {width: 42px;height: 41px;padding: 0;}

.h_side_curr .btn {
    height: 41px;
    padding: 0 1.938rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cur_page {
    padding: 2.5rem 0;
}

.h_side_curr {
    margin-bottom: 0.688rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bx_side_curr {
    padding: 16px;
    border-radius: 15px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin-bottom: 0.438rem;
    background: #fff;
}

.bx_side_curr.over_market {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bx_side_curr.over_market h3 {
    margin-bottom: 0;
}

.bx_side_curr.over_market * {
    flex: 1;
}

.bx_side_curr.over_market a {
    text-align: left;
}

.bx_curr_side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding: 0.75rem 0;
}

.bx_curr_side:last-child {
    border: none;
}

.bx_curr_side .icon_crr {
    border-radius: 9.5px;
    box-shadow: 0 1px 1.9px 0 rgba(0, 0, 0, 0.06), 0 1px 2.9px 0 rgba(0, 0, 0, 0.1);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.25rem;
}

.bx_curr_side .d-flex p {
    line-height: 1.8;
    margin: 0;
}

.bx_curr_side .d-flex span {
    font-size: 12px;
    font-weight: 300;
}

.bx_curr_side>div:last-child p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.stat_curr.good {
    color: #00d809;
}

.stat_curr.bad {
    color: #f00;
}

.bx_curr_side div:last-child .stat_curr {
    font-weight: 900;
}

.bx_curr_side:first-child {
    padding-top: 0;
}

.bx_curr_side:last-child {
    padding-bottom: 0;
}

.content_curr {
    padding: 2.875rem 0;
}

.content_curr h1 {
    font-size: 24px;
    font-weight: 800;
}

.content_curr p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
}

.content_curr img {
    border-radius: 20px;
    max-width: 100%;
    margin: 0 auto 2rem;
    display: block;
}

.content_curr h2 {
    font-size: 20px;
    font-weight: bold;
}

.adv_dis {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8rem;
    margin-bottom: 2.5rem;
}

.adv_dis span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
}

.adv_dis p {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.688rem;
}

.adv_dis .adv p {
    color: #0fb600;
}

.adv_dis .dis p {
    color: #e50000;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.tbl_crypto_mob .bx_cryp_mob {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tbl_crypto_mob .bx_cryp_mob p {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90px;
}

.tbl_crypto_mob .bx_cryp_mob span {
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
}

.tbl_crypto_mob {
    flex-direction: column;
    margin-top: 10px;
}

.tbl_c_m_row>div:nth-child(2) p:first-child {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px;
}

.tbl_c_m_row>div:nth-child(2) p:last-child {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}

.tbl_c_m_row>div:nth-child(2) p {
    text-align: left;
}

.tbl_c_m_row>div:nth-child(2) p span {
    color: #8F8F8F;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.tbl_crypto_mob .tbl_c_m_row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 24px;
}
.tbl_c_m_row .cryp_stat {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
}
.m_srh_cur h2 {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.m_srh_cur .line_tab {
    margin-bottom: 16px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.m_srh_cur .line_tab li {
    flex: 1;
}
.m_srh_cur .line_tab li button {
    gap: 10px;
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}

.bx_cur_modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    padding: 8px;
    transition: all 0.3s;
    cursor: pointer;
}

.bx_cur_modal div>img {
    width: 40px;
    height: 40px;
}

.bx_cur_modal>div:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bx_cur_modal>div:first-child div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bx_cur_modal div:first-child p {
    line-height: 29px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.bx_cur_modal div:first-child span {
    color: rgba(179, 179, 179, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.bx_cur_modal>div:last-child span {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
}

.bx_cur_modal>div:last-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.bx_cur_modal>div:last-child p {
    margin: 0;
    font-size: 16px;
}

.bx_cur_modal:hover {
    background: rgba(243, 243, 243, 1);
    border-radius: 10px;
}
.bx_crpto_modal {
    display: flex;
    justify-content: start;
    align-items: center;
    direction: ltr;
    gap: 8px;
    position: relative;
}

.bx_crpto_modal p {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 5px;
}

.bx_crpto_modal span {
    line-height: 17px;
    font-size: 12px;
    font-weight: 300;
}

.bx_crpto_modal:before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6.5L15 12.5L9 18.5' stroke='%23222222'/%3E%3C/svg%3E%0A");
}
.nav-tabs.line_tab li button {
    position: relative;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 180%;
    color: #8F8F8F;
}

.line_tab>li>button:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    right: 0;
    background: #5D2FFB;
    transition: all 0.3s;
    opacity: 0;
}

.line_tab>li>button.active:before, .line_tab>li>button:hover:before {
    opacity: 1;
}

.line_tab {
    background: none;
    border: none;
}
.modal .srh_c_card {
    margin: 0 0 21px 0;
    width: 100%;
}
.modal .srh_c_card input {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
}
.modal .srh_c_card:before {
    top: 8.5px;
}
.srh_c_card {
    margin: 37px 0 8px;
    display: inline-block;
    width: 300px;
    position: relative;
}
.srh_c_card:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 5.5px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11.5' r='6' stroke='%23222222'/%3E%3Cpath d='M20 20.5L17 17.5' stroke='%23222222' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
}
.frm_calc .srh_c_card .form-control {
    border: 1px solid rgba(234, 234, 234, 1);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 8.5px 46px 8.5px 12px;
    font-weight: 400;
}
.btn-close {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.01356 1.01356C1.14247 0.884815 1.31721 0.8125 1.4994 0.8125C1.68158 0.8125 1.85632 0.884815 1.98523 1.01356L12.9852 12.0136C13.0528 12.0765 13.107 12.1524 13.1445 12.2367C13.1821 12.3211 13.2023 12.4121 13.2039 12.5044C13.2056 12.5967 13.1886 12.6884 13.154 12.774C13.1194 12.8596 13.068 12.9374 13.0027 13.0027C12.9374 13.068 12.8596 13.1194 12.774 13.154C12.6884 13.1886 12.5967 13.2056 12.5044 13.2039C12.4121 13.2023 12.3211 13.1821 12.2367 13.1445C12.1524 13.107 12.0765 13.0528 12.0136 12.9852L1.01356 1.98523C0.884815 1.85632 0.8125 1.68158 0.8125 1.4994C0.8125 1.31721 0.884815 1.14247 1.01356 1.01356Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9843 1.01356C13.1131 1.14247 13.1854 1.31721 13.1854 1.4994C13.1854 1.68158 13.1131 1.85632 12.9843 1.98523L1.98431 12.9852C1.85398 13.1067 1.68161 13.1728 1.5035 13.1696C1.32539 13.1665 1.15545 13.0943 1.02949 12.9684C0.903527 12.8424 0.831375 12.6725 0.828232 12.4944C0.82509 12.3163 0.891202 12.1439 1.01264 12.0136L12.0126 1.01356C12.1415 0.884815 12.3163 0.8125 12.4985 0.8125C12.6807 0.8125 12.8554 0.884815 12.9843 1.01356Z' fill='black'/%3E%3C/svg%3E%0A");
    border: 0.69px solid rgba(217, 217, 217, 1);
    border-radius: 145px;
    padding: 0 !important;
    width: 44px;
    height: 44px;
}
.profile_mini {
    display: flex;
    align-items:  center;
    gap: 24px;
    position: relative;
    cursor: pointer;
}
.profile_mini_mob {
    position: relative;
    cursor: pointer;
}
.l_head_panel {
    display: flex;
    align-items: center;
    gap: 13px;
}

.profile_mini .dtl_user {
    display: flex;
    align-items: center;
    gap: 4px;
}

.profile_mini .dtl_user h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22.88px;
    margin: 0;
}

.profile_mini .dtl_user p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.profile_mini .dtl_user .lvl_user.bronze {
    color: rgba(255, 116, 63, 1);
}

.l_head_panel .btn-outline-primary {
    width: 42px;
    height: 42px;
    padding: 9px;
}
.menu_srv:hover .mega_all_srv,.notif_ivan:hover .mega_notif_ivan,.app_ivan:hover .mega_app_ivan,.profile_mini:hover .mega_profile_ivan,.profile_mini_mob:hover .mega_profile_ivan {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.mega_all_srv, .mega_notif_ivan, .mega_app_ivan,.mega_profile_ivan {
    width: 500px;
    z-index: 99999;
    position: absolute;
    top: 100%;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s;
    opacity: 0;
}
.mega_all_srv .mega_contain, .mega_notif_ivan .mega_contain, .mega_app_ivan .mega_contain, .mega_profile_ivan .mega_contain {
	display: flex;
    flex-direction: column;
    box-shadow: 0px 20px 25px -5px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 20px;
    margin-top: 50px;
}
.mega_all_srv ul {
    list-style: none;
    padding: 25px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.mega_all_srv .bx_mega_a_s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.mega_all_srv .bx_mega_a_s>div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mega_all_srv .bx_mega_a_s>div h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 2px;
}

.mega_all_srv .bx_mega_a_s>div p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

.mega_all_srv ul li {
    width: 100%;
}

.mega_all_srv .f_m_a_s {
    background: rgba(243, 243, 243, 1);
    border-top: 1px solid rgba(230, 230, 230, 1);
    padding: 25px;
    border-radius: 0 0 20px 20px;
}

.mega_all_srv .f_m_a_s p {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: rgba(154, 154, 154, 1);
    margin: 0;
}

.mega_all_srv .f_m_a_s p span {
    font-weight: 400;
}

.mega_all_srv .f_m_a_s p .dot {
    margin: 0 10px;
}

.menu_srv {
    position: relative;
}

.notif_ivan {
    position: relative;
}

.mega_notif_ivan {
    width: 300px;
    left: 0;
}
.mega_notif_ivan .mega_contain,.mega_app_ivan .mega_contain,.mega_profile_ivan .mega_contain {
    padding: 25px;
}
.app_ivan {
    position: relative;
}

.mega_app_ivan {
    width: 300px;
    left: -50%;
    text-align: center;
}

.mega_profile_ivan {
    width: 325px;
    left: 0;
}

.mega_notif_ivan .h_mega_notif {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.mega_notif_ivan .h_mega_notif p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.mega_notif_ivan .h_mega_notif a {
    color: rgba(57, 0, 250, 1);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.mega_notif_ivan ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 370px;
    overflow-y: auto;
}

.mega_notif_ivan ul li {
    width: 100%;
    margin-bottom: 24px;
}

.mega_notif_ivan ul li .tit {
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 6px;
}

.mega_notif_ivan ul li p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 6px;
}

.mega_notif_ivan ul li span {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: rgba(154, 154, 154, 1);
}

.mega_notif_ivan ul li:last-child {
    margin: 0;
}

.mega_app_ivan>p {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 11px;
}

.mega_app_ivan .qr_code {
    border: 2.52px solid rgba(230, 230, 230, 1);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 11px;
}

.mega_app_ivan .btn {
    display: block;
    width: 100%;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 0;
    height: auto;
}

.mega_app_ivan .btn:last-child {
    margin: 0;
}
.profile_mini_mob .mega_profile_ivan {
    height: calc(100vh - 160px);
    overflow-y: scroll;
}
.mega_profile_ivan .h_m_p_i {
    background: linear-gradient(180deg, rgba(57, 0, 250, 0) 44.81%, rgba(57, 0, 250, 0.1) 100%);
    border-radius: 20px;
    border: 4px solid var(--Color, rgba(255, 255, 255, 1));
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
    padding: 5px;
    text-align: center;
}

.mega_profile_ivan .h_m_p_i p {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 10px 0 5px;
}

.mega_profile_ivan .h_m_p_i span {
    color: rgba(179, 179, 179, 1);
    font-size: 16px;
    font-weight: 600;
    display: block;
    direction: ltr;
    line-height: 29px;
}

.mega_profile_ivan .lvl_p_mega {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 5px 0 12px 0;
}

.mega_profile_ivan .lvl_p_mega p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 4px;
}

.mega_profile_ivan .lvl_p_mega .lvl_user.bronze {
    color: rgba(255, 116, 63, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mega_profile_ivan .lvl_p_mega .lvl_user img {
    width: 24px;
}

.mega_profile_ivan .lvl_p_mega>.btn {
    width: max-content;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.mega_profile_ivan ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega_profile_ivan ul li {
    width: 100%;
    margin-bottom: 12px;
    display: block;
}

.mega_profile_ivan ul li:last-child {
    margin: 0;
}

.mega_profile_ivan ul li a {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
}

.mega_profile_ivan ul li.logout_mega a {
    color: rgba(220, 38, 38, 1);
    margin-top: 12px;
}

.mega_profile_ivan ul li.logout_mega {
    border-top: 1px solid rgba(230, 230, 230, 1);
}
body.opacity_menu {
    position: relative;
}
body.opacity_menu:before {
    content: '';
    position: absolute;
    top: 136px;
    right: 0;
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
    z-index: 99;
}
body.opacity_menu .btn_close_side {
    display: none;
}
@media (max-width:1400px){
    nav.menu_header {
        margin-right: 5px;
    }
    .btn_srh {
        margin-right: 5px;
    }
    .list_fth_wallet {
        gap: 8px;
    }
    .list_fth_wallet p {
        font-size: 14px;
    }
    .bx_foot {
        margin-left: 20px;
    }
    .list_dl_app a img {
        width: 180px;
    }
    .list_dl_app .btn_l_d_a {
        padding: 21px 10px;
    }
    .h_side_curr .btn {
        padding: 0 1rem;
    }
    .bx_side_curr .frm_calc .btn_swap {
        top: calc(50% - 80px);
    }
    .stat_curr_his {
        gap: 0.5rem;
    }
}
@media (max-width:1200px){
    h2 {
        font-size: 32px;
    }
    nav.menu_header ul {
        gap: 15px;
    }
    nav.menu_header ul li a {
        font-size: 14px;
    }
    .head_l {
        gap: 5px;
    }
    .dark_mode .switch {
        width: 90px;
    }
    .dark_mode input:checked + .slider:before {
        transform: translateX(50px) rotate(180deg);
    }
    .head_l .btn {
        font-size: 14px;
        padding: 9px;
    }
    .bx_fth.bx_fth_5:before {
        background-size: 60%;
    }
    .bx_fth h4 {
        font-size: 18px;
    }
    .bx_fth.bx_fth_9 img {
        width: 100px;
    }
    .investment {
        padding-top: 20px;
    }
    .list_fth_wallet {
        flex-wrap: wrap;
    }
    .list_fth_wallet>div {
        width: calc(50% - 8px);
    }
    .sec_wallet {
        padding: 135px 0 20px;
    }
    .list_dl_app {
        gap: 5px;
    }
    .list_dl_app .btn_l_d_a {
        padding: 3px 9px;
        display: flex;
        flex-wrap: wrap;
    }
    .list_dl_app .btn_l_d_a span {
        margin-right: 6px;
    }
    .accordion .accordion-item .accordion-button {
        font-size: 14px;
    }
    .faq_home {
        padding-bottom: 35px;
    }
    .bx_blog h3 a {
        font-size: 16px;
    }
    .step_contact .bx_s_c:last-child {
        margin-right: 20px;
        padding-right: 20px;
    }
    .bx_foot h3 {
        font-size: 15px;
    }
    .bx_foot {
        margin-left: 0;
    }
    .tbl_crypto tbody p {
        font-size: 14px;
    }
    .action_tbl .btn {
        font-size: 14px;
    }
    .bx_list_top_curr>div:last-child .price,.bx_list_top_curr>div:first-child p {
        font-size: 12px;
    }
    .bx_top_curr {
        padding: 1.063rem .3rem;
    }
    .bx_top_curr>p {
        font-size: 14px;
        margin-bottom: .375rem;
    }
    .chart_curr_inpage .head_c_c_i .price.IR {
        font-size: 16px;
    }
    .chart_curr_inpage .head_c_c_i .price.USD {
        font-size: 14px;
    }
    .bx_curr_logo .desc .tit {
        font-size: 18px;
    }
    .bx_curr_logo .b_c_l_img {
        width: 70px;
        height: 70px;
    }
    .bx_curr_logo .b_c_l_img:before {
        right: 5px;
        top: 5px;
        width: 60px;
        height: 60px;
    }
    .h_side_curr .btn {
        padding: 0 0.5rem;
        font-size: 12px;
    }
    .bx_side_curr .frm_calc .btn_swap {
        top: calc(50% - 72px);
        width: 31px;
        height: 31px;
    }
    .stat_curr_his {
        padding: 5px;
        gap: 1px;
    }
    .bx_curr_info ul li p {
        font-size: 12px;
    }
    .bx_curr_info ul li div {
        font-size: 10px;
    }
    .bx_curr_info .top_down_curr p {
        font-size: 12px;
    }
    .bx_curr_info {
        padding: 10px;
    }
    .bx_fth.bx_fth_3 p {
        width: 100%;
    }
    .bx_fth.bx_fth_2 {
        padding-top: 140px;
    }
    .bx_fth.bx_fth_8 {
        padding: 0 0 100px 0;
    }
    .frm_calc .bx_calc_input>div {
        flex: auto;
        min-width: 142px;
    }
    .l_head_panel {
        gap: 3px;
    }
    .profile_mini {
        gap: 0px;
    }
}
@media (max-width:992px){
    .bx_hero h1 {
        font-size: 36px;
    }
    .bx_fth.bx_fth_1 {
        flex-direction: column-reverse;
        background-position: 200% top;
        background-size: 292px;
    }
    .bx_fth.bx_fth_1 img {
        margin: 0 auto 12px;
    }
    .bx_fth h4 {
        font-size: 24px;
    }
    .bx_fth.bx_fth_3 {
        justify-content: space-between;
        flex-direction: column;
        padding: 10px 0 26px;
    }
    .bx_fth.bx_fth_5:before {
        background-size: 80%;
        background-position: center bottom; 
    }
    .bx_fth.bx_fth_2 .bx_wage {
        width: 237px;
        height: 70px;
        margin: 0 auto 50px;
    }
    .bx_fth.bx_fth_4 img {
        width: 233px;
        margin: 0 auto 23px;
    }
    .bx_fth.bx_fth_5 .desc,.bx_fth.bx_fth_7 .desc {
        flex: 1;
    }
    .bx_fth.bx_fth_7 {
        background-image: url(../images/home/farm_mob.svg);
        background-position: center bottom;
    }
    .bx_fth.bx_fth_8 .desc {
        margin-bottom: 21px;
    }
    #bs_crypto_cont .bx_calc_input label {
        font-size: 12px;
    }
    .bx_fth.bx_fth_6 img {
        width: 233px;
        margin: 0 auto 33px;
    }
    .row_fth {
        justify-content: center;
    }
    .tbl_crypto {
        min-width: 992px;
    }
    .bx_calc_crypto {
        padding: 10px;
    }
    .frm_calc .btn-primary {
        margin-bottom: -45px;
    }
    .calc_crypto h2,.investment h2,.sec_wallet h2 {
        font-size: 24px;
    }
    .bx_calc_crypto #bs_crypto li button {
        font-size: 12px;
    }
    .steps_home:before, .steps_home:after,.h_page.curr_list:before, .h_page.curr_list:after {
        display: none;
    }
    .list_steps:before {
        width: 75%;
        right: 10%;
    }
    .topbar_footer .container>.row {
        gap: 20px;
    }
    .bx_foot {
        margin-bottom: 32px; 
    }
    .app_footer {
        justify-content: center;
    }
    .frm_sub_f {
        margin-top: 20px;
    }
    .bx_top_curr {
        margin-bottom: 1rem;
    }
    .bx_fth.bx_fth_2 {
        padding-top: 160px;
    }
}
@media (max-width:768px){
    .bx_hero h1 {
        font-size: 36px;
        line-height: 52px;
    }
    .bx_hero {
        margin-top: 35px;
    }
    .bx_hero .desc_hero {
        font-weight: 400;
    }
    .mini_signup .frm_mini_signup {
        height: 41px;
        flex-wrap: nowrap;
    }
    .bx_last_price .head_l_p p:first-child span {
        font-size: 14px;
    }
    h2 {
        font-size: 24px;
    }
    .tit_fth_ican {
        padding-bottom: 20px; 
    }
    .bx_fth.bx_fth_1 {
        padding-top: 180px;
        background-position: 100% top;
        background-size: 348px;
    }
    .bx_fth.bx_fth_3 img {
        width: 100%;
    }
    .bx_fth.bx_fth_2 {
        flex-direction: column;
    }
    .bx_fth.bx_fth_2 .bx_wage {
        width: 237px;
        margin: 0 auto 50px;
    }
    .bx_fth.bx_fth_2:after {
        left: 115px;
    }
    .bx_fth.bx_fth_2:before {
        right: 115px;
    }
    .bx_fth.bx_fth_4 img {
        width: 233px;
        margin: 0 auto 23px;
    }
    .bx_fth.bx_fth_5 {
        padding-bottom: 262px;
    }
    .bx_fth.bx_fth_5:before {
        background-size: 80%;
        background-position: 100% bottom;
    }
    .bx_fth.bx_fth_6 img {
        width: 233px;
        margin: 0 auto 33px;
    }
    .bx_fth.bx_fth_7 {
        height: 262px;
    }
    .bx_fth.bx_fth_8 .desc {
        margin-bottom: 21px;
    }
    .bx_fth.bx_fth_9 img {
        width: 168px;
        margin: 0 auto 0;
    }
    .bx_fth.bx_fth_9 {
        flex-direction: column-reverse;
    }
    .tbl_crypto tbody .bx_cur_tbl p {
        font-weight: 900;
    }
    .bx_calc_crypto {
        margin-top: 59px;
    }
    .bx_calc_crypto #bs_crypto li button {
        font-size: 14px;
    }
    #bs_crypto_cont .bx_calc_input label {
        font-size: 12px;
    }
    .frm_calc .btn-primary {
        margin-bottom: 0;
        width: 100%;
        margin-top: 14px;
    }
    .investment .row .col-md-5 img,.app_dl .row .col-md-5 img {
        margin-bottom: 40px;
    }
    .sec_wallet .row .col-md-5 img {
        margin-bottom: 65px;
    }
    .sec_wallet .desc_wallet {
        font-weight: 400;
    }
    .list_fth_wallet {
        flex-direction: column; 
        margin-top: 20px;
    }
    .list_fth_wallet>div {
        width: 100%;
    }
    .list_steps {
        flex-direction: column;
        gap: 60px;
        margin-top: 25px;
    }
    .list_steps:before,.bx_curr_list>img {
        display: none;
    }
    .app_dl {
        padding: 0 0 80px;
    }
    .list_dl_app {
        flex-direction: column-reverse;
        align-items: start;
    }
    .list_dl_app .btn_l_d_a {
        padding: 22px 13px;
        font-size: 14px;
    }
    .accordion .accordion-item .accordion-body {
        font-size: 13px;
    }
    .topbar_footer .container>.row {
        gap: 30px;
    }
    .step_contact {
        align-items: start;
        flex-direction: column;
    }
    .step_contact .bx_s_c:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        border-top: 1px solid rgba(234, 234, 234, 1);
        padding-top: 13px;
        margin-top: 13px;
    }
    .step_contact>* {
        flex: 1;
        width: 100%;
    }
    .bx_sub {
        padding: 0;
        background: none;
        border: none;
    }
    .bx_sub h2 {
        font-size: 18px;
    }
    .bx_sub p {
        font-weight: 400;
    }
    .list_social_foot {
        justify-content: center;
    }
    .copyright p {
        margin: 0 0 16px 0;
        text-align: center;
        color: rgba(143, 143, 143, 1);
        font-weight: 400;
    }
    .bx_blog.mob {
        display: flex;
        gap: 16px;
        margin-bottom: 9px;
        align-items: center;
    }
    .bx_blog.mob>img {
        width: 150px;
        margin: 0;
        height: auto;
    }
    .bx_blog.mob h3 a {
        font-size: 14px;
    }
    .bx_blog.mob .meta_blog_h {
        margin: 0;
    }
    .bx_curr_list h1 {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }
    .bx_curr_list>p {
        font-size: 12px;
    }
    .breadcrumb {
        margin-bottom: 1rem;
    }
    .top_curr h3 {
        text-align: right;
        font-size: 16px;
        margin-bottom: 1rem;
        font-weight: 600;
    }
    .bx_top_curr {
        padding: 1.063rem 1.188rem;
        box-shadow: 0 25px 50px -25px rgb(0 0 0 / 25%);
    }
    .bx_list_top_curr>div:last-child .price, .bx_list_top_curr>div:first-child p {
        font-size: 14px;
    }
    .bx_top_curr>p {
        font-size: 16px;
    }
    .swiper_top_curr {
        padding: 1rem 1rem 5rem;
    }
    .top_curr {
        padding-bottom: 0;
    }
    .frm_calc .btn_swap {
        top: calc(50% - 52px);
    }
    .bx_curr_logo .desc .tit,.chart_curr_inpage .head_c_c_i .price.IR {
        font-size: 20px;
    }
    .chart_curr_inpage .head_c_c_i {
        flex-wrap: wrap;
    }  
    .chart_curr_inpage .head_c_c_i .price.USD {
        font-size: 18px;
    }
    .h_side_curr .btn {
        padding: 0 64px;
        font-size: 16px;
    }
    .chart_curr_inpage {
        margin: 26px 0 36px 0;
    }
    .bx_side_curr .frm_calc .btn_swap {
        top: calc(50% - 72px);
        width: 42px;
        height: 41px;
    }
    .frm_calc .price_unit {
        text-align: left;
    }
    .bx_side_curr .frm_calc .btn-primary {
        margin-top: 0;
    }
    .bx_side_curr {
        margin-bottom: 16px;
    }
    .bx_curr_info ul li p,.bx_curr_info .top_down_curr p {
        font-size: 14px;
    }
    .bx_curr_info ul li div {
        font-size: 12px;
    }
    .bx_curr_info {
        margin-bottom: 16px;
    }
    .stat_curr_his {
        gap: 16px;
        padding: 16px;
    }
    .stat_curr_his>div {
        flex: 0 calc(33% - 16px);
        align-items: start;
    }
    .cur_page {
        padding: 16px 0;
    }
    .bx_fth.bx_fth_2 {
        background-size: 275px 150px;
        background-position: center 20px;
    }
    .bx_fth.bx_fth_8 {
        padding: 0 0 125px 0;
    }
}
@media (max-width:576px){
    .fth_ivan:before,.fth_ivan:after,.bx_calc_crypto:before,.bx_calc_crypto:after,.topbar_head {
        display: none;
    }
    .bx_calc_crypto {
        box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
        border: 1px solid rgba(221, 221, 221, 1);
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        margin-right: -0.7rem;
        margin-left: -0.7rem;
    }
    .bx_calc_crypto #bs_crypto li button {
        padding: 6px; 
    }
    .bx_invt {
        padding: 18px 6.65rem 8px 5px 
    }
    .container_slider {
        position: relative;
    }
    .bx_fth.bx_fth_2:before {
        right: 20px;
    }
    .bx_fth.bx_fth_2:after {
        left: 20px;
    }
    .last_price {
        height: auto;
    }
    .list_dl_app .btn_l_d_a {
        padding: 16px 13px;
    }
    .frm_sub_f {
        margin-top: 36px;
    }
    .chart_curr_inpage .head_c_c_i .n_tabs {
        margin: 27px 0 32px;
    }
    .h_side_curr .btn {
        padding: 0 54px;
    }
    .adv_dis {
        display: flex;
        gap: 0;
    }
    .adv_dis>div {
        flex: 1;
    }
    .hero_img img {
        margin-right: -10px;
    }
    .bx_fth.bx_fth_5 {
        padding-bottom: 280px;
    }
    .bx_fth.bx_fth_5:before {
        background-size: 90%;
        background-position: 150% bottom;
    }
    .m_srh_cur .line_tab li button {
        gap: 5px;
        font-size: 12px;
        padding: 8px 5px;
    }
}