body {
	font-family: 'Inter', sans-serif;
	line-height: 1.6;
	color: #fff;
	background: #202020;
}

.logo a {
	font-family: 'Playfair Display', serif;
	font-size: 56px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.nav_menu {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.nav_menu a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	transition: all 0.3s ease;
}

.nav_menu a:hover {
	color: #ff6b35;
	text-decoration: none;
}

.nav_menu li {
	margin-right: 32px;
}

.header {
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgba(32, 32, 32, 0.95);
	backdrop-filter: blur(10px);
	position: relative;
}

.header a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s ease;
	letter-spacing: 0.05em;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.header a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -4px;
	left: 0;
	background: linear-gradient(90deg, #ff6b35, #ff8c42);
	transition: width 0.3s ease;
}

.header a:hover::after {
	width: 100%;
}

.cart {
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 32px;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.cart::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transition: left 0.5s ease;
}

.cart:hover::before {
	left: 100%;
}

.cart:hover {
	color: #202020;
	border: 2px #ff6b35 solid;
	background: linear-gradient(135deg, #ff6b35, #ff8c42);
	box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
	transform: translateY(-2px);
}

.fon {
	background: url(../img/100.jpg) no-repeat center top / cover;
	padding-top: 250px;
	height: 800px;
	position: relative;
}

.fon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(32, 32, 32, 0.3);
}

.site-title {
	text-align: center;
	position: relative;
	z-index: 2;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-size: 72px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin-bottom: 20px;
}

.fon p {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.text-block h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.3;
}

.text-block p {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #e0e0e0;
}

.fon-block {
	background: #171717;
	transition: background 0.3s ease;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 400px;
}

.fon-block:hover {
	background: #1a1a1a;
}

.text-block a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
	transition: all 0.3s ease;
	position: relative;
}

.text-block a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: #ff6b35;
	transition: width 0.3s ease;
}

.text-block a:hover {
	color: #ff6b35;
	text-decoration: none;
}

.text-block a:hover::after {
	width: 100%;
}

.text-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
	padding: 40px;
	margin: 0;
	width: 100%;
}

.fon-block .text-block {
	height: auto;
	min-height: 300px;
}

.blocks {
	margin-top: -150px;
	padding-bottom: 50px;
	position: relative;
	z-index: 10;
}

.row-block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	background: #1a1a1a;
	border: 1px solid #333;
	transition: all 0.3s ease;
	overflow: hidden;
	padding: 20px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.row-block:hover {
	background: #1f1f1f;
	border-color: #ff6b35;
	box-shadow: 0 15px 40px rgba(255, 107, 53, 0.2);
}

.row-block:last-child {
	margin-bottom: 0;
}

.row-block .col {
	padding: 0;
}

.row-block .fon-block {
	border: none;
	background: transparent;
}

.row-block img {
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text-img {
	display: inline-block;
	position: relative;
}

.text-img span {
	display: inline-block;
	position: absolute;
	top: 140px;
	left: 120px;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.text-img a {
	display: inline-block;
	position: absolute;
	top: 280px;
	left: 155px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
}

.text-img a:hover {
	color: #ff6b35;
	text-decoration: none;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.3;
}

hr {
	border: none;
	color: #333;
	background-color: #333;
	height: 1px;
	margin: 16px 0;
}

.footer {
	background: linear-gradient(135deg, #0a0a0a 0%, #111111 100%);
	padding-bottom: 20px;
	padding-top: 50px;
	position: relative;
}

.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.5), transparent);
}

.footer ul {
	list-style: none;
	padding: 0;
	padding-top: 10px;
}

.footer a {
	text-decoration: none;
	color: #a0a0a0;
	line-height: 2.2;
	font-weight: 400;
	transition: all 0.3s ease;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.footer a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -2px;
	left: 0;
	background: #ff6b35;
	transition: width 0.3s ease;
}

.footer a:hover {
	color: #ff6b35;
	text-decoration: none;
	transform: translateX(5px);
}

.footer a:hover::before {
	width: 100%;
}

.social-icons {
	display: flex;
	gap: 16px;
	margin-top: 15px;
}

.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #a0a0a0;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.social-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, #ff6b35, #ff8c42);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.social-icon svg {
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

.social-icon:hover {
	color: #fff;
	border-color: #ff6b35;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

.social-icon:hover::before {
	opacity: 1;
}

.social-icon:hover svg {
	transform: scale(1.1);
}

.footer input {
	margin-top: 20px;
	background: rgba(32, 32, 32, 0.8);
	color: #fff;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.footer input:focus {
	outline: none;
	border-color: #ff6b35;
	background: rgba(32, 32, 32, 0.9);
	box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.footer input[type="submit"] {
	background: linear-gradient(135deg, #ff6b35, #ff8c42);
	border-color: #ff6b35;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	padding: 12px 20px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.footer input[type="submit"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.footer input[type="submit"]:hover::before {
	left: 100%;
}

.footer input[type="submit"]:hover {
	background: linear-gradient(135deg, #e55a2b, #ff6b35);
	border-color: #e55a2b;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

input::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

input::-moz-placeholder {
	color: #666;
	font-weight: 400;
}

.footer p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	font-family: 'Inter', sans-serif;
}

.footer span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #ff6b35;
}

@media (min-width: 1200px) {
	.nav_menu {
		justify-content: flex-end;
	}

	.menu {
		display: flex;
		justify-content: flex-end;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {

	.row-block {
		margin-bottom: 50px;
		padding: 18px;
	}

	.menu {
		display: flex;
		justify-content: flex-end;
	}

	.nav_menu {
		justify-content: flex-end;
	}

	.nav_menu li {
		margin-right: 12px;
	}

	.header .nav_menu li a{
		font-size: 14px;
	}

	.mail input:first-child {
		width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.text-block {
		padding: 30px;
		align-items: center;
		text-align: center;
	}

	.fon-block {
		min-height: 350px;
	}

	.fon-block .text-block {
		min-height: 250px;
	}

	.row-block {
		margin-bottom: 40px;
		padding: 15px;
	}

	.social-icons {
		gap: 12px;
	}

	.social-icon {
		width: 40px;
		height: 40px;
	}

	.nav_menu {
		justify-content: center;
	}

	.nav_menu li {
		margin-right: 12px;
	}

	.header .nav_menu li a{
		font-size: 14px;
	}

	.mail input:first-child {
		width: 60%;
	}

	.footer p {
		font-size: 12px;
	}

	.logo a {
		font-size: 30px;
	}

	.nav_menu a {
		font-size: 12px;
	}

	.cart {
		font-size: 12px;
		padding: 10px;
	}

	.menu {
		display: flex;
		justify-content: center;
	}

	.mail input {
		font-size: 12px;
		padding: 10px 12px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.text-block {
		padding: 25px;
		align-items: center;
		text-align: center;
	}

	.fon-block {
		min-height: 300px;
	}

	.fon-block .text-block {
		min-height: 200px;
	}

	.row-block {
		margin-bottom: 30px;
		padding: 12px;
	}

	.social-icons {
		gap: 10px;
		justify-content: center;
	}

	.social-icon {
		width: 36px;
		height: 36px;
	}

	.text-block h3 {
		font-size: 18px;
	}

	.text-block p {
		font-size: 13px;
	}

	.h--row {
		justify-content: center;
		gap: 30px;
	}

	.logo a {
		font-size: 42px;
	}

	.nav_menu li {
		margin-right: 12px;
	}

	.header .nav_menu li a{
		font-size: 14px;
	}

	.cart {
		font-size: 13px;
		padding: 8px 20px;
	}

	.nav_menu {
		justify-content: center;
	}

	.menu {
		display: flex;
		justify-content: center;
	}

	.header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	h4 {
		font-size: 16px;
	}

	.footer a {
		font-size: 13px;
	}

	.mail input {
		font-size: 12px;
		padding: 8px 10px;
	}

	.footer p {
		font-size: 11px;
	}

	.mail input:last-child {
		padding: 8px 12px;
	}

	.footer p {
		margin-top: 15px;
	}

	.footer {
		padding-top: 40px;
	}

	h1 {
		font-size: 56px;
	}

	h4 {
		font-size: 15px;
	}

	.footer-row {
		text-align: center;
	}

	.footer a {
		line-height: 2.5;
	}

	.mail input {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer p {
		text-align: center;
	}

	.mail input:last-child {
		width: 100%;
	}

	.footer p {
		margin-top: 10px;
	}

	.footer {
		padding-top: 30px;
	}
}

@media (max-width: 575.98px) {
	.text-block {
		padding: 20px;
		align-items: center;
		text-align: center;
	}

	.fon-block {
		min-height: 250px;
	}

	.fon-block .text-block {
		min-height: 180px;
	}

	.row-block {
		margin-bottom: 20px;
		flex-direction: column;
		padding: 10px;
		height: 100%;
	}

	.row-block.m-row-block {
		flex-direction: column-reverse;
	}

	.social-icons {
		gap: 8px;
		justify-content: center;
		padding-top: 10px;
		margin-bottom: 1rem;
	}

	.social-icon {
		width: 32px;
		height: 32px;
	}

	.social-icon svg {
		width: 18px;
		height: 18px;
	}

	.text-block h3 {
		font-size: 16px;
	}

	.text-block p {
		font-size: 12px;
		margin: 0;
		margin-bottom: 15px;
	}

	.logo a {
		font-size: 36px;
	}

	.nav_menu a {
		font-size: 12px;
	}

	.cart {
		font-size: 12px;
		padding: 8px 16px;
	}

	.header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.logo {
		text-align: center;
		margin-bottom: 15px;
	}

	.cartt {
		text-align: center;
		margin-top: 15px;
	}

	.nav_menu li {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.nav_menu {
		display: block;
		text-align: center;
	}

	.menu {
		text-align: center;
	}

	h1 {
		font-size: 42px;
	}

	h4 {
		font-size: 14px;
	}

	.footer hr{
		display: none;
	}

	.footer-row {
		text-align: center;
	}

	.footer a {
		font-size: 12px;
		line-height: 2.5;
	}

	.mail input {
		font-size: 12px;
		width: 100%;
		margin-bottom: 10px;
	}

	.footer p {
		font-size: 10px;
		text-align: center;
	}

	.mail input:last-child {
		width: 100%;
	}

	.footer p {
		margin-top: 10px;
	}

	.footer {
		padding-top: 30px;
	}
}