/* Pricing main */

.sm_visible {
	display: none;
}

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

.table>:not(:first-child) {
	border-top: unset;
}

.price_country_select {
	position: relative;	
	max-width: 360px;
	width: 100%;
}

.price_country_select ul {	
	margin: 0;
    position: absolute;
    top: 2px;
    width: 100%;
    height: auto;
    max-height: 450px;
    background: #FFFFFF;
	box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	padding: 50px 4px 4px 4px;
    overflow-y: scroll;
	z-index:6;
}

.price_country_select_wrap {
    position: relative;
    z-index: 7;
}

.price_country_select_wrap.opened .price_country_select_input {
	background: #fff;
    border: 1px solid #FF0090;
    box-shadow: 0 0 0 1px #ff0090;
}

.price_country_select_input {
	position: relative;
    width: 100%;
    padding: 15px 16px 15px 56px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-style: solid;
    background: #F5F5F5;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
	z-index: 2;
}

html[lang=ar] .price_country_select_input {
	 padding: 15px 56px 15px 16px;
}

.price_country_select ul li:first-child {
	margin-top: 8px;
}

.price_country_select ul li {
	display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px;
	margin-top: 4px;
	font-size: 16px;
    line-height: 24px;
	border-radius: 12px;	
}

.price_country_select ul li:hover {
	background: rgba(255, 0, 144, .2);	
}

.price_country_select ul li.active {
	background: rgba(255, 0, 144, 1);
	color: #fff;
}

.price_country_select_wrap .flag {	
	content: '';
	display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    height: 24px;
	border-radius: 8px;
    background-size: contain !important;
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.15));
    margin-right: 16px;	
	z-index: 2;
}

html[lang=ar] .price_country_select_wrap .flag {
	left: auto;
	right: 16px;
	margin-right: 0;
	margin-left: 16px;
}

.price_country_select ul li:before {
    content: '';
    width: 24px;
    height: 24px;
	border-radius: 8px;
    background-size: contain !important;
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.15));
    margin-right: 16px;
}

html[lang=ar] .price_country_select ul li:before {
	margin-right: 0;
	margin-left: 16px;
}

.price_country_select_wrap .flag.US,
.price_country_select ul li.usa:before {
    background: url(../images/icon/flags/US.png) center center no-repeat;
}

.price_country_select_wrap .flag.AE,
.price_country_select ul li.UAE:before {
    background: url(../images/icon/flags/AE.png) center center no-repeat;
}

.price_country_select_wrap .flag.EU,
.price_country_select ul li.EU:before {
    background: url(../images/icon/flags/EU.png) center center no-repeat;
}
.price_country_select_wrap .flag.INT,
.price_country_select ul li.INT:before {
    background: url(../images/icon/flags/INT.png) center center no-repeat;
}

.price_country_select_wrap .flag.SG,
.price_country_select ul li.SG:before {
    background: url(../images/icon/flags/SG.png) center center no-repeat;
}

.price_country_select ul::-webkit-scrollbar { display: none; }



.hide {
    display: none !important;
}

.pricing_main {
	position: relative;
}

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

.price_tabs a:focus {
  box-shadow: none;
}

.price_tabs {
  display: flex;
  width: auto;
  padding: 4px !important;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 0 20px;
}

.price_tabs li {
  background: none;
  text-shadow: none;
  margin: 0;
  box-shadow: none;
  color: #000 !important;
  border-radius: 12px;
  width: auto;
}

.price_tabs li.active {
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.price_tabs li a {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  color: #000 !important;
}

.pricing_main .price_tab_content {
	display: none;
	flex-direction: column;
	padding: 40px 90px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
	border-radius: 36px;
}

.pricing_main .price_tab_content.hidden {
	background: transparent;	
}

.pricing_main .price_tab_content.active {
	display: flex;
	position: unset;
}

.price_row_fixed {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.price_row_fixed .price_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 235px;
    min-width: 23%;
	width: 100%;
	margin-bottom: 28px;
}

.vpbx .price_row_fixed.KZUA .price_block,
.price_row_fixed.AE.four_columns .price_block {
	max-width: 170px;
    width: 100%;
	min-width: auto;
}

html[lang=ar] .vpbx .price_row_fixed.KZUA .price_block .content_title,
html[lang=ar] .price_row_fixed.AE.four_columns .price_block .content_title {
	min-height: 64px;
}

.price_row_fixed .price_block.show {
	position: relative;
	width: 100%;
}

.price_row_fixed .price_block .close_btn {
	display: none;
	color: #FF0090;
	margin-top: 20px;
}

.price_row_fixed .price_block.show .close_btn {
	display: flex;
}

.price_row_fixed .price_block.one,
.price_row_fixed.USGB .price_block  {
	max-width: 740px;
	min-width: 74%;
}

.price_row_fixed .price_block .price_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.price_row_fixed .price_block .content_title {
	margin: 0 0 32px;
}

html[lang=ar] .price_row_fixed .price_block .content_title {
	text-align: center;
}

.price_row_fixed .price_block .price {
	font-size: 16px;
	line-height: 32px;
	margin: 0 0 28px;
}

.price_row_fixed .price_block .price .price_outer {
	margin: 0;
}

html[lang=ar] .price_row_fixed .price_block .price .price_outer {
	direction: ltr;
}

.price_row_fixed .price_block .content_title,
.price_row_fixed .price_block .price .price_outer .price_count {	
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.03em;
}

.price_row_fixed .price_block .price .price_outer .before {
	margin-right: 5px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.03em;
}

.table_rates .table_body .table_row .table_cell .btn_2,
.pricing_row  > .btn_2,
.pricing_main .price_tab_content > .btn_2,
.price_row_fixed .price_block .btn_2 {
	font-size: 16px;
	line-height: 24px;
	color: #000 !important;
	max-width: 195px;
	width: 100%;
	text-decoration: none;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	padding: 8px;
	text-align: center;
	text-shadow: none;
}

.table_rates .table_body .table_row .table_cell .btn_2:hover,
.pricing_main .table_inner.buy .table .table_row .table_cell .btn_2:hover,
.pricing_main .price_tab_content > .btn_2:hover,
.price_row_fixed .price_block .btn_2:hover {
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
	color: #000;
}

.pricing_row  > .btn_2,
.pricing_main .price_tab_content > .btn_2,
.price_row_fixed .price_block .sm_visible .btn_2 {
	display: flex;
	max-width: 100%;
	justify-content: center;
}

.table_rates .table_body .table_row .table_cell .btn_2 {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.pricing_main .price_tab_content > .btn_2 {
	display: none;
	width: 100%;
	margin-top: 40px;
}

.pricing_main .table_inner .table {
	width: 100%;
	display: flex;
	flex-direction: column;	
	margin-bottom: 16px;
}

.pricing_main .table_inner .table .table_row {
	display: flex;
	gap: 20px;
}

.pricing_main .table_inner .table > .table_row:nth-child(1) {
	position: relative;
}

.pricing_main .table_inner:not(.buy) .table > .table_row:nth-child(1) {
	border-top: 1px solid rgba(0,0,0, .3);
}

.pricing_main .table_inner:last-child .table > .table_row:nth-child(1):before {
	display: none;
}

.pricing_main .table_inner .table .table_row .table_cell {
	font-size: 16px;
	line-height: 24px;
	padding: 16px 0;
}

.pricing_main .table_inner .table .table_row .table_cell.first {
	max-width: 235px;
	width: 100%;
	font-weight: 400;
}

.pricing_main .table_inner .table .table_row .table_cell.first.integr_cell span {
	color: rgba(0,0,0,.3);
	padding: 0;
}


.pricing_main .table_inner .table .table_row .table_cell:not(.first) {
	max-width: 235px;
	width: 100%;	
	text-align: center;
}

.pricing_main .vpbx_pricing.buy.only_AE .table_cell:not(.first),
.pricing_main .row_range.vpbx_pricing.AE_row .table .table_row .table_cell:not(.first),
.pricing_main .vpbx_pricing.table_inner .table .table_row.AE_row .table_cell:not(.first) {
	min-width: 16%;
	max-width: 170px;
}

.vpbx.KZUA  .table_inner .table .table_row .table_cell.first,
.pricing_main .vpbx_pricing.table_inner .table .table_row.AE_row .table_cell.first,
.pricing_main .row_range.vpbx_pricing.AE_row .table .table_row .table_cell.first {
	min-width: 235px;
}

.pricing_main .table_inner.one .table .table_row .table_cell:not(.first),
.pricing_main .table_inner.USGB .table .table_row .table_cell:not(.first) {
	max-width: 740px;
}

.pricing_main .table_inner .table .table_row .table_cell ~ .table_cell {
	margin-right: 0;
}

html[lang=ar] .pricing_main .table_inner .table .table_row .table_cell ~ .table_cell {
	direction: ltr;
}

html[lang=ar] .pricing_main .table_inner .table .table_row .table_cell ~ .table_cell.s_minutes,
html[lang=ar] .pricing_main .table_inner .table .table_row .table_cell ~ .table_cell.p_minutes,
html[lang=ar] .pricing_main .table_inner .table .table_row .table_cell ~ .table_cell.e_minutes,
html[lang=ar] .pricing_main .table_inner .table .table_row .table_cell ~ .table_cell.s_numbers,
html[lang=ar] .pricing_main .table_inner .table .table_row .table_cell ~ .table_cell.p_numbers,
html[lang=ar] .pricing_main .table_inner .table .table_row .table_cell ~ .table_cell.e_numbers {
	direction: rtl
}

.pricing_main .row_name {	
	padding-top: 16px;
	padding-bottom: 16px;	
}

.pricing_main .row_name p {
	color: rgba(0,0,0,.5);
	margin: 0;
}

.table_row .table_cell .check {
	display: inline-flex;
    background: url(../images/icon/price_checkbox.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.pricing_main .table_inner.buy .table {
	margin-bottom: 0;
}


.pricing_main .table_inner.buy .table .table_row .table_cell .btn_2 {
	display: inline-block;
	font-size: 16px;
    line-height: 24px;
	color: #000;
    max-width: 195px;
    width: 100%;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 5%);
    border-radius: 16px;
    padding: 8px;
    text-align: center;
}

.pricing_main .table_inner .table .table_row .table_cell.included_minutes,
.pricing_main .table_inner .table .table_row .table_cell.comminment {
	position: relative;
	display: flex;
	align-items: center;
}


.pricing_main .table_inner .table .table_row .info_block {
	position: absolute;
	left: 230px;
    top: 40px;
	display: none;
	background: #FFFCF5;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1966);
	border-radius: 10px;
	width: 360px;
	padding: 20px;	
	z-index: 9;
}

.pricing_main .table_inner .table .table_row .table_cell.included_minutes .info_block {
	left: 185px;
    top: 10px;
}

.pricing_main .table_inner .table .table_row .table_cell .info_icon {
	background: url(./images/info_icon.svg) center center no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 30px;
    background-size: contain;
	cursor: pointer;
}

.pricing_main .table_inner .table .table_row .table_cell .info_icon:hover {
	background: url(./images/info_icon_hover.svg) center center no-repeat;
}

.short_price_row {
	display: none;
}

.short_price_row.hidden {
	display: none !important;
}

.price_block .sm_visible {
	flex-direction: column;
	width: 100%;
	display: none !important;
}

.price_block .sm_visible.show {
	display: flex !important;
}

.price_block .row_name,
.price_block .table_inner {
	display: none;
}

.price_block.show .row_name,
.price_block.show .table_inner {
	display: flex;
}

.price_block .more_btn {
	display: none;
	width: 100%;
	font-size: 16px;
    line-height: 24px;
    color: #E60082;
    margin-top: 20px;
	text-decoration: none;
}

.price_block .more_btn svg {
	margin-left: 8px;
}

html[lang=ar] .price_block .more_btn svg {
	margin-left: 0;
	margin-right: 8px;
	transform: rotate(180deg);
}

.price_block.show .more_btn {
	display: none;
}

.price_notice {
	color: #E60082;
}

.price_notice span {
	font-weight: 700;
}

/* Search rates */

.search_rates {

}

.search_rates .countries_list_title_wrap > .title {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.03em;
}

.search_rates .table_title {
	line-height: 30px;
	margin-top: 30px;
}

.search_rates .subtitle {
	font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.search_rates .row {
	max-width: 100%;
	justify-content: space-between;
	align-items: center;
}

.search_wrap {	
	position: relative;
	max-width: 360px;
    width: 100%;
	padding: 0 !important;
}

.search_rate_wrap {
    width: 100%;
	position: relative;
	z-index: 7;
}

.search_rate_wrap .flag {
	background: url(./images/flags/INT.png) center center no-repeat;	
}

.search_rate {
	width: 100%;
  	padding: 15px 16px 15px 56px;
  	position: relative;
  	z-index: 1;
  	border-radius: 16px;
	line-height: 24px;
  	border: 1px solid rgba(0, 0, 0, 0.3);
  	border-style: solid;
  	background: #F5F5F5;	
 	color: #000;
 	box-sizing: border-box;
  	cursor: pointer;	
}

html[lang=ar] .search_rate {
	padding: 15px 56px 15px 16px;
}

.search_rate_wrap.opened .search_rate {
	background: #fff;
	border: 1px solid #FF0090;
	box-shadow: 0 0 0 1px #FF0090;
}

.search_rate_wrap:after {
	content: '';
	display: flex;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 20px;
	top: 20px;
	background: url(../images/icon/select_icon_def.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 7;
}

.price_country_select .carret {
	display: flex;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 20px;
	top: 20px;
	background: url(../images/icon/select_icon_def.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 7;	
}
.price_country_select .carret.rotate {
	background: url(../images/icon/select_icon_active.svg) center center no-repeat;
}

.search_rate_wrap.opened:after {
	background: url(../images/icon/select_icon_active.svg) center center no-repeat;
}

html[lang=ar] .search_rate_wrap:after,
html[lang=ar] .price_country_select .carret {
	right: auto;
	left: 20px;
} 

.search_list {
    margin: 0;
	padding: 0 4px;
    position: absolute;
    top: 2px;
    width: 100%;
    height: auto;
    max-height: 450px;
    background: #FFFFFF;
	box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	padding: 50px 0px 4px 4px;
    overflow-y: scroll;
	z-index:6;
}

.search_list::-webkit-scrollbar { width: 4px; height: 3px;}
.search_list::-webkit-scrollbar-button {  background-color: transparent; }
.search_list::-webkit-scrollbar-track { margin-top: 45px; background-color: transparent; margin-bottom: 10px;}
.search_list::-webkit-scrollbar-track-piece { background-color: transparent;}
.search_list::-webkit-scrollbar-thumb { height: 57px; background-color: rgba(0,0,0,.1); border-radius: 2px;}
.search_list::-webkit-scrollbar-corner { background-color: transparent;}
.search_list::-webkit-resizer { background-color: transparent;}


.search_list li {
	margin-top: 4px;
}

.search_list li:first-child {
	margin-top: 8px;
}

.search_list li a {
  border-radius: 12px;
}

.search_list li a:hover {
	background: rgba(255, 0, 144, .2);	
}

.search_list li.active a:hover {
	color: #fff;
}

.search_list li.active a {
	background: rgba(255, 0, 144, 1);
	color: #fff;
}

.search_list li a {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-decoration: none;	
}

.table_rates {
	margin-top: 20px;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
	border-radius: 36px;
	padding: 24px 90px 40px;
}

.table_rates .table_body {
	width: 100%;
}

.table_rates .table_body .table_row {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.table_rates .table_body .table_row.table_head  {
	position: relative;
	margin-top: 16px;
}

.table_rates .table_body .table_row.table_head .table_cell {
	font-size: 16px;
line-height: 24px;
    color: rgba(0,0,0,.5);
}

.table_rates .table_body .table_row.table_head .table_cell:not(.first) {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.03em;
	color: rgba(0,0,0,1);
}

.table_rates .table_body .table_row.table_head.table_head_first {
	margin-bottom: -16px;
}

.table_rates .table_body .table_row.table_head.table_head_first .table_cell {
	padding: 0;
}

.table_rates .table_body .table_row.table_head.table_head_first:after {
	display: none;
}
.table_rates .table_body .table_row.table_head:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0,0,0, .3);
    bottom: 1px;
    left: 0;
}

.table_rates .table_body .table_row .table_cell {
	max-width: 235px;
	width: 100%;
	text-align: center;
	padding: 16px 0;
}

.table_rates .table_body .table_row .table_cell.first {
	text-align: left;
	font-weight: 400;
	max-width: 235px;
}

html[lang=ar] .table_rates .table_body .table_row .table_cell.first {
	text-align: right;
}

.table_rates .table_body .table_row .table_cell.one {
	max-width: 740px;
}

.table_rates .table_body .table_row .table_cell.one.first {
	text-align: center;	
}

.no_numbers {
	width: 100%;
	text-align: left;
	font-size: 20px;	
	line-height: 1.33;
	font-weight: 700;
	margin-top: 30px;
}

html[lang=ar] .no_numbers {
	text-align: right;
}

.search_rates .button_wrap {
	width: 100%;
	margin-top: 50px;
	text-align: left;	
}

.pricing_main .add_span {
   margin: 20px 0 10px 20px;
   font-size: 13px;
}

@media screen and (max-width: 1200px) {
	.vpbx.KZUA  .table_inner .table .table_row .table_cell.first,
	.pricing_main .vpbx_pricing.table_inner .table .table_row.AE_row .table_cell.first,
	.pricing_main .row_range.vpbx_pricing.AE_row .table .table_row .table_cell.first {
		min-width: 15%;
	}
}


@media screen and (max-width: 1100px) {
	.lg_visible {
		display: none !important;	
	}
	
	.sm_visible {
		display: flex !important;
	}
	

	body:not(.home).page-template-pricing_tpl_SG .offer .wrap > .row:nth-child(2),
	body:not(.home).page-template-pricing_tpl_test .offer .wrap > .row:nth-child(2),
	body:not(.home).page-template-pricing_tpl_ru .offer .wrap > .row:nth-child(2),
	body:not(.home).page-template-pricing_tpl .offer .wrap > .row:nth-child(2) {
		padding: 80px 20px 50px;
	}

	.offer_row_wrapper {
		flex-direction: column;
		align-items: flex-start;
	}


	.pricing_main {
		border-radius: 0 0 10px 10px;
		background: transparent;
	}

	.pricing_main .wrap.price_tabs {
		z-index: 1;
	}

	.pricing_main .wrap.price_tabs .row {
		padding: 0;
		width: 100%;
		margin: 0;
	}

	.pricing_main .wrap.price_tabs .row ul {
		border-radius: 10px 10px 0px 0px;
	}

	.pricing_main .wrap.price_tabs .row ul li {
		padding: 12px 10px;
		width: 33.3333%;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pricing_main .wrap.price_tabs .row ul li.active {
		border-radius: 10px 10px 0px 0px;
	}

	.pricing_main .wrap.price_tabs .row ul li a {
		font-size: 13px;
		line-height: 18px;
		padding: 0;
		text-align: center;
	}

	.price_row_fixed {
		flex-direction: column;
	}

	.pricing_main .price_tab_content {
		padding: 40px 20px;
	}

	.pricing_main .price_tab_content > .row {
		padding: 0;
	}

	.price_row_fixed .price_block:not(:last-child) {
		margin-right: 0;
	}
	
	.vpbx .price_row_fixed.KZUA .price_block,
	.price_row_fixed.AE.four_columns .price_block,
	.price_row_fixed.AE .price_block,
	.price_row_fixed.KZUA .price_block,
	.price_row_fixed .price_block {
		max-width: 100%;
		margin-bottom: 10px;
		padding: 16px 0 20px;
	}
	
	html[lang=ar] .vpbx .price_row_fixed.KZUA .price_block .content_title,
	html[lang=ar] .price_row_fixed.AE.four_columns .price_block .content_title {
		min-height: auto;
	}

	.price_row_fixed .price_block .price_wrap {
		flex-direction: row;		
	}
	
	html[lang=ar] .price_row_fixed .price_block .price_wrap {
		align-items: flex-start;
	}
	
	html[lang=ar] .price_row_fixed .price_block .content_title {
		text-align: right;
	}

	.price_row_fixed .price_block .price_wrap > * {
		width: 50%;
	}

	.price_row_fixed .price_block.show .price {
		text-align: center;
	}

	.price_row_fixed .price_block .price {
		padding-left: 5px;
		text-align: center;
		
	}

	.price_row_fixed .price_block .price .price_outer .before {
		margin-right: 5px;
	}


	.price_row_fixed .price_block .btn_2 {
		display: none;
	}

	.price_row_fixed .price_block .sm_visible .btn_2 {
		display: flex;
		padding: 10px 0;
	}

	.price_block .more_btn {
		display: flex;
		align-items: center;
	}

	.short_price_row {
		display: flex;
		width: 100%;
	}

	.short_price_row .table_cell {
		width: 50%;
		margin-bottom: 8px;
	}

	.short_price_row .table_cell:nth-child(2) {
		padding-left: 5px;
		text-align: center;
	}

	.pricing_main .table_inner.one .table .table_row .table_cell:not(.first), .pricing_main .table_inner.USGB .table .table_row .table_cell:not(.first),
	.pricing_main .table_inner .table .table_row .table_cell.first,
	.price_row_fixed .price_block.one, .price_row_fixed.USGB .price_block {
		min-width: auto;
	}

	.price_block .row_name, .pricing_main .table_inner .table .table_row .table_cell {
		padding: 16px 0;
	}

	
	.pricing_main .row_range.vpbx_pricing.AE_row .table .table_row .table_cell:not(.first),
	.pricing_main .table_inner.KZUA .table .table_row .table_cell:not(.first),
	.pricing_main .table_inner .table .table_row .table_cell:not(.first),
	.pricing_main .table_inner .table .table_row .table_cell {
		min-width: auto;
		width: 50%;
		max-width: 50%;
		text-align: center;
	}

	.price_block.show .table_inner {
		padding: 0;
	}

	.price_block.show .table_inner .table {
		margin-bottom: 10px;
	}

	.pricing_main .price_block  .table_inner .table .table_row .table_cell.first {
		width: 50%;
		margin-right: 0;
		text-align: left;
		min-width: auto !important;
	}
	
	html[lang=ar] .pricing_main .price_block .table_inner .table .table_row .table_cell.first {
		text-align: right;
	}

	.pricing_main .table_inner .table .table_row .table_cell.first.padding {
		padding-left: 10px;
	}

	.pricing_main .table_inner .table .table_row .table_cell .info_icon {
		width: 21px;
		margin-left: 0;
		margin-right: 20px;
	}
	
	.pricing_main .table_inner .table .table_row .table_cell.included_minutes .info_block,
	.pricing_main .table_inner .table .table_row .info_block {
		left: -20px;
		width: calc(100vw - 40px);
		top: 70%;
	}

	.pricing_main .add_span {
		margin: 10px 0 10px 10px;
		font-size: 10px;
	}

	.no_numbers {
		font-size: 16px;
		line-height: 24px;
		padding: 0 20px;
	}

	.pricing_main .price_tab_content > .btn_2 {
		display: flex;
		margin-top: 20px;
	}

	.pricing_main .table_inner:last-child .table > .table_row:nth-child(1):before {
		display: flex;
	}
	
	.table_rates {
		padding: 40px 20px;
	}
	
		
	.table_rates .table_body .table_row {
		align-items: flex-start;
	}
	
	.table_rates .table_body .table_row .table_cell,
	.table_rates .table_body .table_row .table_cell.first,
	.table_rates .table_body .table_row.table_head .table_cell {
		font-size: 12px;
		line-height: 20px;
	}
	
	.table_rates .table_body .table_row.table_head .table_cell:not(.first) {
		font-size: 16px;
		line-height: 24px;
	}
	
}

@media screen and (max-width: 820px) {
	
}

@media screen and (max-width: 820px) {
	.section.pricing_main {
		margin-left: -20px;
		margin-right: -20px;
		padding: 40px 0;
	}	
	

	.pricing_header {
		flex-direction: column;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	
	.price_country_select {
		max-width: 360px;
		margin-top: 0;
	}
	
	.price_tabs {
		max-width: 360px;
		width: 100%;
	}
	
	.price_tabs li {
		width: 50%;
	}
	
	.price_tabs li a {
		display: block;
		line-height: 24px;
		padding: 12px;
		text-align: center;
	}
	
	.search_rates {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.search_rates .row {
		padding: 0 10px 0 30px;
	}
	
	.search_wrap {
		max-width: 380px;
	}
			
	.search_rates .countries_list_title_wrap > .title {
		margin-bottom: 28px;
	}
	
	.table_rates {
		padding: 40px 20px 10px;
	}
	
    .table_rates .table_body .table_row.btns_rates_wrap .table_cell:not(.pro) {
		display: none;
	}
	
	.table_rates .table_body .table_row.btns_rates_wrap .table_cell.pro {
		width: 100%;
		max-width: 100%;
	}
	
	.table_rates .table_body .table_row.btns_rates_wrap .table_cell.pro .btn_2 {
		max-width: 100%;
	}
	
}

@media screen and (max-width: 500px) {
	html[lang=ar] .price_tabs li a {
		padding: 12px 16px;
	}
	
	.price_tabs,
	.price_country_select {
		max-width: 100%;
	}
}
