@font-face {
	font-family: "Roboto";
	src: url("./fonts/Roboto-Regular.ttf");
	font-weight: 400;
}

@font-face {
	font-family: "Roboto";
	src: url("./fonts/Roboto-Medium.ttf");
	font-weight: 500;
}

@font-face {
	font-family: "Roboto";
	src: url("./fonts/Roboto-Bold.ttf");
	font-weight: 600;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
}

h1 {
	font-weight: 200;
	font-size: 70px;
}

h2 {
	font-size: 54px;
	font-weight: 200;
	color: #777;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.container.basket {
	padding: 0 1rem;
}

.container-small {
	max-width: 996px;
}

.main {
	display: flex;
	flex-direction: column;
	gap: 120px;
	padding-bottom: 120px;
}

html {
	min-width: 350px;
	scroll-behavior: smooth;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #3c3c3c;
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
}

.btn {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 12px 37px;
	background: #880d1f;
	color: #ffffff;
	border-radius: 15px;
	transition: 0.3s;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn6 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 12px 57px;
	background: #880d1f;
	color: #ffffff;
	border-radius: 15px;
	transition: 0.3s;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu__item .btn {
	font-size: 19px;
	font-weight: 100;
}

.menu__item .btn6 {
	font-size: 18px;
}

.btn.primary-btn {
	padding: 24px 49px;
	font-size: 20px;
}

.btn.secondary-btn {
	color: #880d1f;
	border: 1px solid #880d1f;
	background: #ffffff;
	border-radius: 5px;
	padding: 12px 46px;
}

.btn.secondary-btn:hover {
	color: #ffffff;
}

svg path {
	transition: 0.3s;
}

.btn.secondary-btn:hover svg path {
	stroke: #ffffff;
}

.btn:hover {
	background: #b9132c;
}

.logo {
	max-width: 228px;
	width: 100%;
	height: 45px;
}

.logo__img {
	object-fit: contain;
	width: 70%;
	height: 70%;
}

.header {
	z-index: 1000;
	width: 100%;
	position: fixed;
	top: 30px;
	z-index: 2;
	left: 0;
	width: 100%;
	background: #ffffff;
	transition: 0.3s;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px -30px 0px rgba(0, 0, 0, 0.5);
}

.header .container,
.footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
}

.header__nav,
.footer__nav {
	max-width: 368px;
	width: 100%;
}

.nav-items {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 5px;
}

.links-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.links-item,
.links-item svg {
	transition: 0.2s;
}

.links-item:hover svg {
	transform: scale(1.1);
}

.links-item:last-child {
	margin-left: 15px;
}

.links-item a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-item {
	transition: 0.2s;
}

.nav-item:hover {
	color: #880d1f;
}



.section-heross {
	padding-top: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	min-height: 10px;
	background: url("./img/bg-hero2.jfif") 50% / cover no-repeat;
	position: relative;
}

.section-hero::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #00000066;
}

.section-hero .container {
	z-index: 1;
	position: relative;
}

.section-hero .containerss {
	z-index: 1;
	position: relative;
}

.section-hero__wrapper {
	margin-bottom: 30px;
}

.section-hero__desc {
	margin-top: 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	max-width: 595px;
	margin: 0 auto;
}

.section-hero__info {
	font-size: 23px;
	font-weight: 200;
}

.section-hero__address {
	font-size: 2rem;
	font-weight: 200;
}

.slide {
	padding: 20px;
	color: #ffffff;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 600px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}

.slide__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

.slide-big {
	justify-content: end;
}

.slide__title {
	font-size: 38px;
	font-weight: 200;
	max-width: 409px;
	padding-left: 24px;
	display: flex;
	flex-direction: column;
}

.slide__desc {
	font-size: 27px;
	padding-left: 24px;
}

.slide-big .slide__title {
	font-weight: 500;
}

.slider {
	margin-top: 40px;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	gap: 20px;
	transition: 0.3s;
}

.slider-wrapper {
	position: relative;
}

.slide-big {
	grid-column: 1;
	grid-row: span 2;
	height: 460px;
	width: 793px;
}

.slider-btns {
	display: flex;
	gap: 15px;
	position: absolute;
	top: -85px;
	right: 200px;
}

.slider-btns {
	cursor: pointer;
}

.menu {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.menu__nav-item {
	padding: 6px 16px;
	font-weight: 400;
	color: #9b8c8c;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.2s;
}

.menu__nav-item:hover {
	background: #880d1f;
	color: #ffffff;
}

.menu__nav-item.active {
	background: #880d1f;
	color: #ffffff;
	pointer-events: none;
}

.menu__nav-items {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.menu__items {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 99px;
	width: 100%;
}

.menu__item {
	max-width: 284px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

.menu__item img {}

.menu__item:hover {
	transform: translateY(-10px);
}

.menu__item:hover .menu__item-img {
	transform: scale(1.05);
}

.menu__item .btn {
	width: calc(70% + 30px);
	margin: 10px auto 26px auto;
}

.menu__item-desc {
	display: flex;
	flex-direction: column;
	flex-grow: 2;
	gap: 6px;
}

.menu__item-wrapper {
	padding: 16px 15px 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 2;
	gap: 15px;
}

.menu__item-img {
	width: 100%;
	object-fit: cover;
	height: 243px;
	transition: 0.3s;
}

.menu__item-title {
	font-weight: 100;
	font-size: 25px;
	transition: 0.3s;
}

.menu__item-title:hover {
	color: #880d1f;
}

.menu__item-price-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu__item-price {
	font-size: 30px;
	font-weight: 100;
	transition: 0.3s;
}

.menu__item-price:hover {
	color: #b9132c;
}

.menu__item-weight {
	color: #656565;
	font-weight: 400;
}

.menu__item-info {
	font-size: 12px;
	font-weight: 400;
	color: #656565;
}

.btn-more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: fit-content;
	gap: 15px;
}

.section-contacts .container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section__info {
	font-weight: 400;
	color: #656565;
}

.contacts-items {
	color: #880d1f;
	font-weight: 400;
	display: flex;
	gap: 30px;
}

.contacts-item__title {
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 9px;
}

.contacts-item__link:hover {
	text-decoration: underline;
}

.footer {
	border-top: 1px solid #9b8c8c;
}

.burger {
	cursor: pointer;
	flex-shrink: 0;
	display: none;
}

.mobile {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #00000040;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: flex;
	justify-content: flex-end;
	transform: translateX(110%);
}

.mobile__inner {
	width: 400px;
	max-width: 90%;
	background: #ffffff;
	height: 100%;
	overflow: auto;
	padding: 80px 20px 30px;
	position: relative;
	transform: translateX(110%);
	transition: 0.2s linear;
}

.mobile__close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.mobile__nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.mobile__nav-link {
	font-size: 22px;
	color: #fff;
	line-height: 140%;
	transition: 0.2s linear;
	position: relative;
	padding-bottom: 3px;
}

.mobile__nav-link::after {
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	transition: 0.2s linear;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mobile__nav-link:hover::after {
	width: 100%;
}

.mobile.active {
	transform: translateX(0);
}

.mobile.active .mobile__inner {
	transform: translateX(0);
}

.hamburger__nav .nav-items {
	display: flex;
	flex-direction: column;
	align-items: start;
	font-size: 25px;
	gap: 15px;
}

.hamburger__nav {
	width: 100%;
}

.hamburger__nav .nav-item .btn,
.hamburger__nav .nav-item {
	max-width: none;
	width: 100%;
}

@media (max-width: 1200px) {
	.container {
		padding: 0 10px;
	}

	h1 {
		font-size: 80px;
	}
}

@media (max-width: 1000px) {
	html {
		font-size: 14px;
	}

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 44px;
	}

	.section-hero__info {
		font-size: 18px;
	}

	.hero__address {
		font-size: 20px;
	}

	.btn.primary-btn {
		font-size: 17px;
		font-weight: 200;
	}
}

@media (max-width: 900px) {
	.header {
		position: fixed;
		top: 0;
	}

	.header__nav,
	.header__links,
	.footer__nav {
		display: none;
	}

	.footer__links .links-item {
		display: block;
	}

	.footer__links .btn-links {
		display: none;
	}

	.btn-links .btn {
		padding: 10px 20px;
	}

	.burger {
		display: block;
	}

	.slider-btns {
		display: none;
	}

	.slider {
		display: flex;
		overflow-y: auto;
		scroll-snap-type: x mandatory;
	}

	.slider::-webkit-scrollbar {
		display: none;
	}

	.slide {
		min-width: 100%;
		scroll-snap-align: start;
	}
}

@media (max-width: 608px) {
	h2 {
		text-align: center;
	}

	.btn {
		width: 100%;
	}

	.menu__item {
		max-width: none;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	.section-hero__info {
		font-size: 16px;
		max-width: 450px;
	}

	.section-hero__address {
		font-size: 15px;
		max-width: 550px;
	}

	.btn.primary-btn {
		padding: 14px 49px;
		font-size: 18px;
	}

	.slide-big {
		height: 350px;
	}

	.slide__title {
		font-size: 24px;
	}

	.slide__desc {
		font-size: 18px;
	}

	.menu__nav-items {
		align-items: center;
		justify-content: center;
	}

	.contacts-items {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.contacts-item {
		width: 45%;
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.section__info {
		max-width: 400px;
		text-align: center;
		margin: 0 auto;
	}

	.main {
		gap: 60px;
		padding-bottom: 60px;
	}

	.section-hero__wrapper {
		margin-top: -10px;
	}

	.section-hero {
		padding-top: 110px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #ffffff;
		min-height: 450px;
		background: url("./img/bg-hero.jfif") 50% / cover no-repeat;
		position: relative;
		padding-bottom: -160px;
	}
}

/* !Дополнение корзины */
.header__block-control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: toRem(30);
}

@media (min-width: 601px) {
	.purchases {
		display: none;
	}
}

@media (max-width: 600px) {
	.purchases {
		display: block;
	}

	.purchases__inner {
		position: relative;
		margin-left: -30px;
	}

	.purchases__item {
		width: 34px;
		height: 34px;
		margin-left: -30px;
	}

	.purchases__value {
		position: absolute;
		right: 17px;
		top: -11px;
		width: 26px;
		height: 26px;
		background-color: #880d1f;
		color: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		line-height: 1.3;
		font-family: "Roboto";
		font-weight: 100;
	}

	.header__title_mobile {
		font-size: 104px;
	}
}

/* !Дополнение корзины */


.menu__item-details {
	width: 500px;
	height: 443px;
	float: left;
}

.menu__item-details-text {
	max-width: 660px;
	float: left;
	font-weight: 100;
	font-size: 24px;
	color: #777;
	padding: 26px;
	border-left: 0px solid #555;
	border-bottom: 1px solid #555;
	margin-left: 22px;
}

.menu__item-details-textss {
	max-width: 860px;
	float: left;
	font-weight: 100;
	font-size: 24px;
	color: #777;
	padding: 26px;
	border-left: 0px solid #555;
	border-bottom: 1px solid #555;
	margin-left: 22px;
}

.menu__item-details-textzz {
	max-width: 1260px;
	float: left;
	font-weight: 100;
	font-size: 24px;
	color: #777;
	padding: 26px;
	border-left: 0px solid #555;
	border-bottom: 1px solid #555;
	margin-left: 22px;
}

.menu__item-details-text span {
	font-size: 67px;
	font-weight: 100;
	color: #222;
}

.menu__item-img-details {
	width: 100%;
	padding: 11px;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	object-fit: cover;
	height: 383px;

}

.mobi {

	display: none;
}

@media (max-width: 600px) {

	.menu__item-details {
		max-width: 100%;
		float: left;
	}

	.menu__item-details-text {
		max-width: 100%;
		padding: 3px;
		float: left;
		font-weight: 100;
		font-size: 24px;
		color: #777;
	}

	.menu__item-details-textss {
		max-width: 100%;
		padding: 3px;
		float: left;
		font-weight: 100;
		font-size: 24px;
		color: #777;
	}

	.menu__item-details-text span {
		max-width: 100%;
		font-size: 67px;
		font-weight: 100;
		color: #222;
	}

	.menu__item-img-details {
		width: 100%;
		padding: 6px;
		border-left: 1px solid #555;
	}





}