/* ------------------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background-color: transparent;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a {
	color: inherit;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

svg {
	display: block;
}

/* ---------------------------------------------------------------------------- */

:root {
	--font-family: "Tenor Sans", sans-serif;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 40px;
}

body {
	font-family: var(--font-family);
	background: #fff5de;

	font-weight: 400;
	font-size: 14px;
	letter-spacing: -0.04em;
	line-height: 130%;
	color: #951d1f;
}

.wrapper {
	overflow: hidden;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
}

.btn-border {
	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #fff0cf;
	white-space: nowrap;

	display: inline-block;
	padding: 11px 21.5px 9px 21.5px;
	border: 1px solid #fff0cf;
	border-radius: 10px;

	transition: all .2s ease;
}

.btn-border:active {
	background: #fff0cf;
	color: #951d1f;
}

@media(hover:hover) {
	.btn-border:hover {
		background: #fff0cf;
		color: #951d1f;
	}
}

.btn-main {
	display: inline-block;
	padding: 12px 22.5px 10px 22.5px;

	background: #fff0cf;
	border-radius: 10px;

	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #951d1f;
	white-space: nowrap;

	transition: all .2s ease;
}

.btn-main:active {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #fff;
}

@media(hover:hover) {
	.btn-main:hover {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
		background: #fff;
	}
}

section {
	margin: 0px 0px 120px 0px;
}

.sec-name {
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #951d1f;

	display: inline-block;
	position: relative;
}

.sec-name::after {
	content: '';

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	width: 35px;
	height: 1px;

	background-image: linear-gradient(to right, #951d1f, #b05c3b, #c99167, #e2c49e, #fff5de);
}

.title-h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #951d1f;
}

/* -------------------------header------------------------- */

.header {
	background: #951d1f;
	position: relative;
}

.header::after {
	content: '';

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background: linear-gradient(90deg, rgba(255, 240, 207, 0) 0%, #fff0cf 49.52%, rgba(255, 240, 207, 0) 100%);
}

.header__top {
	background: #fff0cf;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	border-radius: 0 0 10px 10px;
	padding: 6px 0;
}

.header__top-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
}

.header__top-text {
	color: #951d1f;
}

.header__top-link {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

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

.header__left {
	max-width: 433px;
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.burger-btn {
	transition: all .2s ease;
}

.burger-btn:active {
	opacity: .7;
}

@media(hover:hover) {
	.burger-btn:hover {
		opacity: .7;
	}
}

.header__list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header__item {}

.header__item-link {
	text-transform: uppercase;
	color: #fff0cf;

	transition: all .2s ease;
}

.header__item-link:active {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

@media(hover:hover) {
	.header__item-link:hover {
		text-decoration: underline;
		text-decoration-skip-ink: none;
		text-underline-offset: 3px;
	}
}

.header__mid {
	padding: 0px 10px 0px 0px;
}

.header__logo {}

.header__logo-img {}

.header__right {
	max-width: 426px;
	width: 100%;

	display: flex;
	align-items: center;
	gap: 10px;
}

.header__link {}

.header__link.btn-main {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
}

/* -------------------------preview------------------------- */

.page__preview {
	background: #951d1f;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0;
}

.preview-elem {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.preview-elem-1 {
	left: -92px;
	bottom: 329px;
}

.preview-elem-2 {
	right: -110px;
	bottom: 303px;
}

.preview-elem-3 {
	right: -41px;
	bottom: -537px;
}

.preview-elem-4 {
	display: none;
}

.preview__container {}

.preview__inner {
	padding: 80px 0 629px 0;
	position: relative;
}

.preview__head {
	max-width: 980px;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.preview__title {
	font-weight: 400;
	font-size: 60px;
	line-height: 105%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #fff0cf;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 7px 7px rgba(0, 0, 0, 0.09), 0 17px 10px rgba(0, 0, 0, 0.05), 0 29px 12px rgba(0, 0, 0, 0.01), 0 46px 13px rgba(0, 0, 0, 0);

	margin: 0px 0px 30px 0px;
}

.preview__subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #fff0cf;

	margin: 0px 0px 20px 0px;
}

.preview__subtitle-sub {
	max-width: 530px;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-align: center;
	color: #fff0cf;

	margin: 0px 0px 40px 0px;
}

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

.header__link {}

.preview__img {
	position: absolute;
	bottom: -138px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

/* -------------------------ticker-line------------------------- */

.ticker-line {
	border-top: 1px solid rgba(78, 32, 21, 0.3);
	border-bottom: 1px solid rgba(78, 32, 21, 0.3);
	padding: 19px 0;
	box-shadow: 0 2px 4px 0 rgba(78, 32, 21, 0.1), 0 7px 7px 0 rgba(78, 32, 21, 0.09), 0 17px 10px 0 rgba(78, 32, 21, 0.05), 0 29px 12px 0 rgba(78, 32, 21, 0.01), 0 46px 13px 0 rgba(78, 32, 21, 0);
	background: #ffecc3;

	display: flex;
	gap: 20px;
	align-items: center;
	overflow: hidden;
	margin: 0px 0px 120px 0px;
}

.marg0 {
	margin: 0;
}

.ticker-line__wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-shrink: 0;
	animation: tickerAnim 52s linear infinite;
}

.ticker-line__item {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.ticker-line__item-img {}

.ticker-line__item-text {
	letter-spacing: -0.04em;
	color: #951d1f;
	text-transform: uppercase;
}

@keyframes tickerAnim {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% - 20px));
	}
}

/* -------------------------about-brand------------------------- */

.page__about-brand {}

.about-brand__container {}

.about-brand__inner {
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.about-brand__left {
	max-width: 296px;
	width: 100%;

	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: space-between;
}

.about-brand__image {
	box-shadow: 0 2px 4px 0 rgba(78, 32, 21, 0.1), 0 7px 7px 0 rgba(78, 32, 21, 0.09), 0 17px 10px 0 rgba(78, 32, 21, 0.05), 0 29px 12px 0 rgba(78, 32, 21, 0.01), 0 46px 13px 0 rgba(78, 32, 21, 0);
	position: relative;
	border-radius: 10px;
}

.about-brand__image-mob {
	display: none;
}

.about-brand__image-name {
	position: absolute;
	bottom: 20px;
	left: 20px;

	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #fff0cf;

	padding: 6px 10px;
	background: #951d1f;
	border-radius: 8px;
	display: inline-block;
}

.about-brand__img {
	width: 100%;
	border-radius: 10px;
}

.about-brand__right {
	max-width: 903px;
	width: 100%;
}

.about-brand__head {
	margin: 0px 0px 60px 0px;
}

.about-brand__title {
	margin: 0px 0px 20px 0px;
}

.about-brand__item {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #951d1f;

	margin: 0px 0px 40px 0px;
}

.about-brand__desc {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 733px;
}

.about-brand__desc-text {
	letter-spacing: -0.04em;
}

.about-brand__cards {
	padding: 20px 26px 20px 33px;
	background: #951d1f;
	border-radius: 10px;
	margin: 0px 0px 10px 0px;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-brand__card {
	display: flex;
	flex-direction: column;
	gap: 10px;

	min-height: 95px;
	position: relative;
}

.about-brand__card:not(:last-child) {
	padding: 0px 35px 0px 0px;
}

.about-brand__card:not(:last-child)::after {
	content: '';

	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;

	background-image: linear-gradient(to bottom, #951d1f, #a0352e, #aa493d, #b45b4d, #bd6d5e, #bd6d5e, #bd6d5e, #bd6d5e, #b45b4d, #aa493d, #a0352e, #951d1f);
}

.about-brand__card-name {
	font-weight: 400;
	font-size: 34px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #fff5de;
	padding: 10px 0px 0px 0px;
}

.about-brand__card-desc {
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff5de;
}

.about-brand__columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.about-brand__column {
	padding: 29px;
	border: 1px solid #951d1f;
	border-radius: 10px;
}

.about-brand__column-icon {
	margin: 0px 0px 30px 0px;
}

.about-brand__column-icon-img {}

.about-brand__column-name {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #951d1f;

	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

.about-brand__column-name::after {
	content: '';

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background-image: linear-gradient(to right, #951d1f, #b05c3b, #c99167, #e2c49e, #fff5de);
	background-image: linear-gradient(to right, rgb(149, 29, 31, .6), rgb(176, 92, 59, .6), rgb(201, 145, 103, .6), #e2c49e, #fff5de);
}

.about-brand__column-desc {
	letter-spacing: -0.04em;
}

/* -------------------------video------------------------- */

.page__video {}

.video__container {}

.video__inner {
	position: relative;
}

.video-elem {
	position: absolute;
	z-index: -1;
}

.video-elem-1 {
	left: -469px;
	bottom: -279px;
}

.video-elem-2 {
	right: -122px;
	bottom: -254px;
}

.video__box,
.video__box-mod {
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(78, 32, 21, 0.1), 0 7px 7px 0 rgba(78, 32, 21, 0.09), 0 17px 10px 0 rgba(78, 32, 21, 0.05), 0 29px 12px 0 rgba(78, 32, 21, 0.01), 0 46px 13px 0 rgba(78, 32, 21, 0);
	border-radius: 10px;
	cursor: pointer;
}

.video__box-mod{
	box-shadow: unset;
}

.video__box-img {
	border-radius: 10px;
	width: 100%;
	max-height: 700px;
	min-height: 440px;
	object-fit: cover;
}

.video__btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 46px 13px 0 rgba(78, 32, 21, 0);
	border-radius: 50%;

	transition: all .2s ease;
}

.video__box:active .video__btn-play {
	transform: translate(-50%, -50%) scale(1.05);
}

@media(hover:hover) {
	.video__box:hover .video__btn-play {
		transform: translate(-50%, -50%) scale(1.05);
	}
}

/* -------------------------menu------------------------- */

.page__menu {}

.menu__container {}

.menu__inner {}

.menu__head {
	margin: 0px 0px 60px 0px;
}

.menu__title {
	margin: 40px 0px 20px 0px;
}

.menu__subtitle {
	max-width: 643px;
	margin: 0px 0px 30px 0px;
	letter-spacing: -0.04em;
}

.menu__head-body {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px 20px;
	flex-wrap: wrap;
}

.menu__tabs {
	display: flex;
	gap: 10px;
	overflow-x: scroll;
	overflow-y: visible;
	padding: 0 0 25px 25px;
	margin: 0 0 -25px -25px;
}

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

.menu__tab {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #951d1f;
	white-space: nowrap;

	flex-shrink: 0;
	padding: 11px 21px 9px 21px;
	border: 1px solid rgba(149, 29, 31, 0.6);
	border-radius: 10px;
	cursor: pointer;

	transition: all .3s ease;
}

.menu__tab:active {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #951d1f;
	color: #fff0cf;
}

@media(hover:hover) {
	.menu__tab:hover {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
		background: #951d1f;
		color: #fff0cf;
	}
}

.menu__tab--active {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #951d1f;
	color: #fff0cf;
}

.menu__btns {
	display: flex;
	gap: 10px;
}

.menu__btn {
	width: 50px;
	height: 50px;
	min-width: 50px;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid #951d1f;
	border-radius: 10px;

	transition: all .2s ease;
}

.menu__btn svg path {
	stroke: #951d1f;
}

.menu__btn:active {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #951d1f;
}

.menu__btn:active svg path {
	stroke: #fff5de;
}

@media(hover:hover) {
	.menu__btn:hover {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
		background: #951d1f;
	}

	.menu__btn:hover svg path {
		stroke: #fff5de;
	}
}

.menu__btn-prev {}

.menu__btn-prev svg {
	margin: 0px 5px 0px 0px;
}

.menu__btn-next {}

.menu__btn-next svg {
	margin: 0px 0px 0px 5px;
}

.menu__slider {
	width: 100%;
}

.menu__slider-line {}

.menu__item {
	display: none;
}

.menu__item--active {
	display: block;
}

.menu__slide {
	max-width: 333px;
	border: 1px solid #951d1f;
	border-radius: 10px;
	height: unset;

	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: space-between;
}

.menu__slide-top {}

.menu__slide-img {
	margin: 0px 0px 16px 0px;
}

.menu__slide-image {
	width: 100%;
	max-height: 405px;
	object-fit: cover;
}

.menu__slide-name {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #951d1f;

	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0 20px;
}

.menu__slide-list {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

.menu__slide-item {
	display: flex;
	gap: 5px;
}

.menu__slide-item-name {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: rgba(149, 29, 31, 0.8);
}

.menu__slide-item-value {
	color: #951d1f;
}

.menu__slide-bot {}

.menu__slide-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 20px 20px 20px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

.menu__slide-filters::after {
	content: '';

	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: 1px;

	background-image: linear-gradient(to right, rgb(149, 29, 31, .6), rgb(176, 92, 59, .6), rgb(201, 145, 103, .6), #e2c49e, #fff5de);
}

.menu__slide-filter {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #fff0cf;

	padding: 7px 10px 5px 10px;
	background: #951d1f;
	border-radius: 8px;
}

.menu__slide-desc {
	letter-spacing: -0.04em;
	padding: 0 20px 30px 20px;
}

.menu__bottom {
	margin: 60px 0px 0px 0px;
}

.menu__btn-more {
	width: 100%;
}

.btn-red {
	display: inline-block;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #951d1f;

	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #fff0cf;

	padding: 12px 11px 10px 11px;
	border-radius: 10px;

	transition: all .2s ease;
}

.btn-red:active {
	background: #c4161c;
}

@media(hover:hover) {
	.btn-red:hover {
		background: #c4161c;
	}
}

/* -------------------------shops------------------------- */

.page__shops {
	overflow: hidden;
}

.shops__inner {}

.shops__slider {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.shops__slider-line {}

.shops__slide {
	min-height: 600px;
	position: relative;
	z-index: 1;
}

.shops__slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

.shops__slide-inner {
	padding: 40px 0;
}

.shops__slide-name {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #fff0cf;

	display: inline-block;
	border: 1px solid rgba(255, 245, 222, 0.2);
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #951d1f;
	padding: 6px 9px 4px 9px;
	margin: 0px 0px 10px 0px;
}

.shops__slide-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.shops__slide-desc {
	padding: 7px 10px 5px 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #fff0cf;
	border-radius: 8px;
	letter-spacing: -0.04em;
}

.swiper-shop-pagination {
	position: absolute;
	bottom: 40px !important;
	top: auto !important;
	right: auto !important;
	width: 100%;
	z-index: 2;

	display: flex;
	gap: 8px;
}

.swiper-pagination-bullet {
	border-radius: 20px !important;
	width: 60px;
	height: 4px;

	border: 0.50px solid rgba(255, 240, 207, 0.2);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1 !important;

	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 !important;
}

.swiper-pagination-bullet::after {
	content: '';

	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #fff0cf;
}

.swiper-pagination-bullet-active {
	border: .5px solid #fff0cf;
}

.swiper-pagination-bullet-active::after {
	animation: animBullet 4s linear forwards 1;
}

@keyframes animBullet {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(100%);
	}
}

.swiper-pagination-bullet.fill {
	border: .5px solid #fff0cf;
	background: #fff0cf;
}

/* -------------------------advantages------------------------- */

.page__advantages {}

.advantages__container {}

.advantages__inner {
	position: relative;

	display: flex;
	align-items: start;
	gap: 40px;
	justify-content: space-between;
}

.advantages-bg {
	position: absolute;
	bottom: -80px;
	left: -124px;
	z-index: -1;
}

.advantages-elem {
	position: absolute;
	z-index: -1;
}

.advantages-elem-1 {
	right: -182px;
	top: 97px;
}

.advantages-elem-2 {
	right: 23px;
	bottom: -412px;
}

.advantages__left {}

.advantages__right {
	max-width: 903px;
	width: 100%;
}

.advantages__head {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0px 0px 60px 0px;
}

.advantages__title {}

.advantages__subtitle {
	letter-spacing: -0.04em;
}

.advantages__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.advantages__card {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #951d1f;
	padding: 30px 10px 30px 20px;
	border-radius: 10px;

	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}

.advantages__card-top {
	display: flex;
	flex-direction: column;
	gap: 30px;

	position: relative;
	padding: 0px 0px 20px 0px;
}

.advantages__card-top::after {
	content: '';

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background-image: linear-gradient(to right, #d59c88, #c67f6a, #b7614e, #a74235, #951d1f);
}

.advantages__card-icon {
	max-height: 60px;
}

.advantages__card-icon-img {}

.advantages__card-name {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff0cf;
}

.advantages__card-bot {}

.advantages__card-desc {
	letter-spacing: -0.04em;
	color: #fff0cf;
}

/* -------------------------location------------------------- */

.page__location {}

.location__container {}

.location__inner {}

.location__head {
	margin: 0px 0px 60px 0px;
}

.location__title {
	margin: 40px 0px 20px 0px;
}

.location__subtitle {
	letter-spacing: -0.04em;
	color: #951d1f;
	max-width: 643px;
}

.location-map {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 4px 0 rgba(78, 32, 21, 0.1), 0 7px 7px 0 rgba(78, 32, 21, 0.09), 0 17px 10px 0 rgba(78, 32, 21, 0.05), 0 29px 12px 0 rgba(78, 32, 21, 0.01), 0 46px 13px 0 rgba(78, 32, 21, 0);
	max-height: 550px;
}

.location-map-value iframe {
	width: 100%;
	min-height: 550px;
	border-radius: 10px;
}

.location__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 60px 0px 0px 0px;
}

.location__card {
	padding: 29px 19px;
	border: 1px solid #951d1f;
	border-radius: 10px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.location__card-top {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.location__card-img {}

.location__card-image {}

.location__card-adress {
	padding: 10px 0;
	position: relative;

	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #951d1f;
}

.location__card-adress::after {
	content: '';

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background-image: linear-gradient(to right, rgb(149, 29, 31, .6), rgb(176, 92, 59, .6), rgb(201, 145, 103, .6), #e2c49e, #fff5de);
}

.location__card-adress::before {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background-image: linear-gradient(to right, rgb(149, 29, 31, .6), rgb(176, 92, 59, .6), rgb(201, 145, 103, .6), #e2c49e, #fff5de);
}

.location__card-bot {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.location__card-list {
	display: flex;
	flex-direction: column;
}

.location__card-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.location__card-item-name {
	letter-spacing: -0.04em;
	color: rgba(149, 29, 31, 0.8);
}

.location__card-item-value {
	color: #951d1f;
	letter-spacing: -0.04em;
}

.location__card-item-btns {
	display: flex;
	gap: 10px;
}

.location__card-item-btn {
	padding: 7px 15px 5px 15px;

	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #fff0cf;
	text-transform: unset;
	box-shadow: unset;
}

/* -------------------------app------------------------- */

.page__app {
	padding: 80px 0 72px 0;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #951d1f;
	overflow: hidden;
}

.app__container {}

.app__inner {
	position: relative;
}

.page__app .sec-name {
	color: #fff5de;
}

.page__app .sec-name::after {
	background-image: linear-gradient(to right, #d59c88, #c67f6a, #b7614e, #a74235, #951d1f);
}

.app__body {
	max-width: 580px;
	width: 100%;
}

.app__title {
	color: #fff5de;
	margin: 40px 0px 30px 0px;
}

.app__subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff0cf;
	margin: 0px 0px 20px 0px;
}

.app__subtitle-sub {
	letter-spacing: -0.04em;
	color: #fff5de;
	margin: 0px 0px 30px 0px;
}

.app__list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0px 0px 40px 0px;
}

.app__item {
	border-radius: 8px;
	padding: 7px 10px 5px 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #fff0cf;

	letter-spacing: -0.04em;
	color: #951d1f;
}

.app__links {
	display: flex;
	gap: 10px;
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	position: relative;
}

.app__links::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background-image: linear-gradient(to right, #d59c88, #c67f6a, #b7614e, #a74235, #951d1f);
}

.app__link {
	transition: all .2s ease;
}

.app__link:active {
	opacity: .7;
}

@media(hover:hover) {
	.app__link:hover {
		opacity: .7;
	}
}

.app__link-img {
	max-width: 252px;
	width: 100%;
}

.app__desc {
	letter-spacing: -0.04em;
	color: #fff5de;
}

.app__img {
	position: absolute;
	bottom: -87px;
	left: 608px;
}

.app__image {}

/* -------------------------franchise------------------------- */

.page__franchise {}

.franchise__container {}

.franchise__inner {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 40px;
}

.franchise__left {
	max-width: 610px;
	width: 100%;
}

.franchise__head {}

.franchise__title {
	margin: 40px 0px 30px 0px;
}

.franchise__subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #951d1f;

	margin: 0px 0px 20px 0px;
}

.franchise__subtitle-sub {
	letter-spacing: -0.04em;
	color: #951d1f;

	margin: 0px 0px 30px 0px;
}

.franchise__list {
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	position: relative;

	display: flex;
	flex-direction: column;
}

.franchise__list::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	max-width: 407px;

	background-image: linear-gradient(to right, rgb(149, 29, 31, .6), rgb(176, 92, 59, .6), rgb(201, 145, 103, .6), #e2c49e, #fff5de);
}

.franchise__item {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #951d1f;
}

.franchise__btns {
	display: flex;
	gap: 10px;
}

.franchise__btn {
	padding: 12px 22px 10px 22px;
}

.franchise__btn.btn-border {
	padding: 11px 21px 9px 21px;
	border: 1px solid #951d1f;
	color: #951d1f;
}

.franchise__btn.btn-border:active {
	background: #951d1f;
	color: #fff0cf;
}

@media(hover:hover) {
	.franchise__btn.btn-border:hover {
		background: #951d1f;
		color: #fff0cf;
	}
}

.franchise__right {
	max-width: 681px;
	width: 100%;
	padding: 2px;
	position: relative;
}

.franchise__right-img {
	position: absolute;
	top: -2px;
	left: -12px;
	z-index: 2;
	pointer-events: none;
}

.franchise__slider {
	max-width: 677px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;

	box-shadow: 0 2px 4px 0 rgba(78, 32, 21, 0.1), 0 7px 7px 0 rgba(78, 32, 21, 0.09), 0 17px 10px 0 rgba(78, 32, 21, 0.05), 0 29px 12px 0 rgba(78, 32, 21, 0.01), 0 46px 13px 0 rgba(78, 32, 21, 0);
}

.franchise__slider-line {}

.franchise__slide {}

.franchise__slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.franchise-pagination {
	display: flex;
	align-items: center;
	gap: 8px;

	position: absolute;
	bottom: 30px !important;
	left: 30px !important;
	top: auto !important;
	right: auto !important;
}

/* -------------------------agit------------------------- */

.page__agit {
	position: relative;
	overflow: hidden;
	background: #fff0cf;
	padding: 80px 0 120px 0;
	margin: 0;
}

.page__agit::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background: linear-gradient(90deg, rgba(255, 240, 207, 0) 0%, #cb8778 49.52%, rgba(255, 240, 207, 0) 100%);
}

.agit__container {}

.agit__inner {
	position: relative;
	z-index: 1;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.agit-elem {
	position: absolute;
	pointer-events: none;
	z-index: -1;
}

.agit-elem-1 {
	bottom: -142px;
	left: -70px;
}

.agit-elem-2 {
	bottom: -132px;
	right: -160px;
}

.agit-elem-1-mob,
.agit-elem-2-mob {
	display: none;
}

.agit__img {
	margin: 0px 0px 40px 0px;
}

.agit__image {
	max-width: 100%;
}

.agit__subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #951d1f;

	margin: 0px 0px 20px 0px;
}

.agit__subtitle-sub {
	max-width: 500px;
	margin: 0px 0px 40px 0px;

	letter-spacing: -0.04em;
	text-align: center;
	color: #951d1f;
}

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

.agit__btn {}

.agit__btn.btn-red {
	padding: 12px 22px 10px 22px;
}

.agit__btn.btn-border {
	border: 1px solid #951d1f;
	color: #951d1f;
}

.agit__btn.btn-border:active {
	background: #951d1f;
	color: #fff0cf;
}

@media(hover:hover) {
	.agit__btn.btn-border:hover {
		background: #951d1f;
		color: #fff0cf;
	}
}

/* -------------------------footer------------------------- */

.footer {
	padding: 60px 0 140px 0;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), inset 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 7px 7px 0 rgba(0, 0, 0, 0.09), inset 0 17px 10px 0 rgba(0, 0, 0, 0.05), inset 0 29px 12px 0 rgba(0, 0, 0, 0.01), inset 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #951d1f;
	position: relative;
	overflow: hidden;
	color: #fff0cf;
}

.footer-bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.footer__container {}

.footer__inner {
	position: relative;
}

.btn-top {
	position: absolute;
	top: 0;
	right: 0;

	border-radius: 10px;
	width: 50px;
	height: 50px;

	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #fff5de;

	display: flex;
	align-items: center;
	justify-content: center;

	transition: all .2s ease;
}

.btn-top:active {
	opacity: .8;
}

@media(hover:hover) {
	.btn-top:hover {
		opacity: .8;
	}
}

.footer__top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 40px;
}

.footer__left {}

.footer__img {
	margin: 0px 0px 46px 0px;
	max-width: 100%;
}

.footer__left-text {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff0cf;
}

.footer__right {
	max-width: 903px;
	width: 100%;

	display: flex;
	align-items: start;
	gap: 20px;
	justify-content: space-between;
}

.footer__columns {
	max-width: 315px;
	width: 100%;

	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 20px;
}

.footer__column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__column-name {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff0cf;
}

.footer__column-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__column-item {}

.footer__column-item-link {
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff0cf;

	transition: all .2s ease;
}

.footer__column-item-link:active {
	color: #db6f31;
}

@media(hover:hover) {
	.footer__column-item-link:hover {
		color: #db6f31;
	}
}

.footer__box {
	max-width: 447px;
	width: 100%;
}

.footer__box-name {
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff0cf;

	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 70px 0px 0px;
}

.footer__box-desc {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0px 0px 48px 0px;
	padding: 0px 70px 0px 0px;
}

.footer__box-desc-text {
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff0cf;
}

.footer__box-links {
	display: flex;
	gap: 10px;
}

.footer__box-link {
	width: 100%;
	display: block;

	transition: all .2s ease;
}

.footer__box-link:active {
	opacity: .8;
}

@media(hover:hover) {
	.footer__box-link:hover {
		opacity: .8;
	}
}

.footer__box-link-img {
	width: 100%;
}

.footer__bot {
	padding: 20px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
	position: relative;
}

.footer__bot::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background: linear-gradient(90deg, rgba(255, 240, 207, 0) 0%, #fff0cf 49.52%, rgba(255, 240, 207, 0) 100%);
}

.footer__bot-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.footer__bot-left {}

.footer__bot-text {
	color: rgba(255, 245, 222, 0.6);
	letter-spacing: -0.04em;
}

.footer__bot-mid {
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 0px 97px 0px 0px;
}

.footer__bot-link {
	letter-spacing: -0.04em;
	color: rgba(255, 245, 222, 0.6);

	transition: all .2s ease;
}

.footer__bot-link:active {
	color: rgba(255, 245, 222);
}

@media(hover:hover) {
	.footer__bot-link:hover {
		color: rgba(255, 245, 222);
	}
}

.footer__bot-right {}

/* -------------------------burger-menu------------------------- */

.burger-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: rgba(0, 0, 0, 0.65);

	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}

.burger-menu--visible {
	opacity: 1;
	pointer-events: all;
}

.burger-menu__window {
	max-width: 430px;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 1;
	padding: 66px 15px;
	background: #951d1f;
	overflow-x: hidden;
	overflow-y: auto;

	transition: all .3s ease;
	transform: translateX(-100%);
}

.burger-menu--visible .burger-menu__window {
	transform: translate(0);
}

.burger-close {
	position: absolute;
	top: 73px;
	right: 15px;
	z-index: 2;
}

.burger-menu__window .header__list {
	flex-direction: column;
	align-items: start;
	gap: 20px;
	margin: 0px 0px 60px 0px;
}

.burger-menu__window .header__right {
	flex-direction: column;
	margin: 0px 0px 40px 0px;
}

.burger-menu__window .header__link {
	width: 100%;
}

.burger-menu__window .btn-main {
	padding: 16px;
}

.burger-menu__head {
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 40px 0px;
	position: relative;
}

.burger-menu__head::after {
	content: '';

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;

	background-image: linear-gradient(to right, #d59c88, #c67f6a, #b7614e, #a74235, #951d1f);
}

.burger-menu__logo {}

.burger-menu__logo-img {}

.burger-menu__links {
	display: flex;
	gap: 10px;
}

.burger-menu__link {
	width: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
	background: #000;
	border-radius: 10px;

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}

.burger-menu__link-img {
	max-width: 148px;
}

.burger-menu-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

/* -------------------------modal-video------------------------- */

.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: rgba(0, 0, 0, 0.65);

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 30px;

	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}

.modal-video--visible {
	opacity: 1;
	pointer-events: all;
}

.modal-video__inner {
	position: relative;
}

.modal-video-close {
	position: absolute;
	top: -20px;
	right: -20px;
}

@media(max-width:768px) {
	.modal-video {
		padding: 15px;
	}

	.modal-video-close {
		top: 6px;
		right: 6px;
		z-index: 2;
	}

	.modal-video-close svg path{
		fill: #fff;
	}
}

/* -------------------------media------------------------- */

@media(max-width:1350px) {

	.header .header__list,
	.header .header__right {
		display: none;
	}

	.header__inner {
		justify-content: center;
		position: relative;
	}

	.header__left {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}

	.header__mid {
		padding: 0 40px;
	}





	.preview__title {
		font-size: 40px;
	}

	.preview__img {
		max-width: 1000px;
	}

	.preview__inner {
		padding: 80px 0 500px 0;
	}

	.preview-elem-1,
	.preview-elem-2 {
		display: none;
	}






	.franchise__slider {
		max-width: 580px;
	}
}

@media(max-width:1280px) {
	.about-brand__inner {
		flex-direction: column;
	}

	.about-brand__image {
		display: none;
	}

	.about-brand__right {
		max-width: unset;
	}

	.title-h2 {
		font-size: 38px;
	}

	.about-brand__item {
		font-size: 16px;
		margin: 0px 0px 30px 0px;
	}

	.about-brand__image-mob {
		display: block;
		max-width: 400px;
		margin: 0 auto 60px auto;
	}

	.about-brand__desc {
		max-width: unset;
	}

	.about-brand__cards {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 60px 50px;
		padding: 20px;
		margin: 0px 0px 20px 0px;
	}

	.about-brand__card:nth-child(even)::after {
		display: none;
	}

	.about-brand__card:nth-child(odd)::after {
		background-image: linear-gradient(to bottom, #ca8677, #be6e5f, #b15648, #a43c33, #951d1f);
		right: -25px;
	}

	.about-brand__card:nth-child(3)::after {
		background-image: linear-gradient(to top, #ca8677, #be6e5f, #b15648, #a43c33, #951d1f);
	}

	.about-brand__card:nth-child(1)::before {
		content: '';

		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%;
		height: 1px;

		background-image: linear-gradient(to right, #ca8677, #be6e5f, #b15648, #a43c33, #951d1f);
	}

	.about-brand__card:nth-child(2)::before {
		content: '';

		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%;
		height: 1px;

		background-image: linear-gradient(to left, #ca8677, #be6e5f, #b15648, #a43c33, #951d1f);
	}

	.about-brand__card {
		min-height: 85px;
		padding: 0;
	}

	.about-brand__card:not(:last-child) {
		padding: 0;
	}






	.franchise__inner {
		flex-direction: column;
		align-items: center;
	}

	.franchise__slider,
	.franchise__left {
		max-width: unset;
	}

	.franchise__btn {
		width: 100%;
	}
}

@media(max-width:1160px) {
	.advantages__inner {
		flex-direction: column;
	}

	.advantages__right {
		max-width: unset;
	}

	.advantages__head {
		margin: 0px 0px 40px 0px;
	}

	.advantages-elem-2 {
		right: -261px;
		bottom: -342px;
	}

	.advantages-bg {
		top: 0;
		right: 0;
		left: auto;
		bottom: auto;
		max-width: 200px;
	}






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






	.page__app {
		padding: 96px 0 563px 0;
	}

	.app__img {
		bottom: -600px;
		left: 56%;
		transform: translateX(-50%);
	}

	.app__body {
		max-width: unset;
	}






	.agit-elem-1,
	.agit-elem-2 {
		display: none;
	}

	.agit-elem-1-mob {
		display: block;
		top: -40px;
		left: -40px;
	}

	.agit-elem-2-mob {
		top: -340px;
		right: -40px;
		display: block;
	}








	.footer__top {
		flex-direction: column;
	}
}

@media(max-width:980px) {
	.about-brand__columns {
		grid-template-columns: repeat(1, 1fr);
	}

	.about-brand__column {
		padding: 20px 20px 20px 92px;
		position: relative;
	}

	.about-brand__column-icon {
		position: absolute;
		top: 35px;
		left: 20px;
	}

	.about-brand__column-name {
		padding: 0;
		margin: 0px 0px 10px 0px;
		font-size: 16px;
	}

	.about-brand__column-name::after {
		display: none;
	}






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






	.footer__right {
		flex-direction: column-reverse;
		gap: 60px;
	}

	.footer__box-name,
	.footer__box-desc {
		display: none;
	}

	.footer-bg {
		display: none;
	}

	.footer {
		padding: 60px 0px 0px 0px;
	}

	.footer__bot-inner {
		flex-direction: column-reverse;
		gap: 10px;
		align-items: start;
	}

	.footer__bot-mid {
		flex-direction: column;
		align-items: start;
		gap: 10px;
	}

	.footer__bot-left {
		width: 100%;
		padding: 20px 40px;
		background: #fff0cf;
		border-top: 1px solid rgba(78, 32, 21, 0.3);
		margin: 10px 0px 0px 0px;
	}

	.footer__bot .container {
		padding: 0;
	}

	.footer__bot-mid,
	.footer__bot-right {
		padding: 0 40px;
	}

	.footer__bot-text {
		color: #951d1f;
	}

}

@media(max-width:768px) {
	.header__top-text span {
		display: none;
	}

	.header__logo-img {
		max-width: 300px;
		width: 100%;
	}

	.header__inner {
		padding: 25px 0 20px 0;
	}

	.container {
		padding: 0 15px;
	}

	section,
	.ticker-line {
		margin: 0px 0px 60px 0px;
	}

	.marg0 {
		margin: 0;
	}






	.preview__inner {
		padding: 50px 0 377px 0;
	}

	.preview__title {
		font-size: 25px;
		max-width: 420px;
		margin: 0px 0px 20px 0px;
	}

	.preview__img {
		max-width: 797px;
		bottom: -84px;
	}

	.preview__subtitle {
		display: none;
	}

	.preview-elem-1,
	.preview-elem-2,
	.preview-elem-3 {
		display: none;
	}

	.preview__subtitle-sub {
		margin: 0px 0px 30px 0px;
	}




	.video__btn-play svg {
		width: 50px;
		height: 50px;
	}

	.video-elem-1 {
		display: none;
	}

	.video-elem-2 {
		max-width: 314px;
		right: -71px;
		bottom: -93px;
	}








	.menu__container {
		padding: 0;
	}

	.menu__tabs,
	.menu__title,
	.menu__subtitle,
	.menu__btns,
	.page__menu .sec-name,
	.menu__slider,
	.menu__bottom {
		padding: 0 15px;
	}

	.menu__tabs {
		padding: 0 15px 25px 15px;
		margin: 0 0 -25px 0;
	}

	.menu__bottom {
		margin: 40px 0px 0px 0px;
	}

	.title-h2 {
		font-size: 25px;
	}

	.sec-name::after {
		width: 10px;
		left: -15px;
	}

	.menu__subtitle {
		margin: 0px 0px 40px 0px;
	}

	.menu__head {
		margin: 0px 0px 20px 0px;
	}

	.menu__btns {
		width: 100%;
	}

	.menu__slider {
		overflow: hidden;
	}






	.advantages-elem-2 {
		bottom: -290px;
	}

	.advantages-elem-1 {
		right: -286px;
		top: 162px;
	}

	.advantages-bg {
		max-width: 92px;
	}

	.advantages-bg {
		top: -20px;
	}








	.location__cards {
		margin: 35px 0px 0px 0px;
		grid-template-columns: repeat(1, 1fr);
	}

	.location__card-item-btn {
		width: 100%;
	}






	.app__title {
		margin: 40px 0 20px 0;
	}

	.app__subtitle {
		font-size: 16px;
	}







	.franchise__container {
		padding: 0;
	}

	.franchise__right {
		max-width: unset;
		padding: 2px 0 0 0;
		overflow: hidden;
	}

	.franchise__slider {
		border-radius: 0;
	}

	.franchise__slide-img {
		max-height: 600px;
		min-height: 600px;
		border-radius: 0;
	}

	.franchise__right-img {
		top: -54px;
		left: auto;
		right: -12px;
	}

	.franchise__left {
		padding: 0 15px;
	}

	.page__franchise {
		margin: 0;
	}







	.agit__image {
		max-width: 400px;
		width: 100%;
	}

	.page__agit {
		padding: 80px 0 60px 0;
	}

	.agit-elem-2-mob {
		right: -15px;
	}

	.agit-elem-1-mob {
		left: -15px;
	}





	.footer__bot-left {
		padding: 20px 15px;
	}

	.footer__bot-mid,
	.footer__bot-right {
		padding: 0 15px;
	}

	.footer__columns {
		max-width: 292px;
	}

	.footer__img {
		margin: 0px 0px 40px 0px;
	}

	.footer__left-text {
		padding: 0px 80px 0px 0px;
	}

	.btn-top {
		top: 176px;
	}

	.location-map {
		max-height: 440px;
	}

	.location-map-value iframe {
		min-height: 440px;
	}





	.about-brand__column-desc br,
	.franchise__subtitle-sub br {
		display: none;
	}

}

@media(max-width:660px) {
	.advantages__cards {
		grid-template-columns: repeat(1, 1fr);
	}

	.advantages__card {
		padding: 30px 30px 30px 92px;
		position: relative;
		gap: 0;
	}

	.advantages__card-icon {
		position: absolute;
		top: 35px;
		left: 20px;
	}

	.advantages__card-top {
		position: unset;
		margin: 0px 0px 10px 0px;
		padding: 0;
	}

	.advantages__card-top::after {
		display: none;
	}






	.franchise__btns {
		flex-direction: column;
	}

	.franchise__btn {
		padding: 16px;
	}

	.franchise-pagination {
		display: none;
	}
}

@media(max-width:520px) {
	.preview__btns {
		flex-direction: column;
		width: 100%;
	}

	.header__link {
		width: 100%;
	}

	.btn-main {
		padding: 16px;
	}

	.preview-elem-4 {
		display: block;
		left: 50%;
		transform: translateX(-50%);
		bottom: 200px;
	}





	.menu__slide {
		max-width: unset;
	}

	.menu__slide-image {
		max-width: 333px;
		width: 100%;
	}

	.menu__slide-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}






	.location__subtitle {
		max-width: 332px;
	}

	.location-map iframe {
		height: 440px;
	}






	.app__img {
		left: 80%;
	}

	.app__link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;

		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
		background: #000;
		border-radius: 10px;
		padding: 2px 10px;
	}

	.app__link-img {
		max-width: 216px;
	}

	.app__links {
		flex-direction: column;
	}






	.agit__btns {
		flex-direction: column;
		width: 100%;
	}

	.agit__btn {
		width: 100%;
	}

	.agit__btn.btn-red {
		padding: 16px;
	}





	.footer__box-links {
		flex-direction: column;
	}

	.footer__box-link {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 2px 10px;

		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 17px 10px 0 rgba(0, 0, 0, 0.05), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 46px 13px 0 rgba(0, 0, 0, 0);
		background: #000;
		border-radius: 10px;
	}

	.footer__box-link-img {
		max-width: 216px;
		width: 100%;
	}

	.footer__columns {
		flex-wrap: wrap;
	}

}

@media(max-width:420px) {
	.about-brand__card-name {
		font-size: 28px;
	}

	.about-brand__card-desc {
		font-size: 12px;
	}

	.advantages__card {
		padding: 20px 20px 20px 90px;
	}

	.burger-menu__links {
		flex-direction: column;
	}

	.burger-close {
		top: 30px;
	}

	.about-brand__title br {
		display: none;
	}
}