:root {
	--white: white;
	--black: black;
}

body {
	color: #000;
	background-color: #dadada;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}

p {
	margin-bottom: 0;
}

.wrapper {
	background-color: #fff;
	border-radius: 10px;
	max-width: 1100px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 25px 50px;
}

.logo-slogan {
	color: #7e7e7e;
	font-size: 16px;
	line-height: 1.2;
}

.logo-txt {
	color: #562727;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.logo {
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	justify-content: flex-start;
	align-items: center;
	display: inline-flex;
}

.date {
	color: #7e7e7e;
	font-size: 14px;
	line-height: 1;
}

.nav {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	display: flex;
}

.column-flex {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
	display: flex;
}

.main {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	max-width: 780px;
	display: flex;
}

.aside {
	width: 255px;
	height: 100%;
}

.cta-box {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	background-color: #fdebeb;
	border-radius: 10px;
	flex-flow: column;
	width: 255px;
	padding: 30px 20px;
	display: flex;
	position: sticky;
	top: 15px;
}

.menu-item {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
}

.menu {
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	display: flex;
	a {
		color: grey;
	}
}

.span {
	color: #e20000;
}

.sub-heading {
	font-size: 25px;
	line-height: 1.2;
}

.feature-item {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	border-radius: 10px;
	justify-content: flex-start;
	align-items: center;
	min-width: 370px;
	max-width: 380px;
	min-height: 100px;
	padding: 15px;
	font-size: 20px;
	line-height: 1.2;
	display: flex;
	box-shadow: 0 3px 8px #00000024;
}

.features {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: wrap;
	display: flex;
}

.features-last {
	align-self: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.banner-cta {
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	background-color: #00000014;
	border-radius: 10px;
	justify-content: flex-start;
	align-items: center;
	padding: 30px;
	display: flex;
}

.packshot {
	background-color: #00000014;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	min-width: 200px;
	/* height: 257px; */
	display: flex;
}

.banner-subheading {
	color: #585858;
	font-size: 20px;
	line-height: 1.3;
}

.content-container {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: column;
	display: flex;
}

.btn-cta {
	color: #fff;
	background-color: #e20000;
	border-radius: 10px;
	padding: 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.15s;
}

.btn-cta:hover {
	background-color: #b00;
}

.btn-cta.center {
	text-align: center;
	width: 100%;
}

.stroke-box {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	border: 2px solid #e20000;
	border-radius: 20px;
	flex-flow: column;
	width: 50%;
	padding: 30px;
	display: flex;
	position: sticky;
	top: 20px;
}

.column-container {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	position: relative;
}

.col-paragraph {
	width: 50%;
}

.text-link {
	color: #e20000;
}

.h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-style: italic;
	line-height: 1.2;
}

.testimonial-content {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: column;
	display: flex;
}

.testimonial {
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 20px;
	display: flex;
}

.testimonial.last {
	margin-bottom: 20px;
}

.h2-subheading {
	font-size: 20px;
	line-height: 1.2;
}

.headings {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	flex-flow: column;
	display: flex;
}

.expert {
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}

.red-box {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	background-color: #e200001a;
	border-radius: 10px;
	flex-flow: column;
	width: 50%;
	padding: 30px;
	display: flex;
}

.con {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.cons {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	flex-flow: column;
	display: flex;
}

.green-box {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	background-color: #05e20014;
	border-radius: 10px;
	flex-flow: column;
	width: 50%;
	padding: 30px;
	display: flex;
}

.span-green {
	color: #027a00;
}

.pro {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.pros {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	flex-flow: column;
	display: flex;
}

.boxes-before-after {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom: 20px;
	display: flex;
}

.form {
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}

.comment {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	display: flex;
}

.comment.reply {
	padding-left: 20px;
}

.no-breaking {
	white-space: nowrap;
}

.user-name {
	font-weight: 700;
	line-height: 1.2;
}

.time {
	color: #7e7e7e;
	font-size: 13px;
	line-height: 1.2;
}

.user-info {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
}

.comment-container {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	display: flex;
}

.divider {
	background-color: #e2e2e2;
	width: 100%;
	height: 1px;
	display: none;
}

.footer {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	color: #7e7e7e;
	text-align: center;
	flex-flow: column;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	line-height: 1.2;
	display: flex;
}

.footer-link {
	color: #7e7e7e;
}

.footer-links {
	grid-column-gap: 3px;
	grid-row-gap: 3px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.cta-box-header {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	text-align: center;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.gratis {
	width: 210px;
	position: relative;
}

.h2-white.langtxt {
	color: #fff;
	position: absolute;
	inset: 26px 0 auto;
}

.big-price {
	font-size: 40px;
}

.cta-box-mobile,
.read.langtxt,
.top-img-mobile,
.before-after-img-mobile {
	display: none;
}

.box,
.box-copy {
	border: 2px solid #e20000;
	border-radius: 10px;
	padding: 20px;
}

@media screen and (max-width: 991px) {
	body {
		padding-bottom: 140px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.wrapper {
		position: relative;
	}

	.main {
		max-width: none;
	}

	.cta-box {
		display: none;
	}

	.feature-item {
		min-width: 300px;
		max-width: 325px;
	}

	.h2.langtxt.mobile {
		font-size: 18px;
	}

	.btn-cta.center.langtxt {
		width: 50%;
		font-size: 20px;
	}

	.expert {
		justify-content: flex-start;
		align-items: flex-start;
	}

	.big-price {
		font-size: 30px;
	}

	.cta-box-mobile {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		background-color: #fdebeb;
		border-radius: 10px;
		justify-content: space-between;
		align-items: center;
		width: 680px;
		margin-left: auto;
		margin-right: auto;
		padding: 15px;
		display: flex;
		position: fixed;
		inset: auto 0% 2%;
	}

	.cta-box-content {
		grid-column-gap: 5px;
		grid-row-gap: 5px;
		flex-flow: column;
		width: 50%;
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.menu {
		display: none;
	}

	.h1.langtxt {
		font-size: 40px;
	}

	.banner-cta {
		flex-flow: column;
	}

	.btn-cta.center.langtxt {
		width: 60%;
	}

	.stroke-box,
	.stroke-box.langtxt {
		width: 100%;
	}

	.column-container {
		flex-flow: column;
	}

	.col-paragraph {
		width: 100%;
	}

	.testimonial {
		flex-flow: column;
	}

	.expert {
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
	}

	.red-box,
	.green-box {
		width: 100%;
	}

	.boxes-before-after {
		flex-flow: column;
	}

	.big-price {
		white-space: nowrap;
	}

	.cta-box-mobile {
		z-index: 10;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		width: 88%;
		box-shadow: 0 2px 5px #0003;
	}

	.cta-box-content {
		width: 40%;
	}

	.para-mobile,
	.logos-label,
	.top-img {
		display: none;
	}

	.top-img-mobile {
		display: block;
	}
}

@media screen and (max-width: 479px) {
	body {
		padding: 0 0 160px;
	}

	.wrapper {
		border-radius: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.date {
		display: none;
	}

	.nav {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		flex-flow: wrap;
	}

	.main {
		justify-content: flex-start;
		align-items: center;
	}

	.sub-heading.langtxt {
		font-size: 22px;
	}

	.feature-item {
		width: 100%;
		min-width: auto;
		max-width: none;
	}

	.features {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.h1.langtxt {
		font-size: 30px;
	}

	.h2.langtxt {
		font-size: 22px;
	}

	.banner-cta {
		padding: 20px;
	}

	.btn-cta.langtxt {
		font-size: 22px;
	}

	.testimonial {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		justify-content: flex-start;
		align-items: center;
	}

	.divider {
		display: block;
	}

	.cta-box-mobile {
		inset: auto 0% 1.5%;
	}

	.read {
		color: #7e7e7e;
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.2;
	}

	.read.langtxt {
		display: block;
	}

	.before-after-img {
		display: none;
	}

	.before-after-img-mobile {
		width: 250px;
		display: block;
	}
}
