.content-for-hidden{
	display: none;
	visibility: hidden;
	opacity: 0
}


.table-price-wrapper{
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
}


.column-price  {
    border: 1px solid #FE2D2F !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: white;
}

.column-price .title-column-about {
  padding: 16px;
  color: #fff;
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background-color: #fffff61c;
  display: flex;
  justify-content: center;
}

.column-price .title-column-about img {
  height: 24px;
}

.column-price.column-info-price .title-column-about{
    opacity: 0;
    visibility: hidden;
}

.column-price  ul.column-list-table{
    margin-top: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.column-price ul li {
  padding: 8px;
  list-style: none;
  color: #fff;
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.column-price li:nth-child(2n+2) {
  background-color: #fffff61c;
}

.column-price.column-info-price .list-info-table {
  color: #231F20;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}

.column-price.column-info-price .list-info-table:nth-child(2n+1) {
  background-color: #0000003a;
  color: white !important;
}

.column-price  ul li.empty-item {
    display: none;
}

@media screen and (min-width: 1025px){
    .column-price{
        margin: 0 !important;
        margin-right: 0 !important;
    }
	
	.swiper-pagination-table-container{
		display: none
	}
}


@media screen and (max-width: 1200px) and (min-width: 1025px){
    
    .column-price ul li {
      font-size: 14px;
    }

}

@media screen and (max-width: 1024px){
    
    .column-price {
		border-radius: 30px;
		border: none !important;
	  }
    
    .swiper-container-table-price{
        overflow: hidden;
    }
    
    .table-price-wrapper{
        margin-right: -55%
    }
	
	.column-price ul li.list-info-data {
	  display: flex;
	  flex-direction: column;
	}
	
	.column-price ul li.list-info-data  .info-title {
	  font-size: 14px;
	  font-weight: 400;
	}
	
	.swiper-pagination-table-container {
	  display: flex;
	  gap: 30px;
	  justify-content: center;
	  align-items: center;
	  margin-top: 20px
	}
	
	.swiper-pagination-table-container .text-swiper-button{
		color: #231F20
	}
	
	.swiper-pagination-table-container .table-arrow {
	  position: relative;
	  margin: 0;
	  border: 2px solid #231F20;
	  border-radius: 50%;
	  width: 40px;
	  height: 40px;
	
	}
	
	.swiper-pagination-table-container .table-arrow::after {
	  font-size: 20px;
	  color: #231F20;
	}

}


@media screen and (max-width: 767px){
	
	.column-price ul li.list-info-data  .info-title {
	  font-size: 11px;
	  font-weight: 400;
	}
	
	.swiper-container-table-price {
		overflow: hidden;
	}
	
	.table-price-wrapper{
        margin-right: -80%
    }
	
	.swiper-pagination-table-container .table-arrow::after {
		font-size: 15px
	}
	
	.swiper-pagination-table-container .table-arrow {
		width: 30px;
		height: 30px
	}
	
}