/*
########################
*/
.si_flexbox_st {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.si_flexbox_pos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.si_flexbox_vc {
    align-items: center;
}
.si_def2_color {

}
.si_padd_5 {
	padding:5px !important;
}
.si_pos_rel {
	position: relative;
}
.si_sh_9 {
	opacity: 0.9;
}
.si_sh_9:hover {
	opacity: 1;
}
.si_padd_c3_7 {
	padding: 3px 7px !important;
}

.si_select_label {
	display: block;
	user-select: none;
	cursor: pointer;
	margin: 0;
	text-align: left;
	position: relative;
	transition: all 0.3s ease;
	
	background: rgb(255 255 255);
    color: rgb(105 110 122);
	border: 1px solid #f0f0f0;
    padding: 12px 10px;
    border-radius: 7px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
	font-size: 15px;
	border: 1px solid #f0f0f0;
}
.si_div_select {
	position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background-color: white;
    padding: 0;
    min-width: 250px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    border-radius: 0px 0px 7px 7px;
    margin: 0;
    display: none;
    z-index: 5;
}
.si_div_select_block_list {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
	margin: 0;
	padding: 0;
}
.si_div_select_list {
	color: #191919;
	display: block;
	cursor: pointer;
	padding: 10px;
	transition: all 0.2s ease;
}
.si_select_list_active {
	background-color: #f1f1f1 !important;
}
.si_select_list:hover {
	background-color: #fbfbfb;
	border-radius: 7px;
}
.si_m0 {
	margin: 0px !important;
}
.si_li {
    list-style-type: none;
	padding: 10px;
}
.si_font_14 {
	font-size: 14px !important;
}
.si_font_b500 {
	font-weight: 500;
}
.si_cursor { }
.si_cursor:hover { cursor: pointer; }
.si_w25 {
	width:25px;
}
.si_nw {
	white-space: nowrap;
}
.si_ovh {
	overflow: hidden;
}
.si_select_span {
	font-size: 15px;
    padding: 0px 7px;
}

.si_sum_block {
	padding: 20px 20px 0px 20px;
}

.si_sum_value {
	text-align: center;
    appearance: none;
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.25rem;
    color: var(--color_primary);
    background: none !important;
    border: none;
    border-radius: 0px;
    transition: 0.2s ease-in-out;
	max-width: 300px;
	outline:none;
}
.si_sum_value_hr {
    border-bottom: 3px solid var(--color_primary);
    color: var(--color_primary);
	opacity: 0.8;
	margin-top: 0px;
	max-width: 300px;
	margin: 0 auto;
}

.si_sum_curr_name {
	font-family: "Rubik", sans-serif;
	color: var(--color_primary);
	opacity: 0.8;
	font-weight: 500;
	font-size: .8em;
	text-align: center;
}

.si_sum_value::placeholder {
    color: var(--color_primary);
	opacity: 0.8;
}

.si_sum_value_block {
	font-size: 32px;
    color: var(--color_primary);
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 0.5rem;
}

.iq_excurr_icon {
    box-sizing: content-box;
    object-fit: cover;
    overflow: hidden;
	border-radius: 50%;
}
.si_line_block {
	text-align: left;
	font-size: 12px;
    color: rgb(120, 127, 141);
	margin-bottom: 10px;
}
.si_line_text_pre {
	text-align: left;
    font-size: 12px;
    color: rgb(86 96 117);
    letter-spacing: .5px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}
.si_line_text_gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.si_line_payments {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: .8rem;
	padding: 7px 5px;
    justify-content: center;
}
.si_line_payment_items {
	width: 80px;
	height: 80px;
    border: 3px solid #ededed;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
	opacity: .7;
	margin-bottom: 20px;
}
.si_line_payment_items p {
	font-size: 10px;
    color: #97a1f4;
    padding: 7px 0px;
    /* white-space: nowrap; */
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
}
.si_line_payment_items_active {
    border: 3px solid #efd833 !important;
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
	opacity: 1 !important;
	background: #f1f1f1 !important;
}
.si_line_payment_items:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	cursor: pointer;
	border: 3px solid #efd833;
	opacity: 1;
}
.si_line_payment_items_img_div {
    padding: 10px;
	text-align: center;
}
.si_line_payment_items_icon {
   opacity: 1;
   height: 50px;
}
.si_line_payment_items_image {
	height: 35px;
	margin-top: 10px;
	margin-bottom: 4px;
}

.si_input {
	display: block;
    min-width: 0;
    -webkit-appearance: none;
    appearance: none;
    order: 3;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: Rubik,sans-serif;
    cursor: text;
	
	background: rgb(255 255 255);
    color: rgb(105 110 122);
	border: 1px solid #f0f0f0;
    font-size: 15px;
    line-height: 24px;
    padding: 10px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	resize:none;
}

.si_input::placeholder {
  opacity: 0.8;
}
.si_button_class {
	line-height: 1.7;
    padding: 10px 60px;
    text-align: center;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: white;
    text-decoration: none;
    transition: 0.4s ease-in-out;
    opacity: 0.9;
    letter-spacing: .2px;
    background: var(--color_primary);
    border: none;
    border-radius: 30px;
	font-size: 17px;
    box-shadow: rgb(171 180 255) 0px 15px 50px -10px;
}
.si_button_class:hover {
	opacity: 1;
    color: white;
}

.si_line_btn_block {
	padding-top: 10px;
    text-align: center;
}

.si_cores_blocks {
    margin: 0 auto;
	max-width: 550px;
	gap: 2rem;
}
.si_core_block {
    padding: 20px 25px 5px 20px;
    margin: 0 auto;
	 
	box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    border-radius: 15px;
}
.si_core_block_pos {
    margin: 0 auto;
	text-align: center;
}

.si_sum_fin {
	font-size: 12px;
    padding: 15px 10px;
    color: var(--color_primary);
	font-weight: 400;
	text-align: center;
}

.iq_excurr_h1_home {
    color: #2c2c2c;
    text-overflow: ellipsis;
    font-size: 34px;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.3em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}

.iq_excurr_h_padd_home {
	padding: 50px 0px;
}

.iq_excurr_p_home {
    padding-top: 10px;
    color: #343434;
    text-overflow: ellipsis;
    font-size: 19px;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.3em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    letter-spacing: 1.0px;
    opacity: .9;
}
.si_mt_10 {
	margin-top: 10px
}
.iq_excurr_codes_status_in_process,
.iq_excurr_codes_status_payd,
.iq_excurr_codes_status_2,
.iq_excurr_codes_status_5 {
	padding: 7px 15px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
	letter-spacing: .5px;
}

.iq_excurr_codes_status_in_process {
	background: #bbbbbb;
    color: white;
}
.iq_excurr_codes_status_payd {
	background: #76b756;
    color: white;
}
.iq_excurr_codes_status_2 {
	background: #b75656;
    color: white;
}
.iq_excurr_codes_status_5 {
	background-color: var(--color_primary);
    color: white;
}
.iq_excurr_td_in_process {
	opacity: 1;
}
.wd_sum_calc {
	color: #9a9ec3;
    font-weight: 500;
}
.iq_excurr_icon_svg_block svg {
	width: 50px;
}
.btn_alternative {
line-height: 1.5;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 7px 30px;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px 0px, rgb(0 0 0 / 5%) 0px 0px 2px 0px;
    font-family: var(--font-core);
    position: relative;
    outline: none;
    background: none;
    display: inline-block;
    text-decoration: none;
    word-break: normal;
    white-space: nowrap;
    transition: .2s ease-in-out;
    background-color: #b3b3b3;
    color: white;
    border: none;
    opacity: .7;
}
.btn_alternative:hover {
    opacity: 1;
}

.btn_alternative:active {
    opacity: 1;
}

.presentation_hr_container {
    position: relative;
    padding-top: 30px;
}
.presentation_hr {
    color: #ccc;
}
.presentation_hr_text1 {
    position: absolute;
    left: 32%;
    top: 36px;
    background: #fff;
    padding: 0 5px;
    font-size: 13px;
    color: #8b8b8b;
}
.iq_excurr_patalt_section {
	
}
.iq_excurr_patalt_section p {
	font-size: 15px;
    line-height: 1.3em;
}
.iq_excurr_patalt_img_block {
	margin-bottom: 10px;
}
.iq_excurr_patalt_img_block img {
	max-width: 300px;
}

.luckypay_class {
	flex: 200px;
}
.luckypay_class button {
	flex: 120px;
	background: none;
	border: none;
	padding: 5px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border: 3px solid transparent;
}
.luckypay_class span {
	font-size: 12px;
    font-family: 'Rubik';
    font-weight: 500;
}

.crypto_class {
	flex: 200px;
}
.crypto_class button {
	flex: 120px;
	background: none;
	border: none;
	padding: 5px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border: 3px solid transparent;
}
.crypto_class span {
	font-size: 12px;
    font-family: 'Rubik';
    font-weight: 500;
}