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

/* ── Hero photo animation ────────────────────────── */
@keyframes heroPhotoIn {
	from {
		opacity: 0;
		transform: scale(1.03);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.info picture {
	animation: heroPhotoIn 1.2s ease both;
	align-self: flex-end;
}

/* ── Scroll reveal ───────────────────────────────── */
.reveal {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal--visible {
	opacity: 1;
	transform: translateY(0);
}

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

a {
	text-decoration: none;
}

body {
	background: #f6f7f2;
}

.hero {
	padding: 16px 16px 0;
	position: relative;
	background: url(../img/background.png) center/cover no-repeat;
	overflow: hidden;
}

.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.85);
	z-index: 0;
}

.header-box,
.info,
.info__mb {
	position: relative;
	z-index: 1;
}

/* ── Scroll offset для sticky хедера ────────────── */
#sfdgfsdg,
#container-resumessss,
#aboutssd,
#dosvidsprav,
#reviews-containerssss,
#formto {
	scroll-margin-top: 56px;
}

.header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1520px;
	margin: 0 auto;
	padding: 4px;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
}

.header-box a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
}

.mail__link {
	padding: 12px 16px;
	color: #ae984e;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mail__link::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../img/envelope.svg);
}

.mail__link--burger {
	display: none;
}

nav ul {
	display: flex;
	gap: 16px;
}

nav li {
	list-style: none;
}

nav ul li a {
	padding: 12px 0;
	color: #61605b;
}

.number__link {
	padding: 12px 16px;
	background: #c2ac62;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.number__link::after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../img/call.svg);
}

.info {
	display: flex;
	justify-content: space-between;
	padding: 42px 60px 0;
}

.info__text {
	max-width: none;
	flex: 2;
	margin-right: 40px;
}
.info picture {
	flex: 1 0 0;
}

.info picture img {
	display: block;
	height: 600px;
}

.info__text h3 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #26241c;
	margin-bottom: 16px;
}

.info__text--describe {
	font-family: 'Inter Tight', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #4f4d47;
	margin-bottom: 48px;
}

.info__text h1 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 52px;
	line-height: 112%;
	letter-spacing: -0.05em;
	color: #26241c;
	margin-bottom: 48px;
}

.info__text--item,
.info__text--span,
.info__mb--item,
.info__mb--span {
	font-family: 'Inter', sans-serif;
	color: #4f4d47;
	font-size: 16px;
	line-height: 150%;
}

.info__text--item {
	font-weight: 400;
	margin-bottom: 16px;
}

.info__text--span {
	font-weight: 700;
	margin-bottom: 32px;
	display: block;
}

.entry-link {
	font-family: 'Inter', sans-serif;
	background: #c2ac62;
	padding: 12px 16px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	margin-bottom: 28px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	box-shadow: none;
	border: none;
	cursor: pointer;
}

.entry-link::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../img/pencil.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.info__mb {
	padding: 64px 32px 0;
	display: none;
}

.info__mb h3 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	color: #26241c;
	margin-bottom: 16px;
}

.info__mb--describe {
	font-family: 'Inter Tight', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #4f4d47;
	margin-bottom: 32px;
}

.info__mb--point {
	margin-bottom: 32px;
}

.info__mb--point p {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 112%;
	letter-spacing: -0.05em;
	color: #26241c;
	opacity: 0.06;
	margin-bottom: -30px;
}

.info__mb--lawyer {
	display: flex;
	gap: 16px;
	align-items: center;
}

.info__mb--lawyer br {
	display: none;
}

.info__mb--lawyer img {
	border-radius: 100%;
}

.info__mb h1 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #26241c;
}

.info__mb--span {
	font-weight: 700;
	margin-bottom: 16px;
	display: block;
}

.info__mb--item {
	margin-bottom: 16px;
}

.info__mb a {
	margin: 0;
}

.burger {
	display: none;
}

.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 3;
}

.menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 16px;
	align-items: center;
	margin-bottom: 28px;
}

.description h2 {
	max-width: 690px;
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 112%;
	letter-spacing: -0.03em;
	text-align: center;
	color: #26241c;
	margin: 0 auto;
	margin-bottom: 22px;
}

.description__blocks--wrapper {
	display: flex;
	gap: 4px;
}

.block__item,
.description__quote {
	background: #fff;
}

.block__item {
	max-width: 718px;
	width: 100%;
	padding: 8px 16px;
}

.block__item h4 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	text-align: center;
	color: #4f4d47;
	margin-bottom: 8px;
}

.high {
	margin-bottom: 4px;
}

.down {
	margin-bottom: 32px;
}

.block__item p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #61605b;
}

.description__quote {
	max-width: 1440px;
	margin-bottom: 4px;
	position: relative;
}

.description__quote::before,
.steps__text p::before,
.form__info div::before {
	content: '';
	display: inline-block;
	background-image: url(../img/hooks_left.svg);
	width: 80px;
	height: 73px;
	position: absolute;
}

.description__quote::after,
.steps__text p::after,
.form__info div::after {
	content: '';
	display: inline-block;
	background-image: url(../img/hooks_right.svg);
	width: 80px;
	height: 73px;
	top: 50%;
	right: 0;
	position: absolute;
}

.description__quote h4 {
	font-family: 'Old Standard TT', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	text-align: center;
	color: #26241c;
	padding: 32px 48px;
}

.description img {
	max-width: 1440px;
	width: 100%;
}

.resume {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 48px;
	margin-bottom: 42px;
}

.resume__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1440px;
	margin-bottom: 32px;
}

.resume__heading {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #26241c;
	margin-bottom: 16px;
}

.resume__intro {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #4f4d47;
	margin-bottom: 40px;
}

.resume h2 {
	max-width: 706px;
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #26241c;
}

.resume__list {
	padding: 12px 0 0;
	max-width: 704px;
}

.resume__list li,
.resume__list li span {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #4f4d47;
	list-style: none;
}

.resume__list li {
	margin-bottom: 16px;
	font-weight: 400;
}

.resume__list li span {
	font-weight: 700;
}

.resume__cases {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	justify-items: center;
}

.case__item {
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: 704px;
}

.case__item img {
	display: block;
	max-width: 704px;
	width: 100%;
	height: 14px;
}

.case__item--fill {
	background: #fff;
	padding: 8px 16px;
	flex-grow: 1;
}

.case__item--fill ul {
	list-style: disc outside;
	padding-left: 24px;
	margin: 0;
}

.case__item--fill h3 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #4f4d47;
	margin-bottom: 16px;
}

.case__item--fill li {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4f4d47;
	margin-bottom: 4px;
	text-indent: 0;
}

.steps {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1440px;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 auto 48px;
	padding: 0 48px;
	box-sizing: border-box;
}

.steps__wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 40px;
}

.steps__item {
	position: relative;
	border-bottom: 2px solid #ecebe8;
	padding-bottom: 12px;
}

.steps__item::after {
	position: absolute;
	content: '';
	display: inline-block;
	background-image: url(../img/arrow.svg);
	width: 23px;
	height: 63px;
	top: 25%;
	left: 4px;
}

.steps__item--title {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 32px;
}

.steps__item--title h3 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 112%;
	letter-spacing: -0.05em;
	color: #26241c;
}

.steps__item--title p {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #4f4d47;
}

.steps__item--info,
.steps__item span {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4f4d47;
}

.steps__item span {
	font-style: italic;
}

.steps__item--info {
	margin-bottom: 10px;
}

.steps__text {
	width: 100%;
	background: #f6f4ee;
	border-left: 3px solid #c2ac62;
	padding: 28px 32px;
}

.steps__text h2 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #26241c;
	margin-bottom: 32px;
}

.steps__text h2 br {
	display: none;
}

.steps__text p {
	font-family: 'Old Standard TT', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	color: #26241c;
	margin-bottom: 32px;
	background: #fff;
	padding: 32px 48px;
	position: relative;
}

.steps__text p::before {
	top: 0;
	left: 0;
}

.about {
	max-width: 1440px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.about__photo {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.about__photo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 640px;
}

.about__photo::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.about__info {
	max-width: 688px;
}

.about__info h3 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #26241c;
	margin-bottom: 6px;
}

.about__info h6 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	color: #4f4d47;
	margin-bottom: 6px;
}

.about__info ul {
	margin-bottom: 24px;
}

.about__info li {
	font-family: 'Inter', sans-serif;
	list-style: none;
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4f4d47;
}

.about__info h3 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #4f4d47;
	margin-bottom: 6px;
}

.about__checklist {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.about__checklist div {
	position: relative;
}

.about__checklist h4 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	color: #4f4d47;
	margin-bottom: 6px;
	padding: 12px 0 6px 24px;
}

.about__checklist div::before {
	content: '';
	position: absolute;
	display: inline-block;
	background-image: url(../img/mark.svg);
	width: 37px;
	height: 49px;
}

.about__checklist p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4f4d47;
}

.mobile__slider {
	max-width: 320px;
	display: none;
}

.mobile__slider--item img {
	display: block;
}

.mobile__slider--fill {
	background: #fff;
	padding: 16px;
}

.mobile__slider--fill img {
	margin-bottom: 16px;
}

.mobile__slider--item {
	margin-bottom: 32px;
}

.slider__nav--btn {
	display: contents;
}

.slider__nav--btn button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #c2ac62;
	color: #fff;
	border: none;
	width: 36px;
	height: 36px;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: background 0.2s;
}

.slider__nav--btn button:hover {
	background: #a8944e;
}

.cases-prev { left: 0; }
.cases-next { right: 0; }

.slider {
	max-width: 1440px;
	margin-bottom: 24px;
	position: relative;
	padding: 0 48px;
	box-sizing: border-box;
}

.slider h2 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #26241c;
	margin-bottom: 16px;
}

.slider__title {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4f4d47;
	margin-bottom: 32px;
}

.slider__item--overlay {
	width: 100%;
	position: relative;
	max-width: 1440px;
}

.casesSwiper {
	width: 100%;
	overflow: hidden !important;
	margin-bottom: 32px;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
}

.casesSwiper .swiper-slide {
	height: auto;
}

@media (max-width: 600px) {
	#dosvidsprav {
		padding-bottom: 60px;
	}

	.slider {
		padding: 0;
	}

	.slider h2,
	.slider .slider__title {
		padding: 0 16px;
	}

	.slider__nav--btn {
		display: contents;
	}
}

/* ── Карточка дела ─────────────────────────────── */
.case-card {
	background: #fff;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
	border-bottom: 3px solid #c2ac62;
}

/* Шапка с номером дела */
.case-card__header {
	padding: 10px 16px;
	background: #f6f4ee;
	border-bottom: 2px solid #c2ac62;
	display: flex;
	align-items: center;
}

.case-card__number {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #c2ac62;
}

/* Мета: название + дата */
.case-card__meta {
	padding: 10px 16px;
	border-bottom: 1px solid #ecebe8;
	min-height: 120px;
}

.case-card__title {
	font-family: 'Old Standard TT', serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	color: #26241c;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.case-card__date {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #8a8880;
	display: block;
}

.case-card__date strong {
	color: #61605b;
	font-weight: 600;
}

/* Превью PDF — полная первая страница */
.case-card__preview {
	background: #f0f1ec;
	cursor: pointer;
	line-height: 0;
	position: relative;
	overflow: hidden;
	max-height: 380px;
}

.case-card__preview::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
	background: linear-gradient(to bottom, transparent, #fff);
	pointer-events: none;
}

.case-card__preview canvas {
	width: 100% !important;
	height: auto !important;
	display: block;
}

/* Бейдж «Результат» — элегантная метка в углу превью */
.case-card__preview-hint {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 10px;
	background: rgba(194, 172, 98, 0.92);
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	pointer-events: none;
	backdrop-filter: blur(2px);
}

/* ── Слайдер відгуків ───────────────────────────── */
.commentSwiper .swiper-pagination-bullet {
	background: #c2ac62;
	opacity: 0.4;
}
.commentSwiper .swiper-pagination-bullet-active {
	background: #c2ac62;
	opacity: 1;
}
.commentSwiper {
	overflow: visible !important;
	padding-bottom: 48px !important;
}
.commentSwiper .swiper-slide {
	width: 420px;
	max-width: 80vw;
}

/* ── Модальне вікно результату ─────────────────── */
#result-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 4000;
	align-items: center;
	justify-content: center;
}

#result-modal.active {
	display: flex;
	padding-top: 80px;
	align-items: flex-start;
	overflow-y: auto;
}

#result-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(38, 36, 28, 0.72);
}

#result-modal__box {
	position: relative;
	background: #fff;
	max-width: 600px;
	width: calc(100% - 32px);
	max-height: 80vh;
	overflow-y: auto;
	padding: 60px 36px 36px;
	border-bottom: 3px solid #c2ac62;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

#result-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #8a8880;
	line-height: 1;
	padding: 4px;
}

#result-modal__close:hover {
	color: #26241c;
}

#result-modal__title {
	font-family: 'Old Standard TT', serif;
	font-size: 18px;
	font-weight: 700;
	color: #26241c;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ecebe8;
}

.result-modal__section-label {
	font-family: 'Inter', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #c2ac62;
	margin-bottom: 10px;
}

#result-modal__description-wrap {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ecebe8;
}

#result-modal__description,
#result-modal__text {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #4a4945;
}

#result-modal__result-wrap {
	background: #faf8f1;
	border-left: 3px solid #c2ac62;
	padding: 14px 16px;
}

/* Кнопки действий */
.case-card__actions {
	padding: 12px 16px 14px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-top: 1px solid #ecebe8;
}

.case-card__actions .pdf-btn,
.case-card__actions .court-btn {
	flex: 1 1 0;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 40px;
	padding: 0 8px;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
	border: 1.5px solid #c2ac62;
	line-height: 1;
	transition: background 0.2s, color 0.2s;
}

.case-card__actions .pdf-btn {
	background: #c2ac62;
	color: #fff;
}

.case-card__actions .pdf-btn:hover {
	background: #a8944e;
	border-color: #a8944e;
}

.case-card__actions .court-btn {
	background: transparent;
	color: #c2ac62;
}

.case-card__actions .court-btn:hover {
	background: #c2ac62;
	color: #fff;
}

.doc-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	justify-content: center;
	align-items: center;
	z-index: 3000;
}

.doc-overlay-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
	text-align: center;
}

.doc-overlay-img {
	max-width: 100%;
	max-height: 90vh;
	cursor: zoom-in;
	transition: transform 0.3s ease;
}

.doc-close-btn {
	position: absolute;
	top: -80px;
	right: -200px;
	background: none;
	border: none;
	color: white;
	font-size: 36px;
	cursor: pointer;
}

.doc-controls {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 600px;
}

.doc-controls button {
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: white;
	font-size: 28px;
	padding: 10px 20px;
	border-radius: 6px;
	cursor: pointer;
}

.doc-controls button:hover {
	background: rgba(255, 255, 255, 0.4);
}

.overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.overlay-content {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.close-btn {
	position: absolute;
	top: 13%;
	right: 23px;
	background: none;
	border: none;
	z-index: 1;
}

.overlay-item {
	max-width: 100%;
	max-height: 90vh;
	overflow-y: auto;
}

.slider__item img,
.slider__item--overlay img {
	display: block;
	max-width: 1440px;
	width: 100%;
}

.slider__document {
	padding: 16px;
	max-width: 100%;
	width: 100%;
}

.slider__document img {
	margin-bottom: 48px;
}

.slider__document--btn {
	display: flex;
	gap: 4px;
	justify-content: center;
}

.slider__item button,
.mobile__slider--fill button,
.slider__item--overlay button {
	width: 40px;
	height: 40px;
	padding: 8px;
	background: #ecebe8;
	border: none;
}

.slider__description {
	max-width: 100%;
	width: 100%;
	padding: 8px 16px 16px;
	border-top: 1px solid #ecebe8;
}

.slider__description h3 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #26241c;
	margin-bottom: 6px;
}

.slider__first--span,
.slider__second--span,
.slider__description--text,
.slider__description--result,
.slider__description li {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #4f4d47;
}

.slider__first--span {
	font-weight: 700;
	line-height: 125%;
	margin-bottom: 18px;
	display: block;
}

.slider__second--span,
.slider__description--text,
.slider__description--result,
.slider__description li {
	font-weight: 400;
	line-height: 150%;
}

.slider__description--text {
	margin-bottom: 12px;
}

.slider__description h4 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	color: #4f4d47;
	margin-bottom: 8px;
}

.slider__description--result {
	margin-bottom: 12px;
}

.slider__description ul {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
	list-style: disc outside;
	padding-left: 24px;
}

.slider__description li {
	text-indent: 0;
}

.slider__description a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #ae984e;
	border: 1px solid #ae984e;
	padding: 8px 10px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.slider__description a::after {
	content: '';
	display: inline-block;
	background: url(../img/gold_arrow.svg);
	width: 24px;
	height: 24px;
}

.form {
	max-width: 1440px;
	padding: 64px 64px 24px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.form__info {
	max-width: 624px;
}

.form__info h3 {
	font-family: 'Old Standard TT', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 112%;
	letter-spacing: -0.03em;
	color: #26241c;
	margin-bottom: 32px;
}

.form__info ul {
	margin-bottom: 32px;
}

.form__info {
	font-weight: 700;
}

.form__info--bold {
	font-weight: 700 !important;
}

.form__info li {
	list-style: none;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4f4d47;
	margin-bottom: 10px;
}

.form__info div {
	position: relative;
}

.form__info p {
	padding: 32px 48px;
	font-family: 'Old Standard TT', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	text-align: center;
	color: #26241c;
}

.form__item {
	max-width: 624px;
	width: 100%;
}

.form__item form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
}

.form__item a {
	margin-bottom: 32px;
}

.form__item form div {
	display: flex;
	flex-direction: column;
}

.form__item label,
.form__item input {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a9a8a6;
}

.form__item label {
	margin-bottom: 8px;
}

.form__item input {
	padding: 10px 16px;
	width: 100%;
	background: #f9f8f4;
	border: none;
}

.form__item li {
	list-style: none;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #4f4d47;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.item_one::before {
	content: '';
	display: inline-block;
	background-image: url(../img/phone.svg);
	width: 12px;
	height: 12px;
}

.item_two::before {
	content: '';
	display: inline-block;
	background-image: url(../img/coins-hand.svg);
	width: 12px;
	height: 12px;
}

.item_three::before {
	content: '';
	display: inline-block;
	background-image: url(../img/folder-shield.svg);
	width: 12px;
	height: 12px;
}

.footer__wrapper {
	position: relative;
	max-width: 1440px;
	margin-bottom: 64px;
}

.footer__wrapper::before {
	content: '';
	display: inline-block;
	width: 240px;
	height: 48px;
	position: absolute;
}

.footer__wrapper p {
	padding-top: 64px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #a9a8a6;
	margin-bottom: 16px;
}

.footer__wrapper ul {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.footer__wrapper li {
	padding: 12px 0;
	list-style: none;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #61605b;
}

.footer__wrapper a {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #61605b;
	display: block;
}

.footer__link {
	margin-bottom: 16px;
}
