/*
Theme Name: steel
Author: Janna Vasileva
Author URI: https://t.me/kwork_user
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/* Fonts
--------------------------------------------- */

@font-face {
    font-family: 'Gilroy';
	font-display: swap;
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
         url('fonts/Gilroy-Regular.woff') format('woff');
	font-weight: 400;
}

@font-face {
    font-family: 'Gilroy';
	font-display: swap;
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
         url('fonts/Gilroy-Medium.woff') format('woff');
	font-weight: 500;
}

@font-face {
	font-family: 'Gilroy';
	font-display: swap;
	src: url('fonts/Gilroy-SemiBold.woff2') format('woff2'),
	url('fonts/Gilroy-SemiBold.woff') format('woff');
	font-weight: 600;
}

@font-face {
    font-family: 'Gilroy';
	font-display: swap;
    src: url('fonts/Gilroy-Bold.woff2') format('woff2'),
         url('fonts/Gilroy-Bold.woff') format('woff');
	font-weight: 700;
}

/* @font-face {
	font-family: 'Inter';
	font-display: swap;
	src: url('fonts/Inter-Regular.woff2') format('woff2'),
	url('fonts/Inter-Regular.woff') format('woff');
	font-weight: 400;
} */


/* Variables
--------------------------------------------- */

:root{
    --font-family: "Gilroy";
    --font-family-second: "Inter";
	--text-color: #292f51;
	--menu-text-color: #fff;
	--hover-color: #2a61ff;
	--hover-light-color: #4271ff;
	--section-margin: 8em;
	--section-padding: 8em;
	--section-margin-tablet: 5em;
	--section-padding-tablet: 5em;
	--section-margin-mobile: 3em;
	--section-padding-mobile: 3em;
	--background: #f9f9f9;
	--block-bg: #fff;
	--footer-color: #1b1f35;
}

html {
	font-size: 16px;
}

body {
	font-family: var(--font-family);
	line-height: 1.15;
	color: var(--text-color);
	background: var(--background);
}

[class$="__container"] {
	width: 100%;
	max-width: 1516px;
	margin: 0 auto;
	padding: 0 18px;
}

section {
	padding: var(--section-padding) 0;
}

@media (max-width: 1024px) {
	section {
		padding: var(--section-padding-tablet) 0;
	}
}

@media (max-width: 768px) {
	section {
		padding: var(--section-padding-mobile) 0;
	}

	/* section.contacts {
		padding-bottom: 0;
	} */
}

section:first-of-type {
	margin-top: 0;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, .5);
	transition: all .3s ease;
}

.site-header.scrolled {
	background: var(--footer-color);
}

.site-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 18px;
	position: relative;
}

@media (max-width: 1024px) {
	.site-logo {
		height: 40px;
	}

	.site-logo img {
		height: 100%;
		width: auto;
	}

}

@media (max-width: 480px) {
	.site-header__container {
		padding: 10px 18px;
	}

}

.main_navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.main_navigation {
		display: none;
	}
}

.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 1024px) {
	.mobile_navigation {
		margin-bottom: 4em;
	}

	.menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.menu li {
		width: 100%;
	}
}

.menu a {
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	color: var(--menu-text-color);
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding: 5px 0;
}

@media (max-width: 1024px) {
	.menu a {
		display: flex;
		font-size: 1rem;
		font-weight: 600;
		color: var(--text-color);
		padding: 10px 0;
        border-bottom: 1px solid rgba(41, 47, 81, .2);
	}
}

.menu a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: var(--menu-text-color);
	border-radius: 100px;
	transition: left .3s ease;
}

.menu a:hover::after {
	left: 0;
}

.burger_menu, .mobile_menu {
	display: none;
}

@media (max-width: 1024px) {
	.burger_menu {
        display: block;
        width: 28px;
        height: 25px;
        position: relative;
        z-index: 11;
        cursor: pointer;
    }

    .burger_menu span, 
    .burger_menu::after, 
    .burger_menu::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: var(--menu-text-color);
        border-radius: 1px;
        left: 0;
        transition: .3s;
    }

    .burger_menu::before {
        top: 0;
    }

    .burger_menu::after {
        bottom: 0;
    }

    .burger_menu span {
        width: 28px;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        margin: auto;
        background: var(--menu-text-color);
    }

	.burger_menu.active::before {
        transform: rotate(45deg);
    }

    .burger_menu.active::after {
        transform: rotate(-45deg);
    }

    .burger_menu.active::after, 
    .burger_menu.active::before {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .burger_menu.active span {
        display: none;
    }

	.mobile_menu {
        display: flex;
        flex-direction: column;
		width: 100%;
		max-width: 768px;
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        justify-content: center;
        padding: 50px 15px 0;
        background: var(--block-bg);
        overflow-y: auto;
        transform: translateX(110%);
        transition: .4s;
        z-index: 10;
    }

    .mobile_menu.active {
        transform: translateX(0);
    }
}

.site-contacts {
	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
	.site-contacts {
		display: none;
	}
}

.site-contacts__left {
	display: flex;
	flex-direction: column;
}

.site-phone {
	white-space: nowrap;
	font-size: 18px;
	font-weight: 600;
	color: var(--menu-text-color);
	text-decoration: none;
	transition: all .3s ease;
}

@media (max-width: 1024px) {
	.site-phone {
		color: var(--text-color);
		margin-bottom: 1em;
	}

	.address {
		font-size: .75rem;
		color: var(--text-color);
		max-width: 140px;
	}
}

.site-email {
	white-space: nowrap;
	color: var(--menu-text-color);
	text-decoration: none;
	transition: all .3s ease;
}

@media (max-width: 1024px) {
	.site-email {
		color: var(--text-color);
		font-weight: 600;
	}
}

.site-phone:hover, .site-email:hover {
	color: var(--hover-color);
}

.mobile-phone {
	display: none;
}

@media (max-width: 1024px) {
	.mobile-phone {
		display: flex		;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		border-radius: 10px;
		margin-left: auto;
		margin-right: 2em;
		border: 1px solid #fff;
		padding: 5px;
	}

	.mobile-phone svg path {
		fill: var(--menu-text-color);
	}
}

.socials__links {
	display: flex;
	gap: 10px;
	list-style: none;
}

@media (max-width: 1024px) {
	.socials__links {
		padding-left: 0;
	}
}

.socials__link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .1);
	border-radius: 100px;
	transition: background .3s ease;
}

@media (max-width: 1024px) {
	.socials__link {
		background: rgba(40, 40, 40, .1);
	}
}

.socials__link svg {
	width: 20px;
	height: auto;
}

@media (max-width: 1024px) {
	.socials__link svg {
		fill: var(--text-color)
	}
}

.socials__link svg path {
	fill: var(--menu-text-color);
}

@media (max-width: 1024px) {
	.socials__link svg path {
		fill: var(--text-color)
	}
}

.socials__link.socials__link--wechat svg path {
	fill: transparent !important;
}

.socials__link--whatsapp {
	background: #25d366 !important;
}

.socials__link--wechat {
	background: #00c70a !important;
}

.socials__link--telegram {
	background: #08c !important;
}
.socials__link--youtube {
	background: red !important;
}
.socials__link--whatsapp,
.socials__link--wechat,
.socials__link--telegram,
.socials__link--youtube {
	opacity: .8;
	transition: all .3s ease;
}


.socials__link--whatsapp:hover,
.socials__link--wechat:hover,
.socials__link--telegram:hover,
.socials__link--youtube:hover{
	opacity: 1;
}

.hero {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.hero_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-overlay {
	position: relative;
}

.bg-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(41, 47, 81, .5) 0%, rgba(41, 47, 81, .7) 100%);
	z-index: 2;
}

.hero_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hero-content {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}

.hero-content__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: inherit;
	color: var(--menu-text-color);
}

.title-before {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.4;
}

.hero-title {
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	max-width: 900px;
}

@media (max-width: 991px) {
	.hero-title {
		font-size: 3rem;
	}
}

@media (max-width: 991px) {
	.hero-title {
		font-size: 2rem;
	}
}

.title-after {
	font-size: 1.35rem;
	font-weight: 500;
	text-align: center;
}

.hero-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2em;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em 2em;
	border-radius: 7px;
	background: var(--hover-color);
	color: var(--menu-text-color);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	cursor: pointer;
	outline: 0;
	border: none;
}

@media (max-width: 991px) {
	.btn {
		height: 40px;
		font-size: .75rem;
		padding: .5em 1em;
		line-height: 1;
	}
}

.btn:hover, .added_to_cart:hover {
	background: var(--hover-light-color);
}

.hero-btn__link {
	font-size: 1.125rem;
}

.main-title {
	color: var(--hover-color);
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 150%;
	position: relative;
	display: inline-block;
	margin: 0 0 0 12px;
}

@media (max-width: 991px) {
	.main-title {
		font-size: 2rem;
		line-height: 1.15;
		margin: 0;
	}
}

.bg-overlay .main-title {
	font-size: 3rem;
	color: var(--menu-text-color);
	text-align: center;
	line-height: 1.15;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.bg-overlay .main-title {
		font-size: 2rem;
	}
}

.in-stock .main-title  {
	color: var(--menu-text-color);
}

.main-title::before {
	content: "";
	position: absolute;
	top: -6px;
	left: -9px;
	width: 15px;
	height: 15px;
	border-top: 2px solid var(--hover-color);
	border-left: 2px solid var(--hover-color);
}

@media (max-width: 991px) {
	.main-title::before {
		content: none
	}
}

.in-stock .main-title::before {
	border-top: 2px solid var(--menu-text-color);
	border-left: 2px solid var(--menu-text-color);
}

.bg-overlay .main-title::before  {
	content: none;
}

.main-title::after {
	content: "";
	position: absolute;
	top: -6px;
	right: -9px;
	width: 15px;
	height: 15px;
	border-top: 2px solid var(--hover-color);
	border-right: 2px solid var(--hover-color);
}

@media (max-width: 991px) {
	.main-title::after {
		content: none
	}
}

.bg-overlay .main-title::after  {
	content: none;
}

.in-stock .main-title::after {
	border-top: 2px solid var(--menu-text-color);
	border-right: 2px solid var(--menu-text-color);
}

.title-block {
	padding-bottom: 24px;
	border-bottom: 2px solid rgba(41, 47, 81, .1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 2.6em;
}

@media (max-width: 768px) {
	.title-block {
		margin-bottom: 1.5em;
	}
}

.in-stock .title-block {
	border-bottom: 2px solid rgba(256, 256, 256, .1);
}

.main-title-after {
	color: rgba(41, 47, 81, .5);
	margin-bottom: 2em;
	font-size: 1.25rem;
	font-weight: 600;
}

.main-title-after.products-after {
	margin-top: 2em;
}

@media (max-width: 768px) {
	.main-title-after {
		font-size: 1.125rem;
	}
}

.bg-overlay .main-title-after {
	color: rgba(256, 256, 256, .7);
	text-align: center;
}

.in-stock .main-title-after {
	color: rgba(256, 256, 256, .7);
}

.catalog-products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5em;
}

@media (max-width: 991px) {
	.catalog-products__container {
		width: 100%;
		padding: 0;
	}

	.catalog-products {
		display: flex	;
		justify-content: flex-start;
		align-items: stretch;
		overflow-x: auto;
		padding: 0 18px;
		gap: 1em;
	}

	.catalog-products::-webkit-scrollbar {
        display: none;
    }
}

span.catalog-product, a.catalog-product {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 2px solid rgba(41, 47, 81, .2);
	border-radius: 12px;
	background: var(--block-bg);
	text-decoration: none;
}

.in-stock span.catalog-product, .in-stock  a.catalog-product {
	border: none;
}

@media (max-width: 991px) {
	span.catalog-product, a.catalog-product {
		flex: 0 0 370px;
		width: 370px;
		height: auto;
	}
}

@media (max-width: 768px) {
	span.catalog-product, a.catalog-product {
		flex: 0 0 60%;
		width: 60%;
		padding: 15px;
	}
}

@media (max-width: 540px) {
	span.catalog-product, a.catalog-product {
		flex: 0 0 70%;
		width: 70%;
	}
}

@media (max-width: 480px) {
	span.catalog-product, a.catalog-product {
		flex: 0 0 80%;
		width: 80%;
		padding: 10px;
	}
}

.catalog-products__img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 60%;
}


.catalog-product img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.product-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 112.5%;
    margin-bottom: 10px;
    display: block;
	color: var(--text-color);
}

@media (max-width: 480px) {
	.product-title {
		font-size: 1rem;
	}
}

.product-description {
    font-size: 1rem;
    font-weight: 500;
    line-height: 112.5%;
	color: var(--text-color);
	opacity: .5;
}

.product-price {
	font-size: 1.5rem;
    font-weight: 600;
    line-height: 112.5%;
	margin: 1em 0 0;
    display: block;
	color: var(--text-color);
}

@media (max-width: 768px) {
	.product-price {
		font-size: 1.25rem;
	}
}

@media (max-width: 480px) {
	.product-price {
		font-size: 1.125rem;
	}
}

.parallax {
	width: 100%;
	/* min-height: 100vh; */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.subscription {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: var(--section-padding);
}

@media (max-width: 1024px) {
	.subscription {
		padding: var(--section-padding-tablet) 0;
	}
}

@media (max-width: 768px) {
	.subscription {
		padding: var(--section-padding-mobile) 0;
	}
}

.subscription__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: inherit;
	color: var(--menu-text-color);
	position: relative;
	z-index: 2;
}

.subscription__container h2 {
	max-width: 800px;
}

.form {
	max-width: 600px;
}

.form p {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.form .wpcf7-form-control-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.form .wpcf7-form-control-wrap input {
	display: flex;
	width: 100%;
}

.form .wpcf7-form-control-wrap input {
	display: flex;
	width: 100%;
	outline: 0;
	border: 0;
	background: transparent;
	border-bottom: 2px solid var(--menu-text-color);
	font-size: 20px;
	padding: 10px 20px;
	color: var(--menu-text-color);
}

.form .wpcf7-form-control-wrap input:focus {
	border-bottom: 2px solid var(--hover-light-color);
}

.form .wpcf7-form-control-wrap input::placeholder {
	color: var(--menu-text-color);
	opacity: .8;
}

.accept {
	margin-top: 30px;
}

.accept p {
	display: flex;
	gap: 1.25em;
	flex-direction: row;
}

@media (max-width: 480px) {
	.accept p {
		display: flex;
		gap: 1em;
		flex-direction: column;
	}
}

.accept p .wpcf7-list-item {
	margin: 0;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7-checkbox label {
	cursor: pointer;
}

.accept .wpcf7-list-item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.accept .wpcf7-checkbox input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}

.accept .wpcf7-list-item-label {
	color: rgba(256, 256, 256, .5);;
	padding-left: 32px;
	display: inline-block;
	font-size: .875rem;
}

.accept .wpcf7-list-item-label::before, .accept .wpcf7-list-item-label::after {
	content: " ";
}

.accept .wpcf7-list-item input[type="checkbox"] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: transparent;
	border: 1px solid var(--menu-text-color);
	border-radius: 1px;
}

.accept .wpcf7-list-item input[type="checkbox"]:checked + span:before {
	background: var(--menu-text-color);
}

.accept .wpcf7-list-item input[type="checkbox"] + span:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 6px;
	width: 5px;
	height: 10px;
	border: solid var(--hover-color);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accept .wpcf7-list-item input[type="checkbox"]:checked + span:after {
	display: block;
}

.about-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
}

@media (max-width: 991px) {
	.about-items {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.about-items {
		gap: 1em;
	}
}

@media (max-width:540px) {
	.about-items {
		grid-template-columns: repeat(2, 1fr);
		gap: .7em;
	}
}

.about-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 2px solid rgba(41, 47, 81, .2);
    border-radius: 12px;
    background: var(--block-bg);
}

@media (max-width: 991px) {
	.about-item:first-child {
		order: 1;
	}

	.about-item:nth-child(2) {
		order: 3;
	}

	.about-item:nth-child(3) {
		order: 2;
		grid-column: span 2;
	}

	.about-item:nth-child(4) {
		order: 4;
	}

	.about-item:nth-child(5) {
		order: 5;
	}

	.about-item:nth-child(6) {
		order: 6;
	}

	.about-item:nth-child(7) {
		order: 7;
	}

	.about-item:nth-child(8) {
		order: 8;
	}
	
}

@media (max-width: 540px) {
	.about-item {
		padding: 15px;
	}

	.about-item:first-child {
		order: 2;
	}

	.about-item:nth-child(3) {
		order: 1;
		grid-column: span 2;
	}

	.about-item:nth-child(4) {
		order: 8;
		grid-column: span 2;
	}

	.about-item:nth-child(8) {
		order: 4;
	}
	
}

.about-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
	height: 46px;
}

@media (max-width: 991px) {
	.about-item__img {
		height: 32px;
	}
}

.about-item__img img {
	height: 100%;
	width: auto;
}

.about-item__title {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.15;
    font-weight: 600;
}

@media (max-width: 991px) {
	.about-item__title {
		font-size: 1rem;
	}
}

.about-item__description {
	font-size: 1rem;
	text-align: center;
	margin-top: 1em;
}

.contacts {
    position: relative;
}

.contacts__container {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8em; */
    position: relative;
}

/* @media (max-width: 768px) {
	.contacts__container {
		grid-template-columns: 1fr;
		gap: 0;
	}
} */

.contacts__main {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8em;
}

@media (max-width: 1024px) {
	.contacts__main {
		grid-template-columns: 1fr;
		gap: 3em;
	}
}

.contacts-items h3 {
	font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
	margin-top: 0;
}

@media (max-width: 480px) {
	.contacts-items h3 {
		font-size: 1.25rem;
	}
}

.contacts__map {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}

@media (max-width: 768px) {
	.contacts__map {
		position: static;
		width: 100%;
		height: 300px;
		margin-top: 2em;
	}
}

.contacts__map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
}

.contact-item {
    display: grid;
    grid-template-columns: 40px 1fr;
	gap: 1.5em;
}

@media (max-width: 768px) {
	.contact-item {
		grid-template-columns: 24px 1fr;
		gap: 1em;
	}

}

.contact-item:not(:last-child) {
	margin-bottom: 2em;
}

.contact-item__img svg {
	width: 100%;
	height: auto;
}

.contact-item__content {
    display: flex;
    flex-direction: column;
    gap: .3em;
}

.contact-item__content span, .contact-item__content a {
    color: rgba(41, 47, 81, .5);
    font-size: .875rem;
    font-weight: 600;
	transition: all .3s ease;
}

.contact-item__content a:hover {
	color: var(--hover-color);
}

.contact-item__content ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.contact-item__content ul li {
	position: relative;
	padding-left: 20px;
	color: rgba(41, 47, 81, .5);
    font-size: .875rem;
    font-weight: 600;
}

.contact-item__content ul li:not(:last-child) {
	margin-bottom: 5px;
}

.contact-item__content ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--hover-color);
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 7px;
}

.in-stock {
	background: var(--text-color);
}

.footer {
    background: var(--footer-color);
}

.footer__container {
    padding: 2em 18px;
    display: flex;
    justify-content: space-between;
	align-items: center;
    gap: 3em;
}

@media (max-width: 768px) {
	.footer__container {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 1em;
	}

	.site-logo--footer {
		height: 60px;
	}

	.site-logo--footer img{
		height: 100%;
		width: auto;
	}
}

@media (max-width: 480px) {

	.site-logo--footer {
		height: 40px;
	}

}

.copyright {
	color: var(--menu-text-color);
}

@media (max-width: 480px) {

	.copyright {
		text-align: center;
		font-size: .875rem;
	}

}

.wa_btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
  
@media (max-width: 991px) {
	.wa_btn {
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	}
}

.wa_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #4ab866;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

@media (max-width: 991px) {
	.wa_btn a {
	padding: 10px;
	}
}

.wa_btn a:hover {
	background: #25d366;
}

.wa_btn a svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}

.tooltip {
	position: absolute;
	bottom: 80px;
	right: 0;
	background-color: #fff;
	border: 1px solid #eee;
	color: #292f51;
	font-weight: 400;
	padding: 15px;
	border-radius: 10px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity .3s;
	/* pointer-events: none; */
	font-size: 14px;
	line-height: 1.15;
	text-align: center;
}

@media (max-width: 991px) {
	.tooltip {
	pointer-events: none;
	}
}

.tooltip::before {
	content: '';
	display: block;
	width: 1px;
	height: 1px;
	border: 8px solid #eee;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	bottom: -16px;
	right: 30px;
	z-index: 800;
}

.tooltip::after {
	content: '';
	display: block;
	width: 1px;
	height: 1px;
	border: 7px solid #fff;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	bottom: -13px;
	right: 31px;
	z-index: 900;
}

.wa_btn a:hover .tooltip {
	opacity: 1;
}

@media (max-width: 991px) {
	.wa_btn a:hover .tooltip {
	opacity: 0;
	}
}

.has-anchor {
	border-top: 60px solid transparent;
	margin-top: -60px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.hero_bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-logo {
	display: flex;
	align-items: center;
	gap: 20px;
}

.company-name {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

@media (max-width: 480px) {
	.site-logo {
		gap: 10px;
	}

	.company-name {
		font-size: 14px;
	}
}

.grecaptcha-badge {
	display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.about .main-title-after {
    text-align: justify !important;
}