@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: #000000;
	background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

.heading {
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1.5rem;
	text-align: center;
}
.heading--yellow {
	color: #ffe400;
}

.heading-summary {
	position: relative;
	font-size: 3.5rem;
	line-height: 4.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #149e00;
	text-align: center;
	margin-bottom: 3rem;
}
.heading-summary::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 400px;
	height: 2px;
	background-color: #0c9e11;
}

.subheading {
	font-size: 2.4rem;
	line-height: 4rem;
	font-weight: 700;
	color: white;
	text-align: center;
}

.lead {
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3rem;
}

.title {
	font-size: 2.2rem;
	line-height: 3rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
.title--green-background {
	color: #149e00;
	padding: 0 0.2rem;
}

.paragraph {
	font-size: 2rem;
	line-height: 35px;
	margin-bottom: 2rem;
}
.paragraph--white {
	color: white;
}
.paragraph--red {
	color: #d50000;
}
.paragraph--green {
	color: #149e00;
}
.paragraph--center {
	text-align: center;
}
.paragraph--line-through {
	text-decoration: line-through;
}
.paragraph--mb-zero {
	margin-bottom: 0;
}

.container {
	width: 100%;
	max-width: 89rem;
	margin-inline: auto;
	padding: 0 1.5rem;
}
@media (min-width: 960px) {
	.container {
		padding: 0;
	}
}

.list {
	padding-left: 0rem;
}

ul.list li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}

ul.list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 12px;
	height: 12px;
	background-color: #ffe400;
	border: 3px solid #d50000;
	border-radius: 50%;
}

.text {
	line-height: 35px;
	margin-bottom: 15px;
}

.header {
	padding: 2.5rem 0 0;
}

.img__boxes {
	max-width: 61.6rem;
}
.img__product {
	max-width: 50rem;
}
.img__row {
	max-width: 24.2rem;
}
.img__avatar {
	width: 100%;
	max-width: 9.6rem;
}
.img__phone {
	max-width: 2.4rem;
}

.header-baner {
	margin-top: 10px;
	width: 100%;
}

.figure {
	text-align: center;
	margin: 0;
}
.figure img {
	margin: 0 auto;
}

.before-after {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 35px;
}

.before-after-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.before-after-text {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 25px;
}

.before-text {
	color: #d50000;
}

.after-text {
	color: #149e00;
}

.section {
	padding: 5rem 0 3rem;
}
.section--bg {
	background: url("../images/GRAFIKA BANER.png") no-repeat center;
	background-size: cover;
}
.section--blue {
	background-color: #e8f7fd;
}

.arrow {
	width: 65px;
	height: 41px;
}
@media (min-width: 500px) {
	.arrow {
		width: 95px;
		height: 51px;
	}
}

.row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem;
}

.box {
	background-color: #077cab;
	border-radius: 1rem;
	margin-bottom: 3rem;
	padding: 4rem 3rem;
}
.box .paragraph {
	margin-bottom: 0;
}

.hr {
	width: 100%;
	height: 0.1rem;
	background-color: #707070;
	margin: 4.5rem 0 3rem;
}

.prices {
	text-align: center;
}

.button {
	display: block;
	width: 100%;
	max-width: 58rem;
	border: 0.1rem solid #149e00;
	background-color: #149e00;
	border-radius: 1rem;
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-align: center;
	font-weight: 700;
	color: white;
	padding: 2rem 1rem;
	margin: 3rem auto;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
.button:hover {
	cursor: pointer;
	background-color: #e8f7fd;
	color: #149e00;
}

.button-phone {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	width: 100%;
	max-width: 62rem;
	border: 0.2rem solid #d50000;
	background-color: white;
	border-radius: 1rem;
	font-size: 2.8rem;
	line-height: 3.2rem;
	text-align: center;
	font-weight: 700;
	color: black;
	padding: 2rem 1rem;
	margin: 3rem auto;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
.button-phone:hover {
	cursor: pointer;
}

.comments {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 3rem;
}
.comments__row {
	display: grid;
	grid-template-columns: 4.8rem 1fr;
	grid-gap: 2rem;
}
.comments__inner {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	margin-bottom: 1rem;
}
.comments__date {
	line-height: 2rem;
}
.comments__name {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 700;
	color: #077cab;
}
.comments__text {
	font-size: 1.5rem;
	line-height: 2.5rem;
}

.footer__container {
	width: 100%;
	max-width: 68rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}
@media (min-width: 740px) {
	.footer__container {
		padding: 0;
	}
}
.footer__text {
	font-size: 1.2rem;
	line-height: 1.7rem;
	margin-bottom: 0.5rem;
	text-align: center;
	color: black;
}
.footer__links {
	margin: 2.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.heading {
		font-size: 4rem;
		line-height: 5rem;
	}
	.subheading {
		font-size: 2.8rem;
		line-height: 5rem;
	}
	.lead {
		font-size: 3rem;
		line-height: 4.2rem;
	}
	.paragraph {
		font-size: 2rem;
		line-height: 35px;
	}
	.button {
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.button-phone {
		font-size: 5rem;
		line-height: 6rem;
	}
	.comments__row {
		grid-template-columns: 9.6rem 1fr;
		grid-gap: 3.5rem;
	}
	.comments__name {
		font-size: 2.2rem;
		line-height: 2.5rem;
	}
	.section--comments {
		background: url("../images/Path 5.png") no-repeat;
		background-size: 36rem 26rem;
		background-position: top 6.6rem right 5rem;
	}
	.comments__text {
		font-size: 15px;
	}
	.img--phone {
		max-width: 4.6rem;
	}
}
.orange {
	color: #ff8800;
}

.red {
	color: #d50000;
}

.blue {
	color: #077cab;
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}

.summary-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.summary-button {
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 45px;
	width: 100%;
	max-width: 69rem;
	color: white;
	background-color: #0c9e11;
	margin: 0rem auto;
	border-radius: 10px;
	padding: 20px 25px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	cursor: pointer;
}

a {
	text-decoration: none;
}

.summary-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
@media (min-width: 768px) {
	.summary-box {
		flex-direction: row;
		align-items: start;
	}
}
.summary-box img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 277px;
	margin-top: -20px;
	width: 325px;
	margin-left: -50px;
}

.telephone-box {
	margin: 50px 0;
	display: flex;
	justify-content: center;
}

.telephone-box-hidden {
	font-size: 2.5rem;
	font-weight: bold;
	width: 100%;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 700px;
	border: 1px solid #149e00;
	color: #149e00;
	background-color: white;
	padding: 11px 30px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	cursor: pointer;
}
@media (min-width: 450px) {
	.telephone-box-hidden {
		font-size: 4rem;
	}
}
@media (min-width: 768px) {
	.telephone-box-hidden {
		font-size: 6rem;
		gap: 50px;
	}
}

.index-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.img__logo {
	width: 140px;
	height: 75px;
	-o-object-fit: cover;
	object-fit: cover;
}

.img-width,
.img__avatar {
	max-width: 100%;
}

.comments-img {
	display: none;
}
@media (min-width: 1300px) {
	.comments-img {
		padding-right: 20px;
		display: block;
		position: absolute;
		right: 0;
		width: 15%;
		margin-top: 20px;
	}
} /*# sourceMappingURL=styles.css.map */
