.galery {
	padding: 35px 0 0;
}


.reviews-block {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

.reviews_slider img {
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-height: 300px;
	object-fit: cover;
	margin-top: 30px;
}

.reviews_slider .slick-prev,
.reviews_slider .slick-next {
	top: calc(50% - 20px);
	font-size: 0;
	line-height: 0;
	position: absolute;
	margin-top: -20px;
	display: block;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: #0074ae;

	/* background: url(../img/arrow.png) no-repeat #2f80ed; */
	z-index: 3;
}

.reviews_slider .slick-prev {
	left: 20px;
}

.reviews_slider .slick-next {
	right: 20px;
}


.reviews_section {
	padding: 0 40px;
}

.reviews_section .description {
	padding: 0 0 25px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.reviews_section .reviews_list {
	margin: 0 0 30px;
}

.review_item {
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
	color: #333;
	overflow: hidden;
	/* width: 410px; */
	margin: 20px auto;
}

.review_item p {
	padding: 10px 10px 30px;
	text-align: center;
}

.photo {
	display: block;
}

.author_block {
	text-align: center;
	padding: 20px;
	position: relative;
}

.reviews_section .avatar {
	display: block;
	float: left;
	width: 64px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .author_info {
	padding: 10px 0 0 79px;
}

.reviews_section .author_info .name {
	font-weight: 700;
}

.slick-initialized .slick-slide {
	padding: 30px;
}

@media screen and (max-width: 800px) {
	.slick-initialized .slick-slide {
		padding: 5px;
	}

	.reviews-block {
		padding: 5px;
	}

	.reviews-block .col-12 {
		padding: 0px;
	}
}

.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,
.reviews_slider .slick-prev,
.reviews_slider .slick-next {
	background-color: #5e3030;
}

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

.btn-buy {
	background-color: #dc3545;
}

.timer {
	background: #dc3545;
}

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

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

.bullet-item {
	border-color: #136d79;
}

.char-list li::marker {
	color: #136d79;
}

.how-container .how-item__icon svg {
	fill: #136d79;
}

.loader-active .loader {
	background-color: #136d79;
}

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

.first-text .first-btns .btn-buy--details:hover{
	color: #136d79;
}

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