/* GENERAL */
@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/Gotham-Font/GothamBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/Gotham-Font/Gotham-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/Gotham-Font/GothamMedium_1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/Gotham-Font/GothamLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	color: #391F1B;
	height: 100%;
	font-family: 'GothamBook';
	font-size: 18px;
	line-height: 26px;
}

img {
	max-width: 100%;
	height: auto;
}

strong {
	font-family: 'GothamBold';
}

.banner {
	position: relative;
	height: 775px;
	display: flex;
	align-items: center;
	background: url(../img/banner-desktop.jpg) center center/cover no-repeat;
}

.banner .logo {
	width: 440px;
}

.banner .title h1 {
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 25px;
	margin-top: 22px;
	font-weight: 700;
	color: #FFF;
	font-family: 'GothamBold';
}

.banner .title p {
	color: #FFF;
	max-width: 440px;
}

.about {
	padding: 137px 0 0 0;
}

.about h2 {
	color: #391F1B;
	font-size: 44px;
	font-weight: 700;
	font-family: 'GothamBold';
	line-height: 52px;
	margin-bottom: 30px;
}

.about h5 {
	font-size: 22px;
	line-height: 30px;
	font-family: 'GothamBold';
}

.about p {
	margin: 0;
	max-width: 550px;
}

.about .text-section {
	padding-left: 86px;
}

.about .text-section-right {
	padding-right: 86px;
}


.prod {
	display: flex;
	gap: 18px;
	margin-top: 80px;
}

.prod .item {
	width: 230px;
}

.prod .item .box {
	width: 100%;
	height: 179px;
	background-color: #f4f4f4;
	border-radius: 11px;
	text-align: center;
	position: relative;
	padding-top: 85px;
}

.prod .item .box p {
	color: #391F1B;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'GothamBold';
}

.prod .item .box img {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.products {
	padding-top: 116px;
	text-align: center;
}
.products .prod {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.products .prod .item {
	margin-top: 65px;
	margin-bottom: 50px;
}
.products .prod .item .box {
	height: 283px;
}
.products .prod .item {
	width: 100%;
}
.prod .item p.small {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: 'GothamBook';
	font-weight: 400;
	margin-top: 10px;
}
.products .prod .item .box img {
	bottom: 220px;
}

.specifications {
	padding: 87px 0 100px;
}
.specifications .box {
	background-color: #F9F9F9;
	width: 100%;
	border-radius: 11px;
	padding: 50px 50px 14px;
}

.specifications h3 {
	font-size: 24px;
	line-height: 40px;
	color: #391F1B;
	margin-bottom: 40px;
	font-family: 'GothamBold';
}
.specifications .item {
	margin-bottom: 36px;
}
.specifications .item p strong {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 0;
	color: #391F1B;
}

.specifications .item p {
	color: #391F1B;
	margin: 0;
	font-size: 14px;
	line-height: 22px;
}

.descktop-none {
	display: none;
}

@media (max-width: 1720px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1400px) {


	body {
		font-size: 16px;
		line-height: 24px;
	}
	.banner {
		height: 701px;
	}
	.about h5 {
		font-size: 20px;
		line-height: 28px;
	}
	.about h2, .banner .title h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.specifications .item p strong {
		font-size: 16px;
		line-height: 32px;
	}



}

@media (max-width: 1280px) {

}

@media (max-width: 1199px) {
	.banner {
		height: 645px;
	}
	.about h2, .banner .title h1 {
		font-size: 34px;
		line-height: 42px;
	}

	.specifications .item p strong {
		font-size: 16px;
		line-height: 32px;
	}

}

@media (max-width: 1054px) {

}

@media (max-width: 991px) {
	body {
		font-size: 14px;
		line-height: 22px;
	}
	.banner {
		height: 583px;
		background: url(../img/banner-tablet.jpg) right center/cover no-repeat;
	}
	.banner .logo {
		width: 310px;
	}
	.banner .title p {
		max-width: 247px;
	}
	.about {
		padding: 37px 0;
	}
	.about h2, .banner .title h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.about h5 {
        font-size: 18px;
        line-height: 26px;
    }
	.about .prod {
		display: none;
	}
	.products {
		padding-top: 37px;
	}
	.prod .item p.small {
		font-size: 14px;
		line-height: 22px;
	}
	.products .prod {
		grid-template-columns: 1fr 1fr;
	}
	.specifications {
		background-color: #F9F9F9;
		padding: 50px;
	}
	.specifications .box {
		padding: 0;
	}
	.specifications .item p {
		max-width: 530px;
	}

	.specifications .item p strong {
		font-size: 16px;
		line-height: 32px;
	}

	.about .text-section-right {
		padding-right: 36px;
	}
	.about .text-section {
		padding-left: 36px;
	}

}

@media (max-width: 767px) {
	.banner {
		height: 830px;
		background: url(../img/banner-mobile.jpg) right center/cover no-repeat;
		display: block;
		padding-top: 30px;
	}
	.banner .logo {
		margin: 0 auto;
		width: 280px;
	}
	.banner .title p {
		max-width: 247px;
		text-align: center;
		margin: 0 auto;
	}
	.about {
		padding: 16px 0;
	}
	.about h2, .banner .title h1 {
		text-align: center;
	}
	.about h2 {
		margin-top: 22px;
	}
	.about h2 br {
		display: none;
	}
	.banner .title h1 {
		margin: 0 0 15px;
	}
	.about h5 {
        font-size: 18px;
        line-height: 26px;
		text-align: center;
    }
	.about p {
		text-align: center;
	}
	.about .prod {
		display: none;
	}
	.about .text-section-right {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	.about .text-section {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.products {
		padding-top: 37px;
	}
	.prod .item p.small {
		font-size: 14px;
		line-height: 22px;
	}
	.products .prod .item {
		margin-bottom: 30px;
	}
	.products .prod {
		grid-template-columns: 1fr 1fr;
	}
	.specifications {
		background-color: #F9F9F9;
		padding: 50px;
	}
	.specifications .box {
		text-align: center;
	}
	.specifications .item p {
		max-width: 530px;
	}

	.specifications .item p strong {
		font-size: 16px;
		line-height: 32px;
	}
	.row-reverse {
		flex-direction: column-reverse;
	}
	.about .prod {
		display: flex;
	}
	.products .prod {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 380px) {
	.banner {
		height: 790px;
		padding-top: 10px;
	}
}