html {
	box-sizing: border-box;
}
*,
*::after,
*::before {
	box-sizing: inherit;
}

a,
ul,
li {
	text-decoration: none;
	color: inherit;
	list-style: none;
}
button {
	border: none;
	padding: 0;
	background: none;
}

body {
	background-color: #181715;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: 500;
}

.container {
	max-width: 1370px;
	padding: 0 20px;
	margin: 0 auto;
}

.title {
	font-size: 42px;
	font-weight: 700;
	line-height: 51px;
	text-align: center;
}

.header {
	background-image: url("../images/header=bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 764px;
	padding-top: 20px;
	margin-bottom: 100px;
}

.header__top {
	display: flex;
	margin-bottom: 48px;
}
.header__menu {
	display: flex;
	column-gap: 16px;
	white-space: nowrap;
}

.header__menu-link {
	font-size: 18px;
}
.header__menu-item:nth-child(1) {
	margin-left: 35px;
}
.header__menu-item:nth-child(5) {
	margin-right: 59px;
}
.header__top-text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

.header__content-title {
	font-size: 52px;
	font-weight: 700;
	width: 584px;
	margin-bottom: 26px;
}
.header__content-subtitle {
	font-size: 24px;
	font-weight: 500;
	width: 491px;
	padding-bottom: 20px;
}
.header__content-subtitle + .header__content-subtitle {
	margin-bottom: 73px;
}
.poppup__link-btn {
	font-size: 20px;
	color: #000;
	border-radius: 50px;
	border: 1px solid #fff;
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.5);
	padding: 11px 39px;
}

/* About Company */

.about-company {
	padding-bottom: 170px;
}

.about-company-title {
	margin-bottom: 73px;
}

.about-company__inner {
	display: flex;
}
.about-company__text {
	margin-right: 76px;
	width: 608px;
}

.about-company__text {
	margin-bottom: 54px;
}
/* Our Partners */

.our-partners {
	padding-bottom: 205px;
	position: relative;
}
.our-partners__title {
	margin-bottom: 96px;
}
.our-partners__frame-item {
	position: absolute;
	top: -45px;
	bottom: 0;
}
.frame-left {
	position: absolute;
	left: 0;
}
.frame-right {
	position: absolute;
	right: 0;
}
.our-partners__content {
	display: flex;
	column-gap: 90px;
	justify-content: center;
	margin-bottom: 96px;
}
.our-partners-text {
	font-size: 30px;
}
.our-partners__images {
	display: flex;
	justify-content: center;
	column-gap: 124px;
}

/* Product catalog */

.product-catalog {
	padding-bottom: 169px;
}

.product-catalog__title {
	margin-bottom: 67px;
}

.product-catalog__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	margin-bottom: 217px;
}
.menu__item-link {
	font-size: 30px;
	line-height: normal;
}
.menu__item-link:hover {
	font-weight: 700;
}
.product-catalog__inner {
	padding-bottom: 55px;
}
.product-catalog__items {
	display: grid;
	grid-template-columns: repeat(1, 1fr 1fr 1fr 1fr);
	grid-template-rows: repeat(1, 1fr 1fr 1fr 1fr);
	gap: 40px;
}
.product-catalog__bottom {
	text-align: center;
}
.product-catalog__bottom-text {
	padding-bottom: 80px;
}

/* Advantages */
.advantages {
	background-image: url("../images/product-catalog/advantages-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 620px;
	margin-bottom: 129px;
}
.advantages__title {
	padding: 50px 0;
}
.advantages__items {
	position: relative;
}
.advantages__item {
	position: absolute;
	top: 0;
	text-align: center;
	width: 292px;
	height: 233px;
	border-radius: 25px;
	background: rgba(24, 23, 21, 0.6);
}
.advantages__item:nth-child(1) {
	position: absolute;
	top: 180px;
	left: 150px;
}
.advantages__item:nth-child(2) {
	position: absolute;
	top: 0;
	left: 480px;
}
.advantages__item:nth-child(3) {
	position: absolute;
	top: 180px;
	right: 120px;
}
.advantages__item-text {
	font-size: 28px;
}

/* Contacts */

.contacts {
	padding-bottom: 174px;
}
.contacts__title {
	padding-bottom: 77px;
}
.contacts__inner {
	display: flex;
}
.contacts__text {
	width: 586px;
}
.contacts__text span {
	font-weight: 700;
}

/* Footer */

.footer {
	background-color: #000;
	height: 215px;
}
.footer__img {
	margin-top: 100px;
}
