.c-marquee {
	overflow: hidden;
	background: #79ac49;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 15px;
	font-size: 19px;
}

.w-counter .count {
    font-size: 66px;
    font-weight: 500;
    color: #fff;
    margin-right: 15px;
    line-height: 1;
}
.w-counter {
    display: inline-block;
    white-space: nowrap;
    margin-top: 10px;
}
.w-counter .count span.digit {
    position: relative;
    display: inline-block;
    width: 58px;
    margin-right: -10px;
    padding: 14px 4px 16px;
    background: #79ac49;
    border-radius: 4px;
    text-align: center;
}
.w-counter .note {
    margin-top: 5px;
}
.w-counter .note span {
    width: 131px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.w-counter .count span.digit:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 49px;
    left: 0;
    opacity: 0.3;
}

@media (max-width: 768px) {
    .w-counter .count span.digit {
        width: 36px;
        padding: 10px 2px 12px;
        margin-right: -4px;
    }
    .w-counter .count {
        font-size: 32px;
        margin-right: 8px;
    }
    .w-counter .note span {
        width: 77px;
    }
    .w-counter .count span.digit:after {
        top: 26px;
    }
    .w-counter .note {
        font-size: 15px;
    }
}


.rega-sales-table-div {
  box-sizing: border-box;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 20px;
}
.rega-sales-table {
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  width: 100%;
  margin-top: 30px;
}
.rega-sales-table td {
  width: 50%;
  padding: 23px 50px;
  text-align: center;
  vertical-align: top;
	background: #fff;
}
.rega-sales-table td .name {
  color: #000;
  font-weight: 600;
  font-size: 17px;
	line-height: 1.3;
}
.rega-sales-table td .name .text-danger {
  font-size: 20px;
}
.rega-sales-table td .name, .rega-sales-table td a.order-btn {
  margin-bottom: 10px;
}
.rega-sales-table td p {
  margin-top: 0;
}
.rega-sales-table tr td {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.rega-sales-table tr:last-child td {
  border-bottom: 0;
}
.rega-sales-table tr td:last-child {
  border-right: 0;
}
.rega-sales-table .sale27 {
    background: url(/sales/2023/feb/sale27.png) right center no-repeat;
    display: inline-block;
    padding: 0 64px 0 32px;
}
.rega-sales-table .description {
	min-height: 85px;
	font-size: 15px;
	line-height: 1.3;
  margin-bottom: 5px;
}
.tariff-name {
  font-size: 16px;
  font-weight: 500;
}
.tariff-descr {
  color: #333;
  font-size: 14px!important;
  margin: 15px 0!important;
  line-height: 1.6
}
.order-btn {
  color: #cf1330;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 25px;
  border: 1px solid #cf1330;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: inline-block;
  margin-top: 12px;
}
.order-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #d32022;
}
.old-price {
  display: inline-block;
  font-size: 17px;
  color: #333333;
  margin: 0 5px;
}
.new-price {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.economy {
  display: block;
  font-size: 15px;
  color: #909090;
}
.old-price, .new-price, .economy {
  white-space: nowrap;
}

@media (max-width: 1024px) {
	.rega-sales-table td {
		padding: 30px 30px 20px;
	}
}

@media (max-width: 767px) {
	.rega-sales-table,
	.rega-sales-table tr,
	.rega-sales-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border: 0!important;
	}
	.rega-sales-table .description {
		min-height: 0;
	}
}