@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body {
	font-family: Roboto;
	margin: 0;
}

.header__content,
._container {
	max-width: 987px;
	padding: 0px 6px;
	margin: auto;
}
.header__menu {
	display: flex;
	height: 95px;
	align-items: center;
	list-style-type: none;
}
.menu__list {
	display: flex;
	margin-left: 101.07px;
	padding: 0;
}
.menu__list li {
	margin-left: 83px;
	list-style-type: none;
}
.menu__list li:first-child {
	margin-left: 0px;
}
.menu__link {
	font-weight: 400;
	font-size: 16px;
	line-height: 18.75px;
	color: black;
	text-decoration: none;
}
.menu__link:hover {
	color: #06be01;
	transition: color 0.3s linear;
}
.header__contacts {
	display: flex;
	justify-content: flex-end;
}
.header__address {
	display: flex;
	width: 104px;
	margin-left: 219px;
}
.header__tel {
	width: 116px;
	margin-left: auto;
	padding-right: 10px;
}
.skills {
	background-image: url(../images/background.jpg);
	height: 459px;
	background-repeat: no-repeat;
}
.skills__container {
	position: relative;
}

.skills__title {
	font-size: 46px;
	font-weight: 500;
	line-height: 117%;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 140px 0 34px 0;
}
.skills__btn_container {
	text-align: center;
}
.btn {
	background-color: #06be01;
	border-radius: 3px;
	padding: 14px 28px;
	font-size: 16px;
	line-height: 117%;
	text-decoration: none;
	color: #ffffff;
}

.btn:hover {
	background-color: #178613;
	transition: background-color 0.3s linear;
}
.about__content {
	display: flex;
	margin: 51px -45px 0 -45px;
}

.about__column {
	flex: 0 1 50%;
	padding: 0 45px;
}
.about__info {
	height: 100%;
}
.text {
	font-size: 18px;
	line-height: 116%;
}

.contacts_info {
	display: flex;
	margin: 37px 0 0 0;
}
.contacts_tel {
	margin-right: 63px;
	width: 131px;
	height: 100%;
	position: relative;
}
.contacts__link {
	text-decoration: none;
	color: black;
}
.contacts__link:hover {
	color: #06be01;
	transition: color 0.3s linear;
}
.contacts__address {
	margin-right: 127px;
	width: 216px;
	height: 100%;
	position: relative;
}
.contacts__email {
	position: relative;
}
.contacts_tel::before,
.contacts__address::before,
.contacts__email::before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #06be01;
	font-size: 20px;
	position: absolute;
	top: -11px;
	left: 0px;
	margin-bottom: 11px;
}
.map {
	margin: 63px 0 0 0;
}
.footer {
	background-color: #151515;
}
.footer__content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 14px;
	padding: 27px 0 50px 0;
}

.footer__year {
	margin: 0px 148px 0px 0px;
}
.footer__category {
	display: flex;
	align-items: center;
}
.category1 {
	display: inline-flex;
	margin: 0px 80px 0px 0px;
}
.category2 {
	display: inline-flex;
	margin: 0px 420px 0px 0px;
}
.category__link {
	color: #fff;
	text-decoration: none;
}
.category__link:hover {
	color: #06be01;
	transition: color 0.3s linear;
}
.footer__social {
}
.social__item {
	font-size: 35px;
	color: #fff;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
}
.social__item:last-child {
	margin: 0px 0px 0px 0px;
}
.social__item:hover {
	color: #06be01;
	transition: color 0.3s linear;
}
._icon-vk {
}
._icon-insta {
}
