.testimonial-slide img {
    width: 400px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.how-container .how-item__icon {
	min-width: 100px;
}

.logo a span {
	font-size: 16px;
}

@media (max-width: 575px) {
	.mobile-content .mobile-content__header h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
}

.timer {
	background: #fc1919;
	padding: 20px 0px 45px;
}

.timer p {
	padding: 0px;
	color: #fff;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font: 26px 'MuseoSansCyrl-700';
}

.countbox {
	margin: 0 auto;
	line-height: 1.2;
	font-size: 30px;
	width: 100%;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.countbox .countbox-num {
	float: left;
	width: 120px;
	height: 60px;
	position: relative;
	color: #fff
}

.countbox .countbox-space {
	float: left;
	width: 10px;
	line-height: 60px
}

.countbox .countbox-space:before {
	content: '\003A';
	font: 30px 'MuseoSansCyrl-900';
	color: #fff;
	line-height: 36px
}

.countbox-hours1,
.countbox-mins1,
.countbox-secs1,
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
	float: left;
	width: 48px;
	height: 60px;
	text-align: center;
	background: #dfdfdf;
	z-index: 1;
	font: 32px 'MuseoSansCyrl-900';
	color: #000;
	line-height: 60px;
	margin: 0 3px;
	border-radius: 5px
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 66px;
	height: 18px;
	width: 108px;
	font-size: 16px;
	padding: 0 8px 4px;
	color: #fff;
	text-transform: lowercase
}

.mobile-content .mobile-content__header,
header,
.cta-headline {
	background-color: #21692d;
}

@media (max-width: 575px) {
	.cta-img {
		width: 107%;
		height: 100%;
		margin-left: -12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}

	.mobile-content .btn-buy {
		margin-top: 30px;
		font-size: 22px;
		margin-bottom: 30px;
		padding: 10px 18px;
	}
}

.price_item.new {
	background: #21692d;
}

.btn-buy {
	background-color: #21692d;
}

.timer {
	background: #21692d;
}

.price_item.new::before {
	border-bottom: 100px solid #21692d;
}

.price_item.old::after {
	border-top: 100px solid #21692d;
}

.bullet-item {
	border-color: #21692d;
}

.char-list li::marker {
	color: #21692d;
}

.how-container .how-item__icon svg {
	fill: #21692d;
}

.loader-active .loader {
	background-color: #21692d;
}

.first-text .first-btns .btn-buy--details{
	color: white;
	border: 2px solid #21692d;
}

.first-text .first-btns .btn-buy--details:hover{
	color: #21692d;
}

.nav-buy-item{
	white-space: nowrap;
	color: #21692d;
}
