.list-app .w_thumb i {
	font-size: 32px;
}

.videos {
	background-color: #f0f8ff;
	padding-bottom: 30px;
}

.videos__title {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	font-family: 'helveticaneue-bold';
}

.videos-slider {
	max-height: 500px;
}

.videos-slider__item {
	text-align: center;
}

.videos-slider__item video {
	max-width: 100%;
	max-height: 500px;
}

@media (max-width: 768px) {
	.videos__title {
		font-size: 26px;
		line-height: 34px;
	}
}

.mob-cta-button {
	padding: 40px;
	text-align: center;
	background-color: aliceblue;
}

@media (min-width: 768px) {
	.mob-cta-button {
		display: none;
	}
}

.sticky-button {
	position: sticky;
	bottom: 0;
	display: none;
	padding: 20px;
	text-align: center;
	background-color: aliceblue;
}

.sticky-button.visible {
	display: block;
}

@media (min-width: 769px) {
	.sticky-button {
		display: none;
	}

	.sticky-button.visible {
		display: none;
	}
}

video {
	max-width: 100%;
}

.video-test {
	margin: 20px 0;
	padding: 30px 0;
	text-align: center;
	background-color: aliceblue;
}

.video-test h2 {
	margin-bottom: 30px;
	font-size: 40px;
}

@media (max-width: 769px) {
	.video-test h2 {
		font-size: 26px;
	}
}

.review p img {
	max-height: 18px;
}

.promo-section {
	padding: 20px;
	line-height: 1;
}

.promo-section__header {
	padding: 15px;
	background-color: red;
	color: white;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.promo-section__body {
	display: flex;
	margin-bottom: 30px;
	padding: 40px;
	border: 5px dashed red;
	border-top: none;
}

.promo-section__left {
	flex: 2;
}

.promo-section__img {
	flex: 1;
}

.promo-section__title {
	margin-bottom: 5px;
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	color: green;
}

.promo-section__subtitle {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.promo-section__exp {
	margin-bottom: 40px;
	font-size: 18px;
}

.promo-section-badges {
	margin-bottom: 30px;
}

.promo-section-badges img.mob {
	display: none;
}

@media (max-width: 769px) {
	.promo-section-badges img.mob {
		display: block;
	}
	.promo-section-badges img.desk {
		display: none;
	}

	.promo-section__body {
		flex-direction: column;
		text-align: center;
	}

	.promo-section__img {
		margin-top: 20px;
		align-self: center;
	}
}

.faq h2 {
	text-align: center;
}

.main-benefits {
	padding: 60px 0;
}

.main-benefits-inner__item {
	margin-bottom: 40px;
}

.main-benefits-inner__item img {
	width: 100%;
	margin-bottom: 30px;
}

h2.section-title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 40px;
}

@media (max-width: 769px) {
	h2.section-title {
		font-size: 26px;
	}
}

.review .w_item {
	display: flex;
}

.review .w_item img {
	margin-right: 20px;
}

.review .w_item p img {
	margin-bottom: 0;
}

.hero-benefits {
	margin-bottom: 20px;
	font-weight: bold;
}

.hero-benefits li {
	margin-bottom: 4px;
}

.hero-title {
	padding-top: 0;
	margin-top: 0 !important;
}

.top-banner {
	padding-top: 0;
}

.top-banner .col-left {
	padding-top: 0;
}

@media (max-width: 430px) {
	.review .w_item {
		flex-direction: column;
	}

	.review .w_item img {
		align-self: flex-start;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.review .w_item p img {
		margin-bottom: 0;
	}

	.promo-section__title {
		font-size: 50px;
	}

	.promo-section__subtitle {
		font-size: 18px;
	}

	.hero-title {
		margin-top: 30px !important;
	}
}
