body {
	font-family: "Roboto", serif;
	font-weight: 400;
	font-style: normal;
	color: #686868;
	background-color: #fff;
	letter-spacing: .5px;
}

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

.logo {
	text-align: center;
	padding: 25px 0;
	background: #f6f6f6 url('img/bg.png');
}

.main-seciton,
.main-footer {
	padding-top: 50px;
	padding-block: 50px;
}

.main-seciton_gray-bg {
	background-color: #f6f6f6;
}

.main-section__title,
.title,
.main-footer__title {
	color: #323232;
	font-weight: 700;
	font-size: 1.75rem;
	text-align: center;
	color: #323232;
	font-weight: 700;
	margin-bottom: 30px;
}

.blockquote {
	border-left: 0;
	position: relative;
	margin-top: 50px;
	padding: 10px 20px;
	font-style: italic;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.blockquote::before {
	color: rgba(0,0,0,.1);
	content: "“";
	display: block;
	font-size: 140px;
	left: 5px;
	position: absolute;
	top: 15px;
}

.blockquote small {
	margin-top: 10px;
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777;
}

.blockquote small::before {
	content: '\2014 \00A0';
}

.btn-primary {
	border-radius: 30px;
	background-color: #4176d6;
	padding: 10px 25px;
}

.youtube-wrapper {
	position: relative;
	padding-top: 56.25%;
}

.youtube-wrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	border: none;
}

figcaption {
	font-size: 0.85rem;
	margin-top: 0.5rem;
	line-height: 1.25;
}

.main-footer {
	background: linear-gradient(270deg,#222,#434343);
	color: #f6f6f6;
}

.main-footer__title {
	color: #f6f6f6;
}

.messengers {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.messengers__item {
	margin-right: 25px;
}

.messengers__item:last-of-type {
	margin-right: 0;
}

.messengers__item a {
	color: #f6f6f6;
	font-size: 2.5rem;
}

.messengers__item a:hover {
	color: #a6a6a6;
	transition: color 0.5s;
}