* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-image: url(../img/body_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.container {
	max-width: 940px;
	margin: 0 auto;
}

.container img {
	max-width: 100%;
}

.header-container {
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header {
	background: #000000;
	min-height: 72px;
}

.header__menu {
	padding-top: 29px;
}

.header__menu-list {
	display: flex;
	gap: 40px;
}

.header__burger-btn {
	width: 40px;
	height: 40px;
	border: none;
	position: relative;
	background: inherit;
	display: none;
	margin-left: 0px;
	z-index: 11;
}

.header__burger-btn span {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #fff;
	left: 5px;
	border-radius: 25px;
	transition: transform .5s, opacity .5s, background-color .5s;
}

.header__burger-btn span:nth-child(1) {
	transform: translateY(-10px);
}

.header__burger-btn span:nth-child(3) {
	transform: translateY(10px);
}

.header.open .header__burger-btn span {
	background-color: #D72323;
}

.header.open .header__burger-btn span:nth-child(1) {
	transform: translateY(0) rotate(45deg);
}

.header.open .header__burger-btn span:nth-child(2) {
	opacity: 0;
}

.header.open .header__burger-btn span:nth-child(3) {
	transform:  translateY(0) rotate(-45deg);
}

.header__menu-link {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	transition: 0.5s;
}

.header__menu-link:hover{
	color: #a9a9a9;
	font-size: 17px;
}

.user-login {
	display: flex;
	align-items: center;
}

.user-link {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	transition: 0.5s;
}

.user-link:hover {
	color: #a9a9a9;
	font-size: 17px;
}

.header-advants {
	padding-bottom: 83px;
}

.header-logo {
	display: block;
	margin: auto;
	margin-top: 60px;
}

.header-advants-list {
	display: flex;
	gap: 60px;
}

.header-advants-item {
	color: #ffffff;
	margin-top: 79px;
	position: relative;
}

.header-advants-title {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: #f7f4f1;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.advants-list-decor {
	background: #fff;
	width: 28px;
	height: 29px;
	transform: rotate(45deg);
	position: absolute;

}

.decor {
	display: flex;
	justify-content: center;
}

.header-advants-text {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	color: #f7f4f1;
	text-align: center;
	margin-top: 60px;
}

.block-1 {
}

#news {
	background: #f8f5f2;
	padding-left: 81px;
	padding-top: 55px;
	padding-bottom: 50px;
	display: flex;
	gap: 130px;

}

.news-title {
	font-family: 'PT Sans Narrow';
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 33px;
}

.news-text-1 {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 7px;
	margin-top: 20px;
}

.news-date {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
}

.news-btn {
	display: block;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	background: #000;
	padding: 10px 20px;
	margin-top: 33px;
	width: 140px;
	transition: 0.7s;
}

.news-btn:hover {
	background: #a9a9a9;
	color: #000;
	scale: 105%;
}

.news-btn:active {
	scale: 95%;
	color: #fff;
	background: #000;
}

.slider {
	display: flex;
	gap: 20px;
	margin-left: -7px;
	margin-top: 30px;
	position: relative;
}

.box-2 h1{
	margin-bottom: 40px;
}

.block-2 {
	margin-top: 36px;
}

#contacts {
	background: #f8f5f2;
	padding-left: 81px;
	padding-top: 55px;
	padding-bottom: 50px;
	display: flex;
	gap: 130px;
}

.contacts-title {
	font-family: 'PT Sans Narrow';
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 33px;
}

.contacts-text {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 7px;
	margin-top: 20px;
}

.contacts-date {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 7px;
	margin-top: 20px;
}

.btn-box {
	display: flex;
	gap: 20px;
}

.form-title {
	font-family: 'PT Sans Narrow';
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: #000000;
	margin-bottom: -40px;
}

.form-text {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 20px;
}

.form-box-1 {
	display: flex;
	justify-content: space-between;
}

.form-mini-box input{
	width: 140px;
	margin-bottom: 16px;
	border: 1px solid #000;
	opacity: 0.7;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
}

.form-mini-title {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 10px;
}

.form-btn {
	display: block;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	background: #000;
	padding: 10px 20px;
	width: 140px;
	width: 300px;
	transition: 0.7s;
}

.form-btn:hover {
	background: #a9a9a9;
	color: #000;
	scale: 105%;
}

.form-btn:active {
	scale: 95%;
	color: #fff;
	background: #000;
}

.footer {
	background: #242424;
	height: 193px;
	margin-top: 65px;
	padding-top: 62px;

}

.footer-text {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
}

.footer-text span {
	text-decoration: underline;
}

.footer-box {
	display: flex;
	justify-content: space-between;
}

.social {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 100px;
}

.social-title {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
}

.social-icons {
	display: flex;
	align-items: center;
	gap: 30px;
}

.dev a{
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #c2c2c2;
	text-decoration: none;
	background: #000000;
	padding: 10px 5px;
	width: 140px;
	text-align: center;
	transition: 0.7s;
}

.dev a:hover {
	background: #a9a9a9;
	color: #000;
	scale: 105%;
}

.dev a:active {
	scale: 95%;
	color: #fff;
	background: #000;
}

.dev {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.price-list {
	background: #fcf9f6;
}