

a {
	text-decoration: none;
}
.astroid-component-section {
	padding: 0;
}

.astroid-header-section {
	background: 
  linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
  url(/images/banners/banner-img2.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner {
	min-height: 726px;
	display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 624px;
    margin: auto;
    gap:24px;
}
.banner h1 {
	color:white;
	margin: 0;
}
.banner span {
	color:white;
}
.main-btn {
	text-decoration: none;
	width: fit-content;
	color:black;
	border: 0;
	border-radius: 8px;
	background: #FFF600;
	padding: 12px 40px;
	transition: 0.3s;
}
.main-btn:hover {
	box-shadow: 0 0 10px #FFF600;
}

header .module-contacts a {
	color:white;
	font-weight: 500;
}
header .module-contacts a:hover {
	color:#FFF600;
}
.tovar {
	background: white;
	height: 100%;
}
.tovar h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.tovar span {
	font-size: 14px;
	color: #000000CC;
	flex-grow: 1;
}
.tovar b {
	font-size: 20px;
	color: #000000CC;
}
.svyazatsa .module-contacts path {
	fill: #FF9900;
}
.svyazatsa .module-contacts {
	flex-direction: column;
	margin-bottom: 25px;
}
.svyazatsa .module-contacts a:hover {
	color:#FF9900;
}

form {
	display: flex;
	flex-direction: column;
}

input[type="text"], textarea {
	width: 100%;
	outline: 0;
	border:0;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	background: none;
}
.footer-section .nav {
	display: flex;
	flex-wrap: wrap;
	gap:15px;
	flex-direction: unset !important;
	font-weight: 500;
}
.footer-section .astroid-row {
	padding: 24px 0;
}
.burger-menu-button.header-mobilemenu-trigger .inner, .burger-menu-button.header-mobilemenu-trigger .inner:before, .burger-menu-button.header-mobilemenu-trigger .inner:after {
	background-color:white;
}

.grecaptcha-badge {
	visibility: hidden;
}