body {
	font-family: 'Proxima Nova Rg';
	margin: 0;
	padding: 0;
}
.scroll-disable {
    overflow: hidden;
}
.container {
	width: 968px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	height: 720px;
	background-image: url(../img/fon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 120px;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 16px;
}
.logo-saite {
	width: 160px;
	height: 40px;
	font-size: 28px;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 0.4em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.tuning-text {
	font-size: 20px;
	text-transform: uppercase;
}
.menu-icon {
	display: none;
}
.menu-items {
	display: inline-block;
	height: 20px;
	position: relative;
    font-style: normal;
	margin-right: 20px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.menu-items:last-child {
	margin-right: 0;
}
.menu-items:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 2px;
	background-color: #bea67c;
}
.main {
	position: relative;
}
.main-block {
	padding: 140px 0 0 60px;
}
.title {
	font-size: 56px;
	color: #bea67c;
	margin-bottom: 20px;
}
.main-text {
	font-family: Proxima Nova Lt;
	color: #bea67c;
	font-size: 24px;
	margin: 0 0 60px 0;
}
.main-btn {
	display: block;
	margin: 0 auto;
	width: 260px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 12px;
	color: #ffffff;
	border: 2px solid #ffffff;
	outline: none;
}

/*Services*/
.services {
	position: relative;
}
.services-items {
	position: relative;
	display: flex;
	justify-content: space-around;
	margin-bottom: 120px;
}
.services-text {
	width: 380px;
}
.services-text__tittle {
	position: relative;
	height: 60px;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
}
.services-text__tittle:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 2px;
	background-color: #bea67c;
}
.services-text__description {
	text-align: center;
	font-family: Proxima Nova Lt;
	font-size: 14px;
	margin-bottom: 40px;
}
.services-btn {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 220px;
	border: 2px solid #bea67c;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
	padding: 10px 24px;	
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px #bea67c inset;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.services-img {
	width: 460px;
	height: 280px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.our-materials {
	width: 100%;
	height: 580px;
	background-image: url(../img/fon-two.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 40px;
}
.our-materials__block {
	position: relative;
	padding-top: 20px;

}
.our-materials__tittle {
	height: 60px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #bea67c;
	font-size: 46px;
}
.our-materials__tittle:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background-color: #bea67c;

}
.our-materials__list {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
}
.our-materials__list li {
	position: relative;
	width: 220px;
	height: 360px;
}
.list-title {
	text-align: center;
	color: #bea67c;
	text-transform: uppercase;
}
.list-text {
	height: 180px;
	color: #ffffff;
	font-family: 'Proxima Nova Lt';
	line-height: 1.6;
	font-size: 12px;
}
.our-materials-img {
	display: block;
	margin: 0 auto;
}
/*advantages*/
.advantages {
	position: relative;
	margin-bottom: 140px;

}
.advantages-title {
	position: relative;
	height: 80px;
	padding-top: 40px;
	text-transform: uppercase;
	text-align: center;
	font-size: 46px;
	margin: 0 0 20px 0;
}
.advantages-title:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	width: 100px;
	height: 4px;
	background-color: #bea67c;

}
.advantages-text {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-family: 'Proxima Nova Lt';
}
.advantages-list {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 20px 0 0 0;
}
.advantages-list li {
	width: 220px;
}
.advantages-img {
	display: block;
	margin: 0 auto;
	width: 140px;
}
.advantages-list__title {
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}
.advantages-list__text {
	font-family: 'Proxima Nova Lt';
	font-size: 14px;
}
.about-us {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.slider {
	overflow: hidden;
	max-width: 400px;
	max-height: 400px;
	position: relative;
	padding-left: 100px;
}
.slider-items {
	max-width: 400px;
	max-height: 400px;
}
.left-btn, .right-btn {
	position: absolute;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
	z-index: 3;
	cursor: pointer;
	outline: none;
}
.left-btn {
	top: 50%;
	left: 128px;
	background-image: url(../img/left.png);
}
.right-btn {
	top: 50%;
	right: 10px;
	background-image: url(../img/right.png);
}

.about-us__img {
	width: 400px;
	height: 380px;
}
.about-us__block {
	width: 440px;

}
.about-us__title {
	position: relative;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
.about-us__title:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 48px;
	background-image: url(../img/transfer/gt-lines.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.about-us__text {
	font-size: 14px;
	font-family: 'Proxima Nova Lt';
	margin: 0;
	line-height: 1.6;
}
.text-bold {
	font-weight: bold;
}
/*contacts*/
.contacts {
	position: relative;
}
.contacts-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}


.contacts-img {
	width: 400px;
	height: 400px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.contacts-title {
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-size: 46px;
	margin-bottom: 40px;
	height: 80px;
}
.contacts-title:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	width: 100px;
	height: 4px;
	background-color: #bea67c;

}
.contacts-text {
	width: 520px;
}
.contacts-text__img {
	width: 28px;
	height: 48px;
	margin-right: 20px;
}
.contacts-text li {
	display: flex;
	align-items: center;
}
.contacts-text__items {
	font-size: 28px;
	font-family: 'Proxima Nova Lt';
}
.contacts-text__telephone {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Proxima Nova Lt';
	margin: 0;
	padding: 8px;
}
.compas {
	width: 40px;
	height: 40px;
}
.footer {
	align-items: center;
	width: 100%;
	min-height: 100px;
}
.footer-block {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100px;
	background-color: rgb(0,0,0);
}

.footer-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-list li {
	display: flex;
	justify-content: center;
	width: 320px;
}
.footer__text {
	font-family: 'Proxima Nova Lt';
	font-size: 10px;
	color:  #e33d3d;
}
.text-silver {
	color: #484848;
}
.footer-img {
	width: 260px;
}
.call {
	display: none;
}
.upholstery {
	position: relative;
}
.upholstery-text {
	font-family: 'Proxima Nova Lt';
	line-height: 1.6;
}
.upholstery-img {
	display: block;
	width: 100%;
	height: 560px;
	margin-bottom: 80px;
}
.story-slider {
	position: relative;
	width: 100%;
	height: 560px;
}
.previous-btn, .next-btn {
	position: absolute;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
	z-index: 4;
	cursor: pointer;
	outline: none;
}
.previous-btn {
	top: 50%;
	left: 8%;
	background-image: url(../img/left.png);
}
.next-btn {
	top: 50%;
	right: 5%;
	background-image: url(../img/right.png);

}