@import url("../assets/bootstrap/bootstrap.min.css");
@import url("../assets/jquery/jquery-ui/jquery-ui.css");
@import url("../assets/owlcarousel/owl.carousel.min.css");
@import url("../assets/fancybox/jquery.fancybox.min.css");
@import url("../assets/aos/aos.css");
/*
* ----------------------------------------------------------------------------------------
* Fonts
* ----------------------------------------------------------------------------------------
*/
@import url("../assets/fonts/fontawesome-free-6.7.2-web/css/all.min.css");
@import url("../assets/fonts/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css");
/*
* ----------------------------------------------------------------------------------------
* General & Variables
* ----------------------------------------------------------------------------------------
*/
:root {
 --body-bg: #ffffff;
 --container-gradient: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
 --pattern-color: rgba(26, 43, 60, 0.03);
 --p-accent: #c5a059;
 --p-link: #1a2b3c;
 --p-link-hover: #c5a059;
 --p-dark: #111827;
 --p-text: #4a5568;
 --p-white: #ffffff;
 --p-border: #e5e7eb;
 --p-slate-400: #9ca3af;
}
html {
  scroll-padding-top: 80px; 
}


body {
	margin: 0;
	background-color: var(--body-bg);
	background-image: var(--container-gradient), radial-gradient(var(--pattern-color) 1px, transparent 1px);
	background-size: 100% 100%, 40px 40px;
	background-attachment: fixed;
	font-family: 'Inter', sans-serif;
	scroll-behavior: smooth;
	color: var(--p-text);
	line-height: 1.6;
  scroll-behavior: smooth;
}









html, body {
	overflow-x: hidden;
	width: 100%;
}
/* Recaptcha */
.grecaptcha-badge {
	display: none !important;
}
a {
	color: var(--p-link);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}
a:hover {
	color: var(--p-link-hover);
}
ul, ol {
	padding-left: 1.2rem;
	margin-bottom: 1.5rem;
}
li {
	margin-bottom: 0.5rem;
}
ul {
	list-style: none;
}
article ul li::before {
	content: "—";
	color: var(--p-accent);
	font-weight: bold;
	display: inline-block;
	width: 1.5rem;
	margin-left: -1.5rem;
}
article ol {
	list-style: none;
	counter-reset: ht-counter;
	padding-left: 1.5rem;
}
article ol li {
	counter-increment: ht-counter;
	position: relative;
}
article ol li::before {
	content: counter(ht-counter) ".";
	color: var(--p-accent);
	font-weight: bold;
	display: inline-block;
	width: 1.5rem;
	margin-left: -1.5rem;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--p-dark);
	font-weight: 800;
	line-height: 1.2;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
p {
	margin-bottom: 1.2rem;
}
::selection {
	background-color: var(--p-link);
	color: var(--p-white);
}
hr {
	border: 0;
	border-top: 1px solid var(--p-border);
	margin: 2.5rem 0;
}
img {
	max-width: 100%;
	height: auto;
}
/*
* ----------------------------------------------------------------------------------------
* Header
* ----------------------------------------------------------------------------------------
*/


header {
 --h-main: #1a2b3c;
 --h-deep: #111d29;
 --h-white: #ffffff;
 --h-text-dark: #111827;
 --h-accent: #c5a059;
	position: relative;
	z-index: 1050;
}
header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, var(--h-main) 0%, var(--h-deep) 100%);
	backdrop-filter: blur(15px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	z-index: -1;
}
header .sticky {
	padding: 15px 0;
	transition: all 0.5s ease;
}
header .sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, var(--h-main), var(--h-deep));
	border-radius: 0;
	padding: 10px 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	width: 100%;
}
header .navbar-brand {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	line-height: 1;
}
header .brand-top {
	font-size: 1.7rem;
	font-weight: 900;
	color: #ffffff !important;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}
header .brand-bottom {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--h-accent) !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 2px;
	opacity: 0.9;
}
header .navbar-brand:hover .brand-top {
	transform: translateY(-1px);
	color: var(--h-accent) !important;
}
.dropdown-toggle::after {
	display: none !important;
}


header .nav-link.active {
  color: var(--h-accent) !important;
  background: rgba(197, 160, 89, 0.1); 
}


header .dropdown-item.active {
  background-color: var(--h-main) !important;
  color: #fff !important;
}


header .nav-link {
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
header .navbar-nav {
	gap: 2px;
	align-items: center;
}
header .nav-link {
	color: #fff !important;
	font-weight: 600;
	padding: 8px 16px !important;
	border-radius: 30px;
	transition: 0.3s;
	display: flex;
	gap: 0;
	align-items: center;
	height: auto;
	line-height: 1;
}
header .nav-link:hover {
	background: rgba(197, 160, 89, 0.15);
	color: var(--h-accent) !important;
}
header .nav-link .bi-dot {
	font-size: 1.8rem;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -1px;
	margin-right: -2px;
	color: var(--h-accent);
	line-height: 1;
	pointer-events: none;
}
header .dropdown-menu {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transform: translateY(15px);
	transition: 0.4s ease;
	background: #fff;
	border: 1px solid var(--h-accent);
	border-radius: 12px;
	padding: 10px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
header .nav-item.dropdown:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
header .dropdown-item {
	border-radius: 8px;
	color: var(--h-text-dark) !important;
	font-weight: 600;
}
header .dropdown-item:hover {
	background: var(--h-main);
	color: #fff !important;
}
}

@media (max-width: 991px) {
.offcanvas .navbar-nav {
	width: 100%;
	padding: 20px;
}
.offcanvas .nav-item {
	position: relative;
	margin-bottom: 10px;
}
.offcanvas .nav-link .bi-dot {
	display: none !important;
}
.offcanvas .nav-link {
	color: var(--h-text-dark) !important;
	font-weight: 700;
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 15px !important;
	background: #f8f9fa;
	border-radius: 12px;
}
.offcanvas .dropdown-toggle::before {
	content: '\f282';
	font-family: "bootstrap-icons";
	width: 35px;
	height: 35px;
	background: var(--h-accent);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
	order: 2;
}
.offcanvas .dropdown-toggle.show::before {
	transform: rotate(180deg);
	background: var(--h-main);
}
.offcanvas .dropdown-menu {
	position: static !important;
	float: none !important;
	background: transparent !important;
	border: none !important;
	padding-left: 20px !important;
	display: none;
}
.offcanvas .dropdown-item {
	font-size: 1.1rem;
	font-weight: 600;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	text-align: left;
}
}
header .header-phone {
	background: transparent;
	color: #fff !important;
	padding: 8px 20px !important;
	border-radius: 4px;
	font-weight: 700;
	border: 1px solid rgba(197, 160, 89, 0.5);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}
header .header-phone i {
	color: var(--h-accent);
	transition: 0.4s;
}
header .header-phone:hover {
	background: var(--h-accent);
	color: #fff !important;
	border-color: var(--h-accent);
	box-shadow: 0 0 20px rgba(197, 160, 89, 0.4);
}
header .header-phone:hover i {
	color: #fff;
}

@media (max-width: 991px) {
header .header-phone {
	background: var(--h-main);
	border-color: var(--h-main);
	margin: 20px;
	justify-content: center;
}
}
header .opener-menu {
	color: #fff !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;
	margin-left: auto;
	padding: 0;
	cursor: pointer;
	border-radius: 12px;
}
header .hamburger-box {
	width: 22px;
	height: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}
header .hamburger-box span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--h-white) !important;
	border-radius: 4px;
}
header .hamburger-box span:nth-child(2) {
	width: 14px;
}
header .opener-menu .menu-text {
	color: var(--h-white) !important;
	font-size: 0.55rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header .opener-menu:hover {
	background: var(--h-accent);
}
/*
* ----------------------------------------------------------------------------------------
* Offcanvas & Modal
* ----------------------------------------------------------------------------------------
*/

.offcanvas, .modal-content {
 --oc-bg: #ffffff;
 --oc-header-bg: linear-gradient(180deg, var(--h-main) 0%, var(--h-deep) 100%);
 --oc-title-color: #ffffff;
 --oc-close-bg: #ffffff;
 --oc-shadow: rgba(0, 0, 0, 0.1);
	background-color: var(--oc-bg) !important;
	border: none !important;
}
.offcanvas-header, .modal-header {
	background: var(--oc-header-bg) !important;
	padding: 1.2rem 1.5rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	border-bottom: 1px solid rgba(197, 160, 89, 0.3) !important; /* Тонкая золотая полоса */
}
.offcanvas-title, .modal-title {
	color: var(--oc-title-color) !important;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.1rem;
	margin: 0;
	letter-spacing: 1px;
}
.btn-close {
	background-image: none !important;
	background-color: var(--oc-close-bg) !important;
	border-radius: 50% !important;
	opacity: 1 !important;
	width: 28px !important;
	height: 28px !important;
	border: none !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.btn-close::before {
	content: '\f659';
	font-family: "bootstrap-icons" !important;
	color: var(--h-main) !important;
	font-size: 1rem;
	font-weight: 900 !important;
	line-height: 1;
}
.btn-close:hover {
	transform: rotate(180deg) scale(1.1) !important;
	background-color: var(--h-accent) !important;
}
.btn-close:hover::before {
	color: #fff !important;
}
.show .btn-close, .offcanvas.show .btn-close {
	animation: btn-pop-spin 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
 @keyframes btn-pop-spin {
 from {
transform: rotate(-180deg) scale(0);
opacity: 0;
}
 to {
transform: rotate(0deg) scale(1);
opacity: 1;
}
}

@media (min-width: 992px) {
header .offcanvas-header {
	display: none !important;
}
}
/*
* ----------------------------------------------------------------------------------------
* Hero
* ----------------------------------------------------------------------------------------
*/

#hero {
 --gold: #c5a059;
 --navy: #1a2b3c;
	padding: 100px 0;
	background: #ffffff;
}
#hero .hero-badge {
	color: var(--gold);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 15px;
}
#hero .hero-title {
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	font-weight: 900;
	color: var(--navy);
	line-height: 1.1;
}
#hero .hero-title span {
	color: var(--gold);
}
#hero .hero-desc {
	font-size: 1.15rem;
	color: #64748b;
	margin: 25px 0 40px;
	max-width: 480px;
}
#hero .hero-btn-main {
	display: inline-block;
	background: var(--navy);
	color: #ffffff !important;
	padding: 18px 45px;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	transition: 0.3s;
}
#hero .hero-btn-main:hover {
	background: var(--gold);
}
/* Книжный стиль фото */
#hero .hero-book-wrap {
	position: relative;
	padding-left: 40px;
}
#hero .hero-book-frame {
	position: relative;
	width: 100%;
	max-width: 380px;
	aspect-ratio: 3 / 4;
	border: 1px solid #e2e8f0;
	background: #f8f9fa;
	padding: 15px;
	box-shadow: 20px 20px 60px rgba(0,0,0,0.05);
}
#hero .hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#hero .hero-name-plate {
	position: absolute;
	bottom: 0;
	right: -20px;
	background: var(--navy);
	color: #fff;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
}
#hero .hero-surname {
	font-size: 1.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#hero .hero-initials {
	color: var(--gold);
	font-weight: 700;
}
#hero .hero-trust {
	position: absolute;
	top: -20px;
	left: 0;
	background: #fff;
	padding: 15px 20px;
	border-left: 4px solid var(--gold);
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
#hero .trust-val {
	display: block;
	font-size: 1.3rem;
	color: var(--navy);
	font-weight: 800;
}
#hero .trust-txt {
	font-size: 0.75rem;
	color: #64748b;
	font-weight: 600;
}

@media (max-width: 991px) {
#hero {
	text-align: center;
	padding: 60px 0;
}
#hero .hero-book-wrap {
	padding-left: 0;
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
#hero .hero-name-plate {
	right: 0;
	left: 0;
	margin: 0 auto;
	width: fit-content;
	bottom: -20px;
}
#hero .hero-trust {
	display: none;
}
}
/*
* ----------------------------------------------------------------------------------------
* Trust
* ----------------------------------------------------------------------------------------
*/

#trust {
 --t-gold: #c5a059;
 --t-navy: #1a2b3c;
	padding: 40px 0;
	background: #ffffff;
}
#trust .trust-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}
#trust .trust-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px;
	background: #ffffff;
	border: 1px solid rgba(197, 160, 89, 0.2);
	border-radius: 4px;
	transition: all 0.4s ease;
	position: relative;
}
#trust .trust-icon {
	font-size: 2rem;
	color: var(--t-gold);
	margin-bottom: 15px;
	line-height: 1;
}
#trust .trust-info strong {
	display: block;
	font-size: 0.9rem;
	color: var(--t-navy);
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}
#trust .trust-info span {
	font-size: 0.8rem;
	color: #64748b;
	font-weight: 500;
	line-height: 1.4;
}
#trust .trust-card:hover {
	border-color: var(--t-gold);
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(197, 160, 89, 0.1);
}
#trust .trust-card::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent var(--t-gold) transparent transparent;
	opacity: 0.3;
}

@media (max-width: 1199px) {
#trust .trust-row {
	grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 575px) {
#trust .trust-row {
	grid-template-columns: 1fr;
}
#trust .trust-card {
	align-items: center;
	text-align: center;
}
}
/*
* ----------------------------------------------------------------------------------------
* Services
* ----------------------------------------------------------------------------------------
*/

#services {
 --s-gold: #c5a059;
 --s-navy: #1a2b3c;
 --s-bg: #f8f9fa;
	padding: 40px 0 100px;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}
#services .services-shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: var(--s-bg);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	z-index: 0;
	opacity: 0.6;
}
#services .container {
	position: relative;
	z-index: 1;
}
#services .services-header {
	text-align: left;
	margin-bottom: 60px;
	border-left: 5px solid var(--s-gold);
	padding-left: 30px;
}
#services .services-badge {
	color: var(--s-gold);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
}
#services .services-title {
	font-size: 3rem;
	font-weight: 900;
	color: var(--s-navy);
	margin: 0;
}
#services .services-item {
	margin-bottom: 80px;
}
#services .services-item:last-child {
	margin-bottom: 0;
}
#services .services-icon {
	font-size: 2.5rem;
	color: var(--s-gold);
	margin-bottom: 20px;
}
#services .services-subtitle {
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--s-navy);
	margin-bottom: 20px;
}
#services .services-text {
	font-size: 1.1rem;
	color: #64748b;
	margin-bottom: 25px;
	max-width: 500px;
}
#services .services-list {
	list-style: none;
	padding: 0;
}
#services .services-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	font-weight: 600;
	color: var(--s-navy);
}
#services .services-list li::before {
	content: "\F285";
	font-family: "bootstrap-icons";
	position: absolute;
	left: 0;
	color: var(--s-gold);
}
#services .services-promo {
	padding: 60px;
	border-radius: 2px;
}
#services .navy-box {
	background: var(--s-navy);
	color: #ffffff !important;
	box-shadow: 30px 30px 0 var(--s-gold);
}
#services .navy-box .promo-title, #services .navy-box .promo-text {
	color: #ffffff !important;
}
#services .gold-box {
	background: var(--s-gold);
	color: #ffffff !important;
	box-shadow: -30px 30px 0 var(--s-navy);
}
#services .gold-box .promo-title, #services .gold-box .promo-text {
	color: #ffffff !important;
}
#services .promo-title {
	font-size: 1.6rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#services .promo-text {
	margin: 0;
	font-size: 1.1rem;
	opacity: 1;
}

@media (max-width: 991px) {
#services {
	padding: 40px 0 60px;
}
#services .services-shape {
	display: none;
}
#services .services-header {
	text-align: center;
	border: none;
	padding: 0;
}
#services .services-item {
	text-align: center;
	margin-bottom: 60px;
}
#services .services-list li {
	text-align: left;
}
#services .services-promo {
	margin-top: 50px;
	padding: 40px;
	box-shadow: 15px 15px 0 var(--s-gold) !important;
}
}
/*
* ----------------------------------------------------------------------------------------
* Services
* ----------------------------------------------------------------------------------------
*/

#steps {
 --st-gold: #c5a059;
 --st-navy: #1a2b3c;
 --st-bg-light: #f8f9fa;
	padding: 20px 0;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}
#steps .steps-left-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--st-bg-light);
	clip-path: polygon(0 0, 40% 100%, 0% 100%);
	z-index: 0;
	opacity: 0.8;
}
#steps .container {
	position: relative;
	z-index: 1;
}
#steps .steps-header {
	margin-bottom: 70px;
}
#steps .steps-badge {
	color: var(--st-gold);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}
#steps .steps-title {
	font-size: 3rem;
	font-weight: 900;
	color: var(--st-navy);
}
#steps .step-card {
	position: relative;
	padding: 40px 30px;
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.6);
	height: 100%;
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-top: 4px solid transparent;
	box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}
#steps .step-card:hover {
	border-color: var(--st-gold);
	border-top-color: var(--st-gold);
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}
#steps .step-num {
	font-size: 3.5rem;
	font-weight: 900;
	color: #edf2f7;
	line-height: 1;
	margin-bottom: 20px;
	transition: 0.4s;
}
#steps .step-card:hover .step-num {
	color: var(--st-gold);
	opacity: 0.3;
}
#steps .step-name {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--st-navy);
	margin-bottom: 15px;
	text-transform: uppercase;
}
#steps .step-text {
	font-size: 1rem;
	color: #64748b;
	line-height: 1.6;
}

@media (max-width: 991px) {
#steps .steps-left-shape {
	width: 100%;
	opacity: 0.4;
}
#steps .step-card {
	text-align: center;
}
}
/*
* ----------------------------------------------------------------------------------------
* Сontacts
* ----------------------------------------------------------------------------------------
*/


#contacts {
 --c-gold: #c5a059;
 --c-navy: #1a2b3c;
	padding: 60px 0 100px;
	background: #f8f9fa;
}
#contacts .contacts-header {
	margin-bottom: 60px;
}
#contacts .contacts-badge {
	color: var(--c-gold);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
}
#contacts .contacts-title {
	font-size: 2.5rem;
	font-weight: 900;
	color: var(--c-navy);
}
#contacts .contact-item {
	display: flex;
	gap: 20px;
	margin-bottom: 35px;
}
#contacts .contact-item i {
	font-size: 1.5rem;
	color: var(--c-gold);
}
#contacts .contact-item strong {
	display: block;
	color: var(--c-navy);
	font-size: 1.1rem;
	font-weight: 800;
}
#contacts .contact-item a, #contacts .contact-item span {
	color: #64748b;
	text-decoration: none;
	font-weight: 600;
}
#contacts .contact-form-wrap {
	background: var(--c-navy);
	padding: 50px;
	border-radius: 2px;
	box-shadow: 30px 30px 0 var(--c-gold);
}
#contacts .form-title {
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 1.2rem;
}
#contacts .form-control {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 2px;
	padding: 12px 15px;
	color: var(--c-navy);
}
 #contacts .form-control::placeholder {
 color: #94a3b8;
}
#contacts .form-control:focus {
	border-color: var(--c-gold);
	box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.2);
}
#contacts .btn-form-gold {
	background: var(--c-gold);
	color: #ffffff;
	border: none;
	padding: 15px 40px;
	font-weight: 800;
	text-transform: uppercase;
	transition: 0.3s;
}
#contacts .btn-form-gold:hover {
	background: #ffffff;
	color: var(--c-navy);
	transform: translateY(-3px);
}
#contacts .form-check-input:checked {
	background-color: var(--c-gold);
	border-color: var(--c-gold);
}
#contacts .form-check-label {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 0.85rem;
	cursor: pointer;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}
#contacts .btn-form-gold {
	background: var(--c-gold);
	color: #ffffff;
	border: none;
	padding: 12px 50px;
	font-weight: 800;
	text-transform: uppercase;
	transition: 0.3s;
}

@media (max-width: 991px) {
#contacts .contact-form-wrap {
	padding: 30px;
	box-shadow: 15px 15px 0 var(--c-gold);
	margin-top: 30px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Footer
* ----------------------------------------------------------------------------------------
*/



#footer {
 --f-gold: #c5a059;
 --f-navy: #1a2b3c;
 --f-navy-dark: #111d29;
	background: var(--f-navy);
	color: #ffffff;
	position: relative;
	overflow: hidden;
}
#footer .footer-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--f-gold);
}
#footer .f-brand {
	font-size: 1.3rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
}
#footer .f-tagline {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5;
}
#footer .f-center-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#footer .f-email-link {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--f-gold) !important;
	text-decoration: none;
	transition: 0.3s;
}
#footer .f-email-link:hover {
	color: #ffffff !important;
	text-decoration: underline;
}
#footer .f-reg-badge {
	font-size: 0.75rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer .f-socials a {
	color: #ffffff;
	transition: 0.3s;
}
#footer .f-socials a:hover {
	color: var(--f-gold);
	transform: translateY(-3px);
	display: inline-block;
}
#footer .f-bottom-line {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 10px;
}
#footer .f-copy, #footer .f-dev {
	font-size: 0.75rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
}
#footer .f-dev a {
	color: var(--f-gold);
	text-decoration: none;
	font-weight: 700;
}

@media (max-width: 767px) {
#footer .f-center-info {
	margin: 30px 0;
}
#footer .f-socials a {
	margin: 0 12px;
}
#footer .f-brand {
	font-size: 1.1rem;
}
}


/*
* ----------------------------------------------------------------------------------------
* Back To Top
* ----------------------------------------------------------------------------------------
*/
#back-to-top {
  --btt-gold: #c5a059;
  --btt-navy: #1a2b3c;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--btt-navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2000;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#back-to-top i {
  font-size: 1.2rem;
  z-index: 2;
}

#back-to-top .progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
}

#back-to-top .progress-bg {
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 2;
}

#back-to-top .progress-bar {
  stroke: var(--btt-gold);
  stroke-width: 4;
  stroke-dasharray: 184; 
  stroke-dashoffset: 184;
  transition: stroke-dashoffset 0.1s linear;
}

#back-to-top:hover {
  background: var(--btt-gold);
}
#back-to-top:hover i {
  transform: translateY(-3px);
}
/*
* ----------------------------------------------------------------------------------------
* Зhone Аab
* ----------------------------------------------------------------------------------------
*/

#phone-fab {
  --f-gold: #c5a059;
  --f-navy: #1a2b3c;
  position: fixed;
  bottom: 100px; 
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--f-gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2000;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(197, 160, 89, 0.3);
}

#phone-fab i {
  font-size: 1.3rem;
  z-index: 2;
}


#phone-fab .fab-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--f-gold);
  opacity: 0.6;
  z-index: 1;
  animation: pulse-gold 2s infinite;
}

@keyframes pulse-gold {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.8); opacity: 0; }
}

#phone-fab:hover {
  background: var(--f-navy);
  transform: scale(1.1);
}


@media (max-width: 480px) {
  #phone-fab { right: 20px; bottom: 90px; }
  #back-to-top { right: 20px; bottom: 20px; }
}





