* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
body {
	background: #ebe3df;
}

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

.header {
	padding: 20px 0;
	background: #951d1d;
}
.header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.header__logo {
}

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

.header__nav {
}

.header__list {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}

.header__list-item a {
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #22ff00;
	text-decoration: none;
}

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

.header__btn {
	padding: 9px 13px;
	border-radius: 100px;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #22ff00;
	border: 1px solid #22ff00;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	line-height: 23px;
}
.header__burger {
	display: none;
	width: 25px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.header__burger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #22ff00;
}

.main-btn {
	padding: 9px 13px;
	border-radius: 100px;
	background: #22ff00;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #951d1d;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	line-height: 23px;
}

.footer {
	padding: 60px 0;
	background: #951d1d;
}
.footer__descr {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
}

.main {
	padding: 0 0 50px 0;
}

/* faq */
.faq {
}
.faq__wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.faq__item {
	cursor: pointer;
}

.faq__item h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	color: #951d1d;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	margin: 0 !important;
}
.faq__item p {
	margin: 0 !important;

	display: none;
	padding: 15px 0 0 0;
	color: #3a3a3a;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}

.faq__item.active p {
	display: block;
}

.faq__item.active h3 img {
	transform: rotate(45deg);
}

/* content */
.content h2 {
	margin: 0 0 40px 0;
	font-size: 27px;
	font-weight: 700;
	line-height: 38px;
	color: #3a3a3a;
}
.content h3 {
	color: #951d1d;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.content p {
	color: #3a3a3a;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	margin: 0 0 20px 0;
}
.content ul,
.content ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}

.content ul li,
.content ol li {
	color: #3a3a3a;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	margin: 0 0 5px 0;
}

.img-cov {
	max-width: 770px;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.table {
	width: 100%;
	overflow-x: auto;
	margin: 30px auto;
	border-radius: 6px;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 20px;
	text-align: center;
	width: 50%;
	border: 2px solid #951d1d;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #951d1d;
}
.table table tr td:first-child {
	background: #951d1d;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

/* promo */
.promo {
	padding: 30px 0 0 0;
}
.promo__bg {
	width: 100%;
	height: 250px;
}
.promo__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promo__block {
	position: relative;
	bottom: 100px;
	margin: 0 10px;
	background: #f8eaea;
	padding: 20px 20px 40px 20px;
}

.promo__block p {
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: #444444;
}

.promo__block-wrapper {
	margin: 0 0 15px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.promo__block-item.first {
	background: #edd4c8;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.promo__block-item.second {
	width: 100%;
}
.promo h1 {
	font-weight: 700;
	font-size: 29px;
	line-height: 41px;
	color: #333333;
	margin: 0 0 15px 0;
}

.promo__img {
	max-width: 150px;
}

.promo__btn {
	white-space: nowrap;
}

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

.promo-info {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 20px;
}
.promo-info__item {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #edc4c4;
}
.promo-info__item span {
	color: #af1414;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 3px 0;
}
.promo-info__item p {
	color: #300f0f;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.menu-page strong {
	margin: 0 0 40px 0;
	font-size: 27px;
	font-weight: 700;
	line-height: 38px;
	color: #3a3a3a;
}
.menu-page ul li a {
	color: #af1414;
	text-decoration: none;
}
.menu-page ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.header__burger {
		display: flex;
	}
	.header__nav,
	.header__buttons {
		display: none;
	}

	.promo-info {
		grid-template-columns: repeat(2, 1fr);
	}

	.promo__block-wrapper {
		flex-direction: column;
	}
	.promo__block-item.first {
		width: 100%;
	}
	.promo__btn {
		width: 100%;
	}
}
.footer__menu{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.footer__menu a {
	text-decoration: none;
	color: #fff;
}