/*
Theme Name: Astra Child
Template: astra
*/

.site-header {
	margin-top: 20px;
}

.home .site-header {
	padding-left: 20px;
	padding-right: 20px;
}

.pifors_logo {
	width: 200px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 4px;
	border-bottom: 2px solid #000;
}

.pifors_logo p {
	line-height: 1;
}

.ast-site-identity {
	padding: .2em 0;
}

.home .ast-container {
	padding-left: 0;
	padding-right: 0;
}

.hero_home  {
	font-size: 58pt;
	line-height: 1.2;
}

.advantages_home {
	margin: 0 auto !important;
}

.advantages_home p {
	text-align: justify;
}

.button_catalog_home,
.section_title_home,
.about_preview_home,
.products_featured_home,
.market_home,
.contact_form_home {
	position: relative;
}

.button_catalog_home:after {
	content: '';
	display: block;
	width: 232px;
	height: 232px;
	position: absolute;
	left: -110px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/wp-content/themes/astra-child/assets/img/about-text-after.svg) no-repeat center center;
	background-size: auto;
	background-size: contain;
	z-index: 1;
}

.button_catalog_home a {
	position: relative;
	background-color: #ffa0a6 !important;
	border: 9px solid #f2faff !important;
	border-radius: 35px;
	z-index: 999;
}

.button_catalog_home a:hover {
	background: #FF616B !important;
}

.section_title_home:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: rgb(129, 200, 240);
    position: absolute;
	left: -40px;
	top: 12px;
    border-radius: 100%;
}

.about_preview_home {
	background: url(/wp-content/themes/astra-child/assets/img/opt-bg.webp) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: center 140%;
}

.market_home:after {
	content: '';
	display: block;
	width: 323px;
	height: 645px;
	background: url(/wp-content/themes/astra-child/assets/img/market-after.svg) no-repeat center center;
	background-size: auto;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}

.products_featured_home:before {
	content: '';
	display: block;
	width: 63px;
	height: 382px;
	background: url(/wp-content/themes/astra-child/assets/img/industry-before.svg) no-repeat center center;
	background-size: auto;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.contact_form_home {
	overflow: hidden;
}

.contact_form_home:before {
	content: '';
	display: block;
	width: 530px;
	height: 530px;
	background: url(/wp-content/themes/astra-child/assets/img/feedback-before.svg) no-repeat center center;
	background-size: auto;
	background-size: contain;
	position: absolute;
	left: -260px;
	top: 55%;
	transform: translateY(-50%);
}

/* ============================================================
   FOOTER BAR
   ============================================================ */
.iz-foot-logo {
    font-family: var(--ast-heading-font-family, inherit);
    font-size: 1.6rem; font-weight: 700; letter-spacing: 0.1em;
    color: var(--ast-heading-color, var(--ast-global-color-2, #1a1a1a));
    opacity: 0.25;
}

@media (max-width: 922px) {
	.hero_home  {
		font-size: 42pt;
	}
}

@media (max-width: 546px) {
	.pifors-logo p {
		width: 150px;
	}
	.hero_home {
		font-size: 26pt;
	}
}