*,
::after,
::before {
	box-sizing: border-box
}

ol[class],
ul[class] {
	padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
li,
ol[class],
p,
ul[class] {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	font-family: Roboto, sans-serif
}

ol[class],
ul[class] {
	list-style: none
}

a:not([class]) {
	text-decoration-skip-ink: auto
}

img {
	max-width: 100%;
	display: block
}

article>*+* {
	margin-top: 1em
}

button,
input,
select,
textarea {
	font: inherit
}

input {
	border: none;
	background-color: transparent
}

input:focus-visible {
	outline: 0
}

button {
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	cursor: pointer
}

a {
	color: inherit;
	text-decoration: none
}

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

.container {
	max-width: 1500px;
	padding: 0 30px;
	width: 100%;
	margin: 0 auto
}

.container--small {
	max-width: 1260px;
	padding: 0 30px;
	width: 100%;
	margin: 0 auto
}

input.input:-internal-autofill-selected {
	border-radius: 6px
}

.button {
	padding: 11px 18px;
	font-size: 18px;
	border-radius: 6px;
	transition: .2s;
	cursor: pointer;
	background-color: transparent;
	text-transform: uppercase;
	border: 2px solid transparent
}

.button--primary {
	background: #2979f6;
	color: #fff;
	border: 2px solid #2979f6
}

.button--primary:hover {
	background: #114bc2;
	border: 2px solid #114bc2
}

.button--secondary {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000
}

.button--secondary:hover {
	background-color: transparent;
	color: #fff
}

.logo__wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 20px;
	color: #fff;
	font-weight: 700
}

.header__buttons {
	display: flex;
	align-items: center;
	gap: 40px
}

.error-message,
.error-messages {
	color: #f26250
}

.error-messages-1 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	align-items: start
}

.error-input {
	border: 2px solid #f26250 !important
}

.errorlist li {
	color: #f26250;
	text-align: center
}

.alert.alert-danger {
	color: #f26250;
	text-align: center
}

@media (max-width:1440px) {
	.button {
		font-size: 16px
	}
}

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

@media (max-width:767px) {
	.container {
		padding: 0 20px
	}

	.button {
		padding: 9px 12px;
		font-size: 14px
	}

	.header__buttons {
		gap: 20px
	}
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 85px;
	color: #fff;
	background-color: #242833
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header__user {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative
}

.header__user .header__notifications-count {
	position: absolute;
	font-size: 16px;
	background-color: #e31717;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -5px;
	right: -15px
}

.header__user .header__notifications-count.mobile {
	color: #fff;
	font-size: 14px;
	width: 20px;
	height: 20px
}

.header__buttons button {
	text-transform: none
}

.header__burger-menu {
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer
}

.burger-item {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 3px;
	border-radius: 10px;
	background-color: #fff
}

.burger-item::after,
.burger-item::before {
	transition: .2s;
	content: '';
	position: absolute;
	width: 25px;
	height: 3px;
	border-radius: 10px;
	background-color: #fff
}

.burger-item::before {
	transform: translateY(8px)
}

.burger-item::after {
	transform: translateY(-8px)
}

.header__burger-menu.active .burger-item {
	height: 0
}

.header__burger-menu.active .burger-item::before {
	transform: rotate(45deg)
}

.header__burger-menu.active .burger-item::after {
	transform: rotate(-45deg)
}

.header__free-test-wrapper {
	position: relative
}

#triangle {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -7px;
	right: 25px
}

.header__list-wrapper {
	position: absolute;
	display: none;
	top: 50px;
	border-radius: 10px;
	background-color: #fff;
	color: #242833;
	width: 250px;
	height: auto;
	right: -20px;
	z-index: 5;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .13)
}

.header__list-wrapper.active {
	display: block
}

.header__free-test-list-wrapper {
	width: 300px
}

.header__burger-list {
	display: flex;
	flex-direction: column;
	align-items: center
}

.header__burger-list-item {
	width: 90%;
	text-align: center
}

.header__burger-list-item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.header__burger-list-item a {
	display: block;
	padding: 14px;
	width: 100%
}

.header__burger-sublist-item {
	font-size: 14px
}

.header__burger-sublist-item:not(:first-child) a {
	padding-top: 0
}

.header__burger-list-item-title {
	padding: 14px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer
}

.header__user-logo {
	width: 50px;
	height: 50px
}

.header__burger-list-item-title img {
	transition: .3s;
	transform: rotate(180deg)
}

.header__burger-list-item-title.active img {
	transform: rotate(0)
}

.header__burger-user {
	display: none !important;
	padding: 14px;
	justify-content: center
}

.header__burger-user .header__user-logo {
	width: 30px;
	height: 30px
}

.header__burger-menu-wrapper {
	position: relative
}

.header__burger-menu-wrapper .header__notifications-count.burger {
	position: absolute;
	font-size: 14px;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: -5px;
	right: -15px;
	background-color: #e31717;
	color: #fff;
	width: 20px;
	height: 20px
}

.header__burger-tests {
	display: none
}

.header__burger-sublist {
	display: none
}

.header__burger-sublist.active {
	display: block
}

.header__burger-list .exit-button {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #242833;
	border-radius: 0 0 10px 10px
}

.header__burger-list .exit-button a {
	display: block;
	padding: 14px
}

.header__burger-list-item a:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.header__unregistered-user-burger {
	display: none
}

@media (max-width:1024px) {

	.header__free-test-wrapper,
	.header__test-link {
		display: none
	}

	.header__burger-tests {
		display: block
	}
}

@media (max-width:575px) {
	.header__user {
		display: none !important
	}

	.header__unregistered--buttons {
		display: none !important
	}

	.header__burger-user {
		display: flex !important
	}

	.header__burger-menu-wrapper .header__notifications-count.burger {
		display: flex
	}

	.header__burger-user .header__user {
		display: flex !important
	}

	.header__unregistered-user-burger {
		display: block
	}
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(73, 73, 73, .7);
	z-index: 99
}

.popup__close-button {
	position: absolute;
	top: 15px;
	cursor: pointer;
	width: 30px;
	height: 1px;
	border-radius: 5px;
	background-color: #fff;
	transform: rotate(45deg);
	z-index: 101
}

.popup__close-button-wrapper {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 101;
	cursor: pointer;
	width: 30px;
	height: 30px
}

.popup__close-button::before {
	transition: .2s;
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	border-radius: 5px;
	background-color: #fff;
	transform: rotate(-90deg)
}

.overlay.active {
	display: block
}

.popup {
	max-height: 530px;
	max-width: 850px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	border-radius: 10px;
	background-color: #fff;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px
}

.popup img {
	width: 170px;
	height: 170px;
	margin: 0 auto 25px
}

.popup__description {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 300
}

.popup.active {
	display: flex
}

.popup__title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	text-align: center;
	max-width: 500px;
	margin-bottom: 30px
}

.popup.active .achivement__title {
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center
}

.popup.active .achivement-item .img,
.popup.active .achivement-item2 .img {
	width: 138px;
	height: 138px
}

.button--yellow {
	padding: 16px 30px;
	text-transform: none;
	background-color: #ffc700;
	border-radius: 60px;
	color: #242833;
	font-size: 24px;
	font-weight: 300
}

.consult-popup {
	display: flex;
	flex-direction: column;
	align-items: center
}

.consult-popup__description {
	font-weight: 300;
	margin-bottom: 54px
}

.consult-popup__buttons {
	display: flex;
	align-items: center;
	gap: 100px
}

.consult-popup__button {
	padding: 16px 66px;
	border-radius: 6px
}

.redirect-popup {
	text-align: center
}

.redirect-popup .consult-popup__buttons {
	justify-content: center
}

.redirect-popup .consult-popup__title {
	margin: 0 auto 30px
}

.redirect-popup__description {
	max-width: 450px;
	margin: 0 auto 40px
}

.redirect-popup__button {
	width: 250px;
	padding: 16px
}

.signup-popup__title {
	max-width: 620px;
	font-size: 32px;
	line-height: 54px;
	margin-bottom: 20px;
	text-align: center
}

.sigup-popup__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 380px;
	width: 100%;
	gap: 25px
}

.signup-popup__input-wrapper {
	width: 100%;
	padding: 17px 38px;
	background-color: #afafaf;
	border-radius: 6px
}

.signup-popup__input-wrapper input {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	width: 100%
}

.signup-popup__input-wrapper input::placeholder {
	color: #00000086
}

.signup-popup__button {
	width: 100%;
	border-radius: 6px;
	margin-top: 5px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400
}

.education-popup__slide {
	display: none;
	flex-direction: column;
	align-items: center;
	text-align: center
}

.education-popup__slide.active {
	display: flex
}

.education-popup__pagination {
	display: flex;
	align-items: center;
	gap: 12px;
	width: max-content;
	margin: 0 auto 30px
}

.education-popup__pagination-item {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e0e0e0
}

.education-popup__pagination-item.active {
	background-color: #5a8bd8
}

.education-popup__title {
	margin-bottom: 10px;
	line-height: 26px;
	font-size: 24px
}

.education-popup__description {
	max-width: 640px;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 28px
}

.education-popup__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%
}

.education-popup__buttons .button {
	width: 100%;
	padding: 16px;
	font-size: 24px;
	font-weight: 400;
	border-radius: 60px;
	color: #242833;
	cursor: pointer;
	text-transform: capitalize
}

#EducationAnalyticsPopupForm,
#EducationPopupForm {
	width: 100%
}

.education-popup__buttons.single-button button {
	width: 50%
}

.education-popup__skip-button {
	background-color: #e0e0e0
}

.forgot-password__form {
	margin: 15px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	min-width: 50%
}

.forgot-password__input-wrapper {
	background: #f2f2f2;
	border-radius: 6px;
	padding: 16px 38px;
	width: 100%
}

.forgot-pasword__submit-button {
	font-size: 16px;
	width: max-content;
	text-transform: uppercase
}

.forgot-password__phone {
	display: inline-block;
	color: #2979f6;
	margin-top: 10px;
	cursor: pointer
}

.feedback-form-popup,
.feedback-popup {
	display: none
}

.feedback-popup__title {
	width: 100%;
	margin: 0 auto;
	font-size: 20px
}

.feedback-popup__number-link {
	display: block;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px
}

.feedback-popup__or {
	text-align: center;
	margin-bottom: 20px
}

.feedback-popup__button {
	margin: 0 auto;
	display: block
}

.feedback-popup__textarea-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.feedback-popup__input-wrapper {
	background-color: #f1f1f1;
	border: 1px solid #afafaf;
	padding: 20px
}

.feedback-popup__input-wrapper input {
	font-size: 16px
}

.textarea-counter {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	color: #afafaf
}

.feedback-from-popup__title {
	margin: 0 auto 20px;
	max-width: none;
	line-height: 46px
}

.feedback-popup__textarea {
	resize: none;
	width: 100%;
	height: 100%;
	min-height: 150px;
	background-color: #f1f1f1;
	border: 1px solid #afafaf;
	border-radius: 6px;
	padding: 10px 20px 30px;
	outline: 0
}

.feedback-form-popup__form {
	width: 100%;
	max-width: 500px;
	gap: 15px;
	margin: 0 auto
}

.feedback-popup__button {
	border-radius: 10px;
	padding: 14px 26px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400
}

.feedback-form-popup__button {
	border-radius: 10px;
	width: max-content;
	padding: 14px 26px;
	font-size: 16px
}

@media screen and (max-width:1024px) {

	.popup__close-button,
	.popup__close-button::before {
		background-color: #000
	}

	.feedback-from-popup__title {
		font-size: 24px;
		line-height: 30px
	}

	.popup {
		height: max-content;
		width: calc(100% - 60px);
		max-width: none;
		max-height: calc(100% - 60px);
		margin: 30px;
		overflow-y: auto;
		transform: none;
		top: 0;
		left: 0
	}
}

@media screen and (max-width:768px) {
	.sigup-popup__form {
		gap: 15px
	}

	.sigup-popup__form .signup-popup__button {
		padding: 12px;
		font-size: 16px
	}

	.signup-popup__title {
		font-size: 20px;
		line-height: 30px;
		max-width: 400px;
		margin: 0 auto 20px
	}

	.education-popup__buttons .button {
		padding: 8px;
		font-size: 16px
	}

	.popup img {
		width: 120px;
		height: 120px
	}

	.popup__title {
		font-size: 20px
	}

	.popup__description {
		font-size: 16px
	}

	.redirect-popup .consult-popup__buttons {
		flex-direction: column;
		gap: 20px
	}

	.redirect-popup .consult-popup__buttons .consult-popup__button {
		padding: 12px 16px
	}

	.consult-popup__buttons {
		gap: 50px
	}

	.consult-popup__buttons .button {
		padding: 8px 30px;
		font-size: 16px
	}
}

@media screen and (max-width:475px) {
	.signup-popup__title {
		margin-top: 30px
	}

	.popup {
		width: calc(100% - 30px);
		margin: 15px
	}

	.popup__title {
		font-size: 18px
	}

	.popup__description {
		font-size: 14px
	}

	.redirect-popup .consult-popup__buttons a {
		display: block;
		width: 100%
	}

	.redirect-popup__button {
		width: 100%
	}
}

.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: center;
	gap: 30px
}

.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
}

@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
	}

	.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
	}
}

.footer {
	padding: 30px 0;
	background-color: #242833;
	color: #fff
}

.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: end
}

.footer .contacts {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: end
}

.footer .contacts .mobile-app-download {
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 16px;
	color: #b2b2b2;
	padding: 15px 20px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, .2);
	cursor: pointer
}

.footer-link {
	transition: .2s
}

.footer-link:hover {
	border-bottom: 1px solid #fff
}

@media (max-width:767px) {
	.footer .contacts {
		gap: 25px
	}

	.mobile-app-download img {
		width: 26px;
		height: 26px
	}

	.footer .contacts .mobile-app-download {
		gap: 15px;
		padding: 8px 20px
	}

	.mobile-app__title {
		font-size: 12px
	}

	.mobile-app__name {
		font-size: 12px
	}
}

@media (max-width:575px) {
	.footer .container {
		flex-direction: column;
		gap: 25px
	}

	.footer .contacts {
		align-items: end
	}
}