body {
	font-family: 'Lato', sans-serif;
	background-color: #1dabe329;
}
.main-header {
	background-color: #fff;
}
.main-header .logo {
	max-width: 160px;
	margin: .3rem 0;
}
.main-nitem {
	margin-left: 1rem;
	margin-right: 1rem;
}
.main-nitem i {
	margin-right: .4rem;
}
.main-offer {
	background: #f6faf0 none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px #bfbfbf;
	display: flex;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0;
	position: relative;
}
.main-offer > div:nth-child(1) {
	background: none;
	align-self: center;
	padding-left: .5rem;
	padding-right: .5rem;
	min-height: 120px;
}
.main-offer > div:nth-child(1) img {
	width: 100%;
}
.main-box .promo::before {
	content: "";
	height: 90px;
	left: -6px;
	position: absolute;
	top: -7px;
	width: 90px;
	opacity: 0.9;
	background-size: 70%;
}
.main-box .sale::before {
	background: rgba(0,0,0,0) url(/assets/images/sale.png) no-repeat scroll 0 0;
}
.main-box .zero-one::before {
	background: rgba(0,0,0,0) url(/assets/images/zero-01.png) no-repeat scroll 0 0;
}
.main-box .zero::before {
	background: rgba(0,0,0,0) url(/assets/images/zero.png) no-repeat scroll 0 0;
}
.main-offer > div {
	background: #fff;
	width: 12.5%;
	text-align: center;
	padding: 0;
	font-size: .9rem;
	line-height: 1.2;
}
.main-box .head {
    font-size: .8rem;
    line-height: 1.2rem;
    margin: .2rem 0 1rem;
}
.main-box .rating {
    display: block;
    width: 92px;
    height: 16px;
    background: #ccc;
    text-align: center;
    margin: 0 auto;
}
.main-offer > div:nth-child(2) > .main-box .head {
	margin-bottom: 1.3rem;
}
.rating-box {
  	position:relative;
  	vertical-align: middle;
  	font-size: 1em;
	font-family: 'Font Awesome 5 Free', serif;
  	display:inline-block;
  	color: #FC0;
  	margin-bottom: 1rem;
	width: 100%;
	text-align: right;
}
.rating-box:before{
	content: "\f005 \f005 \f005 \f005 \f005";
	font-weight: 200;
}
.rating-box .rating {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #FC0;
	background: unset;
	text-align: right;
}
.rating-box .rating:before {
	content: "\f005 \f005 \f005 \f005 \f005";
	font-weight: 900;
}
.main-box .method {
	margin-bottom: 1rem;
}
.main-box .term span {
    font-size: 1.2rem;
    color: #4a273f;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
	display: block;
}
.main-box p.min, .main-box p.max {
	margin-bottom: .5rem;
}
.main-box .min span.sum {
	font-size: 1.2rem;
	color: #1dabe3;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}
.main-box .max span.sum {
	font-size: 1.2rem;
	color: #e31d24;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}
.main-box .rate span.rate-value {
    font-size: 1.2rem;
    color: #f8bb2a;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
	display: block;
}
.main-box .time span {
    font-size: 1.2rem;
    color: #1dabe3;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
	display: block;
}
.go-block {
	width: 25% !important;
	display: block;
	align-items: center;
	padding: 1rem .5rem !important;
}
.go-block span.btn {
	font-family: 'Oswald', sans-serif;
	background-color: #1dabe3;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	padding: 1rem;
	display: block;
	width: 100%;
}
.go-block span.btn:hover {
	background-color: #00beff;
	color: #fff;
}
.go-block p {
	margin-bottom: 0;
}
.go-block p span {
	font-size: .8rem;
	text-decoration: none;
	color: #64B3F7;
	cursor: pointer;
}
.main-box .paycard {
	width: 80px;
}
.main-box .paycash {
	width: 34px;
}
.main-tab {
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-top: 0;
}
.nav-tabs .nav-link {
    color: #1dabe3;
}
.main-header .nav-link {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
.main-header .nav-link span {
	color: #1dabe3;
}
.main-footer {
	background-color: #1dabe3;
	color: #fff;
}
.nav-tabs .nav-link.active {
    color: #f8bb2a;
}
.main-box .text-block {
	background: #fff;
	padding: 1rem;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	margin-bottom: 1rem;
}
.main-footer-logo {
	display: flex;
	align-items: center;
}
.main-ellipsis {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin:0 auto;
}
.main-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d30126;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.main-ellipsis div:nth-child(1) {
  left: 8px;
  animation: main-ellipsis1 0.6s infinite;
}
.main-ellipsis div:nth-child(2) {
  left: 8px;
  animation: main-ellipsis2 0.6s infinite;
}
.main-ellipsis div:nth-child(3) {
  left: 32px;
  animation: main-ellipsis2 0.6s infinite;
}
.main-ellipsis div:nth-child(4) {
  left: 56px;
  animation: main-ellipsis3 0.6s infinite;
}
.fill {
	margin-bottom: 4rem;
}
@keyframes main-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes main-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes main-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.reload {
	text-align: center;
}
@media (max-width: 1200px) {
	.container {
		max-width: 95%;
	}
}
@media (max-width: 1088px) {
	.go-block a.btn {
		font-size: .9rem;
		padding: 1rem .5rem;
	}
}
@media (max-width: 890px) {
	.go-block a.btn {
		font-size: .8rem;
	}
	.container {
		max-width: 100%;
	}
	.nav-link {
		padding: .5rem .5rem;
		font-size: .9rem;
	}
	.tab-content p {
		font-size: .9rem;
	}
}
@media (max-width: 767px) {
	.main-offer {
		display: block;
		background: #fff;
		padding-bottom: 1rem;
	}
	.main-offer > div:nth-child(1) {
		width: 100% !important;
		padding: 1rem 0;
	}
	.main-offer > div:nth-child(1) img {
		max-width: 160px;
	}
	.main-offer > div {
		display: inline-block;
		width: 32.7%;
		vertical-align: top;
	}
	.main-offer > div.go-block {
		width: 100% !important;
	}
	.nav-tabs .nav-item {
		width: 100%;
		background-color: #fff;
		border: 0;
	}
	.nav-tabs .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
		border: 0;
	}
	.main-tab {
		border: 0;
	}
}
@media (max-width: 466px) {
	.main-offer > div {
		width: 49% !important;
	}
}
@media (max-width: 320px) {
	.main-offer > div {
		width: 100% !important;
	}
	.main-offer > div > .main-box .head {
		margin-bottom: 0 !important;
	}
}