body {
	background: #E5E5E5;
}

.layout {
	padding-top: 30px;
}

.about-top {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.header__link {
	color: #9A998F;
}

.header .header__link:hover {
	color: #616058;
}

.about-top .header__link {
	color: #9A998F;
}

.about-content {
	max-width: 1280px;
	margin: 110px auto;
	display: flex;
	padding: 0 15px;
}
@media all and (max-width: 992px) {
	.about-content {
		flex-direction: column;
		margin: 40px auto;
	}
	.about-content__text {
		margin-top: 35px;
	}
}
.about-content__name {
	font-family: 'Matahari', sans-serif;
	font-weight: 900;
	font-size: 60px;
	color: #000;
	text-transform: uppercase;
	margin-top: 45px;
}
@media all and (max-width: 992px) {
	.about-content__name {
		margin-top: 15px;
		font-size: 30px;
	}
	.about-content__name div {
		text-align: center;
	}
}

.about-content__item {
	width: calc(50% - 15px);
}

@media all and (max-width: 992px) {
	.about-content__item {
		width: 100%;
	}
}

.about-content__media__img {
	max-width: 250px;
	width: 100%;
	border-radius: 50%;
}
@media all and (max-width: 992px) {
	.about-content__media {
		display: flex;
		justify-content: center;
	}
	.about-content__media__img {
		max-width: 160px;
	}
}

.bottom {
	padding: 0 0 100px;
	background-color: #9A998F;
}

.bottom .contact-form__title {
	color: #ffff;
}

.bottom .contact-form__input {
	color: #fff;
	border-bottom: 1px solid #ccc !important;
}

.bottom .footer {
	margin-bottom: 0;
}

.bottom .footer__copyright {
	color: #F1F1F0;
}

.bottom .footer__socials__item.linkedin {
	background: url('/img/linkedin.svg') no-repeat 50% 50% / cover;
}

.bottom .footer__socials__item.twitter {
	background: url('/img/twitter.svg') no-repeat 50% 50% / cover;
	height: 25px;
}

.bottom .footer__socials__item.facebook {
	background: url('/img/facebook.svg') no-repeat 50% 50% / cover;
}

.bottom .footer__socials__item.instagram {
	background: url('/img/instagram.svg') no-repeat 50% 50% / cover;
}

.about-top .socials-top {
	top: 30px;
}

.about-top .socials-top .socials-top__locale-switch {
	color: #6B6B6A;
}

@media all and (max-width: 992px) {
	.about-top .socials-top {
		margin-top: 15px;
		justify-content: center;
	}
}

.about-top .socials-top__item.linkedin {
	background: url('../img/linkedin-gray.svg') no-repeat 50% 50% / cover;
}

.about-top .socials-top__item.twitter {
	background: url('../img/twitter-gray.svg') no-repeat 50% 50% / cover;
	height: 25px;
}

.about-top .socials-top__item.facebook {
	background: url('../img/facebook-gray.svg') no-repeat 50% 50% / cover;
}

.about-top .socials-top__item.instagram {
	background: url('../img/instagram-gray.svg') no-repeat 50% 50% / cover;
}