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

.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: #126caf;
	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: #126caf;
}

@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: #126caf;
}

.btn-buy {
	background-color: #126caf;
}

.timer {
	background: #126caf;
}

.price_item.new::before {
	border-bottom: 100px solid #126caf;
}

.price_item.old::after {
	border-top: 100px solid #126caf;
}

.bullet-item {
	border-color: #126caf;
}

.char-list li::marker {
	color: #126caf;
}

.how-container .how-item__icon svg {
	fill: #126caf;
}

.loader-active .loader {
	background-color: #126caf;
}

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

.first-text .first-btns .btn-buy--details:hover{
	color: #126caf;
}

.nav-buy-item{
	white-space: nowrap;
	color: #126caf;
}

button:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

html {
	scroll-behavior: smooth;
}

body {
	padding-bottom: 90px;
}

.sticky-order-btn {
	position: fixed;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 30px);
	max-width: 380px;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	background: #126caf;
	color: #fff;
	text-align: center;
	padding: 18px 10px;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	z-index: 9999;
	box-shadow: 0 -3px 10px rgba(0, 0, 0, .25);
	animation: pulseBtn 1.5s infinite;
}

.sticky-order-btn:hover {
	color: #fff;
}

.sticky-order-btn.show {
	opacity: 1;
	visibility: visible;
}

@keyframes pulseBtn {
	0% {
		transform: translateX(-50%) scale(1);
	}
	50% {
		transform: translateX(-50%) scale(1.03);
	}
	100% {
		transform: translateX(-50%) scale(1);
	}
}
