
::selection {
background-color:#FC7C3B;
}
a {
	text-decoration: none;
}
i.main-color {
	color: #FC7C3B;
	width: 24px;
	height: 24px;
	width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
#astroid-header {
	max-width: 1920px;
    margin: auto;
    padding:10px;
}
.logo-text {
	/*font-family: 'Poppins';*/
	font-weight: bold;
	font-size:clamp(30px, 5vw, 54px);
}
#astroid-sticky-header .container {
	max-width: 1920px;
}
#ah-1529472563843 .astroid-horizontal-header {
	backdrop-filter: blur(4px);
}
.astroid-component-section, .footer-section .astroid-row {
	padding: 0;
}
.frontpage .astroid-header-section {
	background: url(/images/banners/banner.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: background 1s ease-in-out; /* Плавный переход */
}
.banner {
	min-height: 720px;
	display: flex;
	justify-content:center;
	align-items: start;
	flex-direction: column;
	gap:20px;
}
.banner b {
	max-width: 1000px;
	font-weight: 700;
	font-size: clamp(30px, 5vw, 50px);
	line-height: 120%;
	color:white;
}
.banner span {
	max-width: 700px;
	font-size: clamp(18px, 5vw, 24px);
	color:white;
}
.main-btn {
	background: linear-gradient(90deg, #FFAF86 0%, #FFBD4B 100%);
    width: fit-content;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px 57px;
    border-radius: 10px;
    color: black;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    border:0;
}
.main-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #FFAF86 0%, #FFBD4B 100%);
  filter: blur(20px);
  opacity: 0;
  transition: 0.3s;
  z-index: -1; /* тень — позади */
}

.main-btn:hover::after {
  opacity: 1;
}
.product .main-btn {
	padding: 10px;
}
.main-btn:hover {
	box-shadow:0 0 10px linear-gradient(90deg, #FFAF86 0%, #FFBD4B 100%);
}
.second-btn {
	border: 1px solid rgba(255, 241, 116, 1); 
	color: #FFF174!important;
	border-radius: 10px;
	max-width: fit-content;
	display: flex;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	gap:10px;
	transition: 0.3s;
}
.third-btn {
	border: 1px solid rgba(0, 0, 0, 1); 
	color: black!important;
	border-radius: 10px;
	max-width: fit-content;
	display: flex;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	gap:10px;
	transition: 0.3s;
}
.second-btn:hover {
	box-shadow: 0 0 10px #FFF174;
}
.third-btn:hover {
	box-shadow: 0 0 10px #000;
}
.header-contacts a {
	display: flex;
    align-items: center;
    gap: 10px;
}
.header-contacts a:first-child:hover, .header-contacts a:nth-child(2):hover i, .header-contacts a:nth-child(2):hover {
	color:#FFF174;
}
.header-contacts a:first-child:hover path {
	fill:#FFF174;
}
.header-contacts a path, .footer-section a path, .header-contacts a i {
	transition: 400ms;
}
.product {
	border-radius: 18px;
	background: white;
	height: 100%;
}
.product-body {
	height: 100%;
}
.object-cover {
	object-fit: cover;
}
.product-img-top {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	object-fit: cover;
	height: 221px;
}
.product-title {
	font-size: 16px;
	font-weight: 700;
}
.product-body span {
	font-size: 14px;
}
.product-body .price {
	font-size: 24px;
	font-weight: 700;
}
.forma {
	max-width: 356px;
	width: 100%;
	display: flex;
	gap: 15px;
	flex-direction: column;
}
.modal-body .forma {
	max-width: 100%;
}
.forma label {
	color:black;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.forma input[type="text"], .forma textarea {
	background: white;
	border: 1px solid #0000001A;
	min-height: 50px;
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
}
.footer-section a:hover path {
	fill:#FC7C3B;
}
.navHorizontalView {
	gap:20px;
}
.navHorizontalView li {
	margin: 0;
}
#sliderCarousel {
	max-width: 600px;
	margin: auto;
}
.main-slider img {
	object-fit: cover;
	height: 400px;
	max-width: 600px;
	width: 100%;
}
.main-slider a {
	display: flex;
  margin: auto;
  justify-content: center;
  width: 100%;
}
.header-mobilemenu-trigger {
	position: absolute;
	left: 15px;
}
.inmobilemenu {
	padding-left: 15px;
}
.inmobilemenu .second-btn {
	color:#FC7C3B!important;
	border-color:#FC7C3B;
}
.inmobilemenu a path {
	fill:#FC7C3B;
}
.inmobilemenu a i {
	color: #FC7C3B
}
header .nav-item-id-106, header .nav-item-id-104 {
	display: none;
}
.astroid-logo {
	display: flex;
	gap:10px;
}
@media (max-width: 767px) {
	.footer > .d-flex, .footer .navHorizontalView  {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}