body {
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	color: #535755;

}

section {
	padding-bottom: 80px;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}

.header {
	border-bottom: #D3CBD9 1px solid;
}

.header__contact {
	list-style: none;
	text-align: right;
	padding-bottom: 30px;
}

.header__text {
	font-family: Ubuntu;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.56px;
	text-transform: uppercase;

	color: #858E8A;
}


.header__tel {
	color: #2C332F;

	font-family: Ubuntu;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.article-title {
	font-family: 'Oswald';
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.15;
	text-transform: uppercase;
	color: #2C332F;
	max-width: 596px;

	padding-top: 80px;
}

.article-text__one {
	padding: 40px 0 20px;
}

.intro__img {
	max-width: 1220px;
	padding-top: 80px;
}

.group-classes__title,
.review__title {
	font-family: Oswald;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.15;
	color: #2C332F;
	text-transform: uppercase;

}

.group-classes__text {
	max-width: 744px;
	padding: 40px 0 20px;
}

.group-classes__list {
	padding-left: 18px;
}

.review-video {
	padding: 40px 0;
	max-width: 1220px;
}

.footer {
	text-align: center;
	background: #4cabff3d;
	border-bottom: #D3CBD9 1px solid;
}

.footer__nav {

}

.footer__Logo {
	padding: 60px 0 40px;
}


.footer__list {
	list-style: none;
	padding-bottom: 40px;
	margin: 0;
}

.footer__item {
	display: inline;
	margin-right: 60px;
}

.footer__copyright {
	color: #858E8A;
	font-family: Ubuntu;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.56px;
	background: #4cabff3d;

	display: block;
	padding: 40px 0;
	text-align: center;
}