.main {
	overflow-x: hidden;
	overflow-y: auto
}

.section {
	display: flex;
	align-items: center;
	padding: 100px 0
}

.title {
	font-size: 36px;
	text-align: center;
	margin: auto;
	font-weight: 500;
	line-height: 54px
}

.first-section {
	min-height: calc(100vh - 85px);
	height: 100%;
	background-image: url(../media/webp/main_first_background.webp);
	background-size: cover;
	color: #fff
}

.title--big {
	font-size: 100px;
	margin-bottom: 8px
}

.subtitle {
	font-size: 40px;
	margin-bottom: 60px
}

.description {
	font-size: 24px;
	margin-bottom: 125px;
	max-width: 675px;
	line-height: 36px
}

.first-section__buttons {
	display: flex;
	align-items: center;
	gap: 20px
}

.main-page__button--white {
	border: 2px solid #fff !important;
	background-color: transparent;
	color: #fff
}

.main-page__button--white:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #000
}

.second-section__title {
	max-width: 640px;
	margin-bottom: 80px
}

.second-section__content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 90px
}

.second-section__article {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	max-width: 335px;
	width: 100%
}

.second-section .article__head {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #2979f6
}

.second-section .article__title {
	font-size: 48px;
	white-space: nowrap
}

.second-section .article__subtitle {
	font-size: 18px;
	line-height: 26px;
	width: fit-content
}

.second-section .article__body {
	padding: 15px 35px 35px 15px;
	background-color: #e3e3e3;
	border-radius: 10px;
	position: relative;
	height: 158px;
	overflow: hidden;
	transition: .2s
}

.second-section .article__body.active {
	height: 100%
}

.second-section .article__description {
	font-weight: 300;
	font-size: 18px;
	overflow-y: hidden;
	text-overflow: ellipsis;
	text-align: justify;
	height: 100%
}

.second-section .article__show-all {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d3d3d3cc;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	transition: .2s
}

.second-section .article__show-all.active {
	transform: rotate(180deg)
}

.third-section {
	background-image: url(../media/webp/main_third_background.webp);
	color: #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.third-section__container {
	display: flex;
	flex-direction: column;
	align-items: center
}

.third-section__title {
	max-width: 870px;
	margin-bottom: 50px
}

.third-section__description {
	text-align: center;
	font-size: 20px;
	max-width: 690px;
	margin-bottom: 75px;
	line-height: 30px
}

.fourth-section__title {
	margin-bottom: 90px
}

.fourth-section__content {
	display: flex;
	flex-direction: column;
	align-items: center
}

.fourth-section .benefit__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px;
	font-size: 18px;
	margin-bottom: 100px
}


.fourth-section .benefit__list li {
	flex: 1 0 500px;
	list-style-type: none;
	display: flex;
	align-items: initial;
	gap: 30px
}

/*.fourth-section .benefit__list li img {*/
/*    margin-bottom: 75px;*/
/*}*/

.fourth-section .benefit__description {
	max-width: 400px;
	line-height: 26px
}

.fourth-section__button {
	margin: 0 auto
}

.fifth-section {
	background-color: #ecf0f5
}

.fifth-section__container {
	display: flex;
	flex-direction: column;
	align-items: center
}

.fifth-section__title {
	max-width: 1023px;
	margin-bottom: 110px
}

.fifth-section__content {
	display: flex;
	gap: 60px
}

.fifth-section__content .img__wrapper {
	position: relative;
	height: max-content
}

.fifth-section__content .img__wrapper .img__description {
	position: absolute;
	color: #fff;
	bottom: 2px;
	padding: 20px 40px 20px 20px;
	border-radius: 10px;
	background: #051d4466
}

.fifth-section__content .img__wrapper img {
	width: 100%
}

.fifth-section__content .benefit__list {
	max-width: 40%;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	gap: 50px
}

.fifth-section__content .benefit__list li {
	display: grid;
	grid-template-columns: 40px auto;
	gap: 20px
}

.fifth-section .benefit__description {
	height: 100px;
	overflow-y: hidden;
	text-overflow: ellipsis;
	transition: .2s
}

.fifth-section__button {
	width: 400px;
	margin: 0 auto;
	white-space: nowrap
}

.fifth-section__individual--wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px
}

.fifth-section .show-all__text {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #2979f6;
	transition: .2s
}

.fifth-section .show-all__text .benefit-description__button {
	transition: .2s
}

.fifth-section .show-all__text.active .benefit-description__button {
	transform: rotate(180deg)
}

.fifth-section .benefit__description.active {
	height: auto
}

.six-section {
	background-image: url(../media/webp/main_fifth_background.webp);
	background-size: cover;
	color: #fff;
	min-height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.six-section__container {
	display: flex;
	flex-direction: column;
	align-items: center
}

.six-section__title {
	margin-bottom: 60px
}

.six-section__description {
	max-width: 750px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 70px;
	font-size: 20px
}

.seventh-section {
	background-color: #ecf0f5
}

.seventh-section__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px
}

.seventh-section__articles {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
	justify-content: space-between
}

.seventh-section .article {
	background: #fff;
	border-radius: 30px;
	position: relative
}

.seventh-section .article__head {
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px dashed #9e9e9e
}

.seventh-section .article__body {
	padding: 28px 24px 70px
}

.seventh-section .article__title {
	font-size: 22px;
	margin-bottom: 20px
}

.seventh-section .article__description,
.seventh-section .article__description--small {
	font-size: 18px;
	font-weight: 300
}

.seventh-section .article__description--small {
	margin-bottom: 15px
}

.seventh-section .article__price {
	font-weight: 700;
	font-size: 32px;
	position: absolute;
	bottom: 33px;
	right: 33px
}

/*.benefit img#monitor_individual {*/
/*    padding-bottom: 60px;*/
/*}*/

/*.benefit img#monitor_group {*/
/*    padding-bottom: 90px;*/
}

.benefit img {

}

.benefit p {
    align-self: flex-start;
}

@media (max-width:1440px) {
	.first-section .title--big {
		font-size: 76px
	}

	.first-section .subtitle {
		font-size: 36px
	}

	.first-section .description {
		font-size: 18px;
		max-width: 500px;
		line-height: 28px
	}

	.title {
		font-size: 32px;
		line-height: 40px
	}

	.second-section .article__subtitle {
		font-size: 16px
	}

	.second-section .article__description {
		font-size: 16px
	}

	.second-section__content {
		gap: 60px
	}

	.fourth-section__content .benefit img {
		width: 50px;
		padding-bottom: 70px;


	}

	.fourth-section__content .benefit__description {
		font-size: 16px
	}
}

@media (max-width:1024px) {
	.second-section__content {
		gap: 30px
	}

	.six-section,
	.third-section {
		background-attachment: scroll
	}

	.second-section__article .article__head {
		gap: 10px
	}

	.second-section__article .article__subtitle {
		line-height: 24px
	}

	.seventh-section__articles {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 60px;
		justify-content: space-between
	}

	.fifth-section__content {
		flex-direction: column
	}
}

@media (max-width:767px) {
	.section {
		padding: 80px 0
	}

	.first-section .title--big {
		font-size: 66px
	}

	.first-section .subtitle {
		font-size: 26px;
		margin-bottom: 40px
	}

	.first-section .description {
		font-size: 16px;
		max-width: 380px;
		line-height: 24px;
		margin-bottom: 75px
	}

	.title {
		font-size: 28px;
		line-height: 36px
	}

	.second-section__content {
		display: grid;
		grid-template-columns: 1fr;
		justify-content: center
	}

	.second-section__article {
		justify-self: center
	}

	.second-section__title {
		margin-bottom: 50px;
		max-width: 500px
	}

	.third-section__title {
		margin-bottom: 30px;
		max-width: 540px
	}

	.third-section__description {
		margin-bottom: 60px;
		font-size: 16px;
		max-width: 425px;
		line-height: 24px
	}

	.fourth-section .benefit__list {
		grid-template-columns: 1fr;
		margin-bottom: 30px
	}

	.fourth-section__title {
		margin-bottom: 60px
	}

	.fifth-section__title {
		margin-bottom: 50px
	}

	.seventh-section__articles {
		grid-template-columns: repeat(auto-fill, minmax(210px, 335px))
	}

	.six-section__title {
		max-width: 620px
	}

	.six-section__description {
		max-width: 425px;
		font-size: 16px;
		line-height: 24px
	}

	.seventh-section__container {
		gap: 60px
	}
}

@media (max-width:575px) {
	.first-section {
		text-align: center
	}

	.title {
		font-size: 26px;
		line-height: 34px
	}

	.second-section .article__body {
		padding: 14px 10px 30px 14px
	}

	.second-section .article__description {
		font-size: 14px
	}

	.first-section .description {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 50px
	}

	.first-section .title--big {
		font-size: 46px
	}

	.first-section .subtitle {
		font-size: 20px;
		margin-bottom: 30px
	}

	.first-section__buttons {
		flex-direction: column;
		align-items: center
	}

	.first-section__buttons .button {
		text-transform: uppercase
	}

	.third-section__description {
		font-size: 14px;
		line-height: 20px
	}

	.fourth-section .benefit__list {
		gap: 30px
	}

	.fourth-section__content .benefit__description {
		font-size: 14px
	}

	.button--primary.fifth-section__button {
		max-width: 100%;
		width: 100%
	}

	.six-section__title {
		margin-bottom: 40px
	}

	.six-section__description {
		max-width: 280px;
		font-size: 14px;
		line-height: 20px
	}

	.six-section .container--small {
		padding: 0
	}

	.seventh-section__container {
		gap: 50px
	}

	.card.main-page-card {
		justify-self: center
	}
}
>>>>>>> 6d9ec764 (add new test pravo)
