.tabs__wrap-tab {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
}
.tab {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.75);
	border: 0.64px solid rgba(0, 0, 0, 1);
	border-radius: 5.67px 5.67px 0 0;
	color: #A4A4A4;
  display: inline-flex;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	font-size: 14.18px;
	line-height: normal;
	margin-right: -3px;
	margin-top: auto;
	padding: 5px 13px;
	text-align: center;
}
.tab:not(.tab-active) {
	cursor: pointer;
}
.tab.tab-active {
	background-color: #000;
	border-bottom-color: #F5F5F5;
	color: #fff;
	font-weight: 500;
	padding-bottom: 10px;
	padding-top: 10px;
	pointer-events: none;
}
.tab svg {
	bottom: 1px;
	border-radius: 1.42px;
	max-width: 15px;
	max-height: 15px;
	margin-right: 8px;
	position: relative;
}
.tabContent {
	background-color: #000;
	color: #7F7F7F;
  display: none;
	flex-wrap: wrap;
}
.tabContent.content-active {
  display: flex;
}
.tabContent__block {
	background-color: #0C0C0C;
	border: 0.78px solid #5C5C5C;
	border-radius: 9.39px;
	display: flex;
  flex-direction: column;
	padding-left: 12px;
	padding-right: 12px;
	width: 33.3333%;
}
.tabContent__blockHead {
	border-bottom: 0.5px solid #282828;
	padding-bottom: 3px;
	padding-top: 9px;
}
.tabContent__blockHead p {
	color: #7F7F7F;
	font-family: 'Assistant', sans-serif;
	font-weight: 600;
	font-size: 10px;
	line-height: 18.78px;
	margin: 0;
	text-align: left;
}
.tabContent__blockPTP {
	padding-top: 17px;
}
.tabContent__blockPTP.down .tabContent__blockPrice p span {
	color: #FF3535;
}
.tabContent__blockColumns {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 9px;
}
.tabContent__blockColumn {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	width: calc(50% - 10px);
}
.tabContent__blockCurrency {
	color: #7F7F7F;
	font-family: 'Assistant';
	font-weight: 500;
	font-size: 12px;
	line-height: 18.78px;
}
.tabContent__blockPrice {
	margin-top: -2px;
}
.tabContent__blockPrice p {
	margin: 0;
}
.tabContent__blockPrice p span {
	color: #00FFA3;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 400;
	line-height: 100%;
	transition: 0.3s ease 0s;
}
.tabContent__blockPrice p span:nth-child(1) {
	font-size: 15.65px;
}
.tabContent__blockPrice p span:nth-child(2) {
	font-size: 25.03px;
}
.tabContent__blockBottom {
	border-top: 0.5px solid #282828;
	margin-top: auto;
	padding-bottom: 9px;
	padding-top: 9px;
}
.tabContent__blockBottom p {
	color: #c9c9c9;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 100%;
	margin: 0;
	text-align: center;
}

@media (max-width: 1280px) {
	
	.tab {
			padding-left: 10px;
			padding-right: 10px;
	}
	.tabContent__block {
			width: 50%;
	}
}
@media (max-width: 1024px) {
	
	#updated .elementor-element-c5bc376 {
		display: none !important;
	}
	#updated .elementor-element.elementor-element-fed83ca {
			--e-con-grid-template-columns: repeat(1, 1fr) !important;
	}
	.tabContent__block {
			width: 25%;
	}
}
@media (max-width: 767px) {
	
	.tabContent__block {
			width: 33.3333%;
	}
}
@media (max-width: 600px) {
	
	.tab {
      padding: 3px 15px;
  }
	.tab svg {
			margin-right: 0;
	}
	.tab-wrap-name {
			display: none;
	}
	.tabContent__block {
			width: 50%;
	}
}
@media (max-width: 420px) {
	
	.tab {
			padding-left: 15px;
			padding-right: 15px;
	}
	.tab.tab-active {
			border-bottom: none;
			padding: 6px 16px;
	}
	.tabContent__block {
			padding-left: 31px;
			padding-right: 31px;
			width: 100%;
	}
	.tabContent__blockHead {
		padding-bottom: 0;
		padding-top: 3px;
	}
	.tabContent__blockHead p {
			font-size: 12px;
			font-weight: 500;
	}
	.tabContent__blockPTP {
			padding-top: 6px;
	}
	.tabContent__blockColumns {
			padding-bottom: 1px;
	}
	.tabContent__blockColumn {
			display: flex;
	}
	.tabContent__blockPrice p span:nth-child(1) {
			font-size: 12px;
	}
	.tabContent__blockPrice p span:nth-child(2) {
			font-size: 18px;
	}
	.tabContent__blockCurrency {
			margin-right: 7px;
	}
	.tabContent__blockBottom {
			padding-bottom: 6px;
			padding-top: 6px;
	}
}